gtk3 3.0.5-x86-mingw32 → 3.0.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/gtk3/rb-gtk3-cell-layout.c +42 -0
- data/ext/gtk3/rb-gtk3-private.h +3 -0
- data/ext/gtk3/rb-gtk3-tree-model.c +77 -0
- data/ext/gtk3/rb-gtk3-tree-view.c +42 -0
- data/ext/gtk3/rb-gtk3.c +33 -0
- data/lib/2.0/gtk3.so +0 -0
- data/lib/2.1/gtk3.so +0 -0
- data/lib/2.2/gtk3.so +0 -0
- data/lib/gtk3/builder.rb +54 -11
- data/lib/gtk3/container.rb +13 -0
- data/lib/gtk3/deprecated.rb +4 -4
- data/lib/gtk3/loader.rb +2 -0
- data/lib/gtk3/show-uri.rb +34 -0
- data/lib/gtk3/stock-item.rb +36 -0
- data/lib/gtk3/tree-iter.rb +3 -1
- data/sample/gtk-demo/TODO +1 -1
- data/sample/gtk-demo/alias_cursor.png +0 -0
- data/sample/gtk-demo/all_scroll_cursor.png +0 -0
- data/sample/gtk-demo/application.ui +11 -18
- data/sample/gtk-demo/brick.png +0 -0
- data/sample/gtk-demo/brick2.png +0 -0
- data/sample/gtk-demo/cell_cursor.png +0 -0
- data/sample/gtk-demo/col_resize_cursor.png +0 -0
- data/sample/gtk-demo/copy_cursor.png +0 -0
- data/sample/gtk-demo/crosshair_cursor.png +0 -0
- data/sample/gtk-demo/css_accordion.css +1 -2
- data/sample/gtk-demo/css_basics.css +1 -1
- data/sample/gtk-demo/css_multiplebgs.css +136 -0
- data/sample/gtk-demo/css_pixbufs.css +76 -0
- data/sample/gtk-demo/css_shadows.css +44 -0
- data/sample/gtk-demo/cssview.css +41 -0
- data/sample/gtk-demo/decor1.png +0 -0
- data/sample/gtk-demo/decor2.png +0 -0
- data/sample/gtk-demo/default_cursor.png +0 -0
- data/sample/gtk-demo/demo.gresource.xml +216 -0
- data/sample/gtk-demo/demo.ui +285 -241
- data/sample/gtk-demo/e_resize_cursor.png +0 -0
- data/sample/gtk-demo/ew_resize_cursor.png +0 -0
- data/sample/gtk-demo/filtermodel.ui +195 -0
- data/sample/gtk-demo/font-features.ui +966 -0
- data/sample/gtk-demo/glarea-fragment.glsl +9 -0
- data/sample/gtk-demo/glarea-vertex.glsl +8 -0
- data/sample/gtk-demo/grab_cursor.png +0 -0
- data/sample/gtk-demo/grabbing_cursor.png +0 -0
- data/sample/gtk-demo/hand_cursor.png +0 -0
- data/sample/gtk-demo/help_cursor.png +0 -0
- data/sample/gtk-demo/listbox.ui +332 -0
- data/sample/gtk-demo/main.rb +132 -313
- data/sample/gtk-demo/main.ui +190 -0
- data/sample/gtk-demo/markup.txt +16 -0
- data/sample/gtk-demo/menus.ui +1 -1
- data/sample/gtk-demo/messages.txt +388 -0
- data/sample/gtk-demo/modelbutton.ui +162 -0
- data/sample/gtk-demo/move_cursor.png +0 -0
- data/sample/gtk-demo/n_resize_cursor.png +0 -0
- data/sample/gtk-demo/ne_resize_cursor.png +0 -0
- data/sample/gtk-demo/nesw_resize_cursor.png +0 -0
- data/sample/gtk-demo/no_drop_cursor.png +0 -0
- data/sample/gtk-demo/none_cursor.png +0 -0
- data/sample/gtk-demo/not_allowed_cursor.png +0 -0
- data/sample/gtk-demo/ns_resize_cursor.png +0 -0
- data/sample/gtk-demo/nw_resize_cursor.png +0 -0
- data/sample/gtk-demo/nwse_resize_cursor.png +0 -0
- data/sample/gtk-demo/org.gtk.Demo.gschema.xml +17 -0
- data/sample/gtk-demo/pointer_cursor.png +0 -0
- data/sample/gtk-demo/popover.ui +94 -0
- data/sample/gtk-demo/progress_cursor.png +0 -0
- data/sample/gtk-demo/reset.css +0 -1
- data/sample/gtk-demo/revealer.ui +177 -0
- data/sample/gtk-demo/row_resize_cursor.png +0 -0
- data/sample/gtk-demo/s_resize_cursor.png +0 -0
- data/sample/gtk-demo/scale.ui +117 -0
- data/sample/gtk-demo/se_resize_cursor.png +0 -0
- data/sample/gtk-demo/spinbutton.ui +194 -0
- data/sample/gtk-demo/stack.ui +72 -0
- data/sample/gtk-demo/sw_resize_cursor.png +0 -0
- data/sample/gtk-demo/text_cursor.png +0 -0
- data/sample/gtk-demo/theming.ui +102 -147
- data/sample/gtk-demo/vertical_text_cursor.png +0 -0
- data/sample/gtk-demo/w_resize_cursor.png +0 -0
- data/sample/gtk-demo/wait_cursor.png +0 -0
- data/sample/gtk-demo/zoom_in_cursor.png +0 -0
- data/sample/gtk-demo/zoom_out_cursor.png +0 -0
- data/sample/tutorial/README.md +415 -0
- data/test/run-test.rb +1 -1
- data/test/test-gtk-builder.rb +108 -30
- data/test/test-gtk-cell-layout.rb +6 -0
- metadata +82 -18
Binary file
|
Binary file
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<interface>
|
3
|
+
<!-- interface-requires gtk+ 3.6 -->
|
4
|
+
<object class="GtkAdjustment" id="adjustment1">
|
5
|
+
<property name="upper">4</property>
|
6
|
+
<property name="value">2</property>
|
7
|
+
</object>
|
8
|
+
<object class="GtkAdjustment" id="adjustment2">
|
9
|
+
<property name="upper">4</property>
|
10
|
+
<property name="value">2</property>
|
11
|
+
</object>
|
12
|
+
<object class="GtkAdjustment" id="adjustment3">
|
13
|
+
<property name="upper">4</property>
|
14
|
+
<property name="value">2</property>
|
15
|
+
</object>
|
16
|
+
<object class="GtkWindow" id="window1">
|
17
|
+
<property name="title" translatable="yes">Scales</property>
|
18
|
+
<property name="border-width" translatable="yes">20</property>
|
19
|
+
<child>
|
20
|
+
<object class="GtkGrid" id="grid1">
|
21
|
+
<property name="visible">1</property>
|
22
|
+
<property name="row-spacing">10</property>
|
23
|
+
<property name="column-spacing">10</property>
|
24
|
+
<child>
|
25
|
+
<object class="GtkLabel">
|
26
|
+
<property name="visible">1</property>
|
27
|
+
<property name="label">Plain</property>
|
28
|
+
<property name="xalign">0</property>
|
29
|
+
</object>
|
30
|
+
<packing>
|
31
|
+
<property name="left_attach">0</property>
|
32
|
+
<property name="top_attach">0</property>
|
33
|
+
</packing>
|
34
|
+
</child>
|
35
|
+
<child>
|
36
|
+
<object class="GtkScale">
|
37
|
+
<property name="visible">1</property>
|
38
|
+
<property name="can_focus">1</property>
|
39
|
+
<property name="width-request">200</property>
|
40
|
+
<property name="draw_value">0</property>
|
41
|
+
<property name="adjustment">adjustment1</property>
|
42
|
+
<property name="hexpand">1</property>
|
43
|
+
</object>
|
44
|
+
<packing>
|
45
|
+
<property name="left_attach">1</property>
|
46
|
+
<property name="top_attach">0</property>
|
47
|
+
</packing>
|
48
|
+
</child>
|
49
|
+
<child>
|
50
|
+
<object class="GtkLabel">
|
51
|
+
<property name="visible">1</property>
|
52
|
+
<property name="label">Marks</property>
|
53
|
+
<property name="xalign">0</property>
|
54
|
+
</object>
|
55
|
+
<packing>
|
56
|
+
<property name="left_attach">0</property>
|
57
|
+
<property name="top_attach">1</property>
|
58
|
+
</packing>
|
59
|
+
</child>
|
60
|
+
<child>
|
61
|
+
<object class="GtkScale">
|
62
|
+
<property name="visible">1</property>
|
63
|
+
<property name="can_focus">1</property>
|
64
|
+
<property name="width-request">200</property>
|
65
|
+
<property name="draw_value">0</property>
|
66
|
+
<property name="adjustment">adjustment2</property>
|
67
|
+
<property name="hexpand">1</property>
|
68
|
+
<marks>
|
69
|
+
<mark value="0" position="bottom"></mark>
|
70
|
+
<mark value="1" position="bottom"></mark>
|
71
|
+
<mark value="2" position="bottom"></mark>
|
72
|
+
<mark value="3" position="bottom"></mark>
|
73
|
+
<mark value="4" position="bottom"></mark>
|
74
|
+
</marks>
|
75
|
+
</object>
|
76
|
+
<packing>
|
77
|
+
<property name="left_attach">1</property>
|
78
|
+
<property name="top_attach">1</property>
|
79
|
+
</packing>
|
80
|
+
</child>
|
81
|
+
<child>
|
82
|
+
<object class="GtkLabel">
|
83
|
+
<property name="visible">1</property>
|
84
|
+
<property name="label">Discrete</property>
|
85
|
+
<property name="xalign">0</property>
|
86
|
+
</object>
|
87
|
+
<packing>
|
88
|
+
<property name="left_attach">0</property>
|
89
|
+
<property name="top_attach">2</property>
|
90
|
+
</packing>
|
91
|
+
</child>
|
92
|
+
<child>
|
93
|
+
<object class="GtkScale">
|
94
|
+
<property name="visible">1</property>
|
95
|
+
<property name="can_focus">1</property>
|
96
|
+
<property name="width-request">200</property>
|
97
|
+
<property name="round-digits">0</property>
|
98
|
+
<property name="draw_value">0</property>
|
99
|
+
<property name="adjustment">adjustment3</property>
|
100
|
+
<property name="hexpand">1</property>
|
101
|
+
<marks>
|
102
|
+
<mark value="0" position="bottom"></mark>
|
103
|
+
<mark value="1" position="bottom"></mark>
|
104
|
+
<mark value="2" position="bottom"></mark>
|
105
|
+
<mark value="3" position="bottom"></mark>
|
106
|
+
<mark value="4" position="bottom"></mark>
|
107
|
+
</marks>
|
108
|
+
</object>
|
109
|
+
<packing>
|
110
|
+
<property name="left_attach">1</property>
|
111
|
+
<property name="top_attach">2</property>
|
112
|
+
</packing>
|
113
|
+
</child>
|
114
|
+
</object>
|
115
|
+
</child>
|
116
|
+
</object>
|
117
|
+
</interface>
|
Binary file
|
@@ -0,0 +1,194 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<interface>
|
3
|
+
<object class="GtkAdjustment" id="basic_adjustment">
|
4
|
+
<property name="lower">-10000</property>
|
5
|
+
<property name="upper">10000</property>
|
6
|
+
<property name="step_increment">0.5</property>
|
7
|
+
<property name="page_increment">100</property>
|
8
|
+
</object>
|
9
|
+
<object class="GtkAdjustment" id="hex_adjustment">
|
10
|
+
<property name="upper">255</property>
|
11
|
+
<property name="step_increment">1</property>
|
12
|
+
<property name="page_increment">16</property>
|
13
|
+
</object>
|
14
|
+
<object class="GtkAdjustment" id="time_adjustment">
|
15
|
+
<property name="upper">1410</property>
|
16
|
+
<property name="step_increment">30</property>
|
17
|
+
<property name="page_increment">60</property>
|
18
|
+
</object>
|
19
|
+
<object class="GtkAdjustment" id="month_adjustment">
|
20
|
+
<property name="lower">1</property>
|
21
|
+
<property name="upper">12</property>
|
22
|
+
<property name="value">1</property>
|
23
|
+
<property name="step_increment">1</property>
|
24
|
+
<property name="page_increment">5</property>
|
25
|
+
</object>
|
26
|
+
<object class="GtkWindow" id="window">
|
27
|
+
<property name="title" translatable="yes">Spin Button</property>
|
28
|
+
<child>
|
29
|
+
<object class="GtkGrid">
|
30
|
+
<property name="visible">1</property>
|
31
|
+
<property name="margin">20</property>
|
32
|
+
<property name="row-spacing">10</property>
|
33
|
+
<property name="column-spacing">10</property>
|
34
|
+
<child>
|
35
|
+
<object class="GtkLabel">
|
36
|
+
<property name="visible">1</property>
|
37
|
+
<property name="label">_Numeric</property>
|
38
|
+
<property name="use_underline">1</property>
|
39
|
+
<property name="mnemonic_widget">basic_spin</property>
|
40
|
+
<property name="xalign">1</property>
|
41
|
+
</object>
|
42
|
+
<packing>
|
43
|
+
<property name="left_attach">0</property>
|
44
|
+
<property name="top_attach">0</property>
|
45
|
+
</packing>
|
46
|
+
</child>
|
47
|
+
<child>
|
48
|
+
<object class="GtkSpinButton" id="basic_spin">
|
49
|
+
<property name="visible">1</property>
|
50
|
+
<property name="halign">start</property>
|
51
|
+
<property name="width_chars">5</property>
|
52
|
+
<property name="adjustment">basic_adjustment</property>
|
53
|
+
<property name="climb_rate">1</property>
|
54
|
+
<property name="digits">2</property>
|
55
|
+
<property name="numeric">1</property>
|
56
|
+
</object>
|
57
|
+
<packing>
|
58
|
+
<property name="left_attach">1</property>
|
59
|
+
<property name="top_attach">0</property>
|
60
|
+
</packing>
|
61
|
+
</child>
|
62
|
+
<child>
|
63
|
+
<object class="GtkLabel" id="basic_label">
|
64
|
+
<property name="visible">1</property>
|
65
|
+
<property name="width_chars">10</property>
|
66
|
+
<property name="xalign">1</property>
|
67
|
+
</object>
|
68
|
+
<packing>
|
69
|
+
<property name="left_attach">2</property>
|
70
|
+
<property name="top_attach">0</property>
|
71
|
+
</packing>
|
72
|
+
</child>
|
73
|
+
<child>
|
74
|
+
<object class="GtkLabel">
|
75
|
+
<property name="visible">1</property>
|
76
|
+
<property name="label">_Hexadecimal</property>
|
77
|
+
<property name="use_underline">1</property>
|
78
|
+
<property name="mnemonic_widget">hex_spin</property>
|
79
|
+
<property name="xalign">1</property>
|
80
|
+
</object>
|
81
|
+
<packing>
|
82
|
+
<property name="left_attach">0</property>
|
83
|
+
<property name="top_attach">1</property>
|
84
|
+
</packing>
|
85
|
+
</child>
|
86
|
+
<child>
|
87
|
+
<object class="GtkSpinButton" id="hex_spin">
|
88
|
+
<property name="visible">1</property>
|
89
|
+
<property name="halign">start</property>
|
90
|
+
<property name="width_chars">4</property>
|
91
|
+
<property name="adjustment">hex_adjustment</property>
|
92
|
+
<signal name="input" handler="hex_spin_input"/>
|
93
|
+
<signal name="output" handler="hex_spin_output"/>
|
94
|
+
<property name="wrap">1</property>
|
95
|
+
</object>
|
96
|
+
<packing>
|
97
|
+
<property name="left_attach">1</property>
|
98
|
+
<property name="top_attach">1</property>
|
99
|
+
</packing>
|
100
|
+
</child>
|
101
|
+
<child>
|
102
|
+
<object class="GtkLabel" id="hex_label">
|
103
|
+
<property name="visible">1</property>
|
104
|
+
<property name="width_chars">10</property>
|
105
|
+
<property name="xalign">1</property>
|
106
|
+
</object>
|
107
|
+
<packing>
|
108
|
+
<property name="left_attach">2</property>
|
109
|
+
<property name="top_attach">1</property>
|
110
|
+
</packing>
|
111
|
+
</child>
|
112
|
+
<child>
|
113
|
+
<object class="GtkLabel">
|
114
|
+
<property name="visible">1</property>
|
115
|
+
<property name="label">_Time</property>
|
116
|
+
<property name="use_underline">1</property>
|
117
|
+
<property name="mnemonic_widget">time_spin</property>
|
118
|
+
<property name="xalign">1</property>
|
119
|
+
</object>
|
120
|
+
<packing>
|
121
|
+
<property name="left_attach">0</property>
|
122
|
+
<property name="top_attach">2</property>
|
123
|
+
</packing>
|
124
|
+
</child>
|
125
|
+
<child>
|
126
|
+
<object class="GtkSpinButton" id="time_spin">
|
127
|
+
<property name="visible">1</property>
|
128
|
+
<property name="halign">start</property>
|
129
|
+
<property name="width_chars">5</property>
|
130
|
+
<property name="adjustment">time_adjustment</property>
|
131
|
+
<signal name="input" handler="time_spin_input"/>
|
132
|
+
<signal name="output" handler="time_spin_output"/>
|
133
|
+
<property name="wrap">1</property>
|
134
|
+
</object>
|
135
|
+
<packing>
|
136
|
+
<property name="left_attach">1</property>
|
137
|
+
<property name="top_attach">2</property>
|
138
|
+
</packing>
|
139
|
+
</child>
|
140
|
+
<child>
|
141
|
+
<object class="GtkLabel" id="time_label">
|
142
|
+
<property name="visible">1</property>
|
143
|
+
<property name="width_chars">10</property>
|
144
|
+
<property name="xalign">1</property>
|
145
|
+
</object>
|
146
|
+
<packing>
|
147
|
+
<property name="left_attach">2</property>
|
148
|
+
<property name="top_attach">2</property>
|
149
|
+
</packing>
|
150
|
+
</child>
|
151
|
+
<child>
|
152
|
+
<object class="GtkLabel">
|
153
|
+
<property name="visible">1</property>
|
154
|
+
<property name="label">_Month</property>
|
155
|
+
<property name="use_underline">1</property>
|
156
|
+
<property name="mnemonic_widget">month_spin</property>
|
157
|
+
<property name="xalign">1</property>
|
158
|
+
</object>
|
159
|
+
<packing>
|
160
|
+
<property name="left_attach">0</property>
|
161
|
+
<property name="top_attach">3</property>
|
162
|
+
</packing>
|
163
|
+
</child>
|
164
|
+
<child>
|
165
|
+
<object class="GtkSpinButton" id="month_spin">
|
166
|
+
<property name="visible">1</property>
|
167
|
+
<property name="halign">start</property>
|
168
|
+
<property name="width_chars">9</property>
|
169
|
+
<signal name="input" handler="month_spin_input"/>
|
170
|
+
<signal name="output" handler="month_spin_output"/>
|
171
|
+
<property name="adjustment">month_adjustment</property>
|
172
|
+
<property name="wrap">1</property>
|
173
|
+
<property name="update_policy">if-valid</property>
|
174
|
+
</object>
|
175
|
+
<packing>
|
176
|
+
<property name="left_attach">1</property>
|
177
|
+
<property name="top_attach">3</property>
|
178
|
+
</packing>
|
179
|
+
</child>
|
180
|
+
<child>
|
181
|
+
<object class="GtkLabel" id="month_label">
|
182
|
+
<property name="visible">1</property>
|
183
|
+
<property name="width_chars">10</property>
|
184
|
+
<property name="xalign">1</property>
|
185
|
+
</object>
|
186
|
+
<packing>
|
187
|
+
<property name="left_attach">2</property>
|
188
|
+
<property name="top_attach">3</property>
|
189
|
+
</packing>
|
190
|
+
</child>
|
191
|
+
</object>
|
192
|
+
</child>
|
193
|
+
</object>
|
194
|
+
</interface>
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<interface>
|
3
|
+
<!-- interface-requires gtk+ 3.6 -->
|
4
|
+
<object class="GtkWindow" id="window1">
|
5
|
+
<property name="title" translatable="yes">Stack</property>
|
6
|
+
<child>
|
7
|
+
<object class="GtkGrid" id="grid1">
|
8
|
+
<property name="visible">1</property>
|
9
|
+
<child>
|
10
|
+
<object class="GtkStackSwitcher" id="switcher">
|
11
|
+
<property name="visible">1</property>
|
12
|
+
<property name="stack">stack</property>
|
13
|
+
<property name="halign">center</property>
|
14
|
+
</object>
|
15
|
+
<packing>
|
16
|
+
<property name="left_attach">0</property>
|
17
|
+
<property name="top_attach">0</property>
|
18
|
+
</packing>
|
19
|
+
</child>
|
20
|
+
<child>
|
21
|
+
<object class="GtkStack" id="stack">
|
22
|
+
<property name="visible">1</property>
|
23
|
+
<property name="can_focus">1</property>
|
24
|
+
<property name="transition-type">crossfade</property>
|
25
|
+
<child>
|
26
|
+
<object class="GtkImage" id="image1">
|
27
|
+
<property name="visible">1</property>
|
28
|
+
<property name="margin-top">20</property>
|
29
|
+
<property name="margin-bottom">20</property>
|
30
|
+
<property name="icon-name">gtk3-demo</property>
|
31
|
+
</object>
|
32
|
+
<packing>
|
33
|
+
<property name="name">page1</property>
|
34
|
+
<property name="title" translatable="yes">Page 1</property>
|
35
|
+
</packing>
|
36
|
+
</child>
|
37
|
+
<child>
|
38
|
+
<object class="GtkCheckButton" id="checkbutton1">
|
39
|
+
<property name="label" translatable="yes">Page 2</property>
|
40
|
+
<property name="visible">1</property>
|
41
|
+
<property name="can_focus">1</property>
|
42
|
+
<property name="draw_indicator">1</property>
|
43
|
+
<property name="halign">center</property>
|
44
|
+
<property name="valign">center</property>
|
45
|
+
</object>
|
46
|
+
<packing>
|
47
|
+
<property name="name">page2</property>
|
48
|
+
<property name="title" translatable="yes">Page 2</property>
|
49
|
+
</packing>
|
50
|
+
</child>
|
51
|
+
<child>
|
52
|
+
<object class="GtkSpinner" id="spinner1">
|
53
|
+
<property name="visible">1</property>
|
54
|
+
<property name="halign">center</property>
|
55
|
+
<property name="valign">center</property>
|
56
|
+
<property name="active">1</property>
|
57
|
+
</object>
|
58
|
+
<packing>
|
59
|
+
<property name="name">page3</property>
|
60
|
+
<property name="icon-name">face-laugh-symbolic</property>
|
61
|
+
</packing>
|
62
|
+
</child>
|
63
|
+
</object>
|
64
|
+
<packing>
|
65
|
+
<property name="left_attach">0</property>
|
66
|
+
<property name="top_attach">1</property>
|
67
|
+
</packing>
|
68
|
+
</child>
|
69
|
+
</object>
|
70
|
+
</child>
|
71
|
+
</object>
|
72
|
+
</interface>
|
Binary file
|
Binary file
|
data/sample/gtk-demo/theming.ui
CHANGED
@@ -5,158 +5,135 @@
|
|
5
5
|
<property name="orientation">vertical</property>
|
6
6
|
<child>
|
7
7
|
<object class="GtkToolbar" id="toolbar1">
|
8
|
-
<property name="visible">
|
9
|
-
<property name="
|
10
|
-
<property name="
|
11
|
-
<property name="show-arrow">False</property>
|
8
|
+
<property name="visible">1</property>
|
9
|
+
<property name="hexpand">1</property>
|
10
|
+
<property name="show-arrow">0</property>
|
12
11
|
<style>
|
13
12
|
<class name="primary-toolbar"/>
|
14
13
|
</style>
|
15
14
|
<child>
|
16
15
|
<object class="GtkToggleToolButton" id="toolbutton1">
|
17
|
-
<property name="use_action_appearance">
|
18
|
-
<property name="visible">
|
19
|
-
<property name="
|
20
|
-
<property name="use_action_appearance">False</property>
|
16
|
+
<property name="use_action_appearance">0</property>
|
17
|
+
<property name="visible">1</property>
|
18
|
+
<property name="use_action_appearance">0</property>
|
21
19
|
<property name="label" translatable="yes">Normal</property>
|
22
|
-
<property name="use_underline">
|
23
|
-
<property name="is_important">
|
20
|
+
<property name="use_underline">1</property>
|
21
|
+
<property name="is_important">1</property>
|
24
22
|
<property name="icon_name">edit-find</property>
|
25
23
|
</object>
|
26
24
|
<packing>
|
27
|
-
<property name="
|
28
|
-
<property name="homogeneous">True</property>
|
25
|
+
<property name="homogeneous">1</property>
|
29
26
|
</packing>
|
30
27
|
</child>
|
31
28
|
<child>
|
32
29
|
<object class="GtkToggleToolButton" id="toolbutton2">
|
33
|
-
<property name="use_action_appearance">
|
34
|
-
<property name="visible">
|
35
|
-
<property name="
|
36
|
-
<property name="use_action_appearance">False</property>
|
30
|
+
<property name="use_action_appearance">0</property>
|
31
|
+
<property name="visible">1</property>
|
32
|
+
<property name="use_action_appearance">0</property>
|
37
33
|
<property name="label" translatable="yes">Active</property>
|
38
|
-
<property name="use_underline">
|
39
|
-
<property name="is_important">
|
34
|
+
<property name="use_underline">1</property>
|
35
|
+
<property name="is_important">1</property>
|
40
36
|
<property name="icon_name">edit-find</property>
|
41
|
-
<property name="active">
|
37
|
+
<property name="active">1</property>
|
42
38
|
</object>
|
43
39
|
<packing>
|
44
|
-
<property name="
|
45
|
-
<property name="homogeneous">True</property>
|
40
|
+
<property name="homogeneous">1</property>
|
46
41
|
</packing>
|
47
42
|
</child>
|
48
43
|
<child>
|
49
44
|
<object class="GtkToggleToolButton" id="toolbutton3">
|
50
|
-
<property name="use_action_appearance">
|
51
|
-
<property name="visible">
|
52
|
-
<property name="sensitive">
|
53
|
-
<property name="can_focus">False</property>
|
45
|
+
<property name="use_action_appearance">0</property>
|
46
|
+
<property name="visible">1</property>
|
47
|
+
<property name="sensitive">0</property>
|
54
48
|
<property name="label" translatable="yes">Insensitive</property>
|
55
|
-
<property name="use_underline">
|
56
|
-
<property name="is_important">
|
49
|
+
<property name="use_underline">1</property>
|
50
|
+
<property name="is_important">1</property>
|
57
51
|
<property name="icon_name">edit-find</property>
|
58
52
|
</object>
|
59
53
|
<packing>
|
60
|
-
<property name="
|
61
|
-
<property name="homogeneous">True</property>
|
54
|
+
<property name="homogeneous">1</property>
|
62
55
|
</packing>
|
63
56
|
</child>
|
64
57
|
<child>
|
65
58
|
<object class="GtkToggleToolButton" id="toolbutton5">
|
66
|
-
<property name="use_action_appearance">
|
67
|
-
<property name="visible">
|
68
|
-
<property name="can_focus">False</property>
|
59
|
+
<property name="use_action_appearance">0</property>
|
60
|
+
<property name="visible">1</property>
|
69
61
|
<property name="label" translatable="yes">Raised</property>
|
70
|
-
<property name="use_underline">
|
71
|
-
<property name="is_important">
|
62
|
+
<property name="use_underline">1</property>
|
63
|
+
<property name="is_important">1</property>
|
72
64
|
<property name="icon_name">edit-find-symbolic</property>
|
73
65
|
<style>
|
74
66
|
<class name="raised"/>
|
75
67
|
</style>
|
76
68
|
</object>
|
77
69
|
<packing>
|
78
|
-
<property name="
|
79
|
-
<property name="homogeneous">True</property>
|
70
|
+
<property name="homogeneous">1</property>
|
80
71
|
</packing>
|
81
72
|
</child>
|
82
73
|
<child>
|
83
74
|
<object class="GtkToggleToolButton" id="toolbutton6">
|
84
|
-
<property name="use_action_appearance">
|
85
|
-
<property name="visible">
|
86
|
-
<property name="can_focus">False</property>
|
75
|
+
<property name="use_action_appearance">0</property>
|
76
|
+
<property name="visible">1</property>
|
87
77
|
<property name="label" translatable="yes">Raised Active</property>
|
88
|
-
<property name="use_underline">
|
89
|
-
<property name="is_important">
|
78
|
+
<property name="use_underline">1</property>
|
79
|
+
<property name="is_important">1</property>
|
90
80
|
<property name="icon_name">edit-find-symbolic</property>
|
91
|
-
<property name="active">
|
81
|
+
<property name="active">1</property>
|
92
82
|
<style>
|
93
83
|
<class name="raised"/>
|
94
84
|
</style>
|
95
85
|
</object>
|
96
86
|
<packing>
|
97
|
-
<property name="
|
98
|
-
<property name="homogeneous">True</property>
|
87
|
+
<property name="homogeneous">1</property>
|
99
88
|
</packing>
|
100
89
|
</child>
|
101
90
|
<child>
|
102
91
|
<object class="GtkToggleToolButton" id="toolbutton4">
|
103
|
-
<property name="use_action_appearance">
|
104
|
-
<property name="visible">
|
105
|
-
<property name="sensitive">
|
106
|
-
<property name="can_focus">False</property>
|
92
|
+
<property name="use_action_appearance">0</property>
|
93
|
+
<property name="visible">1</property>
|
94
|
+
<property name="sensitive">0</property>
|
107
95
|
<property name="label" translatable="yes">Insensitive Active</property>
|
108
|
-
<property name="use_underline">
|
96
|
+
<property name="use_underline">1</property>
|
109
97
|
<property name="icon_name">edit-find</property>
|
110
|
-
<property name="is_important">
|
111
|
-
<property name="active">
|
98
|
+
<property name="is_important">1</property>
|
99
|
+
<property name="active">1</property>
|
112
100
|
</object>
|
113
101
|
<packing>
|
114
|
-
<property name="
|
115
|
-
<property name="homogeneous">True</property>
|
102
|
+
<property name="homogeneous">1</property>
|
116
103
|
</packing>
|
117
104
|
</child>
|
118
105
|
<child>
|
119
106
|
<object class="GtkToolItem" id="toolitementry">
|
120
|
-
<property name="use_action_appearance">
|
121
|
-
<property name="visible">
|
122
|
-
<property name="can_focus">False</property>
|
107
|
+
<property name="use_action_appearance">0</property>
|
108
|
+
<property name="visible">1</property>
|
123
109
|
<child>
|
124
110
|
<object class="GtkEntry" id="entry1">
|
125
|
-
<property name="visible">
|
126
|
-
<property name="can_focus">
|
111
|
+
<property name="visible">1</property>
|
112
|
+
<property name="can_focus">1</property>
|
127
113
|
<property name="invisible_char">•</property>
|
128
114
|
<property name="placeholder-text" translatable="yes">Search...</property>
|
129
115
|
<property name="secondary-icon-name">edit-find-symbolic</property>
|
130
116
|
</object>
|
131
117
|
</child>
|
132
118
|
</object>
|
133
|
-
<packing>
|
134
|
-
<property name="expand">False</property>
|
135
|
-
</packing>
|
136
119
|
</child>
|
137
120
|
<child>
|
138
121
|
<object class="GtkToolItem" id="toolitemswitch">
|
139
|
-
<property name="use_action_appearance">
|
140
|
-
<property name="visible">
|
141
|
-
<property name="can_focus">False</property>
|
122
|
+
<property name="use_action_appearance">0</property>
|
123
|
+
<property name="visible">1</property>
|
142
124
|
<child>
|
143
125
|
<object class="GtkSwitch" id="switch1">
|
144
|
-
<property name="visible">
|
145
|
-
<property name="can_focus">
|
126
|
+
<property name="visible">1</property>
|
127
|
+
<property name="can_focus">1</property>
|
146
128
|
</object>
|
147
129
|
</child>
|
148
130
|
</object>
|
149
|
-
<packing>
|
150
|
-
<property name="expand">False</property>
|
151
|
-
</packing>
|
152
131
|
</child>
|
153
132
|
</object>
|
154
133
|
</child>
|
155
134
|
<child>
|
156
135
|
<object class="GtkBox" id="box1">
|
157
|
-
<property name="visible">
|
158
|
-
<property name="can_focus">False</property>
|
159
|
-
<property name="orientation">horizontal</property>
|
136
|
+
<property name="visible">1</property>
|
160
137
|
<property name="valign">center</property>
|
161
138
|
<property name="halign">center</property>
|
162
139
|
<style>
|
@@ -165,45 +142,36 @@
|
|
165
142
|
<child>
|
166
143
|
<object class="GtkButton" id="button1">
|
167
144
|
<property name="label" translatable="yes">Hi, I am a button</property>
|
168
|
-
<property name="use_action_appearance">
|
169
|
-
<property name="visible">
|
170
|
-
<property name="can_focus">
|
171
|
-
<property name="receives_default">
|
172
|
-
<property name="use_action_appearance">
|
145
|
+
<property name="use_action_appearance">0</property>
|
146
|
+
<property name="visible">1</property>
|
147
|
+
<property name="can_focus">1</property>
|
148
|
+
<property name="receives_default">1</property>
|
149
|
+
<property name="use_action_appearance">0</property>
|
173
150
|
</object>
|
174
|
-
<packing>
|
175
|
-
<property name="expand">False</property>
|
176
|
-
<property name="fill">True</property>
|
177
|
-
<property name="position">0</property>
|
178
|
-
</packing>
|
179
151
|
</child>
|
180
152
|
<child>
|
181
153
|
<object class="GtkButton" id="button2">
|
182
|
-
<property name="label" translatable="yes">And I
|
183
|
-
<property name="use_action_appearance">
|
184
|
-
<property name="visible">
|
185
|
-
<property name="can_focus">
|
186
|
-
<property name="receives_default">
|
187
|
-
<property name="use_action_appearance">
|
154
|
+
<property name="label" translatable="yes">And I'm another button</property>
|
155
|
+
<property name="use_action_appearance">0</property>
|
156
|
+
<property name="visible">1</property>
|
157
|
+
<property name="can_focus">1</property>
|
158
|
+
<property name="receives_default">1</property>
|
159
|
+
<property name="use_action_appearance">0</property>
|
188
160
|
</object>
|
189
161
|
<packing>
|
190
|
-
<property name="expand">False</property>
|
191
|
-
<property name="fill">True</property>
|
192
162
|
<property name="position">1</property>
|
193
163
|
</packing>
|
194
164
|
</child>
|
195
165
|
<child>
|
196
166
|
<object class="GtkButton" id="button3">
|
197
167
|
<property name="label" translatable="yes">This is a button party!</property>
|
198
|
-
<property name="use_action_appearance">
|
199
|
-
<property name="visible">
|
200
|
-
<property name="can_focus">
|
201
|
-
<property name="receives_default">
|
202
|
-
<property name="use_action_appearance">
|
168
|
+
<property name="use_action_appearance">0</property>
|
169
|
+
<property name="visible">1</property>
|
170
|
+
<property name="can_focus">1</property>
|
171
|
+
<property name="receives_default">1</property>
|
172
|
+
<property name="use_action_appearance">0</property>
|
203
173
|
</object>
|
204
174
|
<packing>
|
205
|
-
<property name="expand">False</property>
|
206
|
-
<property name="fill">True</property>
|
207
175
|
<property name="position">2</property>
|
208
176
|
</packing>
|
209
177
|
</child>
|
@@ -211,106 +179,93 @@
|
|
211
179
|
</child>
|
212
180
|
<child>
|
213
181
|
<object class="GtkToolbar" id="itoolbar1">
|
214
|
-
<property name="visible">
|
215
|
-
<property name="
|
216
|
-
<property name="hexpand">True</property>
|
182
|
+
<property name="visible">1</property>
|
183
|
+
<property name="hexpand">1</property>
|
217
184
|
<property name="icon_size">1</property>
|
218
185
|
<style>
|
219
186
|
<class name="inline-toolbar"/>
|
220
187
|
</style>
|
221
188
|
<child>
|
222
189
|
<object class="GtkToggleToolButton" id="itoolbutton1">
|
223
|
-
<property name="use_action_appearance">
|
224
|
-
<property name="visible">
|
225
|
-
<property name="
|
226
|
-
<property name="use_action_appearance">False</property>
|
190
|
+
<property name="use_action_appearance">0</property>
|
191
|
+
<property name="visible">1</property>
|
192
|
+
<property name="use_action_appearance">0</property>
|
227
193
|
<property name="label" translatable="yes">Normal</property>
|
228
|
-
<property name="use_underline">
|
194
|
+
<property name="use_underline">1</property>
|
229
195
|
<property name="icon_name">list-add-symbolic</property>
|
230
196
|
</object>
|
231
197
|
<packing>
|
232
|
-
<property name="
|
233
|
-
<property name="homogeneous">True</property>
|
198
|
+
<property name="homogeneous">1</property>
|
234
199
|
</packing>
|
235
200
|
</child>
|
236
201
|
<child>
|
237
202
|
<object class="GtkToggleToolButton" id="itoolbutton2">
|
238
|
-
<property name="use_action_appearance">
|
239
|
-
<property name="visible">
|
240
|
-
<property name="
|
241
|
-
<property name="use_action_appearance">False</property>
|
203
|
+
<property name="use_action_appearance">0</property>
|
204
|
+
<property name="visible">1</property>
|
205
|
+
<property name="use_action_appearance">0</property>
|
242
206
|
<property name="label" translatable="yes">Normal</property>
|
243
|
-
<property name="use_underline">
|
207
|
+
<property name="use_underline">1</property>
|
244
208
|
<property name="icon_name">list-add-symbolic</property>
|
245
209
|
</object>
|
246
210
|
<packing>
|
247
|
-
<property name="
|
248
|
-
<property name="homogeneous">True</property>
|
211
|
+
<property name="homogeneous">1</property>
|
249
212
|
</packing>
|
250
213
|
</child>
|
251
214
|
<child>
|
252
215
|
<object class="GtkToggleToolButton" id="itoolbutton3">
|
253
|
-
<property name="use_action_appearance">
|
254
|
-
<property name="visible">
|
255
|
-
<property name="
|
256
|
-
<property name="use_action_appearance">False</property>
|
216
|
+
<property name="use_action_appearance">0</property>
|
217
|
+
<property name="visible">1</property>
|
218
|
+
<property name="use_action_appearance">0</property>
|
257
219
|
<property name="label" translatable="yes">Active</property>
|
258
|
-
<property name="use_underline">
|
220
|
+
<property name="use_underline">1</property>
|
259
221
|
<property name="icon_name">list-remove-symbolic</property>
|
260
|
-
<property name="active">
|
222
|
+
<property name="active">1</property>
|
261
223
|
</object>
|
262
224
|
<packing>
|
263
|
-
<property name="
|
264
|
-
<property name="homogeneous">True</property>
|
225
|
+
<property name="homogeneous">1</property>
|
265
226
|
</packing>
|
266
227
|
</child>
|
267
228
|
<child>
|
268
229
|
<object class="GtkToggleToolButton" id="itoolbutton4">
|
269
|
-
<property name="use_action_appearance">
|
270
|
-
<property name="visible">
|
271
|
-
<property name="
|
272
|
-
<property name="use_action_appearance">False</property>
|
230
|
+
<property name="use_action_appearance">0</property>
|
231
|
+
<property name="visible">1</property>
|
232
|
+
<property name="use_action_appearance">0</property>
|
273
233
|
<property name="label" translatable="yes">Active</property>
|
274
|
-
<property name="use_underline">
|
234
|
+
<property name="use_underline">1</property>
|
275
235
|
<property name="icon_name">list-remove-symbolic</property>
|
276
|
-
<property name="active">
|
236
|
+
<property name="active">1</property>
|
277
237
|
</object>
|
278
238
|
<packing>
|
279
|
-
<property name="
|
280
|
-
<property name="homogeneous">True</property>
|
239
|
+
<property name="homogeneous">1</property>
|
281
240
|
</packing>
|
282
241
|
</child>
|
283
242
|
<child>
|
284
243
|
<object class="GtkToggleToolButton" id="itoolbutton5">
|
285
|
-
<property name="use_action_appearance">
|
286
|
-
<property name="visible">
|
287
|
-
<property name="sensitive">
|
288
|
-
<property name="
|
289
|
-
<property name="use_action_appearance">False</property>
|
244
|
+
<property name="use_action_appearance">0</property>
|
245
|
+
<property name="visible">1</property>
|
246
|
+
<property name="sensitive">0</property>
|
247
|
+
<property name="use_action_appearance">0</property>
|
290
248
|
<property name="label" translatable="yes">Insensitive</property>
|
291
|
-
<property name="use_underline">
|
249
|
+
<property name="use_underline">1</property>
|
292
250
|
<property name="icon_name">edit-find-symbolic</property>
|
293
251
|
</object>
|
294
252
|
<packing>
|
295
|
-
<property name="
|
296
|
-
<property name="homogeneous">True</property>
|
253
|
+
<property name="homogeneous">1</property>
|
297
254
|
</packing>
|
298
255
|
</child>
|
299
256
|
<child>
|
300
257
|
<object class="GtkToggleToolButton" id="itoolbutton6">
|
301
|
-
<property name="use_action_appearance">
|
302
|
-
<property name="visible">
|
303
|
-
<property name="sensitive">
|
304
|
-
<property name="
|
305
|
-
<property name="use_action_appearance">False</property>
|
258
|
+
<property name="use_action_appearance">0</property>
|
259
|
+
<property name="visible">1</property>
|
260
|
+
<property name="sensitive">0</property>
|
261
|
+
<property name="use_action_appearance">0</property>
|
306
262
|
<property name="label" translatable="yes">Insensitive Active</property>
|
307
|
-
<property name="use_underline">
|
263
|
+
<property name="use_underline">1</property>
|
308
264
|
<property name="icon_name">go-up-symbolic</property>
|
309
|
-
<property name="active">
|
265
|
+
<property name="active">1</property>
|
310
266
|
</object>
|
311
267
|
<packing>
|
312
|
-
<property name="
|
313
|
-
<property name="homogeneous">True</property>
|
268
|
+
<property name="homogeneous">1</property>
|
314
269
|
</packing>
|
315
270
|
</child>
|
316
271
|
</object>
|