summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/glade/libhandy.xml
blob: 7f60118630f3c2222fc68a748df20989274020dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<?xml version="1.0" encoding="UTF-8"?>
<glade-catalog name="libhandy" library="glade-handy-1" depends="gtk+" book="libhandy">
  <init-function>glade_hdy_init</init-function>
  <glade-widget-classes>
    <glade-widget-class name="HdyActionRow" generic-name="actionrow" title="Action Row" since="0.0.6">
      <properties>
        <property id="icon-name" themed-icon="True" />
        <property id="title" translatable="True" />
        <property id="subtitle" translatable="True" />
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyAvatar" generic-name="avatar" title="Avatar" since="1.0"/>
    <glade-widget-class name="HdyApplicationWindow" generic-name="applicationwindow" title="Application Window" since="1.0" use-placeholders="False">
      <post-create-function>glade_hdy_window_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_window_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_window_add_child</add-child-function>
      <remove-child-function>glade_hdy_window_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_window_replace_child</replace-child-function>
      <get-children-function>glade_hdy_window_get_children</get-children-function>
      <properties>
        <property id="show-menubar" disabled="True" />
        <property id="use-csd" disabled="True" />
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyCarousel" generic-name="carousel" title="Carousel" since="1.0">
      <post-create-function>glade_hdy_carousel_post_create</post-create-function>
      <add-child-function>glade_hdy_carousel_add_child</add-child-function>
      <remove-child-function>glade_hdy_carousel_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_carousel_replace_child</replace-child-function>
      <child-action-activate-function>glade_hdy_carousel_child_action_activate</child-action-activate-function>
      <get-property-function>glade_hdy_carousel_get_property</get-property-function>
      <set-property-function>glade_hdy_carousel_set_property</set-property-function>
      <child-set-property-function>glade_hdy_carousel_set_child_property</child-set-property-function>
      <child-get-property-function>glade_hdy_carousel_get_child_property</child-get-property-function>
      <verify-function>glade_hdy_carousel_verify_property</verify-function>
      <packing-properties>
        <property id="position" name="Position" default="0" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>The position of the page in the carousel</tooltip>
        </property>
      </packing-properties>
      <packing-actions>
        <action id="insert_page_before" name="Insert Page Before" stock="list-add"/>
        <action id="insert_page_after" name="Insert Page After" stock="list-add"/>
        <action id="remove_page" name="Remove Page"  stock="list-remove"/>
      </packing-actions>
      <properties>
        <property id="pages" name="Number of pages" save="False" default="1">
          <parameter-spec>
            <type>GParamInt</type>
            <min>1</min>
          </parameter-spec>
          <tooltip>The number of pages in the stack</tooltip>
        </property>
        <property id="page" name="Edit page" save="False" default="0">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>Set the currently active page to edit, this property will not be saved</tooltip>
        </property>
        <property id="above-child" disabled="True" />
        <property id="visible-window" disabled="True" />
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyCarouselIndicatorDots" generic-name="carouselindicatordots" title="Carousel Indicator Dots" since="1.0"/>
    <glade-widget-class name="HdyCarouselIndicatorLines" generic-name="carouselindicatorlines" title="Carousel Indicator Lines" since="1.0"/>
    <glade-widget-class name="HdyClamp" generic-name="clamp" title="Clamp" since="1.0"/>
    <glade-widget-class name="HdyComboRow" generic-name="comborow" title="Combo Row" since="0.0.6"/>
    <glade-widget-class name="HdyDeck" generic-name="deck" title="Deck" since="1.0">
      <post-create-function>glade_hdy_leaflet_post_create</post-create-function>
      <add-child-function>glade_hdy_leaflet_add_child</add-child-function>
      <remove-child-function>glade_hdy_leaflet_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_leaflet_replace_child</replace-child-function>
      <child-action-activate-function>glade_hdy_leaflet_child_action_activate</child-action-activate-function>
      <get-property-function>glade_hdy_leaflet_get_property</get-property-function>
      <set-property-function>glade_hdy_leaflet_set_property</set-property-function>
      <child-set-property-function>glade_hdy_leaflet_set_child_property</child-set-property-function>
      <child-get-property-function>glade_hdy_leaflet_get_child_property</child-get-property-function>
      <verify-function>glade_hdy_leaflet_verify_property</verify-function>
      <packing-properties>
        <property id="position" name="Position" default="0" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>The position of the page in the deck</tooltip>
        </property>
      </packing-properties>
      <packing-actions>
        <action id="insert_page_before" name="Insert Page Before" stock="list-add"/>
        <action id="insert_page_after" name="Insert Page After" stock="list-add"/>
        <action id="remove_page" name="Remove Page"  stock="list-remove"/>
      </packing-actions>
      <properties>
        <property id="pages" name="Number of pages" save="False" default="1">
          <parameter-spec>
            <type>GParamInt</type>
            <min>1</min>
          </parameter-spec>
          <tooltip>The number of pages in the deck</tooltip>
        </property>
        <property id="page" name="Edit page" save="False" default="0">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>Set the currently active page to edit, this property will not be saved</tooltip>
        </property>
        <property id="transition-type">
          <displayable-values>
            <!-- HdyDeckTransitionType enumeration value -->
            <value id="HDY_DECK_TRANSITION_TYPE_OVER" name="Over"/>
            <!-- HdyDeckTransitionType enumeration value -->
            <value id="HDY_DECK_TRANSITION_TYPE_UNDER" name="Under"/>
            <!-- HdyDeckTransitionType enumeration value -->
            <value id="HDY_DECK_TRANSITION_TYPE_SLIDE" name="Slide"/>
          </displayable-values>
        </property>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyExpanderRow" generic-name="expanderrow" title="Expander Row" since="0.0.6" use-placeholders="False">
      <post-create-function>glade_hdy_expander_row_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_expander_row_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_expander_row_add_child</add-child-function>
      <remove-child-function>glade_hdy_expander_row_remove_child</remove-child-function>
      <child-set-property-function>glade_hdy_expander_row_set_child_property</child-set-property-function>
      <child-get-property-function>glade_hdy_expander_row_get_child_property</child-get-property-function>
      <packing-properties>
        <property id="position" name="Position" default="0" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>The position of the list row in the expander row</tooltip>
        </property>
      </packing-properties>
      <properties>
        <property id="expanded" save="True" ignore="True"/>
        <property id="enable-expansion" save="True" ignore="True"/>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyHeaderBar" generic-name="headerbar" title="Header Bar" since="0.0.10">
      <post-create-function>glade_hdy_header_bar_post_create</post-create-function>
      <add-child-function>glade_hdy_header_bar_add_child</add-child-function>
      <remove-child-function>glade_hdy_header_bar_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_header_bar_replace_child</replace-child-function>
      <get-children-function>glade_hdy_header_bar_get_children</get-children-function>
      <child-action-activate-function>glade_hdy_header_bar_child_action_activate</child-action-activate-function>
      <get-property-function>glade_hdy_header_bar_get_property</get-property-function>
      <set-property-function>glade_hdy_header_bar_set_property</set-property-function>
      <child-set-property-function>glade_hdy_header_bar_child_set_property</child-set-property-function>
      <action-activate-function>glade_hdy_header_bar_action_activate</action-activate-function>
      <verify-function>glade_hdy_header_bar_verify_property</verify-function>
      <special-child-type>type</special-child-type>
      <packing-properties>
        <property id="pack-type" transfer-on-paste="True" />
      </packing-properties>
      <packing-actions>
        <action id="remove_slot" name="Remove Slot" stock="gtk-remove"/>
      </packing-actions>
      <properties>
        <property id="title" translatable="True"/>
        <property id="subtitle" translatable="True"/>
        <property id="has-subtitle" name="Reserve space for subtitle">
          <tooltip>Keep the headerbar height the same as the subtitle changes dynamically.</tooltip>
        </property>
        <property id="show-close-button" name="Show window controls" needs-sync="True"/>
        <property id="spacing"/>
        <property id="decoration-layout"/>
        <property id="decoration-layout-set" disabled="True"/>
        <property id="custom-title" disabled="True"/>
        <property id="use-custom-title" name="Custom Title" default="FALSE" visible="True" save="False">
          <parameter-spec>
            <type>GParamBoolean</type>
          </parameter-spec>
        </property>
        <property visible="True" save="False" id="size" default="1" name="Number of items">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>The number of items in the header bar</tooltip>
        </property>
        <property id="centering-policy">
          <displayable-values>
            <!-- HdyCenteringPolicy enumeration value -->
            <value id="HDY_CENTERING_POLICY_LOOSE" name="Loose"/>
            <!-- HdyCenteringPolicy enumeration value -->
            <value id="HDY_CENTERING_POLICY_STRICT" name="Strict"/>
          </displayable-values>
        </property>
      </properties>
      <actions>
        <action id="add_slot" name="Add Slot" stock="list-add"/>
      </actions>
    </glade-widget-class>
    <glade-widget-class name="HdyHeaderGroup" generic-name="headergroup" title="Header Group" toplevel="True">
      <read-widget-function>glade_hdy_header_group_read_widget</read-widget-function>
      <write-widget-function>glade_hdy_header_group_write_widget</write-widget-function>
      <set-property-function>glade_hdy_header_group_set_property</set-property-function>
      <properties>
        <property id="headerbars" name="Headerbars" save="False">
          <parameter-spec>
            <type>GladeParamObjects</type>
            <value-type>HdyHeaderBar</value-type>
          </parameter-spec>
          <tooltip>List of headerbars in this group</tooltip>
        </property>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyKeypad" generic-name="keypad" title="Keypad"/>
    <glade-widget-class name="HdyLeaflet" generic-name="leaflet" title="Leaflet">
      <post-create-function>glade_hdy_leaflet_post_create</post-create-function>
      <add-child-function>glade_hdy_leaflet_add_child</add-child-function>
      <remove-child-function>glade_hdy_leaflet_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_leaflet_replace_child</replace-child-function>
      <child-action-activate-function>glade_hdy_leaflet_child_action_activate</child-action-activate-function>
      <get-property-function>glade_hdy_leaflet_get_property</get-property-function>
      <set-property-function>glade_hdy_leaflet_set_property</set-property-function>
      <child-set-property-function>glade_hdy_leaflet_set_child_property</child-set-property-function>
      <child-get-property-function>glade_hdy_leaflet_get_child_property</child-get-property-function>
      <verify-function>glade_hdy_leaflet_verify_property</verify-function>
      <packing-properties>
        <property id="position" name="Position" default="0" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>The position of the page in the leaflet</tooltip>
        </property>
      </packing-properties>
      <packing-actions>
        <action id="insert_page_before" name="Insert Page Before" stock="list-add"/>
        <action id="insert_page_after" name="Insert Page After" stock="list-add"/>
        <action id="remove_page" name="Remove Page"  stock="list-remove"/>
      </packing-actions>
      <properties>
        <property id="pages" name="Number of pages" save="False" default="1">
          <parameter-spec>
            <type>GParamInt</type>
            <min>1</min>
          </parameter-spec>
          <tooltip>The number of pages in the leaflet</tooltip>
        </property>
        <property id="page" name="Edit page" save="False" default="0">
          <parameter-spec>
            <type>GParamInt</type>
            <min>0</min>
          </parameter-spec>
          <tooltip>Set the currently active page to edit, this property will not be saved</tooltip>
        </property>
        <property id="transition-type">
          <displayable-values>
            <!-- HdyLeafletTransitionType enumeration value -->
            <value id="HDY_LEAFLET_TRANSITION_TYPE_OVER" name="Over"/>
            <!-- HdyLeafletTransitionType enumeration value -->
            <value id="HDY_LEAFLET_TRANSITION_TYPE_UNDER" name="Under"/>
            <!-- HdyLeafletTransitionType enumeration value -->
            <value id="HDY_LEAFLET_TRANSITION_TYPE_SLIDE" name="Slide"/>
          </displayable-values>
        </property>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyPreferencesGroup" generic-name="preferencesgroup" title="Preferences Group" since="0.0.10" use-placeholders="False">
      <properties>
        <property id="title" translatable="True" />
        <property id="description" translatable="True" />
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyPreferencesPage" generic-name="preferencespage" title="Preferences Page" since="0.0.10" use-placeholders="False">
      <post-create-function>glade_hdy_preferences_page_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_preferences_page_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_preferences_page_add_child</add-child-function>
      <remove-child-function>glade_hdy_preferences_page_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_preferences_page_replace_child</replace-child-function>
      <get-children-function>glade_hdy_preferences_page_get_children</get-children-function>
      <child-set-property-function>glade_hdy_preferences_page_child_set_property</child-set-property-function>
      <child-get-property-function>glade_hdy_preferences_page_child_get_property</child-get-property-function>
      <action-activate-function>glade_hdy_preferences_page_action_activate</action-activate-function>
      <packing-properties>
        <property id="position" name="Position" default="-1" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>-1</min>
          </parameter-spec>
          <tooltip>The position of the group in the preferences page</tooltip>
        </property>
      </packing-properties>
      <properties>
        <property id="icon-name" themed-icon="True" />
        <property id="title" translatable="True" />
      </properties>
      <actions>
        <action id="add_group" name="Add Group" stock="list-add" important="True"/>
      </actions>
    </glade-widget-class>
    <glade-widget-class name="HdyPreferencesRow" generic-name="preferencesrow" title="Preferences Row" since="0.0.10"/>
    <glade-widget-class name="HdyPreferencesWindow" generic-name="preferenceswindow" title="Preferences Window" since="0.0.10" use-placeholders="False">
      <post-create-function>glade_hdy_preferences_window_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_preferences_window_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_preferences_window_add_child</add-child-function>
      <remove-child-function>glade_hdy_preferences_window_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_preferences_window_replace_child</replace-child-function>
      <get-children-function>glade_hdy_preferences_window_get_children</get-children-function>
      <child-set-property-function>glade_hdy_preferences_window_child_set_property</child-set-property-function>
      <child-get-property-function>glade_hdy_preferences_window_child_get_property</child-get-property-function>
      <action-activate-function>glade_hdy_preferences_window_action_activate</action-activate-function>
      <packing-properties>
        <property id="position" name="Position" default="-1" save="False">
          <parameter-spec>
            <type>GParamInt</type>
            <min>-1</min>
          </parameter-spec>
          <tooltip>The position of the page in the preferences window</tooltip>
        </property>
      </packing-properties>
      <properties>
        <property id="use-csd" disabled="True" />
      </properties>
      <actions>
        <action id="add_page" name="Add Page" stock="list-add" important="True"/>
      </actions>
    </glade-widget-class>
    <glade-widget-class name="HdySearchBar" generic-name="searchbar" title="Search Bar" since="0.0.6">
      <post-create-function>glade_hdy_search_bar_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_search_bar_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_search_bar_add_child</add-child-function>
      <remove-child-function>glade_hdy_search_bar_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_search_bar_replace_child</replace-child-function>
      <get-children-function>glade_hdy_search_bar_get_children</get-children-function>
      <properties>
        <property id="search-mode-enabled" save="True" ignore="True"/>
        <property id="show-close-button" save="True" ignore="True"/>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdySqueezer" generic-name="squeezer" title="Squeezer" since="0.0.10"/>
    <glade-widget-class name="HdySwipeGroup" generic-name="swipegroup" title="Swipe Group" toplevel="True">
      <read-widget-function>glade_hdy_swipe_group_read_widget</read-widget-function>
      <write-widget-function>glade_hdy_swipe_group_write_widget</write-widget-function>
      <set-property-function>glade_hdy_swipe_group_set_property</set-property-function>
      <properties>
        <property id="swipeables" name="Widgets" save="False">
          <parameter-spec>
            <type>GladeParamObjects</type>
            <value-type>HdySwipeable</value-type>
          </parameter-spec>
          <tooltip>List of widgets in this group</tooltip>
        </property>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyTitleBar" generic-name="titlebar" title="Title Bar"/>
    <glade-widget-class name="HdyViewSwitcher" generic-name="viewswitcher" title="View Switcher" since="0.0.10"/>
    <glade-widget-class name="HdyViewSwitcherBar" generic-name="viewswitcherbar" title="View Switcher Bar" since="0.0.10"/>
    <glade-widget-class name="HdyViewSwitcherTitle" generic-name="viewswitchertitle" title="View Switcher Title" since="1.0">
      <properties>
        <property id="policy">
          <displayable-values>
            <!-- HdyViewSwitcherPolicy enumeration value -->
            <value id="HDY_VIEW_SWITCHER_POLICY_AUTO" name="Auto"/>
            <!-- HdyViewSwitcherPolicy enumeration value -->
            <value id="HDY_VIEW_SWITCHER_POLICY_NARROW" name="Narrow"/>
            <!-- HdyViewSwitcherPolicy enumeration value -->
            <value id="HDY_VIEW_SWITCHER_POLICY_WIDE" name="Wide"/>
          </displayable-values>
        </property>
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyWindow" generic-name="window" title="Window" since="1.0" use-placeholders="False">
      <post-create-function>glade_hdy_window_post_create</post-create-function>
      <add-child-verify-function>glade_hdy_window_add_verify</add-child-verify-function>
      <add-child-function>glade_hdy_window_add_child</add-child-function>
      <remove-child-function>glade_hdy_window_remove_child</remove-child-function>
      <replace-child-function>glade_hdy_window_replace_child</replace-child-function>
      <get-children-function>glade_hdy_window_get_children</get-children-function>
      <properties>
        <property id="use-csd" disabled="True" />
      </properties>
    </glade-widget-class>
    <glade-widget-class name="HdyWindowHandle" generic-name="windowhandle" title="Window Handle" since="1.0">
      <properties>
        <property id="above-child" disabled="True" />
        <property id="visible-window" disabled="True" />
      </properties>
    </glade-widget-class>
  </glade-widget-classes>

  <glade-widget-group name="handy" title="Libhandy Widgets">
    <glade-widget-class-ref name="HdyActionRow"/>
    <glade-widget-class-ref name="HdyApplicationWindow"/>
    <glade-widget-class-ref name="HdyAvatar"/>
    <glade-widget-class-ref name="HdyCarousel"/>
    <glade-widget-class-ref name="HdyCarouselIndicatorDots"/>
    <glade-widget-class-ref name="HdyCarouselIndicatorLines"/>
    <glade-widget-class-ref name="HdyClamp"/>
    <glade-widget-class-ref name="HdyComboRow"/>
    <glade-widget-class-ref name="HdyDeck"/>
    <glade-widget-class-ref name="HdyExpanderRow"/>
    <glade-widget-class-ref name="HdyHeaderBar"/>
    <glade-widget-class-ref name="HdyHeaderGroup"/>
    <glade-widget-class-ref name="HdyKeypad"/>
    <glade-widget-class-ref name="HdyLeaflet"/>
    <glade-widget-class-ref name="HdyPreferencesGroup"/>
    <glade-widget-class-ref name="HdyPreferencesPage"/>
    <glade-widget-class-ref name="HdyPreferencesRow"/>
    <glade-widget-class-ref name="HdyPreferencesWindow"/>
    <glade-widget-class-ref name="HdySearchBar"/>
    <glade-widget-class-ref name="HdySqueezer"/>
    <glade-widget-class-ref name="HdySwipeGroup"/>
    <glade-widget-class-ref name="HdyTitleBar"/>
    <glade-widget-class-ref name="HdyViewSwitcher"/>
    <glade-widget-class-ref name="HdyViewSwitcherBar"/>
    <glade-widget-class-ref name="HdyViewSwitcherTitle"/>
    <glade-widget-class-ref name="HdyWindow"/>
    <glade-widget-class-ref name="HdyWindowHandle"/>
  </glade-widget-group>
</glade-catalog>