visualruby 3.4.5 → 3.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.vr_settings.yaml +12 -15
  3. data/examples/active_record/.vr_settings.yaml +1 -1
  4. data/examples/alert_box/.vr_settings.yaml +4 -2
  5. data/examples/alert_box/bin/glade/AlertBoxDemo.glade +91 -94
  6. data/examples/alert_box/main.rb +2 -3
  7. data/examples/all_widgets/.vr_settings.yaml +1 -1
  8. data/examples/all_widgets/bin/AllWidgets.rb +1 -2
  9. data/examples/all_widgets/bin/glade/AllWidgets.glade +33 -33
  10. data/examples/all_widgets/main.rb +1 -4
  11. data/examples/calculator/.vr_settings.yaml +3 -2
  12. data/examples/calculator/bin/glade/Calculator.glade +79 -110
  13. data/examples/calculator/main.rb +1 -5
  14. data/examples/child_window/.vr_settings.yaml +5 -5
  15. data/examples/child_window/bin/glade/ChildWindowDemo.glade +16 -16
  16. data/examples/child_window/bin/glade/ModalWindow.glade +14 -14
  17. data/examples/child_window/main.rb +1 -5
  18. data/examples/drag_drop/.vr_settings.yaml +6 -4
  19. data/examples/drag_drop/main.rb +1 -4
  20. data/examples/filetreeview/.vr_settings.yaml +3 -2
  21. data/examples/filetreeview/main.rb +1 -3
  22. data/examples/golf_handicap/.vr_settings.yaml +2 -2
  23. data/examples/listview/.vr_settings.yaml +2 -2
  24. data/examples/listview/main.rb +1 -3
  25. data/examples/listview_objects/.vr_settings.yaml +6 -5
  26. data/examples/listview_objects/main.rb +1 -5
  27. data/examples/phantom/.vr_settings.yaml +2 -2
  28. data/examples/phantom/main.rb +0 -2
  29. data/examples/phantom/src/glade/MyClass.glade +19 -19
  30. data/examples/settings_file/.vr_settings.yaml +2 -2
  31. data/examples/settings_file/main.rb +2 -3
  32. data/examples/settings_file/settings.yaml +3 -5
  33. data/examples/simple_ruby_gui/.vr_settings.yaml +2 -2
  34. data/examples/simple_ruby_gui/main.rb +2 -3
  35. data/lib/SavableHash.rb +25 -0
  36. data/lib/treeview/IterMethods.rb +3 -3
  37. data/lib/treeview/ViewCommon.rb +2 -2
  38. data/lib/treeview/columns/TreeViewColumn.rb +1 -1
  39. data/skeleton/document/New.glade +2 -2
  40. data/src/main/VR_File_Tree.rb +6 -5
  41. data/src/main/VR_Main.rb +5 -2
  42. data/src/version.rb +1 -1
  43. data/vr +18 -18
  44. metadata +10 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0074b60a95460353ace8f4a4e202449b0518cb02defb20280ba0d909f06a1843
4
- data.tar.gz: bcdfdaba09fce6e9b3b9a3da3c8e64985a88ae7aaa286f8f37d581a7b5b90ef2
3
+ metadata.gz: e054dcbf038d1ef2a8e4a968027e60b7deba5fb8d6aaa484a39d89f503c2da90
4
+ data.tar.gz: d2223777bd79609b86b590a2fc41ffdda0b2155df5da32d67880b8998c71a020
5
5
  SHA512:
6
- metadata.gz: 040e37dad70ab5aa5cfaae814d12bb211c616c826ad1218f4184994fe3888c02afa0eb488d2053a1eb820c3db3624d6b872a6b9467158fc85c1e47ceb1c90836
7
- data.tar.gz: dd2e5c97ef06edcef9406a65163f67ec0a0da1ee88e4c1c61628325bdef835a903a8f1d89ac4a69ed9744b489ac170356ae367e148a1d40c7c1ff6df190cfd4b
6
+ metadata.gz: 10476f82ac3be8843e8925bb74c17f3c67bdeb029371634b2172102e645ac0f8864d1687489ae410a0781f2a7fa7c449c027c76d6c5e4dec35dff3a447a93453
7
+ data.tar.gz: d7b47c18a26de42ccd5e858307d7e1d3da93f0cfc9896caae923b8db964fd91acaca4bd858620607d5a477bf9969d841872e57807b12982c1c3025470d34ba55
data/.vr_settings.yaml CHANGED
@@ -9,31 +9,28 @@ open_files:
9
9
  - "/home/eric/vrp/vr3/lib/treeview/ListView.rb"
10
10
  - "/home/eric/vrp/vr3/vr.gemspec"
11
11
  - "/home/eric/vrp/vr3/src/version.rb"
12
- - "/home/eric/vrp/vr3/src/main/VR_File_Tree.rb"
13
- - "/home/eric/vrp/vr3/lib/Alert.rb"
14
12
  - "/home/eric/vrp/vr3/vr"
15
- - "/home/eric/vrp/vr3/src/main/VR_Main.rb"
16
- - "/home/eric/vrp/vr3/lib/GladeGUI.rb"
17
- - "/home/eric/vrp/vr3/lib/treeview/FileTreeView.rb"
18
- - "/home/eric/vrp/vr3/src/editor/VR_Document.rb"
19
13
  - "/home/eric/vrp/vr3/lib/SavableClass.rb"
20
- - "/home/eric/vrp/vr3/lib/ActLikeAHash.rb"
21
- - "/home/eric/vrp/vr3/src/main/VR_Remote_Gem_Tree.rb"
22
- - "/home/eric/vrp/vr3/src/main/RubygemsAPI.rb"
23
- - "/home/eric/vrp/vr3/examples/alert_box/main.rb"
24
- - "/home/eric/vrp/vr3/examples/active_record/active_record.rb"
25
- - "/home/eric/vrp/vr3/examples/active_record2/main.rb"
26
- - "/home/eric/vrp/vr3/lib/vrlib.rb"
27
- - "/home/eric/vrp/vr3/lib/treeview/TreeView.rb"
14
+ - "/home/eric/vrp/vr3/lib/SavableHash.rb"
15
+ - "/home/eric/vrp/vr3/lib/GladeGUI.rb"
16
+ - "/home/eric/vrp/vr3/examples/filetreeview/bin/ProjectTree.rb"
17
+ - "/home/eric/vrp/vr3/examples/golf_handicap/src/Handicap.rb"
18
+ - "/home/eric/vrp/vr3/examples/golf_handicap/src/LoadGolfer.rb"
19
+ - "/home/eric/vrp/vr3/src/main/VR_Main.rb"
28
20
  open_folders:
29
21
  - "/home/eric/vrp/vr3"
22
+ - "/home/eric/vrp/vr3/examples"
23
+ - "/home/eric/vrp/vr3/examples/active_record"
30
24
  - "/home/eric/vrp/vr3/lib"
25
+ - "/home/eric/vrp/vr3/lib/glade"
31
26
  - "/home/eric/vrp/vr3/site"
27
+ - "/home/eric/vrp/vr3/skeleton"
28
+ - "/home/eric/vrp/vr3/skeleton/document"
32
29
  - "/home/eric/vrp/vr3/src"
33
30
  - "/home/eric/vrp/vr3/src/editor"
34
31
  - "/home/eric/vrp/vr3/src/main"
35
32
  current_file: "/home/eric/vrp/vr3/vr.gemspec"
36
- current_line: 7
33
+ current_line: 10
37
34
  rdoc_command_line: yardoc lib - site/*.*
38
35
  builder: !ruby/object:Gtk::Builder {}
39
36
  top_level_window: false
@@ -13,7 +13,7 @@ open_folders:
13
13
  - "/home/eric/vrp/vr3/examples/active_record/bin"
14
14
  - "/home/eric/vrp/vr3/examples/active_record/bin/glade"
15
15
  current_file: "/home/eric/vrp/vr3/examples/active_record/active_record.rb"
16
- current_line: 34
16
+ current_line: 4
17
17
  rdoc_command_line: rdoc -x README
18
18
  builder: !ruby/object:Gtk::Builder {}
19
19
  top_level_window: false
@@ -1,6 +1,6 @@
1
1
  --- !ruby/object:VR_ENV
2
2
  vr_yaml_file: "/home/eric/vrp/vr3/examples/alert_box/.vr_settings.yaml"
3
- width: 800
3
+ width: 910
4
4
  height: 600
5
5
  panel_pos: 360
6
6
  notebook_panel_position: 400
@@ -9,6 +9,8 @@ open_files:
9
9
  - "/home/eric/vrp/vr3/examples/alert_box/main.rb"
10
10
  open_folders:
11
11
  - "/home/eric/vrp/vr3/examples/alert_box"
12
+ - "/home/eric/vrp/vr3/examples/alert_box/bin"
13
+ - "/home/eric/vrp/vr3/examples/alert_box/bin/glade"
12
14
  current_file: "/home/eric/vrp/vr3/examples/alert_box/main.rb"
13
- current_line: 8
15
+ current_line: 6
14
16
  rdoc_command_line: rdoc -x README
@@ -1,27 +1,27 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- Generated with glade 3.16.1 -->
2
+ <!-- Generated with glade 3.38.2 -->
3
3
  <interface>
4
4
  <requires lib="gtk+" version="3.0"/>
5
5
  <object class="GtkWindow" id="window1">
6
6
  <property name="visible">True</property>
7
- <property name="can_focus">False</property>
7
+ <property name="can-focus">False</property>
8
8
  <property name="title" translatable="yes">Alert Box Demo</property>
9
9
  <property name="modal">True</property>
10
- <property name="window_position">center-always</property>
11
- <property name="default_width">300</property>
12
- <property name="default_height">200</property>
10
+ <property name="window-position">center-always</property>
11
+ <property name="default-width">300</property>
12
+ <property name="default-height">200</property>
13
13
  <child>
14
14
  <object class="GtkBox" id="box1">
15
15
  <property name="visible">True</property>
16
- <property name="can_focus">False</property>
16
+ <property name="can-focus">False</property>
17
17
  <property name="orientation">vertical</property>
18
18
  <child>
19
19
  <object class="GtkLabel" id="label5">
20
20
  <property name="visible">True</property>
21
- <property name="can_focus">False</property>
22
- <property name="margin_top">20</property>
21
+ <property name="can-focus">False</property>
22
+ <property name="margin-top">20</property>
23
23
  <property name="label" translatable="yes">&lt;big&gt;Alert Box Examples&lt;/big&gt;</property>
24
- <property name="use_markup">True</property>
24
+ <property name="use-markup">True</property>
25
25
  </object>
26
26
  <packing>
27
27
  <property name="expand">False</property>
@@ -30,139 +30,136 @@
30
30
  </packing>
31
31
  </child>
32
32
  <child>
33
+ <!-- n-columns=3 n-rows=4 -->
33
34
  <object class="GtkGrid" id="grid1">
34
35
  <property name="visible">True</property>
35
- <property name="can_focus">False</property>
36
- <property name="margin_left">20</property>
37
- <property name="margin_right">20</property>
38
- <property name="margin_top">20</property>
39
- <property name="margin_bottom">20</property>
40
- <property name="row_spacing">22</property>
41
- <property name="column_spacing">15</property>
36
+ <property name="can-focus">False</property>
37
+ <property name="margin-left">20</property>
38
+ <property name="margin-right">20</property>
39
+ <property name="margin-top">20</property>
40
+ <property name="margin-bottom">20</property>
41
+ <property name="row-spacing">20</property>
42
+ <property name="column-spacing">15</property>
42
43
  <child>
43
- <object class="GtkLabel" id="label1">
44
+ <object class="GtkButton" id="buttonSimple">
45
+ <property name="label" translatable="yes">Try</property>
44
46
  <property name="visible">True</property>
45
- <property name="can_focus">False</property>
46
- <property name="xalign">0</property>
47
- <property name="label" translatable="yes">&lt;big&gt; Simple Alert Box Example&lt;/big&gt;
48
- This just shows a message on the screen. Its very useful for alerts and debugging.</property>
49
- <property name="use_markup">True</property>
47
+ <property name="can-focus">True</property>
48
+ <property name="receives-default">True</property>
49
+ <property name="valign">start</property>
50
50
  </object>
51
51
  <packing>
52
- <property name="left_attach">0</property>
53
- <property name="top_attach">0</property>
54
- <property name="width">1</property>
55
- <property name="height">1</property>
52
+ <property name="left-attach">1</property>
53
+ <property name="top-attach">0</property>
56
54
  </packing>
57
55
  </child>
58
56
  <child>
59
- <object class="GtkButton" id="buttonSimple">
57
+ <object class="GtkButton" id="buttonYesNo">
60
58
  <property name="label" translatable="yes">Try</property>
61
59
  <property name="visible">True</property>
62
- <property name="can_focus">True</property>
63
- <property name="receives_default">True</property>
60
+ <property name="can-focus">True</property>
61
+ <property name="receives-default">True</property>
64
62
  <property name="valign">start</property>
65
63
  </object>
66
64
  <packing>
67
- <property name="left_attach">1</property>
68
- <property name="top_attach">0</property>
69
- <property name="width">1</property>
70
- <property name="height">1</property>
65
+ <property name="left-attach">1</property>
66
+ <property name="top-attach">1</property>
71
67
  </packing>
72
68
  </child>
73
69
  <child>
74
- <object class="GtkLabel" id="label2">
70
+ <object class="GtkButton" id="buttonInput">
71
+ <property name="label" translatable="yes">Try</property>
75
72
  <property name="visible">True</property>
76
- <property name="can_focus">False</property>
77
- <property name="xalign">0</property>
78
- <property name="label" translatable="yes">&lt;big&gt;Yes/No Example&lt;/big&gt;
79
- Ask the user a yes/no question by changing the text on the buttons.</property>
80
- <property name="use_markup">True</property>
73
+ <property name="can-focus">True</property>
74
+ <property name="receives-default">True</property>
75
+ <property name="valign">start</property>
81
76
  </object>
82
77
  <packing>
83
- <property name="left_attach">0</property>
84
- <property name="top_attach">1</property>
85
- <property name="width">1</property>
86
- <property name="height">1</property>
78
+ <property name="left-attach">1</property>
79
+ <property name="top-attach">2</property>
87
80
  </packing>
88
81
  </child>
89
82
  <child>
90
- <object class="GtkButton" id="buttonYesNo">
83
+ <object class="GtkButton" id="buttonQuestion">
91
84
  <property name="label" translatable="yes">Try</property>
92
85
  <property name="visible">True</property>
93
- <property name="can_focus">True</property>
94
- <property name="receives_default">True</property>
86
+ <property name="can-focus">True</property>
87
+ <property name="receives-default">True</property>
95
88
  <property name="valign">start</property>
96
89
  </object>
97
90
  <packing>
98
- <property name="left_attach">1</property>
99
- <property name="top_attach">1</property>
100
- <property name="width">1</property>
101
- <property name="height">1</property>
91
+ <property name="left-attach">1</property>
92
+ <property name="top-attach">3</property>
102
93
  </packing>
103
94
  </child>
104
95
  <child>
105
- <object class="GtkLabel" id="label3">
96
+ <object class="GtkLabel">
106
97
  <property name="visible">True</property>
107
- <property name="can_focus">False</property>
108
- <property name="xalign">0</property>
109
- <property name="label" translatable="yes">&lt;big&gt;Request Input Example&lt;/big&gt;
110
- This example shows how you can ask the user to enter text into a textbox.</property>
111
- <property name="use_markup">True</property>
98
+ <property name="can-focus">False</property>
99
+ <property name="halign">start</property>
100
+ <property name="label" translatable="yes">&lt;big&gt;Yes/No Example&lt;/big&gt;
101
+ Ask the user a yes/no question by changing the text on the buttons.</property>
102
+ <property name="use-markup">True</property>
112
103
  </object>
113
104
  <packing>
114
- <property name="left_attach">0</property>
115
- <property name="top_attach">2</property>
116
- <property name="width">1</property>
117
- <property name="height">1</property>
105
+ <property name="left-attach">0</property>
106
+ <property name="top-attach">1</property>
118
107
  </packing>
119
108
  </child>
120
109
  <child>
121
- <object class="GtkButton" id="buttonInput">
122
- <property name="label" translatable="yes">Try</property>
110
+ <object class="GtkLabel">
123
111
  <property name="visible">True</property>
124
- <property name="can_focus">True</property>
125
- <property name="receives_default">True</property>
126
- <property name="valign">start</property>
112
+ <property name="can-focus">False</property>
113
+ <property name="halign">start</property>
114
+ <property name="label" translatable="yes">&lt;big&gt; Simple Alert Box Example&lt;/big&gt;
115
+ This just shows a message on the screen. Its very useful for alerts and debugging.</property>
116
+ <property name="use-markup">True</property>
127
117
  </object>
128
118
  <packing>
129
- <property name="left_attach">1</property>
130
- <property name="top_attach">2</property>
131
- <property name="width">1</property>
132
- <property name="height">1</property>
119
+ <property name="left-attach">0</property>
120
+ <property name="top-attach">0</property>
133
121
  </packing>
134
122
  </child>
135
123
  <child>
136
- <object class="GtkLabel" id="label4">
124
+ <object class="GtkLabel">
137
125
  <property name="visible">True</property>
138
- <property name="can_focus">False</property>
139
- <property name="xalign">0</property>
140
- <property name="label" translatable="yes">&lt;big&gt;Ask Any Question&lt;/big&gt;
141
- Change the text on the buttons to ask anything</property>
142
- <property name="use_markup">True</property>
126
+ <property name="can-focus">False</property>
127
+ <property name="halign">start</property>
128
+ <property name="label" translatable="yes">&lt;big&gt;Request Input Example&lt;/big&gt;
129
+ This example shows how you can ask the user to enter text into a textbox.</property>
130
+ <property name="use-markup">True</property>
143
131
  </object>
144
132
  <packing>
145
- <property name="left_attach">0</property>
146
- <property name="top_attach">3</property>
147
- <property name="width">1</property>
148
- <property name="height">1</property>
133
+ <property name="left-attach">0</property>
134
+ <property name="top-attach">2</property>
149
135
  </packing>
150
136
  </child>
151
137
  <child>
152
- <object class="GtkButton" id="buttonQuestion">
153
- <property name="label" translatable="yes">Try</property>
138
+ <object class="GtkLabel">
154
139
  <property name="visible">True</property>
155
- <property name="can_focus">True</property>
156
- <property name="receives_default">True</property>
157
- <property name="valign">start</property>
140
+ <property name="can-focus">False</property>
141
+ <property name="halign">start</property>
142
+ <property name="label" translatable="yes">&lt;big&gt;Ask Any Question&lt;/big&gt;
143
+ Change the text on the buttons to ask anything</property>
144
+ <property name="use-markup">True</property>
158
145
  </object>
159
146
  <packing>
160
- <property name="left_attach">1</property>
161
- <property name="top_attach">3</property>
162
- <property name="width">1</property>
163
- <property name="height">1</property>
147
+ <property name="left-attach">0</property>
148
+ <property name="top-attach">3</property>
164
149
  </packing>
165
150
  </child>
151
+ <child>
152
+ <placeholder/>
153
+ </child>
154
+ <child>
155
+ <placeholder/>
156
+ </child>
157
+ <child>
158
+ <placeholder/>
159
+ </child>
160
+ <child>
161
+ <placeholder/>
162
+ </child>
166
163
  </object>
167
164
  <packing>
168
165
  <property name="expand">False</property>
@@ -173,16 +170,16 @@ Change the text on the buttons to ask anything</property>
173
170
  <child>
174
171
  <object class="GtkButtonBox" id="buttonbox2">
175
172
  <property name="visible">True</property>
176
- <property name="can_focus">False</property>
177
- <property name="margin_right">20</property>
178
- <property name="layout_style">end</property>
173
+ <property name="can-focus">False</property>
174
+ <property name="margin-right">20</property>
175
+ <property name="layout-style">end</property>
179
176
  <child>
180
177
  <object class="GtkButton" id="buttonCancel">
181
178
  <property name="label" translatable="yes">Quit</property>
182
179
  <property name="visible">True</property>
183
- <property name="can_focus">True</property>
184
- <property name="receives_default">True</property>
185
- <property name="margin_bottom">20</property>
180
+ <property name="can-focus">True</property>
181
+ <property name="receives-default">True</property>
182
+ <property name="margin-bottom">20</property>
186
183
  </object>
187
184
  <packing>
188
185
  <property name="expand">True</property>
@@ -1,10 +1,9 @@
1
1
  #!/usr/bin/ruby
2
2
 
3
- # ignore -- this is for development, same as require 'vrlib'
4
- require File.exists?("./../../lib/vrlib.rb") ? "./../../lib/vrlib.rb" : "vrlib"
3
+ require "vrlib"
5
4
 
6
5
  # from require_all gem:
7
- require_rel 'bin/'
6
+ require_rel 'bin'
8
7
 
9
8
  AlertBoxDemo.new.show_glade()
10
9
 
@@ -13,7 +13,7 @@ open_folders:
13
13
  - "/home/eric/vrp/vr3/examples/all_widgets/bin"
14
14
  - "/home/eric/vrp/vr3/examples/all_widgets/bin/glade"
15
15
  current_file: "/home/eric/vrp/vr3/examples/all_widgets/bin/AllWidgets.rb"
16
- current_line: 35
16
+ current_line: 38
17
17
  rdoc_command_line: rdoc -x README
18
18
  builder: !ruby/object:Gtk::Builder {}
19
19
  settings_file_version: 1
@@ -35,8 +35,7 @@ class AllWidgets
35
35
  @builder["checkbutton1"].label = "I'm a Check Button" #this could be set in glade
36
36
  end
37
37
 
38
- def initialize() #window1__show(*args)
39
- p hello
38
+ def initialize()
40
39
  @window1 = "Showing All Widgets"
41
40
  @label1 = "I'm a Label"
42
41
  @checkbutton1 = true
@@ -1,33 +1,33 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- Generated with glade 3.16.1 -->
2
+ <!-- Generated with glade 3.38.2 -->
3
3
  <interface>
4
4
  <requires lib="gtk+" version="3.0"/>
5
5
  <object class="GtkAdjustment" id="adjustment1">
6
6
  <property name="upper">100</property>
7
- <property name="step_increment">0.10000000000000001</property>
7
+ <property name="step-increment">0.10</property>
8
8
  </object>
9
9
  <object class="GtkWindow" id="window1">
10
- <property name="can_focus">False</property>
10
+ <property name="can-focus">False</property>
11
11
  <child>
12
12
  <object class="GtkBox" id="box1">
13
13
  <property name="visible">True</property>
14
- <property name="can_focus">False</property>
15
- <property name="margin_left">20</property>
16
- <property name="margin_right">20</property>
17
- <property name="margin_top">20</property>
18
- <property name="margin_bottom">20</property>
14
+ <property name="can-focus">False</property>
15
+ <property name="margin-left">20</property>
16
+ <property name="margin-right">20</property>
17
+ <property name="margin-top">20</property>
18
+ <property name="margin-bottom">20</property>
19
19
  <child>
20
20
  <object class="GtkBox" id="box2">
21
21
  <property name="visible">True</property>
22
- <property name="can_focus">False</property>
22
+ <property name="can-focus">False</property>
23
23
  <property name="orientation">vertical</property>
24
24
  <property name="spacing">12</property>
25
25
  <child>
26
26
  <object class="GtkImage" id="image1">
27
- <property name="width_request">330</property>
28
- <property name="height_request">200</property>
27
+ <property name="width-request">330</property>
28
+ <property name="height-request">200</property>
29
29
  <property name="visible">True</property>
30
- <property name="can_focus">False</property>
30
+ <property name="can-focus">False</property>
31
31
  </object>
32
32
  <packing>
33
33
  <property name="expand">True</property>
@@ -39,7 +39,7 @@
39
39
  <child>
40
40
  <object class="GtkLabel" id="label1">
41
41
  <property name="visible">True</property>
42
- <property name="can_focus">False</property>
42
+ <property name="can-focus">False</property>
43
43
  <property name="label" translatable="yes">label</property>
44
44
  </object>
45
45
  <packing>
@@ -52,10 +52,10 @@
52
52
  <object class="GtkCheckButton" id="checkbutton1">
53
53
  <property name="label" translatable="yes">checkbutton</property>
54
54
  <property name="visible">True</property>
55
- <property name="can_focus">True</property>
56
- <property name="receives_default">False</property>
55
+ <property name="can-focus">True</property>
56
+ <property name="receives-default">False</property>
57
57
  <property name="xalign">0.5</property>
58
- <property name="draw_indicator">True</property>
58
+ <property name="draw-indicator">True</property>
59
59
  </object>
60
60
  <packing>
61
61
  <property name="expand">True</property>
@@ -66,10 +66,10 @@
66
66
  <child>
67
67
  <object class="GtkSpinButton" id="spinbutton1">
68
68
  <property name="visible">True</property>
69
- <property name="can_focus">True</property>
70
- <property name="invisible_char">•</property>
69
+ <property name="can-focus">True</property>
70
+ <property name="invisible-char">•</property>
71
71
  <property name="adjustment">adjustment1</property>
72
- <property name="climb_rate">0.10000000000000001</property>
72
+ <property name="climb-rate">0.10</property>
73
73
  <property name="digits">1</property>
74
74
  <property name="numeric">True</property>
75
75
  </object>
@@ -84,8 +84,8 @@
84
84
  <object class="GtkLinkButton" id="linkbutton1">
85
85
  <property name="label" translatable="yes">button</property>
86
86
  <property name="visible">True</property>
87
- <property name="can_focus">True</property>
88
- <property name="receives_default">True</property>
87
+ <property name="can-focus">True</property>
88
+ <property name="receives-default">True</property>
89
89
  <property name="relief">none</property>
90
90
  <property name="uri">http://glade.gnome.org</property>
91
91
  </object>
@@ -98,8 +98,8 @@
98
98
  <child>
99
99
  <object class="GtkEntry" id="entry1">
100
100
  <property name="visible">True</property>
101
- <property name="can_focus">True</property>
102
- <property name="invisible_char">•</property>
101
+ <property name="can-focus">True</property>
102
+ <property name="invisible-char">•</property>
103
103
  </object>
104
104
  <packing>
105
105
  <property name="expand">True</property>
@@ -110,8 +110,8 @@
110
110
  <child>
111
111
  <object class="GtkProgressBar" id="progressbar1">
112
112
  <property name="visible">True</property>
113
- <property name="can_focus">False</property>
114
- <property name="fraction">0.080000000000000002</property>
113
+ <property name="can-focus">False</property>
114
+ <property name="fraction">0.08</property>
115
115
  <property name="text" translatable="yes">I'm a progressbar</property>
116
116
  </object>
117
117
  <packing>
@@ -131,13 +131,13 @@
131
131
  <child>
132
132
  <object class="GtkBox" id="box3">
133
133
  <property name="visible">True</property>
134
- <property name="can_focus">False</property>
134
+ <property name="can-focus">False</property>
135
135
  <property name="orientation">vertical</property>
136
136
  <property name="spacing">12</property>
137
137
  <child>
138
138
  <object class="GtkCalendar" id="calendar1">
139
139
  <property name="visible">True</property>
140
- <property name="can_focus">True</property>
140
+ <property name="can-focus">True</property>
141
141
  <property name="year">2012</property>
142
142
  <property name="month">2</property>
143
143
  <property name="day">12</property>
@@ -152,14 +152,14 @@
152
152
  <child>
153
153
  <object class="GtkButtonBox" id="buttonbox1">
154
154
  <property name="visible">True</property>
155
- <property name="can_focus">False</property>
155
+ <property name="can-focus">False</property>
156
156
  <property name="orientation">vertical</property>
157
- <property name="layout_style">start</property>
157
+ <property name="layout-style">start</property>
158
158
  <child>
159
159
  <object class="GtkFontButton" id="fontbutton1">
160
160
  <property name="visible">True</property>
161
- <property name="can_focus">True</property>
162
- <property name="receives_default">True</property>
161
+ <property name="can-focus">True</property>
162
+ <property name="receives-default">True</property>
163
163
  <property name="font">Sans 12</property>
164
164
  </object>
165
165
  <packing>
@@ -177,9 +177,9 @@
177
177
  </child>
178
178
  <child>
179
179
  <object class="GtkTextView" id="textview1">
180
- <property name="height_request">80</property>
180
+ <property name="height-request">80</property>
181
181
  <property name="visible">True</property>
182
- <property name="can_focus">True</property>
182
+ <property name="can-focus">True</property>
183
183
  </object>
184
184
  <packing>
185
185
  <property name="expand">True</property>