Added GtkTextTag.priority property
[cl-gtk2.git] / gtk / gtk.generated-classes.lisp
1 (in-package :gtk)
2 (define-g-enum "GtkTextDirection" text-direction
3                (:export t :type-initializer "gtk_text_direction_get_type")
4                (:none 0) (:ltr 1) (:rtl 2))
5
6 (define-g-enum "GtkSizeGroupMode" size-group-mode
7                (:export t :type-initializer "gtk_size_group_mode_get_type")
8                (:none 0) (:horizontal 1) (:vertical 2) (:both 3))
9
10 (define-g-enum "GtkPrintStatus" print-status
11                (:export t :type-initializer "gtk_print_status_get_type")
12                (:initial 0) (:preparing 1) (:generating-data 2)
13                (:sending-data 3) (:pending 4) (:pending-issue 5) (:printing 6)
14                (:finished 7) (:finished-aborted 8))
15
16 (define-g-enum "GtkUnit" unit (:export t :type-initializer "gtk_unit_get_type")
17                (:pixel 0) (:points 1) (:inch 2) (:mm 3))
18
19 (define-g-enum "GtkRecentSortType" recent-sort-type
20                (:export t :type-initializer "gtk_recent_sort_type_get_type")
21                (:none 0) (:mru 1) (:lru 2) (:custom 3))
22
23 (define-g-enum "GtkFileChooserAction" file-chooser-action
24                (:export t :type-initializer "gtk_file_chooser_action_get_type")
25                (:open 0) (:save 1) (:select-folder 2) (:create-folder 3))
26
27 (define-g-enum "GtkCellRendererAccelMode" cell-renderer-accel-mode
28                (:export t :type-initializer
29                 "gtk_cell_renderer_accel_mode_get_type")
30                (:gtk 0) (:other 1))
31
32 (define-g-enum "GtkCellRendererMode" cell-renderer-mode
33                (:export t :type-initializer "gtk_cell_renderer_mode_get_type")
34                (:inert 0) (:activatable 1) (:editable 2))
35
36 (define-g-enum "GtkTreeViewColumnSizing" tree-view-column-sizing
37                (:export t :type-initializer
38                 "gtk_tree_view_column_sizing_get_type")
39                (:grow-only 0) (:autosize 1) (:fixed 2))
40
41 (define-g-enum "GtkProgressBarStyle" progress-bar-style
42                (:export t :type-initializer "gtk_progress_bar_style_get_type")
43                (:continuous 0) (:discrete 1))
44
45 (define-g-enum "GtkProgressBarOrientation" progress-bar-orientation
46                (:export t :type-initializer
47                 "gtk_progress_bar_orientation_get_type")
48                (:left-to-right 0) (:right-to-left 1) (:bottom-to-top 2)
49                (:top-to-bottom 3))
50
51 (define-g-enum "GtkUpdateType" update-type
52                (:export t :type-initializer "gtk_update_type_get_type")
53                (:continuous 0) (:discontinuous 1) (:delayed 2))
54
55 (define-g-enum "GtkMetricType" metric-type
56                (:export t :type-initializer "gtk_metric_type_get_type")
57                (:pixels 0) (:inches 1) (:centimeters 2))
58
59 (define-g-enum "GtkSpinButtonUpdatePolicy" spin-button-update-policy
60                (:export t :type-initializer
61                 "gtk_spin_button_update_policy_get_type")
62                (:always 0) (:if-valid 1))
63
64 (define-g-enum "GtkCurveType" curve-type
65                (:export t :type-initializer "gtk_curve_type_get_type")
66                (:linear 0) (:spline 1) (:free 2))
67
68 (define-g-enum "GtkImageType" image-type
69                (:export t :type-initializer "gtk_image_type_get_type")
70                (:empty 0) (:pixmap 1) (:image 2) (:pixbuf 3) (:stock 4)
71                (:icon-set 5) (:animation 6) (:icon-name 7) (:gicon 8))
72
73 (define-g-enum "GtkArrowType" arrow-type
74                (:export t :type-initializer "gtk_arrow_type_get_type") (:up 0)
75                (:down 1) (:left 2) (:right 3) (:none 4))
76
77 (define-g-enum "GtkSortType" sort-type
78                (:export t :type-initializer "gtk_sort_type_get_type")
79                (:ascending 0) (:descending 1))
80
81 (define-g-enum "GtkToolbarStyle" toolbar-style
82                (:export t :type-initializer "gtk_toolbar_style_get_type")
83                (:icons 0) (:text 1) (:both 2) (:both-horiz 3))
84
85 (define-g-enum "GtkJustification" justification
86                (:export t :type-initializer "gtk_justification_get_type")
87                (:left 0) (:right 1) (:center 2) (:fill 3))
88
89 (define-g-enum "GtkWrapMode" wrap-mode
90                (:export t :type-initializer "gtk_wrap_mode_get_type") (:none 0)
91                (:char 1) (:word 2) (:word-char 3))
92
93 (define-g-enum "GtkButtonBoxStyle" button-box-style
94                (:export t :type-initializer "gtk_button_box_style_get_type")
95                (:default-style 0) (:spread 1) (:edge 2) (:start 3) (:end 4)
96                (:center 5))
97
98 (define-g-enum "GtkSelectionMode" selection-mode
99                (:export t :type-initializer "gtk_selection_mode_get_type")
100                (:none 0) (:single 1) (:browse 2) (:multiple 3) (:extended 3))
101
102 (define-g-enum "GtkTreeViewGridLines" tree-view-grid-lines
103                (:export t :type-initializer
104                 "gtk_tree_view_grid_lines_get_type")
105                (:none 0) (:horizontal 1) (:vertical 2) (:both 3))
106
107 (define-g-enum "GtkPackDirection" pack-direction
108                (:export t :type-initializer "gtk_pack_direction_get_type")
109                (:ltr 0) (:rtl 1) (:ttb 2) (:btt 3))
110
111 (define-g-enum "GtkCornerType" corner-type
112                (:export t :type-initializer "gtk_corner_type_get_type")
113                (:top-left 0) (:bottom-left 1) (:top-right 2) (:bottom-right 3))
114
115 (define-g-enum "GtkPolicyType" policy-type
116                (:export t :type-initializer "gtk_policy_type_get_type")
117                (:always 0) (:automatic 1) (:never 2))
118
119 (define-g-enum "GtkSensitivityType" sensitivity-type
120                (:export t :type-initializer "gtk_sensitivity_type_get_type")
121                (:auto 0) (:on 1) (:off 2))
122
123 (define-g-enum "GtkShadowType" shadow-type
124                (:export t :type-initializer "gtk_shadow_type_get_type")
125                (:none 0) (:in 1) (:out 2) (:etched-in 3) (:etched-out 4))
126
127 (define-g-enum "GtkIconSize" icon-size
128                (:export t :type-initializer "gtk_icon_size_get_type")
129                (:invalid 0) (:menu 1) (:small-toolbar 2) (:large-toolbar 3)
130                (:button 4) (:dnd 5) (:dialog 6))
131
132 (define-g-enum "GtkOrientation" orientation
133                (:export t :type-initializer "gtk_orientation_get_type")
134                (:horizontal 0) (:vertical 1))
135
136 (define-g-enum "GtkPositionType" position-type
137                (:export t :type-initializer "gtk_position_type_get_type")
138                (:left 0) (:right 1) (:top 2) (:bottom 3))
139
140 (define-g-enum "GtkReliefStyle" relief-style
141                (:export t :type-initializer "gtk_relief_style_get_type")
142                (:normal 0) (:half 1) (:none 2))
143
144 (define-g-enum "GtkMessageType" message-type
145                (:export t :type-initializer "gtk_message_type_get_type")
146                (:info 0) (:warning 1) (:question 2) (:error 3) (:other 4))
147
148 (define-g-enum "GtkButtonsType" buttons-type
149                (:export t :type-initializer "gtk_buttons_type_get_type")
150                (:none 0) (:ok 1) (:close 2) (:cancel 3) (:yes-no 4)
151                (:ok-cancel 5))
152
153 (define-g-enum "GtkWindowType" window-type
154                (:export t :type-initializer "gtk_window_type_get_type")
155                (:toplevel 0) (:popup 1))
156
157 (define-g-enum "GtkWindowPosition" window-position
158                (:export t :type-initializer "gtk_window_position_get_type")
159                (:none 0) (:center 1) (:mouse 2) (:center-always 3)
160                (:center-on-parent 4))
161
162 (define-g-enum "GtkResizeMode" resize-mode
163                (:export t :type-initializer "gtk_resize_mode_get_type")
164                (:parent 0) (:queue 1) (:immediate 2))
165
166 (define-g-flags "GdkModifierType" gdk-modifier-type
167                 (:export t :type-initializer "gdk_modifier_type_get_type")
168                 (:shift-mask 1) (:lock-mask 2) (:control-mask 4) (:mod1-mask 8)
169                 (:mod2-mask 16) (:mod3-mask 32) (:mod4-mask 64)
170                 (:mod5-mask 128) (:button1-mask 256) (:button2-mask 512)
171                 (:button3-mask 1024) (:button4-mask 2048) (:button5-mask 4096)
172                 (:super-mask 67108864) (:hyper-mask 134217728)
173                 (:meta-mask 268435456) (:release-mask 1073741824)
174                 (:modifier-mask 1543512063))
175
176 (define-g-enum "GtkTextBufferTargetInfo" text-buffer-target-info
177                (:export t :type-initializer
178                 "gtk_text_buffer_target_info_get_type")
179                (:buffer-contents -1) (:rich-text -2) (:text -3))
180
181 (define-g-enum "GtkStateType" state-type
182                (:export t :type-initializer "gtk_state_type_get_type")
183                (:normal 0) (:active 1) (:prelight 2) (:selected 3)
184                (:insensitive 4))
185
186 (define-g-enum "GtkDirectionType" direction-type
187                (:export t :type-initializer "gtk_direction_type_get_type")
188                (:tab-forward 0) (:tab-backward 1) (:up 2) (:down 3) (:left 4)
189                (:right 5))
190
191 (define-g-enum "GtkDragResult" drag-result
192                (:export t :type-initializer "gtk_drag_result_get_type")
193                (:success 0) (:no-target 1) (:user-cancelled 2)
194                (:timeout-expired 3) (:grab-broken 4) (:error 5))
195
196 (define-g-enum "GtkWidgetHelpType" widget-help-type
197                (:export t :type-initializer "gtk_widget_help_type_get_type")
198                (:tooltip 0) (:whats-this 1))
199
200 (define-g-enum "GtkPackType" pack-type
201                (:export t :type-initializer "gtk_pack_type_get_type")
202                (:start 0) (:end 1))
203
204 (define-g-enum "GtkNotebookTab" notebook-tab
205                (:export t :type-initializer "gtk_notebook_tab_get_type")
206                (:first 0) (:last 1))
207
208 (define-g-enum "GtkMovementStep" movement-step
209                (:export t :type-initializer "gtk_movement_step_get_type")
210                (:logical-positions 0) (:visual-positions 1) (:words 2)
211                (:display-lines 3) (:display-line-ends 4) (:paragraphs 5)
212                (:paragraph-ends 6) (:pages 7) (:buffer-ends 8)
213                (:horizontal-pages 9))
214
215 (define-g-enum "GtkAnchorType" anchor-type
216                (:export t :type-initializer "gtk_anchor_type_get_type")
217                (:center 0) (:north 1) (:north-west 2) (:north-east 3)
218                (:south 4) (:south-west 5) (:south-east 6) (:west 7) (:east 8)
219                (:n 1) (:nw 2) (:ne 3) (:s 4) (:sw 5) (:se 6) (:w 7) (:e 8))
220
221 (define-g-enum "GtkAssistantPageType" assistant-page-type
222                (:export t :type-initializer "gtk_assistant_page_type_get_type")
223                (:content 0) (:intro 1) (:confirm 2) (:summary 3) (:progress 4))
224
225 (define-g-enum "GtkBuilderError" builder-error
226                (:export t :type-initializer "gtk_builder_error_get_type")
227                (:invalid-type-function 0) (:unhandled-tag 1)
228                (:missing-attribute 2) (:invalid-attribute 3) (:invalid-tag 4)
229                (:missing-property-value 5) (:invalid-value 6)
230                (:version-mismatch 7))
231
232 (define-g-enum "GtkCellType" cell-type
233                (:export t :type-initializer "gtk_cell_type_get_type")
234                (:empty 0) (:text 1) (:pixmap 2) (:pixtext 3) (:widget 4))
235
236 (define-g-enum "GtkCListDragPos" c-list-drag-pos
237                (:export t :type-initializer "gtk_clist_drag_pos_get_type")
238                (:none 0) (:before 1) (:into 2) (:after 3))
239
240 (define-g-enum "GtkCTreeExpanderStyle" c-tree-expander-style
241                (:export t :type-initializer
242                 "gtk_ctree_expander_style_get_type")
243                (:none 0) (:square 1) (:triangle 2) (:circular 3))
244
245 (define-g-enum "GtkCTreeExpansionType" c-tree-expansion-type
246                (:export t :type-initializer
247                 "gtk_ctree_expansion_type_get_type")
248                (:expand 0) (:expand-recursive 1) (:collapse 2)
249                (:collapse-recursive 3) (:toggle 4) (:toggle-recursive 5))
250
251 (define-g-enum "GtkCTreeLineStyle" c-tree-line-style
252                (:export t :type-initializer "gtk_ctree_line_style_get_type")
253                (:none 0) (:solid 1) (:dotted 2) (:tabbed 3))
254
255 (define-g-enum "GtkCTreePos" c-tree-pos
256                (:export t :type-initializer "gtk_ctree_pos_get_type")
257                (:before 0) (:as-child 1) (:after 2))
258
259 (define-g-enum "GtkDeleteType" delete-type
260                (:export t :type-initializer "gtk_delete_type_get_type")
261                (:chars 0) (:word-ends 1) (:words 2) (:display-lines 3)
262                (:display-line-ends 4) (:paragraph-ends 5) (:paragraphs 6)
263                (:whitespace 7))
264
265 (define-g-enum "GtkExpanderStyle" expander-style
266                (:export t :type-initializer "gtk_expander_style_get_type")
267                (:collapsed 0) (:semi-collapsed 1) (:semi-expanded 2)
268                (:expanded 3))
269
270 (define-g-enum "GtkFileChooserConfirmation" file-chooser-confirmation
271                (:export t :type-initializer
272                 "gtk_file_chooser_confirmation_get_type")
273                (:confirm 0) (:accept-filename 1) (:select-again 2))
274
275 (define-g-enum "GtkFileChooserError" file-chooser-error
276                (:export t :type-initializer "gtk_file_chooser_error_get_type")
277                (:nonexistent 0) (:bad-filename 1) (:already-exists 2))
278
279 (define-g-enum "GtkIconThemeError" icon-theme-error
280                (:export t :type-initializer "gtk_icon_theme_error_get_type")
281                (:not-found 0) (:failed 1))
282
283 (define-g-enum "GtkIconViewDropPosition" icon-view-drop-position
284                (:export t :type-initializer
285                 "gtk_icon_view_drop_position_get_type")
286                (:no-drop 0) (:drop-into 1) (:drop-left 2) (:drop-right 3)
287                (:drop-above 4) (:drop-below 5))
288
289 (define-g-enum "GtkIMPreeditStyle" i-m-preedit-style (:export t) (:nothing 0)
290                (:callback 1) (:none 2))
291
292 (define-g-enum "GtkIMStatusStyle" i-m-status-style (:export t) (:nothing 0)
293                (:callback 1) (:none 2))
294
295 (define-g-enum "GtkMatchType" match-type
296                (:export t :type-initializer "gtk_match_type_get_type") (:all 0)
297                (:all-tail 1) (:head 2) (:tail 3) (:exact 4) (:last 5))
298
299 (define-g-enum "GtkMenuDirectionType" menu-direction-type
300                (:export t :type-initializer "gtk_menu_direction_type_get_type")
301                (:parent 0) (:child 1) (:next 2) (:prev 3))
302
303 (define-g-enum "GtkNumberUpLayout" number-up-layout
304                (:export t :type-initializer "gtk_number_up_layout_get_type")
305                (:lrtb 0) (:lrbt 1) (:rltb 2) (:rlbt 3) (:tblr 4) (:tbrl 5)
306                (:btlr 6) (:btrl 7))
307
308 (define-g-enum "GtkPageOrientation" page-orientation
309                (:export t :type-initializer "gtk_page_orientation_get_type")
310                (:portrait 0) (:landscape 1) (:reverse-portrait 2)
311                (:reverse-landscape 3))
312
313 (define-g-enum "GtkPageSet" page-set
314                (:export t :type-initializer "gtk_page_set_get_type") (:all 0)
315                (:even 1) (:odd 2))
316
317 (define-g-enum "GtkPathPriorityType" path-priority-type
318                (:export t :type-initializer "gtk_path_priority_type_get_type")
319                (:lowest 0) (:gtk 4) (:application 8) (:theme 10) (:rc 12)
320                (:highest 15))
321
322 (define-g-enum "GtkPathType" path-type
323                (:export t :type-initializer "gtk_path_type_get_type")
324                (:widget 0) (:widget-class 1) (:class 2))
325
326 (define-g-enum "GtkPreviewType" preview-type
327                (:export t :type-initializer "gtk_preview_type_get_type")
328                (:color 0) (:grayscale 1))
329
330 (define-g-enum "GtkPrintDuplex" print-duplex
331                (:export t :type-initializer "gtk_print_duplex_get_type")
332                (:simplex 0) (:horizontal 1) (:vertical 2))
333
334 (define-g-enum "GtkPrintError" print-error
335                (:export t :type-initializer "gtk_print_error_get_type")
336                (:general 0) (:internal-error 1) (:nomem 2) (:invalid-file 3))
337
338 (define-g-enum "GtkPrintOperationAction" print-operation-action
339                (:export t :type-initializer
340                 "gtk_print_operation_action_get_type")
341                (:print-dialog 0) (:print 1) (:preview 2) (:export 3))
342
343 (define-g-enum "GtkPrintOperationResult" print-operation-result
344                (:export t :type-initializer
345                 "gtk_print_operation_result_get_type")
346                (:error 0) (:apply 1) (:cancel 2) (:in-progress 3))
347
348 (define-g-enum "GtkPrintPages" print-pages
349                (:export t :type-initializer "gtk_print_pages_get_type")
350                (:all 0) (:current 1) (:ranges 2))
351
352 (define-g-enum "GtkPrintQuality" print-quality
353                (:export t :type-initializer "gtk_print_quality_get_type")
354                (:low 0) (:normal 1) (:high 2) (:draft 3))
355
356 (define-g-enum "GtkRcTokenType" rc-token-type
357                (:export t :type-initializer "gtk_rc_token_type_get_type")
358                (:invalid 270) (:include 271) (:normal 272) (:active 273)
359                (:prelight 274) (:selected 275) (:insensitive 276) (:fg 277)
360                (:bg 278) (:text 279) (:base 280) (:xthickness 281)
361                (:ythickness 282) (:font 283) (:fontset 284) (:font-name 285)
362                (:bg-pixmap 286) (:pixmap-path 287) (:style 288) (:binding 289)
363                (:bind 290) (:widget 291) (:widget-class 292) (:class 293)
364                (:lowest 294) (:gtk 295) (:application 296) (:theme 297)
365                (:rc 298) (:highest 299) (:engine 300) (:module-path 301)
366                (:im-module-path 302) (:im-module-file 303) (:stock 304)
367                (:ltr 305) (:rtl 306) (:color 307) (:unbind 308) (:last 309))
368
369 (define-g-enum "GtkRecentChooserError" recent-chooser-error
370                (:export t :type-initializer
371                 "gtk_recent_chooser_error_get_type")
372                (:not-found 0) (:invalid-uri 1))
373
374 (define-g-enum "GtkRecentManagerError" recent-manager-error
375                (:export t :type-initializer
376                 "gtk_recent_manager_error_get_type")
377                (:not-found 0) (:invalid-uri 1) (:invalid-encoding 2)
378                (:not-registered 3) (:read 4) (:write 5) (:unknown 6))
379
380 (define-g-enum "GtkResponseType" response-type
381                (:export t :type-initializer "gtk_response_type_get_type")
382                (:none -1) (:reject -2) (:accept -3) (:delete-event -4) (:ok -5)
383                (:cancel -6) (:close -7) (:yes -8) (:no -9) (:apply -10)
384                (:help -11))
385
386 (define-g-enum "GtkScrollStep" scroll-step
387                (:export t :type-initializer "gtk_scroll_step_get_type")
388                (:steps 0) (:pages 1) (:ends 2) (:horizontal-steps 3)
389                (:horizontal-pages 4) (:horizontal-ends 5))
390
391 (define-g-enum "GtkScrollType" scroll-type
392                (:export t :type-initializer "gtk_scroll_type_get_type")
393                (:none 0) (:jump 1) (:step-backward 2) (:step-forward 3)
394                (:page-backward 4) (:page-forward 5) (:step-up 6) (:step-down 7)
395                (:page-up 8) (:page-down 9) (:step-left 10) (:step-right 11)
396                (:page-left 12) (:page-right 13) (:start 14) (:end 15))
397
398 (define-g-enum "GtkSideType" side-type
399                (:export t :type-initializer "gtk_side_type_get_type") (:top 0)
400                (:bottom 1) (:left 2) (:right 3))
401
402 (define-g-enum "GtkSpinType" spin-type
403                (:export t :type-initializer "gtk_spin_type_get_type")
404                (:step-forward 0) (:step-backward 1) (:page-forward 2)
405                (:page-backward 3) (:home 4) (:end 5) (:user-defined 6))
406
407 (define-g-enum "GtkSubmenuDirection" submenu-direction
408                (:export t :type-initializer "gtk_submenu_direction_get_type")
409                (:left 0) (:right 1))
410
411 (define-g-enum "GtkSubmenuPlacement" submenu-placement
412                (:export t :type-initializer "gtk_submenu_placement_get_type")
413                (:top-bottom 0) (:left-right 1))
414
415 (define-g-enum "GtkTextWindowType" text-window-type
416                (:export t :type-initializer "gtk_text_window_type_get_type")
417                (:private 0) (:widget 1) (:text 2) (:left 3) (:right 4) (:top 5)
418                (:bottom 6))
419
420 (define-g-enum "GtkToolbarChildType" toolbar-child-type
421                (:export t :type-initializer "gtk_toolbar_child_type_get_type")
422                (:space 0) (:button 1) (:togglebutton 2) (:radiobutton 3)
423                (:widget 4))
424
425 (define-g-enum "GtkToolbarSpaceStyle" toolbar-space-style
426                (:export t :type-initializer "gtk_toolbar_space_style_get_type")
427                (:empty 0) (:line 1))
428
429 (define-g-enum "GtkTreeViewDropPosition" tree-view-drop-position
430                (:export t :type-initializer
431                 "gtk_tree_view_drop_position_get_type")
432                (:before 0) (:after 1) (:into-or-before 2) (:into-or-after 3))
433
434 (define-g-enum "GtkTreeViewMode" tree-view-mode
435                (:export t :type-initializer "gtk_tree_view_mode_get_type")
436                (:line 0) (:item 1))
437
438 (define-g-enum "GtkVisibility" visibility
439                (:export t :type-initializer "gtk_visibility_get_type")
440                (:none 0) (:partial 1) (:full 2))
441
442 (define-g-flags "GtkTextSearchFlags" text-search-flags
443                 (:export t :type-initializer "gtk_text_search_flags_get_type")
444                 (:visible-only 1) (:text-only 2))
445
446 (define-g-flags "GtkAccelFlags" accel-flags
447                 (:export t :type-initializer "gtk_accel_flags_get_type")
448                 (:visible 1) (:locked 2) (:mask 7))
449
450 (define-g-flags "GtkArgFlags" arg-flags
451                 (:export t :type-initializer "gtk_arg_flags_get_type")
452                 (:readable 1) (:writable 2) (:construct 4) (:construct-only 8)
453                 (:child-arg 16))
454
455 (define-g-flags "GtkAttachOptions" attach-options
456                 (:export t :type-initializer "gtk_attach_options_get_type")
457                 (:expand 1) (:shrink 2) (:fill 4))
458
459 (define-g-flags "GtkButtonAction" button-action
460                 (:export t :type-initializer "gtk_button_action_get_type")
461                 (:ignored 0) (:selects 1) (:drags 2) (:expands 4))
462
463 (define-g-flags "GtkCalendarDisplayOptions" calendar-display-options
464                 (:export t :type-initializer
465                  "gtk_calendar_display_options_get_type")
466                 (:show-heading 1) (:show-day-names 2) (:no-month-change 4)
467                 (:show-week-numbers 8) (:week-start-monday 16)
468                 (:show-details 32))
469
470 (define-g-flags "GtkCellRendererState" cell-renderer-state
471                 (:export t :type-initializer
472                  "gtk_cell_renderer_state_get_type")
473                 (:selected 1) (:prelit 2) (:insensitive 4) (:sorted 8)
474                 (:focused 16))
475
476 (define-g-flags "GtkDebugFlag" debug-flag
477                 (:export t :type-initializer "gtk_debug_flag_get_type")
478                 (:misc 1) (:plugsocket 2) (:text 4) (:tree 8) (:updates 16)
479                 (:keybindings 32) (:multihead 64) (:modules 128)
480                 (:geometry 256) (:icontheme 512) (:printing 1024)
481                 (:builder 2048))
482
483 (define-g-flags "GtkDestDefaults" dest-defaults
484                 (:export t :type-initializer "gtk_dest_defaults_get_type")
485                 (:motion 1) (:highlight 2) (:drop 4) (:all 7))
486
487 (define-g-flags "GtkDialogFlags" dialog-flags
488                 (:export t :type-initializer "gtk_dialog_flags_get_type")
489                 (:modal 1) (:destroy-with-parent 2) (:no-separator 4))
490
491 (define-g-flags "GtkFileFilterFlags" file-filter-flags
492                 (:export t :type-initializer "gtk_file_filter_flags_get_type")
493                 (:filename 1) (:uri 2) (:display-name 4) (:mime-type 8))
494
495 (define-g-flags "GtkIconLookupFlags" icon-lookup-flags
496                 (:export t :type-initializer "gtk_icon_lookup_flags_get_type")
497                 (:no-svg 1) (:force-svg 2) (:use-builtin 4)
498                 (:generic-fallback 8) (:force-size 16))
499
500 (define-g-flags "GtkObjectFlags" object-flags
501                 (:export t :type-initializer "gtk_object_flags_get_type")
502                 (:in-destruction 1) (:floating 2) (:reserved-1 4)
503                 (:reserved-2 8))
504
505 (define-g-flags "GtkPrivateFlags" private-flags
506                 (:export t :type-initializer "gtk_private_flags_get_type")
507                 (:user-style 1) (:resize-pending 4) (:has-pointer 8)
508                 (:shadowed 16) (:has-shape-mask 32) (:in-reparent 64)
509                 (:direction-set 128) (:direction-ltr 256) (:anchored 512)
510                 (:child-visible 1024) (:redraw-on-alloc 2048)
511                 (:alloc-needed 4096) (:request-needed 8192))
512
513 (define-g-flags "GtkRcFlags" rc-flags
514                 (:export t :type-initializer "gtk_rc_flags_get_type") (:fg 1)
515                 (:bg 2) (:text 4) (:base 8))
516
517 (define-g-flags "GtkRecentFilterFlags" recent-filter-flags
518                 (:export t :type-initializer
519                  "gtk_recent_filter_flags_get_type")
520                 (:uri 1) (:display-name 2) (:mime-type 4) (:application 8)
521                 (:group 16) (:age 32))
522
523 (define-g-flags "GtkSignalRunType" signal-run-type
524                 (:export t :type-initializer "gtk_signal_run_type_get_type")
525                 (:first 1) (:last 2) (:both 3) (:no-recurse 8) (:action 32)
526                 (:no-hooks 64))
527
528 (define-g-flags "GtkTargetFlags" target-flags
529                 (:export t :type-initializer "gtk_target_flags_get_type")
530                 (:same-app 1) (:same-widget 2) (:other-app 4) (:other-widget 8))
531
532 (define-g-flags "GtkTreeModelFlags" tree-model-flags
533                 (:export t :type-initializer "gtk_tree_model_flags_get_type")
534                 (:iters-persist 1) (:list-only 2))
535
536 (define-g-flags "GtkUIManagerItemType" ui-manager-item-type (:export t)
537                 (:auto 0) (:menubar 1) (:menu 2) (:toolbar 4) (:placeholder 8)
538                 (:popup 16) (:menuitem 32) (:toolitem 64) (:separator 128)
539                 (:accelerator 256))
540
541 (define-g-flags "GtkWidgetFlags" widget-flags
542                 (:export t :type-initializer "gtk_widget_flags_get_type")
543                 (:toplevel 16) (:no-window 32) (:realized 64) (:mapped 128)
544                 (:visible 256) (:sensitive 512) (:parent-sensitive 1024)
545                 (:can-focus 2048) (:has-focus 4096) (:can-default 8192)
546                 (:has-default 16384) (:has-grab 32768) (:rc-style 65536)
547                 (:composite-child 131072) (:no-reparent 262144)
548                 (:app-paintable 524288) (:receives-default 1048576)
549                 (:double-buffered 2097152) (:no-show-all 4194304))
550
551 (define-g-interface "GtkBuildable" buildable
552                     (:export t :type-initializer "gtk_buildable_get_type"))
553
554 (define-g-interface "GtkCellEditable" cell-editable
555                     (:export t :type-initializer "gtk_cell_editable_get_type"))
556
557 (define-g-interface "GtkCellLayout" cell-layout
558                     (:export t :type-initializer "gtk_cell_layout_get_type"))
559
560 (define-g-interface "GtkEditable" editable
561                     (:export t :type-initializer "gtk_editable_get_type"))
562
563 (define-g-interface "GtkFileChooser" file-chooser
564                     (:export t :type-initializer "gtk_file_chooser_get_type")
565                     (preview-widget-active file-chooser-preview-widget-active
566                      "preview-widget-active" "gboolean" t t)
567                     (file-system-backend file-chooser-file-system-backend
568                      "file-system-backend" "gchararray" nil nil)
569                     (filter file-chooser-filter "filter" "GtkFileFilter" t t)
570                     (local-only file-chooser-local-only "local-only" "gboolean"
571                      t t)
572                     (extra-widget file-chooser-extra-widget "extra-widget"
573                      "GtkWidget" t t)
574                     (action file-chooser-action "action" "GtkFileChooserAction"
575                      t t)
576                     (select-multiple file-chooser-select-multiple
577                      "select-multiple" "gboolean" t t)
578                     (do-overwrite-confirmation
579                      file-chooser-do-overwrite-confirmation
580                      "do-overwrite-confirmation" "gboolean" t t)
581                     (show-hidden file-chooser-show-hidden "show-hidden"
582                      "gboolean" t t)
583                     (use-preview-label file-chooser-use-preview-label
584                      "use-preview-label" "gboolean" t t)
585                     (preview-widget file-chooser-preview-widget
586                      "preview-widget" "GtkWidget" t t)
587                     (:cffi current-name file-chooser-current-name
588                      (:string :free-to-foreign t :encoding :utf-8) nil
589                      "gtk_file_chooser_set_current_name")
590                     (:cffi filename file-chooser-filename
591                      (g-string :free-from-foreign t :free-to-foreign t)
592                      "gtk_file_chooser_get_filename"
593                      "gtk_file_chooser_set_filename")
594                     (:cffi current-folder file-chooser-current-folder
595                      (g-string :free-from-foreign t :free-to-foreign t)
596                      "gtk_file_chooser_get_current_folder"
597                      "gtk_file_chooser_set_current_folder")
598                     (:cffi uri file-chooser-uri
599                      (g-string :free-from-foreign t :free-to-foreign t)
600                      "gtk_file_chooser_get_uri" "gtk_file_chooser_set_uri")
601                     (:cffi current-folder-uri file-chooser-current-folder-uri
602                      (g-string :free-from-foreign t :free-to-foreign t)
603                      "gtk_file_chooser_get_current_folder_uri"
604                      "gtk_file_chooser_set_current_folder_uri")
605                     (:cffi preview-filename file-chooser-preview-filename
606                      (g-string :free-from-foreign t :free-to-foreign t)
607                      "gtk_file_chooser_get_preview_filename" nil)
608                     (:cffi preview-uri file-chooser-preview-uri
609                      (g-string :free-from-foreign t :free-to-foreign t)
610                      "gtk_file_chooser_get_preview_uri" nil))
611
612 (define-g-interface "GtkFileChooserEmbed" file-chooser-embed (:export t))
613
614 (define-g-interface "GtkTreeModel" tree-model
615                     (:export t :type-initializer "gtk_tree_model_get_type"))
616
617 (define-g-interface "GtkTreeDragSource" tree-drag-source
618                     (:export t :type-initializer
619                      "gtk_tree_drag_source_get_type"))
620
621 (define-g-interface "GtkTreeDragDest" tree-drag-dest
622                     (:export t :type-initializer "gtk_tree_drag_dest_get_type"))
623
624 (define-g-interface "GtkTreeSortable" tree-sortable
625                     (:export t :type-initializer "gtk_tree_sortable_get_type"))
626
627 (define-g-interface "GtkPrintOperationPreview" print-operation-preview
628                     (:export t :type-initializer
629                      "gtk_print_operation_preview_get_type"))
630
631 (define-g-interface "GtkRecentChooser" recent-chooser
632                     (:export t :type-initializer "gtk_recent_chooser_get_type")
633                     (select-multiple recent-chooser-select-multiple
634                      "select-multiple" "gboolean" t t)
635                     (filter recent-chooser-filter "filter" "GtkRecentFilter" t
636                      t)
637                     (show-tips recent-chooser-show-tips "show-tips" "gboolean"
638                      t t)
639                     (sort-type recent-chooser-sort-type "sort-type"
640                      "GtkRecentSortType" t t)
641                     (recent-manager recent-chooser-recent-manager
642                      "recent-manager" "GtkRecentManager" nil nil)
643                     (show-not-found recent-chooser-show-not-found
644                      "show-not-found" "gboolean" t t)
645                     (limit recent-chooser-limit "limit" "gint" t t)
646                     (show-icons recent-chooser-show-icons "show-icons"
647                      "gboolean" t t)
648                     (local-only recent-chooser-local-only "local-only"
649                      "gboolean" t t)
650                     (show-private recent-chooser-show-private "show-private"
651                      "gboolean" t t))
652
653 (define-g-interface "GtkToolShell" tool-shell
654                     (:export t :type-initializer "gtk_tool_shell_get_type"))
655
656 (define-g-interface "AtkImplementorIface" atk-implementor-iface (:export t))
657
658 (define-g-object-class "GtkObject" gtk-object
659                        (:superclass g-initially-unowned :export t :interfaces
660                         nil :type-initializer "gtk_object_get_type")
661                        ((user-data gtk-object-user-data "user-data" "gpointer"
662                          t t)))
663
664 (define-g-object-class "GtkWidget" widget
665                        (:superclass gtk-object :export t :interfaces
666                         ("AtkImplementorIface" "GtkBuildable")
667                         :type-initializer "gtk_widget_get_type")
668                        ((name widget-name "name" "gchararray" t t)
669                         (parent widget-parent "parent" "GtkContainer" t t)
670                         (width-request widget-width-request "width-request"
671                          "gint" t t)
672                         (height-request widget-height-request "height-request"
673                          "gint" t t)
674                         (visible widget-visible "visible" "gboolean" t t)
675                         (sensitive widget-sensitive "sensitive" "gboolean" t t)
676                         (app-paintable widget-app-paintable "app-paintable"
677                          "gboolean" t t)
678                         (can-focus widget-can-focus "can-focus" "gboolean" t t)
679                         (has-focus widget-has-focus "has-focus" "gboolean" t t)
680                         (is-focus widget-is-focus "is-focus" "gboolean" t t)
681                         (can-default widget-can-default "can-default"
682                          "gboolean" t t)
683                         (has-default widget-has-default "has-default"
684                          "gboolean" t t)
685                         (receives-default widget-receives-default
686                          "receives-default" "gboolean" t t)
687                         (composite-child widget-composite-child
688                          "composite-child" "gboolean" t nil)
689                         (style widget-style "style" "GtkStyle" t t)
690                         (events widget-events "events" "GdkEventMask" t t)
691                         (extension-events widget-extension-events
692                          "extension-events" "GdkExtensionMode" t t)
693                         (no-show-all widget-no-show-all "no-show-all"
694                          "gboolean" t t)
695                         (has-tooltip widget-has-tooltip "has-tooltip"
696                          "gboolean" t t)
697                         (tooltip-markup widget-tooltip-markup "tooltip-markup"
698                          "gchararray" t t)
699                         (tooltip-text widget-tooltip-text "tooltip-text"
700                          "gchararray" t t)
701                         (window widget-window "window" "GdkWindow" t nil)
702                         (:cffi direction widget-direction text-direction
703                          "gtk_widget_get_direction" "gtk_widget_set_direction")
704                         (:cffi composite-name widget-composite-name
705                          (g-string :free-from-foreign t :free-to-foreign t)
706                          "gtk_widget_get_composite_name"
707                          "gtk_widget_set_composite_name")
708                         (:cffi redraw-on-allocate widget-redraw-on-allocate
709                          :boolean nil "gtk_widget_set_redraw_on_allocate")
710                         (:cffi accessible widget-accessible g-object
711                          "gtk_widget_get_accessible" nil)
712                         (:cffi tooltip-window widget-tooltip-window g-object
713                          "gtk_widget_get_tooltip_window"
714                          "gtk_window_set_tooltip_window")))
715
716 (define-g-object-class "GtkContainer" container
717                        (:superclass widget :export t :interfaces
718                         ("AtkImplementorIface" "GtkBuildable")
719                         :type-initializer "gtk_container_get_type")
720                        ((border-width container-border-width "border-width"
721                          "guint" t t)
722                         (resize-mode container-resize-mode "resize-mode"
723                          "GtkResizeMode" t t)
724                         (child container-child "child" "GtkWidget" nil t)
725                         (:cffi focus-child container-focus-child g-object
726                          "gtk_container_get_focus_child"
727                          "gtk_container_set_focus_child")
728                         (:cffi vadjustment-child container-vadjustment-child
729                          g-object "gtk_container_get_vadjustment_child"
730                          "gtk_container_set_vadjustment_child")
731                         (:cffi hadjustment-child container-hadjustment-child
732                          g-object "gtk_container_get_hadjustment_child"
733                          "gtk_container_set_hadjustment_child")))
734
735 (define-g-object-class "GtkBin" bin
736                        (:superclass container :export t :interfaces
737                         ("AtkImplementorIface" "GtkBuildable")
738                         :type-initializer "gtk_bin_get_type")
739                        nil)
740
741 (define-g-object-class "GtkWindow" gtk-window
742                        (:superclass bin :export t :interfaces
743                         ("AtkImplementorIface" "GtkBuildable")
744                         :type-initializer "gtk_window_get_type")
745                        ((type gtk-window-type "type" "GtkWindowType" t nil)
746                         (title gtk-window-title "title" "gchararray" t t)
747                         (startup-id gtk-window-startup-id "startup-id"
748                          "gchararray" nil t)
749                         (role gtk-window-role "role" "gchararray" t t)
750                         (allow-shrink gtk-window-allow-shrink "allow-shrink"
751                          "gboolean" t t)
752                         (allow-grow gtk-window-allow-grow "allow-grow"
753                          "gboolean" t t)
754                         (resizable gtk-window-resizable "resizable" "gboolean"
755                          t t)
756                         (modal gtk-window-modal "modal" "gboolean" t t)
757                         (window-position gtk-window-window-position
758                          "window-position" "GtkWindowPosition" t t)
759                         (default-width gtk-window-default-width "default-width"
760                          "gint" t t)
761                         (default-height gtk-window-default-height
762                          "default-height" "gint" t t)
763                         (destroy-with-parent gtk-window-destroy-with-parent
764                          "destroy-with-parent" "gboolean" t t)
765                         (icon gtk-window-icon "icon" "GdkPixbuf" t t)
766                         (icon-name gtk-window-icon-name "icon-name"
767                          "gchararray" t t)
768                         (screen gtk-window-screen "screen" "GdkScreen" t t)
769                         (type-hint gtk-window-type-hint "type-hint"
770                          "GdkWindowTypeHint" t t)
771                         (skip-taskbar-hint gtk-window-skip-taskbar-hint
772                          "skip-taskbar-hint" "gboolean" t t)
773                         (skip-pager-hint gtk-window-skip-pager-hint
774                          "skip-pager-hint" "gboolean" t t)
775                         (urgency-hint gtk-window-urgency-hint "urgency-hint"
776                          "gboolean" t t)
777                         (accept-focus gtk-window-accept-focus "accept-focus"
778                          "gboolean" t t)
779                         (focus-on-map gtk-window-focus-on-map "focus-on-map"
780                          "gboolean" t t)
781                         (decorated gtk-window-decorated "decorated" "gboolean"
782                          t t)
783                         (deletable gtk-window-deletable "deletable" "gboolean"
784                          t t)
785                         (gravity gtk-window-gravity "gravity" "GdkGravity" t t)
786                         (transient-for gtk-window-transient-for "transient-for"
787                          "GtkWindow" t t)
788                         (opacity gtk-window-opacity "opacity" "gdouble" t t)
789                         (is-active gtk-window-is-active "is-active" "gboolean"
790                          t nil)
791                         (has-toplevel-focus gtk-window-has-toplevel-focus
792                          "has-toplevel-focus" "gboolean" t nil)))
793
794 (define-g-object-class "GtkDialog" dialog
795                        (:superclass gtk-window :export t :interfaces
796                         ("AtkImplementorIface" "GtkBuildable")
797                         :type-initializer "gtk_dialog_get_type")
798                        ((has-separator dialog-has-separator "has-separator"
799                          "gboolean" t t)))
800
801 (define-g-object-class "GtkAboutDialog" about-dialog
802                        (:superclass dialog :export t :interfaces
803                         ("AtkImplementorIface" "GtkBuildable")
804                         :type-initializer "gtk_about_dialog_get_type")
805                        ((program-name about-dialog-program-name "program-name"
806                          "gchararray" t t)
807                         (version about-dialog-version "version" "gchararray" t
808                          t)
809                         (copyright about-dialog-copyright "copyright"
810                          "gchararray" t t)
811                         (comments about-dialog-comments "comments" "gchararray"
812                          t t)
813                         (website about-dialog-website "website" "gchararray" t
814                          t)
815                         (website-label about-dialog-website-label
816                          "website-label" "gchararray" t t)
817                         (license about-dialog-license "license" "gchararray" t
818                          t)
819                         (authors about-dialog-authors "authors" "GStrv" t t)
820                         (documenters about-dialog-documenters "documenters"
821                          "GStrv" t t)
822                         (translator-credits about-dialog-translator-credits
823                          "translator-credits" "gchararray" t t)
824                         (artists about-dialog-artists "artists" "GStrv" t t)
825                         (logo about-dialog-logo "logo" "GdkPixbuf" t t)
826                         (logo-icon-name about-dialog-logo-icon-name
827                          "logo-icon-name" "gchararray" t t)
828                         (wrap-license about-dialog-wrap-license "wrap-license"
829                          "gboolean" t t)))
830
831 (define-g-object-class "GtkColorSelectionDialog" color-selection-dialog
832                        (:superclass dialog :export t :interfaces
833                         ("AtkImplementorIface" "GtkBuildable")
834                         :type-initializer
835                         "gtk_color_selection_dialog_get_type")
836                        ((color-selection color-selection-dialog-color-selection
837                          "color-selection" "GtkWidget" t nil)
838                         (ok-button color-selection-dialog-ok-button "ok-button"
839                          "GtkWidget" t nil)
840                         (cancel-button color-selection-dialog-cancel-button
841                          "cancel-button" "GtkWidget" t nil)
842                         (help-button color-selection-dialog-help-button
843                          "help-button" "GtkWidget" t nil)))
844
845 (define-g-object-class "GtkFileChooserDialog" file-chooser-dialog
846                        (:superclass dialog :export t :interfaces
847                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser")
848                         :type-initializer "gtk_file_chooser_dialog_get_type")
849                        nil)
850
851 (define-g-object-class "GtkFontSelectionDialog" font-selection-dialog
852                        (:superclass dialog :export t :interfaces
853                         ("AtkImplementorIface" "GtkBuildable")
854                         :type-initializer "gtk_font_selection_dialog_get_type")
855                        ((:cffi font-name font-selection-dialog-font-name
856                          (g-string :free-from-foreign t :free-to-foreign t)
857                          "gtk_font_selection_dialog_get_font_name"
858                          "gtk_font_selection_dialog_set_font_name")
859                         (:cffi preview-text font-selection-dialog-preview-text
860                          :string "gtk_font_selection_dialog_get_preview_text"
861                          "gtk_font_selection_dialog_set_preview_text")
862                         (:cffi apply-button font-selection-dialog-apply-button
863                          g-object "gtk_font_selection_dialog_get_apply_button"
864                          nil)
865                         (:cffi cancel-button
866                          font-selection-dialog-cancel-button g-object
867                          "gtk_font_selection_dialog_get_cancel_button" nil)
868                         (:cffi ok-button font-selection-dialog-ok-button
869                          g-object "gtk_font_selection_dialog_get_ok_button"
870                          nil)))
871
872 (define-g-object-class "GtkInputDialog" input-dialog
873                        (:superclass dialog :export t :interfaces
874                         ("AtkImplementorIface" "GtkBuildable")
875                         :type-initializer "gtk_input_dialog_get_type")
876                        nil)
877
878 (define-g-object-class "GtkMessageDialog" message-dialog
879                        (:superclass dialog :export t :interfaces
880                         ("AtkImplementorIface" "GtkBuildable")
881                         :type-initializer "gtk_message_dialog_get_type")
882                        ((message-type message-dialog-message-type
883                          "message-type" "GtkMessageType" t t)
884                         (buttons message-dialog-buttons "buttons"
885                          "GtkButtonsType" nil nil)
886                         (text message-dialog-text "text" "gchararray" t t)
887                         (use-markup message-dialog-use-markup "use-markup"
888                          "gboolean" t t)
889                         (secondary-text message-dialog-secondary-text
890                          "secondary-text" "gchararray" t t)
891                         (secondary-use-markup
892                          message-dialog-secondary-use-markup
893                          "secondary-use-markup" "gboolean" t t)
894                         (image message-dialog-image "image" "GtkWidget" t t)))
895
896 (define-g-object-class "GtkRecentChooserDialog" recent-chooser-dialog
897                        (:superclass dialog :export t :interfaces
898                         ("AtkImplementorIface" "GtkBuildable"
899                          "GtkRecentChooser")
900                         :type-initializer "gtk_recent_chooser_dialog_get_type")
901                        nil)
902
903 (define-g-object-class "GtkAssistant" assistant
904                        (:superclass gtk-window :export t :interfaces
905                         ("AtkImplementorIface" "GtkBuildable")
906                         :type-initializer "gtk_assistant_get_type")
907                        nil)
908
909 (define-g-object-class "GtkPlug" plug
910                        (:superclass gtk-window :export t :interfaces
911                         ("AtkImplementorIface" "GtkBuildable")
912                         :type-initializer "gtk_plug_get_type")
913                        ((embedded plug-embedded "embedded" "gboolean" t nil)
914                         (socket-window plug-socket-window "socket-window"
915                          "GdkWindow" t nil)))
916
917 (define-g-object-class "GtkItem" item
918                        (:superclass bin :export t :interfaces
919                         ("AtkImplementorIface" "GtkBuildable")
920                         :type-initializer "gtk_item_get_type")
921                        nil)
922
923 (define-g-object-class "GtkMenuItem" menu-item
924                        (:superclass item :export t :interfaces
925                         ("AtkImplementorIface" "GtkBuildable")
926                         :type-initializer "gtk_menu_item_get_type")
927                        ((right-justified menu-item-right-justified
928                          "right-justified" "gboolean" t t)
929                         (submenu menu-item-submenu "submenu" "GtkMenu" t t)
930                         (accel-path menu-item-accel-path "accel-path"
931                          "gchararray" t t)))
932
933 (define-g-object-class "GtkCheckMenuItem" check-menu-item
934                        (:superclass menu-item :export t :interfaces
935                         ("AtkImplementorIface" "GtkBuildable")
936                         :type-initializer "gtk_check_menu_item_get_type")
937                        ((active check-menu-item-active "active" "gboolean" t t)
938                         (inconsistent check-menu-item-inconsistent
939                          "inconsistent" "gboolean" t t)
940                         (draw-as-radio check-menu-item-draw-as-radio
941                          "draw-as-radio" "gboolean" t t)))
942
943 (define-g-object-class "GtkRadioMenuItem" radio-menu-item
944                        (:superclass check-menu-item :export t :interfaces
945                         ("AtkImplementorIface" "GtkBuildable")
946                         :type-initializer "gtk_radio_menu_item_get_type")
947                        ((group radio-menu-item-group "group" "GtkRadioMenuItem"
948                          nil t)))
949
950 (define-g-object-class "GtkImageMenuItem" image-menu-item
951                        (:superclass menu-item :export t :interfaces
952                         ("AtkImplementorIface" "GtkBuildable")
953                         :type-initializer "gtk_image_menu_item_get_type")
954                        ((image image-menu-item-image "image" "GtkWidget" t t)))
955
956 (define-g-object-class "GtkSeparatorMenuItem" separator-menu-item
957                        (:superclass menu-item :export t :interfaces
958                         ("AtkImplementorIface" "GtkBuildable")
959                         :type-initializer "gtk_separator_menu_item_get_type")
960                        nil)
961
962 (define-g-object-class "GtkTearoffMenuItem" tearoff-menu-item
963                        (:superclass menu-item :export t :interfaces
964                         ("AtkImplementorIface" "GtkBuildable")
965                         :type-initializer "gtk_tearoff_menu_item_get_type")
966                        nil)
967
968 (define-g-object-class "GtkTreeItem" tree-item
969                        (:superclass item :export t :interfaces
970                         ("AtkImplementorIface" "GtkBuildable")
971                         :type-initializer "gtk_tree_item_get_type")
972                        nil)
973
974 (define-g-object-class "GtkButton" button
975                        (:superclass bin :export t :interfaces
976                         ("AtkImplementorIface" "GtkBuildable")
977                         :type-initializer "gtk_button_get_type")
978                        ((label button-label "label" "gchararray" t t)
979                         (image button-image "image" "GtkWidget" t t)
980                         (relief button-relief "relief" "GtkReliefStyle" t t)
981                         (use-underline button-use-underline "use-underline"
982                          "gboolean" t t)
983                         (use-stock button-use-stock "use-stock" "gboolean" t t)
984                         (focus-on-click button-focus-on-click "focus-on-click"
985                          "gboolean" t t)
986                         (xalign button-xalign "xalign" "gfloat" t t)
987                         (yalign button-yalign "yalign" "gfloat" t t)
988                         (image-position button-image-position "image-position"
989                          "GtkPositionType" t t)))
990
991 (define-g-object-class "GtkToggleButton" toggle-button
992                        (:superclass button :export t :interfaces
993                         ("AtkImplementorIface" "GtkBuildable")
994                         :type-initializer "gtk_toggle_button_get_type")
995                        ((active toggle-button-active "active" "gboolean" t t)
996                         (inconsistent toggle-button-inconsistent "inconsistent"
997                          "gboolean" t t)
998                         (draw-indicator toggle-button-draw-indicator
999                          "draw-indicator" "gboolean" t t)))
1000
1001 (define-g-object-class "GtkCheckButton" check-button
1002                        (:superclass toggle-button :export t :interfaces
1003                         ("AtkImplementorIface" "GtkBuildable")
1004                         :type-initializer "gtk_check_button_get_type")
1005                        nil)
1006
1007 (define-g-object-class "GtkRadioButton" radio-button
1008                        (:superclass check-button :export t :interfaces
1009                         ("AtkImplementorIface" "GtkBuildable")
1010                         :type-initializer "gtk_radio_button_get_type")
1011                        ((group radio-button-group "group" "GtkRadioButton" nil
1012                          t)))
1013
1014 (define-g-object-class "GtkColorButton" color-button
1015                        (:superclass button :export t :interfaces
1016                         ("AtkImplementorIface" "GtkBuildable")
1017                         :type-initializer "gtk_color_button_get_type")
1018                        ((use-alpha color-button-use-alpha "use-alpha"
1019                          "gboolean" t t)
1020                         (title color-button-title "title" "gchararray" t t)
1021                         (color color-button-color "color" "GdkColor" t t)
1022                         (alpha color-button-alpha "alpha" "guint" t t)))
1023
1024 (define-g-object-class "GtkFontButton" font-button
1025                        (:superclass button :export t :interfaces
1026                         ("AtkImplementorIface" "GtkBuildable")
1027                         :type-initializer "gtk_font_button_get_type")
1028                        ((title font-button-title "title" "gchararray" t t)
1029                         (font-name font-button-font-name "font-name"
1030                          "gchararray" t t)
1031                         (use-font font-button-use-font "use-font" "gboolean" t
1032                          t)
1033                         (use-size font-button-use-size "use-size" "gboolean" t
1034                          t)
1035                         (show-style font-button-show-style "show-style"
1036                          "gboolean" t t)
1037                         (show-size font-button-show-size "show-size" "gboolean"
1038                          t t)))
1039
1040 (define-g-object-class "GtkLinkButton" link-button
1041                        (:superclass button :export t :interfaces
1042                         ("AtkImplementorIface" "GtkBuildable")
1043                         :type-initializer "gtk_link_button_get_type")
1044                        ((uri link-button-uri "uri" "gchararray" t t)
1045                         (visited link-button-visited "visited" "gboolean" t t)))
1046
1047 (define-g-object-class "GtkScaleButton" scale-button
1048                        (:superclass button :export t :interfaces
1049                         ("AtkImplementorIface" "GtkBuildable")
1050                         :type-initializer "gtk_scale_button_get_type")
1051                        ((orientation scale-button-orientation "orientation"
1052                          "GtkOrientation" t t)
1053                         (value scale-button-value "value" "gdouble" t t)
1054                         (size scale-button-size "size" "GtkIconSize" t t)
1055                         (adjustment scale-button-adjustment "adjustment"
1056                          "GtkAdjustment" t t)
1057                         (icons scale-button-icons "icons" "GStrv" t t)))
1058
1059 (define-g-object-class "GtkVolumeButton" volume-button
1060                        (:superclass scale-button :export t :interfaces
1061                         ("AtkImplementorIface" "GtkBuildable")
1062                         :type-initializer "gtk_volume_button_get_type")
1063                        nil)
1064
1065 (define-g-object-class "GtkAlignment" alignment
1066                        (:superclass bin :export t :interfaces
1067                         ("AtkImplementorIface" "GtkBuildable")
1068                         :type-initializer "gtk_alignment_get_type")
1069                        ((xalign alignment-xalign "xalign" "gfloat" t t)
1070                         (yalign alignment-yalign "yalign" "gfloat" t t)
1071                         (xscale alignment-xscale "xscale" "gfloat" t t)
1072                         (yscale alignment-yscale "yscale" "gfloat" t t)
1073                         (top-padding alignment-top-padding "top-padding"
1074                          "guint" t t)
1075                         (bottom-padding alignment-bottom-padding
1076                          "bottom-padding" "guint" t t)
1077                         (left-padding alignment-left-padding "left-padding"
1078                          "guint" t t)
1079                         (right-padding alignment-right-padding "right-padding"
1080                          "guint" t t)))
1081
1082 (define-g-object-class "GtkFrame" frame
1083                        (:superclass bin :export t :interfaces
1084                         ("AtkImplementorIface" "GtkBuildable")
1085                         :type-initializer "gtk_frame_get_type")
1086                        ((label frame-label "label" "gchararray" t t)
1087                         (label-xalign frame-label-xalign "label-xalign"
1088                          "gfloat" t t)
1089                         (label-yalign frame-label-yalign "label-yalign"
1090                          "gfloat" t t)
1091                         (shadow frame-shadow "shadow" "GtkShadowType" t t)
1092                         (shadow-type frame-shadow-type "shadow-type"
1093                          "GtkShadowType" t t)
1094                         (label-widget frame-label-widget "label-widget"
1095                          "GtkWidget" t t)))
1096
1097 (define-g-object-class "GtkAspectFrame" aspect-frame
1098                        (:superclass frame :export t :interfaces
1099                         ("AtkImplementorIface" "GtkBuildable")
1100                         :type-initializer "gtk_aspect_frame_get_type")
1101                        ((xalign aspect-frame-xalign "xalign" "gfloat" t t)
1102                         (yalign aspect-frame-yalign "yalign" "gfloat" t t)
1103                         (ratio aspect-frame-ratio "ratio" "gfloat" t t)
1104                         (obey-child aspect-frame-obey-child "obey-child"
1105                          "gboolean" t t)))
1106
1107 (define-g-object-class "GtkComboBox" combo-box
1108                        (:superclass bin :export t :interfaces
1109                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1110                          "GtkCellLayout")
1111                         :type-initializer "gtk_combo_box_get_type")
1112                        ((model combo-box-model "model" "GtkTreeModel" t t)
1113                         (wrap-width combo-box-wrap-width "wrap-width" "gint" t
1114                          t)
1115                         (row-span-column combo-box-row-span-column
1116                          "row-span-column" "gint" t t)
1117                         (column-span-column combo-box-column-span-column
1118                          "column-span-column" "gint" t t)
1119                         (active combo-box-active "active" "gint" t t)
1120                         (add-tearoffs combo-box-add-tearoffs "add-tearoffs"
1121                          "gboolean" t t)
1122                         (tearoff-title combo-box-tearoff-title "tearoff-title"
1123                          "gchararray" t t)
1124                         (has-frame combo-box-has-frame "has-frame" "gboolean" t
1125                          t)
1126                         (focus-on-click combo-box-focus-on-click
1127                          "focus-on-click" "gboolean" t t)
1128                         (popup-shown combo-box-popup-shown "popup-shown"
1129                          "gboolean" t nil)
1130                         (button-sensitivity combo-box-button-sensitivity
1131                          "button-sensitivity" "GtkSensitivityType" t t)
1132                         (:cffi active-iter combo-box-active-iter
1133                          (g-boxed-ref tree-iter) combo-box-get-active-iter
1134                          "gtk_combo_box_set_active_iter")
1135                         (:cffi row-separator-func combo-box-separator-func nil
1136                          nil combo-box-set-separator-func)))
1137
1138 (define-g-object-class "GtkComboBoxEntry" combo-box-entry
1139                        (:superclass combo-box :export t :interfaces
1140                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1141                          "GtkCellLayout")
1142                         :type-initializer "gtk_combo_box_entry_get_type")
1143                        ((text-column combo-box-entry-text-column "text-column"
1144                          "gint" t t)))
1145
1146 (define-g-object-class "GtkEventBox" event-box
1147                        (:superclass bin :export t :interfaces
1148                         ("AtkImplementorIface" "GtkBuildable")
1149                         :type-initializer "gtk_event_box_get_type")
1150                        ((visible-window event-box-visible-window
1151                          "visible-window" "gboolean" t t)
1152                         (above-child event-box-above-child "above-child"
1153                          "gboolean" t t)))
1154
1155 (define-g-object-class "GtkExpander" expander
1156                        (:superclass bin :export t :interfaces
1157                         ("AtkImplementorIface" "GtkBuildable")
1158                         :type-initializer "gtk_expander_get_type")
1159                        ((expanded expander-expanded "expanded" "gboolean" t t)
1160                         (label expander-label "label" "gchararray" t t)
1161                         (use-underline expander-use-underline "use-underline"
1162                          "gboolean" t t)
1163                         (use-markup expander-use-markup "use-markup" "gboolean"
1164                          t t)
1165                         (spacing expander-spacing "spacing" "gint" t t)
1166                         (label-widget expander-label-widget "label-widget"
1167                          "GtkWidget" t t)))
1168
1169 (define-g-object-class "GtkHandleBox" handle-box
1170                        (:superclass bin :export t :interfaces
1171                         ("AtkImplementorIface" "GtkBuildable")
1172                         :type-initializer "gtk_handle_box_get_type")
1173                        ((shadow handle-box-shadow "shadow" "GtkShadowType" t t)
1174                         (shadow-type handle-box-shadow-type "shadow-type"
1175                          "GtkShadowType" t t)
1176                         (handle-position handle-box-handle-position
1177                          "handle-position" "GtkPositionType" t t)
1178                         (snap-edge handle-box-snap-edge "snap-edge"
1179                          "GtkPositionType" t t)
1180                         (snap-edge-set handle-box-snap-edge-set "snap-edge-set"
1181                          "gboolean" t t)
1182                         (child-detached handle-box-child-detached
1183                          "child-detached" "gboolean" t nil)))
1184
1185 (define-g-object-class "GtkToolItem" tool-item
1186                        (:superclass bin :export t :interfaces
1187                         ("AtkImplementorIface" "GtkBuildable")
1188                         :type-initializer "gtk_tool_item_get_type")
1189                        ((visible-horizontal tool-item-visible-horizontal
1190                          "visible-horizontal" "gboolean" t t)
1191                         (visible-vertical tool-item-visible-vertical
1192                          "visible-vertical" "gboolean" t t)
1193                         (is-important tool-item-is-important "is-important"
1194                          "gboolean" t t)
1195                         (:cffi expand tool-item-expand :boolean
1196                          "gtk_tool_item_get_expand" "gtk_tool_item_set_expand")
1197                         (:cffi use-drag-window tool-item-use-drag-window
1198                          :boolean "gtk_tool_item_get_use_drag_window"
1199                          "gtk_tool_item_set_use_drag_window")
1200                         (:cffi icon-size tool-item-icon-size icon-size
1201                          "gtk_tool_item_get_icon_size" nil)
1202                         (:cffi orientation tool-item-orientation orientation
1203                          "gtk_tool_item_get_orientation" nil)
1204                         (:cffi toolbar-style tool-item-toolbar-style
1205                          toolbar-style "gtk_tool_item_get_toolbar_style" nil)
1206                         (:cffi relief-style tool-item-relief-style relief-style
1207                          "gtk_tool_item_get_relief_style" nil)))
1208
1209 (define-g-object-class "GtkToolButton" tool-button
1210                        (:superclass tool-item :export t :interfaces
1211                         ("AtkImplementorIface" "GtkBuildable")
1212                         :type-initializer "gtk_tool_button_get_type")
1213                        ((label tool-button-label "label" "gchararray" t t)
1214                         (use-underline tool-button-use-underline
1215                          "use-underline" "gboolean" t t)
1216                         (label-widget tool-button-label-widget "label-widget"
1217                          "GtkWidget" t t)
1218                         (stock-id tool-button-stock-id "stock-id" "gchararray"
1219                          t t)
1220                         (icon-name tool-button-icon-name "icon-name"
1221                          "gchararray" t t)
1222                         (icon-widget tool-button-icon-widget "icon-widget"
1223                          "GtkWidget" t t)))
1224
1225 (define-g-object-class "GtkMenuToolButton" menu-tool-button
1226                        (:superclass tool-button :export t :interfaces
1227                         ("AtkImplementorIface" "GtkBuildable")
1228                         :type-initializer "gtk_menu_tool_button_get_type")
1229                        ((menu menu-tool-button-menu "menu" "GtkMenu" t t)
1230                         (:cffi arrow-tooltip-text
1231                          menu-tool-button-arrow-tooltip-text :string nil
1232                          "gtk_menu_tool_button_set_arrow_tooltip_text")
1233                         (:cffi arrow-tooltip-markup
1234                          menu-tool-button-arrow-tooltip-markup :string nil
1235                          "gtk_menu_tool_button_set_arrow_tooltip_markup")))
1236
1237 (define-g-object-class "GtkToggleToolButton" toggle-tool-button
1238                        (:superclass tool-button :export t :interfaces
1239                         ("AtkImplementorIface" "GtkBuildable")
1240                         :type-initializer "gtk_toggle_tool_button_get_type")
1241                        ((active toggle-tool-button-active "active" "gboolean" t
1242                          t)))
1243
1244 (define-g-object-class "GtkRadioToolButton" radio-tool-button
1245                        (:superclass toggle-tool-button :export t :interfaces
1246                         ("AtkImplementorIface" "GtkBuildable")
1247                         :type-initializer "gtk_radio_tool_button_get_type")
1248                        ((group radio-tool-button-group "group"
1249                          "GtkRadioToolButton" nil t)))
1250
1251 (define-g-object-class "GtkSeparatorToolItem" separator-tool-item
1252                        (:superclass tool-item :export t :interfaces
1253                         ("AtkImplementorIface" "GtkBuildable")
1254                         :type-initializer "gtk_separator_tool_item_get_type")
1255                        ((draw separator-tool-item-draw "draw" "gboolean" t t)))
1256
1257 (define-g-object-class "GtkScrolledWindow" scrolled-window
1258                        (:superclass bin :export t :interfaces
1259                         ("AtkImplementorIface" "GtkBuildable")
1260                         :type-initializer "gtk_scrolled_window_get_type")
1261                        ((hadjustment scrolled-window-hadjustment "hadjustment"
1262                          "GtkAdjustment" t t)
1263                         (vadjustment scrolled-window-vadjustment "vadjustment"
1264                          "GtkAdjustment" t t)
1265                         (hscrollbar-policy scrolled-window-hscrollbar-policy
1266                          "hscrollbar-policy" "GtkPolicyType" t t)
1267                         (vscrollbar-policy scrolled-window-vscrollbar-policy
1268                          "vscrollbar-policy" "GtkPolicyType" t t)
1269                         (window-placement scrolled-window-window-placement
1270                          "window-placement" "GtkCornerType" t t)
1271                         (window-placement-set
1272                          scrolled-window-window-placement-set
1273                          "window-placement-set" "gboolean" t t)
1274                         (shadow-type scrolled-window-shadow-type "shadow-type"
1275                          "GtkShadowType" t t)))
1276
1277 (define-g-object-class "GtkViewport" viewport
1278                        (:superclass bin :export t :interfaces
1279                         ("AtkImplementorIface" "GtkBuildable")
1280                         :type-initializer "gtk_viewport_get_type")
1281                        ((hadjustment viewport-hadjustment "hadjustment"
1282                          "GtkAdjustment" t t)
1283                         (vadjustment viewport-vadjustment "vadjustment"
1284                          "GtkAdjustment" t t)
1285                         (shadow-type viewport-shadow-type "shadow-type"
1286                          "GtkShadowType" t t)))
1287
1288 (define-g-object-class "GtkMenuShell" menu-shell
1289                        (:superclass container :export t :interfaces
1290                         ("AtkImplementorIface" "GtkBuildable")
1291                         :type-initializer "gtk_menu_shell_get_type")
1292                        ((take-focus menu-shell-take-focus "take-focus"
1293                          "gboolean" t t)))
1294
1295 (define-g-object-class "GtkMenu" menu
1296                        (:superclass menu-shell :export t :interfaces
1297                         ("AtkImplementorIface" "GtkBuildable")
1298                         :type-initializer "gtk_menu_get_type")
1299                        ((active menu-active "active" "gint" t t)
1300                         (accel-group menu-accel-group "accel-group"
1301                          "GtkAccelGroup" t t)
1302                         (accel-path menu-accel-path "accel-path" "gchararray" t
1303                          t)
1304                         (attach-widget menu-attach-widget "attach-widget"
1305                          "GtkWidget" t t)
1306                         (tearoff-state menu-tearoff-state "tearoff-state"
1307                          "gboolean" t t)
1308                         (tearoff-title menu-tearoff-title "tearoff-title"
1309                          "gchararray" t t)
1310                         (monitor menu-monitor "monitor" "gint" t t)
1311                         (:cffi screen menu-screen g-object nil
1312                          "gtk_menu_set_screen")))
1313
1314 (define-g-object-class "GtkRecentChooserMenu" recent-chooser-menu
1315                        (:superclass menu :export t :interfaces
1316                         ("AtkImplementorIface" "GtkBuildable"
1317                          "GtkRecentChooser")
1318                         :type-initializer "gtk_recent_chooser_menu_get_type")
1319                        ((show-numbers recent-chooser-menu-show-numbers
1320                          "show-numbers" "gboolean" t t)))
1321
1322 (define-g-object-class "GtkMenuBar" menu-bar
1323                        (:superclass menu-shell :export t :interfaces
1324                         ("AtkImplementorIface" "GtkBuildable")
1325                         :type-initializer "gtk_menu_bar_get_type")
1326                        ((pack-direction menu-bar-pack-direction
1327                          "pack-direction" "GtkPackDirection" t t)
1328                         (child-pack-direction menu-bar-child-pack-direction
1329                          "child-pack-direction" "GtkPackDirection" t t)))
1330
1331 (define-g-object-class "GtkNotebook" notebook
1332                        (:superclass container :export t :interfaces
1333                         ("AtkImplementorIface" "GtkBuildable")
1334                         :type-initializer "gtk_notebook_get_type")
1335                        ((tab-pos notebook-tab-pos "tab-pos" "GtkPositionType" t
1336                          t)
1337                         (show-tabs notebook-show-tabs "show-tabs" "gboolean" t
1338                          t)
1339                         (show-border notebook-show-border "show-border"
1340                          "gboolean" t t)
1341                         (scrollable notebook-scrollable "scrollable" "gboolean"
1342                          t t)
1343                         (tab-border notebook-tab-border "tab-border" "guint"
1344                          nil t)
1345                         (tab-hborder notebook-tab-hborder "tab-hborder" "guint"
1346                          t t)
1347                         (tab-vborder notebook-tab-vborder "tab-vborder" "guint"
1348                          t t)
1349                         (page notebook-page "page" "gint" t t)
1350                         (enable-popup notebook-enable-popup "enable-popup"
1351                          "gboolean" t t)
1352                         (group-id notebook-group-id "group-id" "gint" t t)
1353                         (group notebook-group "group" "gpointer" t t)
1354                         (homogeneous notebook-homogeneous "homogeneous"
1355                          "gboolean" t t)))
1356
1357 (define-g-object-class "GtkTreeView" tree-view
1358                        (:superclass container :export t :interfaces
1359                         ("AtkImplementorIface" "GtkBuildable")
1360                         :type-initializer "gtk_tree_view_get_type")
1361                        ((model tree-view-model "model" "GtkTreeModel" t t)
1362                         (hadjustment tree-view-hadjustment "hadjustment"
1363                          "GtkAdjustment" t t)
1364                         (vadjustment tree-view-vadjustment "vadjustment"
1365                          "GtkAdjustment" t t)
1366                         (headers-visible tree-view-headers-visible
1367                          "headers-visible" "gboolean" t t)
1368                         (headers-clickable tree-view-headers-clickable
1369                          "headers-clickable" "gboolean" t t)
1370                         (expander-column tree-view-expander-column
1371                          "expander-column" "GtkTreeViewColumn" t t)
1372                         (reorderable tree-view-reorderable "reorderable"
1373                          "gboolean" t t)
1374                         (rules-hint tree-view-rules-hint "rules-hint"
1375                          "gboolean" t t)
1376                         (enable-search tree-view-enable-search "enable-search"
1377                          "gboolean" t t)
1378                         (search-column tree-view-search-column "search-column"
1379                          "gint" t t)
1380                         (fixed-height-mode tree-view-fixed-height-mode
1381                          "fixed-height-mode" "gboolean" t t)
1382                         (hover-selection tree-view-hover-selection
1383                          "hover-selection" "gboolean" t t)
1384                         (hover-expand tree-view-hover-expand "hover-expand"
1385                          "gboolean" t t)
1386                         (show-expanders tree-view-show-expanders
1387                          "show-expanders" "gboolean" t t)
1388                         (level-indentation tree-view-level-indentation
1389                          "level-indentation" "gint" t t)
1390                         (rubber-banding tree-view-rubber-banding
1391                          "rubber-banding" "gboolean" t t)
1392                         (enable-grid-lines tree-view-enable-grid-lines
1393                          "enable-grid-lines" "GtkTreeViewGridLines" t t)
1394                         (enable-tree-lines tree-view-enable-tree-lines
1395                          "enable-tree-lines" "gboolean" t t)
1396                         (tooltip-column tree-view-tooltip-column
1397                          "tooltip-column" "gint" t t)
1398                         (:cffi selection tree-view-selection g-object
1399                          "gtk_tree_view_get_selection" nil)
1400                         (:cffi column-drag-function
1401                          tree-view-column-drag-function nil nil
1402                          tree-view-set-column-drag-function)
1403                         (:cffi bin-window tree-view-bin-window g-object
1404                          "gtk_tree_view_get_bin_window" nil)
1405                         (:cffi search-equal-func tree-view-search-equal-func
1406                          nil nil tree-view-set-search-equal-func)
1407                         (:cffi search-entry tree-view-search-entry g-object
1408                          "gtk_tree_view_get_search_entry"
1409                          "gtk_tree_view_set_search_entry")
1410                         (:cffi search-position-func
1411                          tree-view-search-position-func nil nil
1412                          tree-view-set-search-position-func)
1413                         (:cffi row-separator-func tree-view-row-separator-func
1414                          nil nil tree-view-set-row-separartor-func)))
1415
1416 (define-g-object-class "GtkIconView" icon-view
1417                        (:superclass container :export t :interfaces
1418                         ("AtkImplementorIface" "GtkBuildable" "GtkCellLayout")
1419                         :type-initializer "gtk_icon_view_get_type")
1420                        ((pixbuf-column icon-view-pixbuf-column "pixbuf-column"
1421                          "gint" t t)
1422                         (text-column icon-view-text-column "text-column" "gint"
1423                          t t)
1424                         (markup-column icon-view-markup-column "markup-column"
1425                          "gint" t t)
1426                         (selection-mode icon-view-selection-mode
1427                          "selection-mode" "GtkSelectionMode" t t)
1428                         (orientation icon-view-orientation "orientation"
1429                          "GtkOrientation" t t)
1430                         (model icon-view-model "model" "GtkTreeModel" t t)
1431                         (columns icon-view-columns "columns" "gint" t t)
1432                         (item-width icon-view-item-width "item-width" "gint" t
1433                          t)
1434                         (spacing icon-view-spacing "spacing" "gint" t t)
1435                         (row-spacing icon-view-row-spacing "row-spacing" "gint"
1436                          t t)
1437                         (column-spacing icon-view-column-spacing
1438                          "column-spacing" "gint" t t)
1439                         (margin icon-view-margin "margin" "gint" t t)
1440                         (reorderable icon-view-reorderable "reorderable"
1441                          "gboolean" t t)
1442                         (tooltip-column icon-view-tooltip-column
1443                          "tooltip-column" "gint" t t)))
1444
1445 (define-g-object-class "GtkBox" box
1446                        (:superclass container :export t :interfaces
1447                         ("AtkImplementorIface" "GtkBuildable")
1448                         :type-initializer "gtk_box_get_type")
1449                        ((spacing box-spacing "spacing" "gint" t t)
1450                         (homogeneous box-homogeneous "homogeneous" "gboolean" t
1451                          t)))
1452
1453 (define-g-object-class "GtkButtonBox" button-box
1454                        (:superclass box :export t :interfaces
1455                         ("AtkImplementorIface" "GtkBuildable")
1456                         :type-initializer "gtk_button_box_get_type")
1457                        ((layout-style button-box-layout-style "layout-style"
1458                          "GtkButtonBoxStyle" t t)))
1459
1460 (define-g-object-class "GtkHButtonBox" h-button-box
1461                        (:superclass button-box :export t :interfaces
1462                         ("AtkImplementorIface" "GtkBuildable")
1463                         :type-initializer "gtk_hbutton_box_get_type")
1464                        nil)
1465
1466 (define-g-object-class "GtkVButtonBox" v-button-box
1467                        (:superclass button-box :export t :interfaces
1468                         ("AtkImplementorIface" "GtkBuildable")
1469                         :type-initializer "gtk_vbutton_box_get_type")
1470                        nil)
1471
1472 (define-g-object-class "GtkVBox" v-box
1473                        (:superclass box :export t :interfaces
1474                         ("AtkImplementorIface" "GtkBuildable")
1475                         :type-initializer "gtk_vbox_get_type")
1476                        nil)
1477
1478 (define-g-object-class "GtkColorSelection" color-selection
1479                        (:superclass v-box :export t :interfaces
1480                         ("AtkImplementorIface" "GtkBuildable")
1481                         :type-initializer "gtk_color_selection_get_type")
1482                        ((has-palette color-selection-has-palette "has-palette"
1483                          "gboolean" t t)
1484                         (has-opacity-control
1485                          color-selection-has-opacity-control
1486                          "has-opacity-control" "gboolean" t t)
1487                         (current-color color-selection-current-color
1488                          "current-color" "GdkColor" t t)
1489                         (current-alpha color-selection-current-alpha
1490                          "current-alpha" "guint" t t)))
1491
1492 (define-g-object-class "GtkFileChooserWidget" file-chooser-widget
1493                        (:superclass v-box :export t :interfaces
1494                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser"
1495                          "GtkFileChooserEmbed")
1496                         :type-initializer "gtk_file_chooser_widget_get_type")
1497                        nil)
1498
1499 (define-g-object-class "GtkFontSelection" font-selection
1500                        (:superclass v-box :export t :interfaces
1501                         ("AtkImplementorIface" "GtkBuildable")
1502                         :type-initializer "gtk_font_selection_get_type")
1503                        ((font-name font-selection-font-name "font-name"
1504                          "gchararray" t t)
1505                         (font font-selection-font "font" "GdkFont" t nil)
1506                         (preview-text font-selection-preview-text
1507                          "preview-text" "gchararray" t t)))
1508
1509 (define-g-object-class "GtkGammaCurve" gamma-curve
1510                        (:superclass v-box :export t :interfaces
1511                         ("AtkImplementorIface" "GtkBuildable")
1512                         :type-initializer "gtk_gamma_curve_get_type")
1513                        nil)
1514
1515 (define-g-object-class "GtkRecentChooserWidget" recent-chooser-widget
1516                        (:superclass v-box :export t :interfaces
1517                         ("AtkImplementorIface" "GtkBuildable"
1518                          "GtkRecentChooser")
1519                         :type-initializer "gtk_recent_chooser_widget_get_type")
1520                        nil)
1521
1522 (define-g-object-class "GtkHBox" h-box
1523                        (:superclass box :export t :interfaces
1524                         ("AtkImplementorIface" "GtkBuildable")
1525                         :type-initializer "gtk_hbox_get_type")
1526                        nil)
1527
1528 (define-g-object-class "GtkFileChooserButton" file-chooser-button
1529                        (:superclass h-box :export t :interfaces
1530                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser")
1531                         :type-initializer "gtk_file_chooser_button_get_type")
1532                        ((dialog file-chooser-button-dialog "dialog"
1533                          "GtkFileChooser" nil nil)
1534                         (focus-on-click file-chooser-button-focus-on-click
1535                          "focus-on-click" "gboolean" t t)
1536                         (title file-chooser-button-title "title" "gchararray" t
1537                          t)
1538                         (width-chars file-chooser-button-width-chars
1539                          "width-chars" "gint" t t)))
1540
1541 (define-g-object-class "GtkStatusbar" statusbar
1542                        (:superclass h-box :export t :interfaces
1543                         ("AtkImplementorIface" "GtkBuildable")
1544                         :type-initializer "gtk_statusbar_get_type")
1545                        ((has-resize-grip statusbar-has-resize-grip
1546                          "has-resize-grip" "gboolean" t t)))
1547
1548 (define-g-object-class "GtkCombo" combo
1549                        (:superclass h-box :export t :interfaces
1550                         ("AtkImplementorIface" "GtkBuildable")
1551                         :type-initializer "gtk_combo_get_type")
1552                        ((enable-arrow-keys combo-enable-arrow-keys
1553                          "enable-arrow-keys" "gboolean" t t)
1554                         (enable-arrows-always combo-enable-arrows-always
1555                          "enable-arrows-always" "gboolean" t t)
1556                         (case-sensitive combo-case-sensitive "case-sensitive"
1557                          "gboolean" t t)
1558                         (allow-empty combo-allow-empty "allow-empty" "gboolean"
1559                          t t)
1560                         (value-in-list combo-value-in-list "value-in-list"
1561                          "gboolean" t t)))
1562
1563 (define-g-object-class "GtkFixed" fixed
1564                        (:superclass container :export t :interfaces
1565                         ("AtkImplementorIface" "GtkBuildable")
1566                         :type-initializer "gtk_fixed_get_type")
1567                        ((:cffi has-window fixed-has-window :boolean
1568                          "gtk_fixed_get_has_window"
1569                          "gtk_gixed_set_has_window")))
1570
1571 (define-g-object-class "GtkPaned" paned
1572                        (:superclass container :export t :interfaces
1573                         ("AtkImplementorIface" "GtkBuildable")
1574                         :type-initializer "gtk_paned_get_type")
1575                        ((position paned-position "position" "gint" t t)
1576                         (position-set paned-position-set "position-set"
1577                          "gboolean" t t)
1578                         (min-position paned-min-position "min-position" "gint"
1579                          t nil)
1580                         (max-position paned-max-position "max-position" "gint"
1581                          t nil)))
1582
1583 (define-g-object-class "GtkHPaned" h-paned
1584                        (:superclass paned :export t :interfaces
1585                         ("AtkImplementorIface" "GtkBuildable")
1586                         :type-initializer "gtk_hpaned_get_type")
1587                        nil)
1588
1589 (define-g-object-class "GtkVPaned" v-paned
1590                        (:superclass paned :export t :interfaces
1591                         ("AtkImplementorIface" "GtkBuildable")
1592                         :type-initializer "gtk_vpaned_get_type")
1593                        nil)
1594
1595 (define-g-object-class "GtkLayout" layout
1596                        (:superclass container :export t :interfaces
1597                         ("AtkImplementorIface" "GtkBuildable")
1598                         :type-initializer "gtk_layout_get_type")
1599                        ((hadjustment layout-hadjustment "hadjustment"
1600                          "GtkAdjustment" t t)
1601                         (vadjustment layout-vadjustment "vadjustment"
1602                          "GtkAdjustment" t t)
1603                         (width layout-width "width" "guint" t t)
1604                         (height layout-height "height" "guint" t t)
1605                         (:cffi bin-window layout-bin-window g-object
1606                          "gtk_layout_get_bin_window" nil)))
1607
1608 (define-g-object-class "GtkSocket" socket
1609                        (:superclass container :export t :interfaces
1610                         ("AtkImplementorIface" "GtkBuildable")
1611                         :type-initializer "gtk_socket_get_type")
1612                        nil)
1613
1614 (define-g-object-class "GtkTable" table
1615                        (:superclass container :export t :interfaces
1616                         ("AtkImplementorIface" "GtkBuildable")
1617                         :type-initializer "gtk_table_get_type")
1618                        ((n-rows table-n-rows "n-rows" "guint" t t)
1619                         (n-columns table-n-columns "n-columns" "guint" t t)
1620                         (column-spacing table-column-spacing "column-spacing"
1621                          "guint" t t)
1622                         (row-spacing table-row-spacing "row-spacing" "guint" t
1623                          t)
1624                         (homogeneous table-homogeneous "homogeneous" "gboolean"
1625                          t t)))
1626
1627 (define-g-object-class "GtkTextView" text-view
1628                        (:superclass container :export t :interfaces
1629                         ("AtkImplementorIface" "GtkBuildable")
1630                         :type-initializer "gtk_text_view_get_type")
1631                        ((pixels-above-lines text-view-pixels-above-lines
1632                          "pixels-above-lines" "gint" t t)
1633                         (pixels-below-lines text-view-pixels-below-lines
1634                          "pixels-below-lines" "gint" t t)
1635                         (pixels-inside-wrap text-view-pixels-inside-wrap
1636                          "pixels-inside-wrap" "gint" t t)
1637                         (editable text-view-editable "editable" "gboolean" t t)
1638                         (wrap-mode text-view-wrap-mode "wrap-mode"
1639                          "GtkWrapMode" t t)
1640                         (justification text-view-justification "justification"
1641                          "GtkJustification" t t)
1642                         (left-margin text-view-left-margin "left-margin" "gint"
1643                          t t)
1644                         (right-margin text-view-right-margin "right-margin"
1645                          "gint" t t)
1646                         (indent text-view-indent "indent" "gint" t t)
1647                         (tabs text-view-tabs "tabs" "PangoTabArray" t t)
1648                         (cursor-visible text-view-cursor-visible
1649                          "cursor-visible" "gboolean" t t)
1650                         (buffer text-view-buffer "buffer" "GtkTextBuffer" t t)
1651                         (overwrite text-view-overwrite "overwrite" "gboolean" t
1652                          t)
1653                         (accepts-tab text-view-accepts-tab "accepts-tab"
1654                          "gboolean" t t)))
1655
1656 (define-g-object-class "GtkToolbar" toolbar
1657                        (:superclass container :export t :interfaces
1658                         ("AtkImplementorIface" "GtkBuildable" "GtkToolShell")
1659                         :type-initializer "gtk_toolbar_get_type")
1660                        ((orientation toolbar-orientation "orientation"
1661                          "GtkOrientation" t t)
1662                         (toolbar-style toolbar-toolbar-style "toolbar-style"
1663                          "GtkToolbarStyle" t t)
1664                         (show-arrow toolbar-show-arrow "show-arrow" "gboolean"
1665                          t t)
1666                         (tooltips toolbar-tooltips "tooltips" "gboolean" t t)
1667                         (icon-size toolbar-icon-size "icon-size" "GtkIconSize"
1668                          t t)
1669                         (icon-size-set toolbar-icon-size-set "icon-size-set"
1670                          "gboolean" t t)))
1671
1672 (define-g-object-class "GtkTree" tree
1673                        (:superclass container :export t :interfaces
1674                         ("AtkImplementorIface" "GtkBuildable")
1675                         :type-initializer "gtk_tree_get_type")
1676                        nil)
1677
1678 (define-g-object-class "GtkCList" c-list
1679                        (:superclass container :export t :interfaces
1680                         ("AtkImplementorIface" "GtkBuildable")
1681                         :type-initializer "gtk_clist_get_type")
1682                        ((n-columns c-list-n-columns "n-columns" "guint" t nil)
1683                         (shadow-type c-list-shadow-type "shadow-type"
1684                          "GtkShadowType" t t)
1685                         (selection-mode c-list-selection-mode "selection-mode"
1686                          "GtkSelectionMode" t t)
1687                         (row-height c-list-row-height "row-height" "guint" t t)
1688                         (titles-active c-list-titles-active "titles-active"
1689                          "gboolean" t t)
1690                         (reorderable c-list-reorderable "reorderable"
1691                          "gboolean" t t)
1692                         (use-drag-icons c-list-use-drag-icons "use-drag-icons"
1693                          "gboolean" t t)
1694                         (sort-type c-list-sort-type "sort-type" "GtkSortType" t
1695                          t)))
1696
1697 (define-g-object-class "GtkPathBar" path-bar
1698                        (:superclass container :export t :interfaces
1699                         ("AtkImplementorIface" "GtkBuildable")
1700                         :type-initializer "gtk_path_bar_get_type")
1701                        nil)
1702
1703 (define-g-object-class "GtkMisc" misc
1704                        (:superclass widget :export t :interfaces
1705                         ("AtkImplementorIface" "GtkBuildable")
1706                         :type-initializer "gtk_misc_get_type")
1707                        ((xalign misc-xalign "xalign" "gfloat" t t)
1708                         (yalign misc-yalign "yalign" "gfloat" t t)
1709                         (xpad misc-xpad "xpad" "gint" t t)
1710                         (ypad misc-ypad "ypad" "gint" t t)))
1711
1712 (define-g-object-class "GtkLabel" label
1713                        (:superclass misc :export t :interfaces
1714                         ("AtkImplementorIface" "GtkBuildable")
1715                         :type-initializer "gtk_label_get_type")
1716                        ((label label-label "label" "gchararray" t t)
1717                         (attributes label-attributes "attributes"
1718                          "PangoAttrList" t t)
1719                         (use-markup label-use-markup "use-markup" "gboolean" t
1720                          t)
1721                         (use-underline label-use-underline "use-underline"
1722                          "gboolean" t t)
1723                         (justify label-justify "justify" "GtkJustification" t
1724                          t)
1725                         (pattern label-pattern "pattern" "gchararray" nil t)
1726                         (wrap label-wrap "wrap" "gboolean" t t)
1727                         (wrap-mode label-wrap-mode "wrap-mode" "PangoWrapMode"
1728                          t t)
1729                         (selectable label-selectable "selectable" "gboolean" t
1730                          t)
1731                         (mnemonic-keyval label-mnemonic-keyval
1732                          "mnemonic-keyval" "guint" t nil)
1733                         (mnemonic-widget label-mnemonic-widget
1734                          "mnemonic-widget" "GtkWidget" t t)
1735                         (cursor-position label-cursor-position
1736                          "cursor-position" "gint" t nil)
1737                         (selection-bound label-selection-bound
1738                          "selection-bound" "gint" t nil)
1739                         (ellipsize label-ellipsize "ellipsize"
1740                          "PangoEllipsizeMode" t t)
1741                         (width-chars label-width-chars "width-chars" "gint" t
1742                          t)
1743                         (single-line-mode label-single-line-mode
1744                          "single-line-mode" "gboolean" t t)
1745                         (angle label-angle "angle" "gdouble" t t)
1746                         (max-width-chars label-max-width-chars
1747                          "max-width-chars" "gint" t t)))
1748
1749 (define-g-object-class "GtkAccelLabel" accel-label
1750                        (:superclass label :export t :interfaces
1751                         ("AtkImplementorIface" "GtkBuildable")
1752                         :type-initializer "gtk_accel_label_get_type")
1753                        ((accel-closure accel-label-accel-closure
1754                          "accel-closure" "GClosure" t t)
1755                         (accel-widget accel-label-accel-widget "accel-widget"
1756                          "GtkWidget" t t)))
1757
1758 (define-g-object-class "GtkArrow" arrow
1759                        (:superclass misc :export t :interfaces
1760                         ("AtkImplementorIface" "GtkBuildable")
1761                         :type-initializer "gtk_arrow_get_type")
1762                        ((arrow-type arrow-arrow-type "arrow-type"
1763                          "GtkArrowType" t t)
1764                         (shadow-type arrow-shadow-type "shadow-type"
1765                          "GtkShadowType" t t)))
1766
1767 (define-g-object-class "GtkImage" image
1768                        (:superclass misc :export t :interfaces
1769                         ("AtkImplementorIface" "GtkBuildable")
1770                         :type-initializer "gtk_image_get_type")
1771                        ((pixbuf image-pixbuf "pixbuf" "GdkPixbuf" t t)
1772                         (pixmap image-pixmap "pixmap" "GdkPixmap" t t)
1773                         (image image-image "image" "GdkImage" t t)
1774                         (mask image-mask "mask" "GdkPixmap" t t)
1775                         (file image-file "file" "gchararray" t t)
1776                         (stock image-stock "stock" "gchararray" t t)
1777                         (icon-set image-icon-set "icon-set" "GtkIconSet" t t)
1778                         (icon-size image-icon-size "icon-size" "gint" t t)
1779                         (pixel-size image-pixel-size "pixel-size" "gint" t t)
1780                         (pixbuf-animation image-pixbuf-animation
1781                          "pixbuf-animation" "GdkPixbufAnimation" t t)
1782                         (icon-name image-icon-name "icon-name" "gchararray" t
1783                          t)
1784                         (storage-type image-storage-type "storage-type"
1785                          "GtkImageType" t nil)
1786                         (gicon image-gicon "gicon" "GIcon" t t)))
1787
1788 (define-g-object-class "GtkCalendar" calendar
1789                        (:superclass widget :export t :interfaces
1790                         ("AtkImplementorIface" "GtkBuildable")
1791                         :type-initializer "gtk_calendar_get_type")
1792                        ((year calendar-year "year" "gint" t t)
1793                         (month calendar-month "month" "gint" t t)
1794                         (day calendar-day "day" "gint" t t)
1795                         (show-heading calendar-show-heading "show-heading"
1796                          "gboolean" t t)
1797                         (show-day-names calendar-show-day-names
1798                          "show-day-names" "gboolean" t t)
1799                         (no-month-change calendar-no-month-change
1800                          "no-month-change" "gboolean" t t)
1801                         (show-week-numbers calendar-show-week-numbers
1802                          "show-week-numbers" "gboolean" t t)
1803                         (show-details calendar-show-details "show-details"
1804                          "gboolean" t t)
1805                         (detail-width-chars calendar-detail-width-chars
1806                          "detail-width-chars" "gint" t t)
1807                         (detail-height-rows calendar-detail-height-rows
1808                          "detail-height-rows" "gint" t t)
1809                         (:cffi detail-function calendar-detail-function nil nil
1810                          calendar-set-detail-function)))
1811
1812 (define-g-object-class "GtkCellView" cell-view
1813                        (:superclass widget :export t :interfaces
1814                         ("AtkImplementorIface" "GtkBuildable" "GtkCellLayout")
1815                         :type-initializer "gtk_cell_view_get_type")
1816                        ((background cell-view-background "background"
1817                          "gchararray" nil t)
1818                         (background-gdk cell-view-background-gdk
1819                          "background-gdk" "GdkColor" t t)
1820                         (background-set cell-view-background-set
1821                          "background-set" "gboolean" t t)
1822                         (model cell-view-model "model" "GtkTreeModel" t t)
1823                         (:cffi displayed-row cell-view-displayed-row
1824                          (g-boxed-ref tree-path)
1825                          "gtk_cell_view_get_displayed_row"
1826                          "gtk_cell_view_set_displayed_row")))
1827
1828 (define-g-object-class "GtkDrawingArea" drawing-area
1829                        (:superclass widget :export t :interfaces
1830                         ("AtkImplementorIface" "GtkBuildable")
1831                         :type-initializer "gtk_drawing_area_get_type")
1832                        nil)
1833
1834 (define-g-object-class "GtkCurve" curve
1835                        (:superclass drawing-area :export t :interfaces
1836                         ("AtkImplementorIface" "GtkBuildable")
1837                         :type-initializer "gtk_curve_get_type")
1838                        ((curve-type curve-curve-type "curve-type"
1839                          "GtkCurveType" t t)
1840                         (min-x curve-min-x "min-x" "gfloat" t t)
1841                         (max-x curve-max-x "max-x" "gfloat" t t)
1842                         (min-y curve-min-y "min-y" "gfloat" t t)
1843                         (max-y curve-max-y "max-y" "gfloat" t t)))
1844
1845 (define-g-object-class "GtkEntry" entry
1846                        (:superclass widget :export t :interfaces
1847                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1848                          "GtkEditable")
1849                         :type-initializer "gtk_entry_get_type")
1850                        ((cursor-position entry-cursor-position
1851                          "cursor-position" "gint" t nil)
1852                         (selection-bound entry-selection-bound
1853                          "selection-bound" "gint" t nil)
1854                         (editable entry-editable "editable" "gboolean" t t)
1855                         (max-length entry-max-length "max-length" "gint" t t)
1856                         (visibility entry-visibility "visibility" "gboolean" t
1857                          t)
1858                         (has-frame entry-has-frame "has-frame" "gboolean" t t)
1859                         (inner-border entry-inner-border "inner-border"
1860                          "GtkBorder" t t)
1861                         (invisible-char entry-invisible-char "invisible-char"
1862                          "guint" t t)
1863                         (activates-default entry-activates-default
1864                          "activates-default" "gboolean" t t)
1865                         (width-chars entry-width-chars "width-chars" "gint" t
1866                          t)
1867                         (scroll-offset entry-scroll-offset "scroll-offset"
1868                          "gint" t nil)
1869                         (text entry-text "text" "gchararray" t t)
1870                         (xalign entry-xalign "xalign" "gfloat" t t)
1871                         (truncate-multiline entry-truncate-multiline
1872                          "truncate-multiline" "gboolean" t t)
1873                         (shadow-type entry-shadow-type "shadow-type"
1874                          "GtkShadowType" t t)
1875                         (overwrite-mode entry-overwrite-mode "overwrite-mode"
1876                          "gboolean" t t)
1877                         (text-length entry-text-length "text-length" "guint" t
1878                          nil)))
1879
1880 (define-g-object-class "GtkSpinButton" spin-button
1881                        (:superclass entry :export t :interfaces
1882                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1883                          "GtkEditable")
1884                         :type-initializer "gtk_spin_button_get_type")
1885                        ((adjustment spin-button-adjustment "adjustment"
1886                          "GtkAdjustment" t t)
1887                         (climb-rate spin-button-climb-rate "climb-rate"
1888                          "gdouble" t t)
1889                         (digits spin-button-digits "digits" "guint" t t)
1890                         (snap-to-ticks spin-button-snap-to-ticks
1891                          "snap-to-ticks" "gboolean" t t)
1892                         (numeric spin-button-numeric "numeric" "gboolean" t t)
1893                         (wrap spin-button-wrap "wrap" "gboolean" t t)
1894                         (update-policy spin-button-update-policy
1895                          "update-policy" "GtkSpinButtonUpdatePolicy" t t)
1896                         (value spin-button-value "value" "gdouble" t t)))
1897
1898 (define-g-object-class "GtkRuler" ruler
1899                        (:superclass widget :export t :interfaces
1900                         ("AtkImplementorIface" "GtkBuildable")
1901                         :type-initializer "gtk_ruler_get_type")
1902                        ((lower ruler-lower "lower" "gdouble" t t)
1903                         (upper ruler-upper "upper" "gdouble" t t)
1904                         (position ruler-position "position" "gdouble" t t)
1905                         (max-size ruler-max-size "max-size" "gdouble" t t)
1906                         (metric ruler-metric "metric" "GtkMetricType" t t)))
1907
1908 (define-g-object-class "GtkHRuler" h-ruler
1909                        (:superclass ruler :export t :interfaces
1910                         ("AtkImplementorIface" "GtkBuildable")
1911                         :type-initializer "gtk_hruler_get_type")
1912                        nil)
1913
1914 (define-g-object-class "GtkVRuler" v-ruler
1915                        (:superclass ruler :export t :interfaces
1916                         ("AtkImplementorIface" "GtkBuildable")
1917                         :type-initializer "gtk_vruler_get_type")
1918                        nil)
1919
1920 (define-g-object-class "GtkRange" range
1921                        (:superclass widget :export t :interfaces
1922                         ("AtkImplementorIface" "GtkBuildable")
1923                         :type-initializer "gtk_range_get_type")
1924                        ((update-policy range-update-policy "update-policy"
1925                          "GtkUpdateType" t t)
1926                         (adjustment range-adjustment "adjustment"
1927                          "GtkAdjustment" t t)
1928                         (inverted range-inverted "inverted" "gboolean" t t)
1929                         (lower-stepper-sensitivity
1930                          range-lower-stepper-sensitivity
1931                          "lower-stepper-sensitivity" "GtkSensitivityType" t t)
1932                         (upper-stepper-sensitivity
1933                          range-upper-stepper-sensitivity
1934                          "upper-stepper-sensitivity" "GtkSensitivityType" t t)
1935                         (show-fill-level range-show-fill-level
1936                          "show-fill-level" "gboolean" t t)
1937                         (restrict-to-fill-level range-restrict-to-fill-level
1938                          "restrict-to-fill-level" "gboolean" t t)
1939                         (fill-level range-fill-level "fill-level" "gdouble" t
1940                          t)))
1941
1942 (define-g-object-class "GtkScale" scale
1943                        (:superclass range :export t :interfaces
1944                         ("AtkImplementorIface" "GtkBuildable")
1945                         :type-initializer "gtk_scale_get_type")
1946                        ((digits scale-digits "digits" "gint" t t)
1947                         (draw-value scale-draw-value "draw-value" "gboolean" t
1948                          t)
1949                         (value-pos scale-value-pos "value-pos"
1950                          "GtkPositionType" t t)))
1951
1952 (define-g-object-class "GtkHScale" h-scale
1953                        (:superclass scale :export t :interfaces
1954                         ("AtkImplementorIface" "GtkBuildable")
1955                         :type-initializer "gtk_hscale_get_type")
1956                        nil)
1957
1958 (define-g-object-class "GtkVScale" v-scale
1959                        (:superclass scale :export t :interfaces
1960                         ("AtkImplementorIface" "GtkBuildable")
1961                         :type-initializer "gtk_vscale_get_type")
1962                        nil)
1963
1964 (define-g-object-class "GtkScrollbar" scrollbar
1965                        (:superclass range :export t :interfaces
1966                         ("AtkImplementorIface" "GtkBuildable")
1967                         :type-initializer "gtk_scrollbar_get_type")
1968                        nil)
1969
1970 (define-g-object-class "GtkHScrollbar" h-scrollbar
1971                        (:superclass scrollbar :export t :interfaces
1972                         ("AtkImplementorIface" "GtkBuildable")
1973                         :type-initializer "gtk_hscrollbar_get_type")
1974                        nil)
1975
1976 (define-g-object-class "GtkVScrollbar" v-scrollbar
1977                        (:superclass scrollbar :export t :interfaces
1978                         ("AtkImplementorIface" "GtkBuildable")
1979                         :type-initializer "gtk_vscrollbar_get_type")
1980                        nil)
1981
1982 (define-g-object-class "GtkSeparator" separator
1983                        (:superclass widget :export t :interfaces
1984                         ("AtkImplementorIface" "GtkBuildable")
1985                         :type-initializer "gtk_separator_get_type")
1986                        nil)
1987
1988 (define-g-object-class "GtkHSeparator" h-separator
1989                        (:superclass separator :export t :interfaces
1990                         ("AtkImplementorIface" "GtkBuildable")
1991                         :type-initializer "gtk_hseparator_get_type")
1992                        nil)
1993
1994 (define-g-object-class "GtkVSeparator" v-separator
1995                        (:superclass separator :export t :interfaces
1996                         ("AtkImplementorIface" "GtkBuildable")
1997                         :type-initializer "gtk_vseparator_get_type")
1998                        nil)
1999
2000 (define-g-object-class "GtkHSV" h-s-v
2001                        (:superclass widget :export t :interfaces
2002                         ("AtkImplementorIface" "GtkBuildable")
2003                         :type-initializer "gtk_hsv_get_type")
2004                        nil)
2005
2006 (define-g-object-class "GtkInvisible" invisible
2007                        (:superclass widget :export t :interfaces
2008                         ("AtkImplementorIface" "GtkBuildable")
2009                         :type-initializer "gtk_invisible_get_type")
2010                        ((screen invisible-screen "screen" "GdkScreen" t t)))
2011
2012 (define-g-object-class "GtkProgress" progress
2013                        (:superclass widget :export t :interfaces
2014                         ("AtkImplementorIface" "GtkBuildable")
2015                         :type-initializer "gtk_progress_get_type")
2016                        ((activity-mode progress-activity-mode "activity-mode"
2017                          "gboolean" t t)
2018                         (show-text progress-show-text "show-text" "gboolean" t
2019                          t)
2020                         (text-xalign progress-text-xalign "text-xalign"
2021                          "gfloat" t t)
2022                         (text-yalign progress-text-yalign "text-yalign"
2023                          "gfloat" t t)))
2024
2025 (define-g-object-class "GtkProgressBar" progress-bar
2026                        (:superclass progress :export t :interfaces
2027                         ("AtkImplementorIface" "GtkBuildable")
2028                         :type-initializer "gtk_progress_bar_get_type")
2029                        ((fraction progress-bar-fraction "fraction" "gdouble" t
2030                          t)
2031                         (pulse-step progress-bar-pulse-step "pulse-step"
2032                          "gdouble" t t)
2033                         (orientation progress-bar-orientation "orientation"
2034                          "GtkProgressBarOrientation" t t)
2035                         (text progress-bar-text "text" "gchararray" t t)
2036                         (ellipsize progress-bar-ellipsize "ellipsize"
2037                          "PangoEllipsizeMode" t t)
2038                         (adjustment progress-bar-adjustment "adjustment"
2039                          "GtkAdjustment" t t)
2040                         (bar-style progress-bar-bar-style "bar-style"
2041                          "GtkProgressBarStyle" t t)
2042                         (activity-step progress-bar-activity-step
2043                          "activity-step" "guint" t t)
2044                         (activity-blocks progress-bar-activity-blocks
2045                          "activity-blocks" "guint" t t)
2046                         (discrete-blocks progress-bar-discrete-blocks
2047                          "discrete-blocks" "guint" t t)))
2048
2049 (define-g-object-class "GtkOldEditable" old-editable
2050                        (:superclass widget :export t :interfaces
2051                         ("AtkImplementorIface" "GtkBuildable" "GtkEditable")
2052                         :type-initializer "gtk_old_editable_get_type")
2053                        ((text-position old-editable-text-position
2054                          "text-position" "gint" t t)
2055                         (editable old-editable-editable "editable" "gboolean" t
2056                          t)))
2057
2058 (define-g-object-class "GtkText" text
2059                        (:superclass old-editable :export t :interfaces
2060                         ("AtkImplementorIface" "GtkBuildable" "GtkEditable")
2061                         :type-initializer "gtk_text_get_type")
2062                        ((hadjustment text-hadjustment "hadjustment"
2063                          "GtkAdjustment" t t)
2064                         (vadjustment text-vadjustment "vadjustment"
2065                          "GtkAdjustment" t t)
2066                         (line-wrap text-line-wrap "line-wrap" "gboolean" t t)
2067                         (word-wrap text-word-wrap "word-wrap" "gboolean" t t)))
2068
2069 (define-g-object-class "GtkAdjustment" adjustment
2070                        (:superclass gtk-object :export t :interfaces nil
2071                         :type-initializer "gtk_adjustment_get_type")
2072                        ((value adjustment-value "value" "gdouble" t t)
2073                         (lower adjustment-lower "lower" "gdouble" t t)
2074                         (upper adjustment-upper "upper" "gdouble" t t)
2075                         (step-increment adjustment-step-increment
2076                          "step-increment" "gdouble" t t)
2077                         (page-increment adjustment-page-increment
2078                          "page-increment" "gdouble" t t)
2079                         (page-size adjustment-page-size "page-size" "gdouble" t
2080                          t)))
2081
2082 (define-g-object-class "GtkTreeViewColumn" tree-view-column
2083                        (:superclass gtk-object :export t :interfaces
2084                         ("GtkBuildable" "GtkCellLayout") :type-initializer
2085                         "gtk_tree_view_column_get_type")
2086                        ((visible tree-view-column-visible "visible" "gboolean"
2087                          t t)
2088                         (resizable tree-view-column-resizable "resizable"
2089                          "gboolean" t t)
2090                         (width tree-view-column-width "width" "gint" t nil)
2091                         (spacing tree-view-column-spacing "spacing" "gint" t t)
2092                         (sizing tree-view-column-sizing "sizing"
2093                          "GtkTreeViewColumnSizing" t t)
2094                         (fixed-width tree-view-column-fixed-width "fixed-width"
2095                          "gint" t t)
2096                         (min-width tree-view-column-min-width "min-width"
2097                          "gint" t t)
2098                         (max-width tree-view-column-max-width "max-width"
2099                          "gint" t t)
2100                         (title tree-view-column-title "title" "gchararray" t t)
2101                         (expand tree-view-column-expand "expand" "gboolean" t
2102                          t)
2103                         (clickable tree-view-column-clickable "clickable"
2104                          "gboolean" t t)
2105                         (widget tree-view-column-widget "widget" "GtkWidget" t
2106                          t)
2107                         (alignment tree-view-column-alignment "alignment"
2108                          "gfloat" t t)
2109                         (reorderable tree-view-column-reorderable "reorderable"
2110                          "gboolean" t t)
2111                         (sort-indicator tree-view-column-sort-indicator
2112                          "sort-indicator" "gboolean" t t)
2113                         (sort-order tree-view-column-sort-order "sort-order"
2114                          "GtkSortType" t t)
2115                         (:cffi tree-view tree-view-column-tree-view g-object
2116                          "gtk_tree_view_column_get_tree_view" nil)
2117                         (:cffi sort-column-id tree-view-column-sort-column-id
2118                          :int "gtk_tree_view_column_get_sort_column_id"
2119                          "gtk_tree_view_column_set_sort_column_id")
2120                         (:cffi cell-renderers tree-view-column-cell-renderers
2121                          (glist g-object :free-from-foreign t)
2122                          "gtk_tree_view_column_get_cell_renderers" nil)))
2123
2124 (define-g-object-class "GtkCellRenderer" cell-renderer
2125                        (:superclass gtk-object :export t :interfaces nil
2126                         :type-initializer "gtk_cell_renderer_get_type")
2127                        ((mode cell-renderer-mode "mode" "GtkCellRendererMode" t
2128                          t)
2129                         (visible cell-renderer-visible "visible" "gboolean" t
2130                          t)
2131                         (sensitive cell-renderer-sensitive "sensitive"
2132                          "gboolean" t t)
2133                         (xalign cell-renderer-xalign "xalign" "gfloat" t t)
2134                         (yalign cell-renderer-yalign "yalign" "gfloat" t t)
2135                         (xpad cell-renderer-xpad "xpad" "guint" t t)
2136                         (ypad cell-renderer-ypad "ypad" "guint" t t)
2137                         (width cell-renderer-width "width" "gint" t t)
2138                         (height cell-renderer-height "height" "gint" t t)
2139                         (is-expander cell-renderer-is-expander "is-expander"
2140                          "gboolean" t t)
2141                         (is-expanded cell-renderer-is-expanded "is-expanded"
2142                          "gboolean" t t)
2143                         (cell-background cell-renderer-cell-background
2144                          "cell-background" "gchararray" nil t)
2145                         (cell-background-gdk cell-renderer-cell-background-gdk
2146                          "cell-background-gdk" "GdkColor" t t)
2147                         (cell-background-set cell-renderer-cell-background-set
2148                          "cell-background-set" "gboolean" t t)
2149                         (editing cell-renderer-editing "editing" "gboolean" t
2150                          nil)))
2151
2152 (define-g-object-class "GtkCellRendererText" cell-renderer-text
2153                        (:superclass cell-renderer :export t :interfaces nil
2154                         :type-initializer "gtk_cell_renderer_text_get_type")
2155                        ((text cell-renderer-text-text "text" "gchararray" t t)
2156                         (markup cell-renderer-text-markup "markup" "gchararray"
2157                          nil t)
2158                         (attributes cell-renderer-text-attributes "attributes"
2159                          "PangoAttrList" t t)
2160                         (single-paragraph-mode
2161                          cell-renderer-text-single-paragraph-mode
2162                          "single-paragraph-mode" "gboolean" t t)
2163                         (width-chars cell-renderer-text-width-chars
2164                          "width-chars" "gint" t t)
2165                         (wrap-width cell-renderer-text-wrap-width "wrap-width"
2166                          "gint" t t)
2167                         (alignment cell-renderer-text-alignment "alignment"
2168                          "PangoAlignment" t t)
2169                         (background cell-renderer-text-background "background"
2170                          "gchararray" nil t)
2171                         (foreground cell-renderer-text-foreground "foreground"
2172                          "gchararray" nil t)
2173                         (background-gdk cell-renderer-text-background-gdk
2174                          "background-gdk" "GdkColor" t t)
2175                         (foreground-gdk cell-renderer-text-foreground-gdk
2176                          "foreground-gdk" "GdkColor" t t)
2177                         (font cell-renderer-text-font "font" "gchararray" t t)
2178                         (font-desc cell-renderer-text-font-desc "font-desc"
2179                          "PangoFontDescription" t t)
2180                         (family cell-renderer-text-family "family" "gchararray"
2181                          t t)
2182                         (style cell-renderer-text-style "style" "PangoStyle" t
2183                          t)
2184                         (variant cell-renderer-text-variant "variant"
2185                          "PangoVariant" t t)
2186                         (weight cell-renderer-text-weight "weight" "gint" t t)
2187                         (stretch cell-renderer-text-stretch "stretch"
2188                          "PangoStretch" t t)
2189                         (size cell-renderer-text-size "size" "gint" t t)
2190                         (size-points cell-renderer-text-size-points
2191                          "size-points" "gdouble" t t)
2192                         (scale cell-renderer-text-scale "scale" "gdouble" t t)
2193                         (editable cell-renderer-text-editable "editable"
2194                          "gboolean" t t)
2195                         (strikethrough cell-renderer-text-strikethrough
2196                          "strikethrough" "gboolean" t t)
2197                         (underline cell-renderer-text-underline "underline"
2198                          "PangoUnderline" t t)
2199                         (rise cell-renderer-text-rise "rise" "gint" t t)
2200                         (language cell-renderer-text-language "language"
2201                          "gchararray" t t)
2202                         (ellipsize cell-renderer-text-ellipsize "ellipsize"
2203                          "PangoEllipsizeMode" t t)
2204                         (wrap-mode cell-renderer-text-wrap-mode "wrap-mode"
2205                          "PangoWrapMode" t t)
2206                         (background-set cell-renderer-text-background-set
2207                          "background-set" "gboolean" t t)
2208                         (foreground-set cell-renderer-text-foreground-set
2209                          "foreground-set" "gboolean" t t)
2210                         (family-set cell-renderer-text-family-set "family-set"
2211                          "gboolean" t t)
2212                         (style-set cell-renderer-text-style-set "style-set"
2213                          "gboolean" t t)
2214                         (variant-set cell-renderer-text-variant-set
2215                          "variant-set" "gboolean" t t)
2216                         (weight-set cell-renderer-text-weight-set "weight-set"
2217                          "gboolean" t t)
2218                         (stretch-set cell-renderer-text-stretch-set
2219                          "stretch-set" "gboolean" t t)
2220                         (size-set cell-renderer-text-size-set "size-set"
2221                          "gboolean" t t)
2222                         (scale-set cell-renderer-text-scale-set "scale-set"
2223                          "gboolean" t t)
2224                         (editable-set cell-renderer-text-editable-set
2225                          "editable-set" "gboolean" t t)
2226                         (strikethrough-set cell-renderer-text-strikethrough-set
2227                          "strikethrough-set" "gboolean" t t)
2228                         (underline-set cell-renderer-text-underline-set
2229                          "underline-set" "gboolean" t t)
2230                         (rise-set cell-renderer-text-rise-set "rise-set"
2231                          "gboolean" t t)
2232                         (language-set cell-renderer-text-language-set
2233                          "language-set" "gboolean" t t)
2234                         (ellipsize-set cell-renderer-text-ellipsize-set
2235                          "ellipsize-set" "gboolean" t t)
2236                         (align-set cell-renderer-text-align-set "align-set"
2237                          "gboolean" t t)))
2238
2239 (define-g-object-class "GtkCellRendererAccel" cell-renderer-accel
2240                        (:superclass cell-renderer-text :export t :interfaces
2241                         nil :type-initializer
2242                         "gtk_cell_renderer_accel_get_type")
2243                        ((accel-key cell-renderer-accel-accel-key "accel-key"
2244                          "guint" t t)
2245                         (accel-mods cell-renderer-accel-accel-mods "accel-mods"
2246                          "GdkModifierType" t t)
2247                         (keycode cell-renderer-accel-keycode "keycode" "guint"
2248                          t t)
2249                         (accel-mode cell-renderer-accel-accel-mode "accel-mode"
2250                          "GtkCellRendererAccelMode" t t)))
2251
2252 (define-g-object-class "GtkCellRendererCombo" cell-renderer-combo
2253                        (:superclass cell-renderer-text :export t :interfaces
2254                         nil :type-initializer
2255                         "gtk_cell_renderer_combo_get_type")
2256                        ((model cell-renderer-combo-model "model" "GtkTreeModel"
2257                          t t)
2258                         (text-column cell-renderer-combo-text-column
2259                          "text-column" "gint" t t)
2260                         (has-entry cell-renderer-combo-has-entry "has-entry"
2261                          "gboolean" t t)))
2262
2263 (define-g-object-class "GtkCellRendererSpin" cell-renderer-spin
2264                        (:superclass cell-renderer-text :export t :interfaces
2265                         nil :type-initializer
2266                         "gtk_cell_renderer_spin_get_type")
2267                        ((adjustment cell-renderer-spin-adjustment "adjustment"
2268                          "GtkAdjustment" t t)
2269                         (climb-rate cell-renderer-spin-climb-rate "climb-rate"
2270                          "gdouble" t t)
2271                         (digits cell-renderer-spin-digits "digits" "guint" t
2272                          t)))
2273
2274 (define-g-object-class "GtkCellRendererPixbuf" cell-renderer-pixbuf
2275                        (:superclass cell-renderer :export t :interfaces nil
2276                         :type-initializer "gtk_cell_renderer_pixbuf_get_type")
2277                        ((pixbuf cell-renderer-pixbuf-pixbuf "pixbuf"
2278                          "GdkPixbuf" t t)
2279                         (pixbuf-expander-open
2280                          cell-renderer-pixbuf-pixbuf-expander-open
2281                          "pixbuf-expander-open" "GdkPixbuf" t t)
2282                         (pixbuf-expander-closed
2283                          cell-renderer-pixbuf-pixbuf-expander-closed
2284                          "pixbuf-expander-closed" "GdkPixbuf" t t)
2285                         (stock-id cell-renderer-pixbuf-stock-id "stock-id"
2286                          "gchararray" t t)
2287                         (stock-size cell-renderer-pixbuf-stock-size
2288                          "stock-size" "guint" t t)
2289                         (stock-detail cell-renderer-pixbuf-stock-detail
2290                          "stock-detail" "gchararray" t t)
2291                         (follow-state cell-renderer-pixbuf-follow-state
2292                          "follow-state" "gboolean" t t)
2293                         (icon-name cell-renderer-pixbuf-icon-name "icon-name"
2294                          "gchararray" t t)
2295                         (gicon cell-renderer-pixbuf-gicon "gicon" "GIcon" t t)))
2296
2297 (define-g-object-class "GtkCellRendererProgress" cell-renderer-progress
2298                        (:superclass cell-renderer :export t :interfaces nil
2299                         :type-initializer
2300                         "gtk_cell_renderer_progress_get_type")
2301                        ((value cell-renderer-progress-value "value" "gint" t t)
2302                         (text cell-renderer-progress-text "text" "gchararray" t
2303                          t)
2304                         (pulse cell-renderer-progress-pulse "pulse" "gint" t t)
2305                         (text-xalign cell-renderer-progress-text-xalign
2306                          "text-xalign" "gfloat" t t)
2307                         (text-yalign cell-renderer-progress-text-yalign
2308                          "text-yalign" "gfloat" t t)
2309                         (orientation cell-renderer-progress-orientation
2310                          "orientation" "GtkProgressBarOrientation" t t)))
2311
2312 (define-g-object-class "GtkCellRendererToggle" cell-renderer-toggle
2313                        (:superclass cell-renderer :export t :interfaces nil
2314                         :type-initializer "gtk_cell_renderer_toggle_get_type")
2315                        ((activatable cell-renderer-toggle-activatable
2316                          "activatable" "gboolean" t t)
2317                         (active cell-renderer-toggle-active "active" "gboolean"
2318                          t t)
2319                         (radio cell-renderer-toggle-radio "radio" "gboolean" t
2320                          t)
2321                         (inconsistent cell-renderer-toggle-inconsistent
2322                          "inconsistent" "gboolean" t t)
2323                         (indicator-size cell-renderer-toggle-indicator-size
2324                          "indicator-size" "gint" t t)))
2325
2326 (define-g-object-class "GtkFileFilter" file-filter
2327                        (:superclass gtk-object :export t :interfaces nil
2328                         :type-initializer "gtk_file_filter_get_type")
2329                        ((:cffi name file-filter-name :string
2330                          "gtk_file_filter_get_name"
2331                          "gtk_file_filter_set_name")))
2332
2333 (define-g-object-class "GtkRecentFilter" recent-filter
2334                        (:superclass gtk-object :export t :interfaces nil
2335                         :type-initializer "gtk_recent_filter_get_type")
2336                        nil)
2337
2338 (define-g-object-class "GtkTooltips" tooltips
2339                        (:superclass gtk-object :export t :interfaces nil
2340                         :type-initializer "gtk_tooltips_get_type")
2341                        nil)
2342
2343 (define-g-object-class "GtkSettings" settings
2344                        (:superclass g-object :export t :interfaces nil
2345                         :type-initializer "gtk_settings_get_type")
2346                        ((gtk-double-click-time settings-gtk-double-click-time
2347                          "gtk-double-click-time" "gint" t t)
2348                         (gtk-double-click-distance
2349                          settings-gtk-double-click-distance
2350                          "gtk-double-click-distance" "gint" t t)
2351                         (gtk-cursor-blink settings-gtk-cursor-blink
2352                          "gtk-cursor-blink" "gboolean" t t)
2353                         (gtk-cursor-blink-time settings-gtk-cursor-blink-time
2354                          "gtk-cursor-blink-time" "gint" t t)
2355                         (gtk-cursor-blink-timeout
2356                          settings-gtk-cursor-blink-timeout
2357                          "gtk-cursor-blink-timeout" "gint" t t)
2358                         (gtk-split-cursor settings-gtk-split-cursor
2359                          "gtk-split-cursor" "gboolean" t t)
2360                         (gtk-theme-name settings-gtk-theme-name
2361                          "gtk-theme-name" "gchararray" t t)
2362                         (gtk-icon-theme-name settings-gtk-icon-theme-name
2363                          "gtk-icon-theme-name" "gchararray" t t)
2364                         (gtk-fallback-icon-theme
2365                          settings-gtk-fallback-icon-theme
2366                          "gtk-fallback-icon-theme" "gchararray" t t)
2367                         (gtk-key-theme-name settings-gtk-key-theme-name
2368                          "gtk-key-theme-name" "gchararray" t t)
2369                         (gtk-menu-bar-accel settings-gtk-menu-bar-accel
2370                          "gtk-menu-bar-accel" "gchararray" t t)
2371                         (gtk-dnd-drag-threshold settings-gtk-dnd-drag-threshold
2372                          "gtk-dnd-drag-threshold" "gint" t t)
2373                         (gtk-font-name settings-gtk-font-name "gtk-font-name"
2374                          "gchararray" t t)
2375                         (gtk-icon-sizes settings-gtk-icon-sizes
2376                          "gtk-icon-sizes" "gchararray" t t)
2377                         (gtk-modules settings-gtk-modules "gtk-modules"
2378                          "gchararray" t t)
2379                         (gtk-xft-antialias settings-gtk-xft-antialias
2380                          "gtk-xft-antialias" "gint" t t)
2381                         (gtk-xft-hinting settings-gtk-xft-hinting
2382                          "gtk-xft-hinting" "gint" t t)
2383                         (gtk-xft-hintstyle settings-gtk-xft-hintstyle
2384                          "gtk-xft-hintstyle" "gchararray" t t)
2385                         (gtk-xft-rgba settings-gtk-xft-rgba "gtk-xft-rgba"
2386                          "gchararray" t t)
2387                         (gtk-xft-dpi settings-gtk-xft-dpi "gtk-xft-dpi" "gint"
2388                          t t)
2389                         (gtk-cursor-theme-name settings-gtk-cursor-theme-name
2390                          "gtk-cursor-theme-name" "gchararray" t t)
2391                         (gtk-cursor-theme-size settings-gtk-cursor-theme-size
2392                          "gtk-cursor-theme-size" "gint" t t)
2393                         (gtk-alternative-button-order
2394                          settings-gtk-alternative-button-order
2395                          "gtk-alternative-button-order" "gboolean" t t)
2396                         (gtk-alternative-sort-arrows
2397                          settings-gtk-alternative-sort-arrows
2398                          "gtk-alternative-sort-arrows" "gboolean" t t)
2399                         (gtk-show-input-method-menu
2400                          settings-gtk-show-input-method-menu
2401                          "gtk-show-input-method-menu" "gboolean" t t)
2402                         (gtk-show-unicode-menu settings-gtk-show-unicode-menu
2403                          "gtk-show-unicode-menu" "gboolean" t t)
2404                         (gtk-timeout-initial settings-gtk-timeout-initial
2405                          "gtk-timeout-initial" "gint" t t)
2406                         (gtk-timeout-repeat settings-gtk-timeout-repeat
2407                          "gtk-timeout-repeat" "gint" t t)
2408                         (gtk-timeout-expand settings-gtk-timeout-expand
2409                          "gtk-timeout-expand" "gint" t t)
2410                         (gtk-color-scheme settings-gtk-color-scheme
2411                          "gtk-color-scheme" "gchararray" t t)
2412                         (gtk-enable-animations settings-gtk-enable-animations
2413                          "gtk-enable-animations" "gboolean" t t)
2414                         (gtk-touchscreen-mode settings-gtk-touchscreen-mode
2415                          "gtk-touchscreen-mode" "gboolean" t t)
2416                         (gtk-tooltip-timeout settings-gtk-tooltip-timeout
2417                          "gtk-tooltip-timeout" "gint" t t)
2418                         (gtk-tooltip-browse-timeout
2419                          settings-gtk-tooltip-browse-timeout
2420                          "gtk-tooltip-browse-timeout" "gint" t t)
2421                         (gtk-tooltip-browse-mode-timeout
2422                          settings-gtk-tooltip-browse-mode-timeout
2423                          "gtk-tooltip-browse-mode-timeout" "gint" t t)
2424                         (gtk-keynav-cursor-only settings-gtk-keynav-cursor-only
2425                          "gtk-keynav-cursor-only" "gboolean" t t)
2426                         (gtk-keynav-wrap-around settings-gtk-keynav-wrap-around
2427                          "gtk-keynav-wrap-around" "gboolean" t t)
2428                         (gtk-error-bell settings-gtk-error-bell
2429                          "gtk-error-bell" "gboolean" t t)
2430                         (color-hash settings-color-hash "color-hash"
2431                          "GHashTable" t nil)
2432                         (gtk-file-chooser-backend
2433                          settings-gtk-file-chooser-backend
2434                          "gtk-file-chooser-backend" "gchararray" t t)
2435                         (gtk-print-backends settings-gtk-print-backends
2436                          "gtk-print-backends" "gchararray" t t)
2437                         (gtk-print-preview-command
2438                          settings-gtk-print-preview-command
2439                          "gtk-print-preview-command" "gchararray" t t)
2440                         (gtk-enable-mnemonics settings-gtk-enable-mnemonics
2441                          "gtk-enable-mnemonics" "gboolean" t t)
2442                         (gtk-enable-accels settings-gtk-enable-accels
2443                          "gtk-enable-accels" "gboolean" t t)
2444                         (gtk-recent-files-limit settings-gtk-recent-files-limit
2445                          "gtk-recent-files-limit" "gint" t t)
2446                         (gtk-im-module settings-gtk-im-module "gtk-im-module"
2447                          "gchararray" t t)
2448                         (gtk-recent-files-max-age
2449                          settings-gtk-recent-files-max-age
2450                          "gtk-recent-files-max-age" "gint" t t)
2451                         (gtk-fontconfig-timestamp
2452                          settings-gtk-fontconfig-timestamp
2453                          "gtk-fontconfig-timestamp" "gint" t t)
2454                         (gtk-sound-theme-name settings-gtk-sound-theme-name
2455                          "gtk-sound-theme-name" "gchararray" t t)
2456                         (gtk-enable-input-feedback-sounds
2457                          settings-gtk-enable-input-feedback-sounds
2458                          "gtk-enable-input-feedback-sounds" "gboolean" t t)
2459                         (gtk-enable-event-sounds
2460                          settings-gtk-enable-event-sounds
2461                          "gtk-enable-event-sounds" "gboolean" t t)
2462                         (gtk-enable-tooltips settings-gtk-enable-tooltips
2463                          "gtk-enable-tooltips" "gboolean" t t)
2464                         (gtk-button-images settings-gtk-button-images
2465                          "gtk-button-images" "gboolean" t t)
2466                         (gtk-scrolled-window-placement
2467                          settings-gtk-scrolled-window-placement
2468                          "gtk-scrolled-window-placement" "GtkCornerType" t t)
2469                         (gtk-label-select-on-focus
2470                          settings-gtk-label-select-on-focus
2471                          "gtk-label-select-on-focus" "gboolean" t t)
2472                         (gtk-menu-images settings-gtk-menu-images
2473                          "gtk-menu-images" "gboolean" t t)
2474                         (gtk-can-change-accels settings-gtk-can-change-accels
2475                          "gtk-can-change-accels" "gboolean" t t)
2476                         (gtk-menu-popup-delay settings-gtk-menu-popup-delay
2477                          "gtk-menu-popup-delay" "gint" t t)
2478                         (gtk-menu-popdown-delay settings-gtk-menu-popdown-delay
2479                          "gtk-menu-popdown-delay" "gint" t t)
2480                         (gtk-menu-bar-popup-delay
2481                          settings-gtk-menu-bar-popup-delay
2482                          "gtk-menu-bar-popup-delay" "gint" t t)
2483                         (gtk-color-palette settings-gtk-color-palette
2484                          "gtk-color-palette" "gchararray" t t)
2485                         (gtk-toolbar-style settings-gtk-toolbar-style
2486                          "gtk-toolbar-style" "GtkToolbarStyle" t t)
2487                         (gtk-toolbar-icon-size settings-gtk-toolbar-icon-size
2488                          "gtk-toolbar-icon-size" "GtkIconSize" t t)
2489                         (gtk-entry-select-on-focus
2490                          settings-gtk-entry-select-on-focus
2491                          "gtk-entry-select-on-focus" "gboolean" t t)
2492                         (gtk-entry-password-hint-timeout
2493                          settings-gtk-entry-password-hint-timeout
2494                          "gtk-entry-password-hint-timeout" "guint" t t)))
2495
2496 (define-g-object-class "GtkRcStyle" rc-style
2497                        (:superclass g-object :export t :interfaces nil
2498                         :type-initializer "gtk_rc_style_get_type")
2499                        nil)
2500
2501 (define-g-object-class "GtkStyle" style
2502                        (:superclass g-object :export t :interfaces nil
2503                         :type-initializer "gtk_style_get_type")
2504                        nil)
2505
2506 (define-g-object-class "GtkTooltip" tooltip
2507                        (:superclass g-object :export t :interfaces nil
2508                         :type-initializer "gtk_tooltip_get_type")
2509                        nil)
2510
2511 (define-g-object-class "GtkAccelGroup" accel-group
2512                        (:superclass g-object :export t :interfaces nil
2513                         :type-initializer "gtk_accel_group_get_type")
2514                        ((is-locked accel-group-is-locked "is-locked" "gboolean"
2515                          t nil)
2516                         (modifier-mask accel-group-modifier-mask
2517                          "modifier-mask" "GdkModifierType" t nil)))
2518
2519 (define-g-object-class "GtkAccelMap" accel-map
2520                        (:superclass g-object :export t :interfaces nil
2521                         :type-initializer "gtk_accel_map_get_type")
2522                        nil)
2523
2524 (define-g-object-class "GtkAction" action
2525                        (:superclass g-object :export t :interfaces
2526                         ("GtkBuildable") :type-initializer
2527                         "gtk_action_get_type")
2528                        ((name action-name "name" "gchararray" t nil)
2529                         (label action-label "label" "gchararray" t t)
2530                         (short-label action-short-label "short-label"
2531                          "gchararray" t t)
2532                         (tooltip action-tooltip "tooltip" "gchararray" t t)
2533                         (stock-id action-stock-id "stock-id" "gchararray" t t)
2534                         (icon-name action-icon-name "icon-name" "gchararray" t
2535                          t)
2536                         (visible-horizontal action-visible-horizontal
2537                          "visible-horizontal" "gboolean" t t)
2538                         (visible-vertical action-visible-vertical
2539                          "visible-vertical" "gboolean" t t)
2540                         (visible-overflown action-visible-overflown
2541                          "visible-overflown" "gboolean" t t)
2542                         (is-important action-is-important "is-important"
2543                          "gboolean" t t)
2544                         (hide-if-empty action-hide-if-empty "hide-if-empty"
2545                          "gboolean" t t)
2546                         (sensitive action-sensitive "sensitive" "gboolean" t t)
2547                         (visible action-visible "visible" "gboolean" t t)
2548                         (action-group action-action-group "action-group"
2549                          "GtkActionGroup" t t)
2550                         (:cffi accel-path action-accel-path
2551                          (:string :free-from-foreign nil :free-to-foreign t)
2552                          "gtk_action_get_accel_path"
2553                          "gtk_action_set_accel_path")
2554                         (:cffi accel-group action-accel-group g-object nil
2555                          "gtk_action_set_accel_group")))
2556
2557 (define-g-object-class "GtkActionGroup" action-group
2558                        (:superclass g-object :export t :interfaces
2559                         ("GtkBuildable") :type-initializer
2560                         "gtk_action_group_get_type")
2561                        ((name action-group-name "name" "gchararray" t nil)
2562                         (sensitive action-group-sensitive "sensitive"
2563                          "gboolean" t t)
2564                         (visible action-group-visible "visible" "gboolean" t t)
2565                         (:cffi translate-function
2566                          action-group-translate-function nil nil
2567                          action-group-set-translate-func)
2568                         (:cffi translation-domain
2569                          action-group-translation-domain nil nil
2570                          gtk-action-group-set-translation-domain)))
2571
2572 (define-g-object-class "GtkBuilder" builder
2573                        (:superclass g-object :export t :interfaces nil
2574                         :type-initializer "gtk_builder_get_type")
2575                        ((translation-domain builder-translation-domain
2576                          "translation-domain" "gchararray" t t)))
2577
2578 (define-g-object-class "GtkClipboard" clipboard
2579                        (:superclass g-object :export t :interfaces nil
2580                         :type-initializer "gtk_clipboard_get_type")
2581                        nil)
2582
2583 (define-g-object-class "GtkEntryCompletion" entry-completion
2584                        (:superclass g-object :export t :interfaces
2585                         ("GtkBuildable" "GtkCellLayout") :type-initializer
2586                         "gtk_entry_completion_get_type")
2587                        ((model entry-completion-model "model" "GtkTreeModel" t
2588                          t)
2589                         (minimum-key-length entry-completion-minimum-key-length
2590                          "minimum-key-length" "gint" t t)
2591                         (text-column entry-completion-text-column "text-column"
2592                          "gint" t t)
2593                         (inline-completion entry-completion-inline-completion
2594                          "inline-completion" "gboolean" t t)
2595                         (popup-completion entry-completion-popup-completion
2596                          "popup-completion" "gboolean" t t)
2597                         (popup-set-width entry-completion-popup-set-width
2598                          "popup-set-width" "gboolean" t t)
2599                         (popup-single-match entry-completion-popup-single-match
2600                          "popup-single-match" "gboolean" t t)
2601                         (inline-selection entry-completion-inline-selection
2602                          "inline-selection" "gboolean" t t)))
2603
2604 (define-g-object-class "GtkIconFactory" icon-factory
2605                        (:superclass g-object :export t :interfaces
2606                         ("GtkBuildable") :type-initializer
2607                         "gtk_icon_factory_get_type")
2608                        nil)
2609
2610 (define-g-object-class "GtkIconTheme" icon-theme
2611                        (:superclass g-object :export t :interfaces nil
2612                         :type-initializer "gtk_icon_theme_get_type")
2613                        nil)
2614
2615 (define-g-object-class "GtkIMContext" i-m-context
2616                        (:superclass g-object :export t :interfaces nil) nil)
2617
2618 (define-g-object-class "GtkListStore" list-store
2619                        (:superclass g-object :export t :interfaces
2620                         ("GtkBuildable" "GtkTreeDragDest" "GtkTreeDragSource"
2621                          "GtkTreeModel" "GtkTreeSortable")
2622                         :type-initializer "gtk_list_store_get_type")
2623                        nil)
2624
2625 (define-g-object-class "GtkPageSetup" page-setup
2626                        (:superclass g-object :export t :interfaces nil
2627                         :type-initializer "gtk_page_setup_get_type")
2628                        nil)
2629
2630 (define-g-object-class "GtkPrintContext" print-context
2631                        (:superclass g-object :export t :interfaces nil
2632                         :type-initializer "gtk_print_context_get_type")
2633                        nil)
2634
2635 (define-g-object-class "GtkPrintOperation" print-operation
2636                        (:superclass g-object :export t :interfaces
2637                         ("GtkPrintOperationPreview") :type-initializer
2638                         "gtk_print_operation_get_type")
2639                        ((default-page-setup print-operation-default-page-setup
2640                          "default-page-setup" "GtkPageSetup" t t)
2641                         (print-settings print-operation-print-settings
2642                          "print-settings" "GtkPrintSettings" t t)
2643                         (job-name print-operation-job-name "job-name"
2644                          "gchararray" t t)
2645                         (n-pages print-operation-n-pages "n-pages" "gint" t t)
2646                         (current-page print-operation-current-page
2647                          "current-page" "gint" t t)
2648                         (use-full-page print-operation-use-full-page
2649                          "use-full-page" "gboolean" t t)
2650                         (track-print-status print-operation-track-print-status
2651                          "track-print-status" "gboolean" t t)
2652                         (unit print-operation-unit "unit" "GtkUnit" t t)
2653                         (show-progress print-operation-show-progress
2654                          "show-progress" "gboolean" t t)
2655                         (allow-async print-operation-allow-async "allow-async"
2656                          "gboolean" t t)
2657                         (export-filename print-operation-export-filename
2658                          "export-filename" "gchararray" t t)
2659                         (status print-operation-status "status"
2660                          "GtkPrintStatus" t nil)
2661                         (status-string print-operation-status-string
2662                          "status-string" "gchararray" t nil)
2663                         (custom-tab-label print-operation-custom-tab-label
2664                          "custom-tab-label" "gchararray" t t)))
2665
2666 (define-g-object-class "GtkPrintSettings" print-settings
2667                        (:superclass g-object :export t :interfaces nil
2668                         :type-initializer "gtk_print_settings_get_type")
2669                        nil)
2670
2671 (define-g-object-class "GtkRecentManager" recent-manager
2672                        (:superclass g-object :export t :interfaces nil
2673                         :type-initializer "gtk_recent_manager_get_type")
2674                        ((filename recent-manager-filename "filename"
2675                          "gchararray" t nil)
2676                         (limit recent-manager-limit "limit" "gint" t t)
2677                         (size recent-manager-size "size" "gint" t nil)))
2678
2679 (define-g-object-class "GtkSizeGroup" size-group
2680                        (:superclass g-object :export t :interfaces
2681                         ("GtkBuildable") :type-initializer
2682                         "gtk_size_group_get_type")
2683                        ((mode size-group-mode "mode" "GtkSizeGroupMode" t t)
2684                         (ignore-hidden size-group-ignore-hidden "ignore-hidden"
2685                          "gboolean" t t)))
2686
2687 (define-g-object-class "GtkStatusIcon" status-icon
2688                        (:superclass g-object :export t :interfaces nil
2689                         :type-initializer "gtk_status_icon_get_type")
2690                        ((pixbuf status-icon-pixbuf "pixbuf" "GdkPixbuf" t t)
2691                         (file status-icon-file "file" "gchararray" nil t)
2692                         (stock status-icon-stock "stock" "gchararray" t t)
2693                         (icon-name status-icon-icon-name "icon-name"
2694                          "gchararray" t t)
2695                         (gicon status-icon-gicon "gicon" "GIcon" t t)
2696                         (storage-type status-icon-storage-type "storage-type"
2697                          "GtkImageType" t nil)
2698                         (size status-icon-size "size" "gint" t nil)
2699                         (screen status-icon-screen "screen" "GdkScreen" t t)
2700                         (visible status-icon-visible "visible" "gboolean" t t)
2701                         (orientation status-icon-orientation "orientation"
2702                          "GtkOrientation" t nil)
2703                         (embedded status-icon-embedded "embedded" "gboolean" t
2704                          nil)
2705                         (blinking status-icon-blinking "blinking" "gboolean" t
2706                          t)))
2707
2708 (define-g-object-class "GtkTextBuffer" text-buffer
2709                        (:superclass g-object :export t :interfaces nil
2710                         :type-initializer "gtk_text_buffer_get_type")
2711                        ((tag-table text-buffer-tag-table "tag-table"
2712                          "GtkTextTagTable" t nil)
2713                         (text text-buffer-text "text" "gchararray" t t)
2714                         (has-selection text-buffer-has-selection
2715                          "has-selection" "gboolean" t nil)
2716                         (cursor-position text-buffer-cursor-position
2717                          "cursor-position" "gint" t nil)
2718                         (copy-target-list text-buffer-copy-target-list
2719                          "copy-target-list" "GtkTargetList" t nil)
2720                         (paste-target-list text-buffer-paste-target-list
2721                          "paste-target-list" "GtkTargetList" t nil)))
2722
2723 (define-g-object-class "GtkTextChildAnchor" text-child-anchor
2724                        (:superclass g-object :export t :interfaces nil
2725                         :type-initializer "gtk_text_child_anchor_get_type")
2726                        nil)
2727
2728 (define-g-object-class "GtkTextMark" text-mark
2729                        (:superclass g-object :export t :interfaces nil
2730                         :type-initializer "gtk_text_mark_get_type")
2731                        ((name text-mark-name "name" "gchararray" t nil)
2732                         (left-gravity text-mark-left-gravity "left-gravity"
2733                          "gboolean" t nil)))
2734
2735 (define-g-object-class "GtkTextTag" text-tag
2736                        (:superclass g-object :export t :interfaces nil
2737                         :type-initializer "gtk_text_tag_get_type")
2738                        ((name text-tag-name "name" "gchararray" t nil)
2739                         (background text-tag-background "background"
2740                          "gchararray" nil t)
2741                         (foreground text-tag-foreground "foreground"
2742                          "gchararray" nil t)
2743                         (background-gdk text-tag-background-gdk
2744                          "background-gdk" "GdkColor" t t)
2745                         (foreground-gdk text-tag-foreground-gdk
2746                          "foreground-gdk" "GdkColor" t t)
2747                         (background-stipple text-tag-background-stipple
2748                          "background-stipple" "GdkPixmap" t t)
2749                         (foreground-stipple text-tag-foreground-stipple
2750                          "foreground-stipple" "GdkPixmap" t t)
2751                         (font text-tag-font "font" "gchararray" t t)
2752                         (font-desc text-tag-font-desc "font-desc"
2753                          "PangoFontDescription" t t)
2754                         (family text-tag-family "family" "gchararray" t t)
2755                         (style text-tag-style "style" "PangoStyle" t t)
2756                         (variant text-tag-variant "variant" "PangoVariant" t t)
2757                         (weight text-tag-weight "weight" "gint" t t)
2758                         (stretch text-tag-stretch "stretch" "PangoStretch" t t)
2759                         (size text-tag-size "size" "gint" t t)
2760                         (size-points text-tag-size-points "size-points"
2761                          "gdouble" t t)
2762                         (scale text-tag-scale "scale" "gdouble" t t)
2763                         (pixels-above-lines text-tag-pixels-above-lines
2764                          "pixels-above-lines" "gint" t t)
2765                         (pixels-below-lines text-tag-pixels-below-lines
2766                          "pixels-below-lines" "gint" t t)
2767                         (pixels-inside-wrap text-tag-pixels-inside-wrap
2768                          "pixels-inside-wrap" "gint" t t)
2769                         (editable text-tag-editable "editable" "gboolean" t t)
2770                         (wrap-mode text-tag-wrap-mode "wrap-mode" "GtkWrapMode"
2771                          t t)
2772                         (justification text-tag-justification "justification"
2773                          "GtkJustification" t t)
2774                         (direction text-tag-direction "direction"
2775                          "GtkTextDirection" t t)
2776                         (left-margin text-tag-left-margin "left-margin" "gint"
2777                          t t)
2778                         (indent text-tag-indent "indent" "gint" t t)
2779                         (strikethrough text-tag-strikethrough "strikethrough"
2780                          "gboolean" t t)
2781                         (right-margin text-tag-right-margin "right-margin"
2782                          "gint" t t)
2783                         (underline text-tag-underline "underline"
2784                          "PangoUnderline" t t)
2785                         (rise text-tag-rise "rise" "gint" t t)
2786                         (background-full-height text-tag-background-full-height
2787                          "background-full-height" "gboolean" t t)
2788                         (language text-tag-language "language" "gchararray" t
2789                          t)
2790                         (tabs text-tag-tabs "tabs" "PangoTabArray" t t)
2791                         (invisible text-tag-invisible "invisible" "gboolean" t
2792                          t)
2793                         (paragraph-background text-tag-paragraph-background
2794                          "paragraph-background" "gchararray" nil t)
2795                         (paragraph-background-gdk
2796                          text-tag-paragraph-background-gdk
2797                          "paragraph-background-gdk" "GdkColor" t t)
2798                         (accumulative-margin text-tag-accumulative-margin
2799                          "accumulative-margin" "gboolean" t t)
2800                         (background-set text-tag-background-set
2801                          "background-set" "gboolean" t t)
2802                         (foreground-set text-tag-foreground-set
2803                          "foreground-set" "gboolean" t t)
2804                         (background-stipple-set text-tag-background-stipple-set
2805                          "background-stipple-set" "gboolean" t t)
2806                         (foreground-stipple-set text-tag-foreground-stipple-set
2807                          "foreground-stipple-set" "gboolean" t t)
2808                         (family-set text-tag-family-set "family-set" "gboolean"
2809                          t t)
2810                         (style-set text-tag-style-set "style-set" "gboolean" t
2811                          t)
2812                         (variant-set text-tag-variant-set "variant-set"
2813                          "gboolean" t t)
2814                         (weight-set text-tag-weight-set "weight-set" "gboolean"
2815                          t t)
2816                         (stretch-set text-tag-stretch-set "stretch-set"
2817                          "gboolean" t t)
2818                         (size-set text-tag-size-set "size-set" "gboolean" t t)
2819                         (scale-set text-tag-scale-set "scale-set" "gboolean" t
2820                          t)
2821                         (pixels-above-lines-set text-tag-pixels-above-lines-set
2822                          "pixels-above-lines-set" "gboolean" t t)
2823                         (pixels-below-lines-set text-tag-pixels-below-lines-set
2824                          "pixels-below-lines-set" "gboolean" t t)
2825                         (pixels-inside-wrap-set text-tag-pixels-inside-wrap-set
2826                          "pixels-inside-wrap-set" "gboolean" t t)
2827                         (editable-set text-tag-editable-set "editable-set"
2828                          "gboolean" t t)
2829                         (wrap-mode-set text-tag-wrap-mode-set "wrap-mode-set"
2830                          "gboolean" t t)
2831                         (justification-set text-tag-justification-set
2832                          "justification-set" "gboolean" t t)
2833                         (left-margin-set text-tag-left-margin-set
2834                          "left-margin-set" "gboolean" t t)
2835                         (indent-set text-tag-indent-set "indent-set" "gboolean"
2836                          t t)
2837                         (strikethrough-set text-tag-strikethrough-set
2838                          "strikethrough-set" "gboolean" t t)
2839                         (right-margin-set text-tag-right-margin-set
2840                          "right-margin-set" "gboolean" t t)
2841                         (underline-set text-tag-underline-set "underline-set"
2842                          "gboolean" t t)
2843                         (rise-set text-tag-rise-set "rise-set" "gboolean" t t)
2844                         (background-full-height-set
2845                          text-tag-background-full-height-set
2846                          "background-full-height-set" "gboolean" t t)
2847                         (language-set text-tag-language-set "language-set"
2848                          "gboolean" t t)
2849                         (tabs-set text-tag-tabs-set "tabs-set" "gboolean" t t)
2850                         (invisible-set text-tag-invisible-set "invisible-set"
2851                          "gboolean" t t)
2852                         (paragraph-background-set
2853                          text-tag-paragraph-background-set
2854                          "paragraph-background-set" "gboolean" t t)
2855                         (:cffi priority text-tag-priority :int
2856                          "gtk_text_tag_get_priority"
2857                          "gtk_text_tag_set_priority")))
2858
2859 (define-g-object-class "GtkTextTagTable" text-tag-table
2860                        (:superclass g-object :export t :interfaces nil
2861                         :type-initializer "gtk_text_tag_table_get_type")
2862                        nil)
2863
2864 (define-g-object-class "GtkTreeModelFilter" tree-model-filter
2865                        (:superclass g-object :export t :interfaces
2866                         ("GtkTreeDragSource" "GtkTreeModel") :type-initializer
2867                         "gtk_tree_model_filter_get_type")
2868                        ((child-model tree-model-filter-child-model
2869                          "child-model" "GtkTreeModel" t nil)
2870                         (virtual-root tree-model-filter-virtual-root
2871                          "virtual-root" "GtkTreePath" t nil)))
2872
2873 (define-g-object-class "GtkTreeModelSort" tree-model-sort
2874                        (:superclass g-object :export t :interfaces
2875                         ("GtkTreeDragSource" "GtkTreeModel" "GtkTreeSortable")
2876                         :type-initializer "gtk_tree_model_sort_get_type")
2877                        ((model tree-model-sort-model "model" "GtkTreeModel" t
2878                          nil)))
2879
2880 (define-g-object-class "GtkTreeSelection" tree-selection
2881                        (:superclass g-object :export t :interfaces nil
2882                         :type-initializer "gtk_tree_selection_get_type")
2883                        ((:cffi mode tree-selection-mode selection-mode
2884                          "gtk_tree_selection_get_mode"
2885                          "gtk_tree_selection_set_mode")
2886                         (:cffi select-function tree-selection-select-function
2887                          nil tree-selection-get-selection-function
2888                          tree-selection-set-select-function)))
2889
2890 (define-g-object-class "GtkTreeStore" tree-store
2891                        (:superclass g-object :export t :interfaces
2892                         ("GtkBuildable" "GtkTreeDragDest" "GtkTreeDragSource"
2893                          "GtkTreeModel" "GtkTreeSortable")
2894                         :type-initializer "gtk_tree_store_get_type")
2895                        nil)
2896
2897 (define-g-object-class "GtkUIManager" ui-manager
2898                        (:superclass g-object :export t :interfaces
2899                         ("GtkBuildable"))
2900                        ((add-tearoffs ui-manager-add-tearoffs "add-tearoffs"
2901                          "gboolean" t t)
2902                         (ui ui-manager-ui "ui" "gchararray" t nil)
2903                         (:cffi accel-group ui-manager-accel-group g-object
2904                          "gtk_ui_manager_get_accel_group" nil)))
2905
2906 (define-g-object-class "GtkWindowGroup" window-group
2907                        (:superclass g-object :export t :interfaces nil
2908                         :type-initializer "gtk_window_group_get_type")
2909                        nil)
2910
2911 (define-g-object-class "GtkToggleAction" toggle-action
2912                        (:superclass action :export t :interfaces
2913                         ("GtkBuildable") :type-initializer
2914                         "gtk_toggle_action_get_type")
2915                        ((draw-as-radio toggle-action-draw-as-radio
2916                          "draw-as-radio" "gboolean" t t)
2917                         (active toggle-action-active "active" "gboolean" t t)))
2918
2919 (define-g-object-class "GtkRecentAction" recent-action
2920                        (:superclass action :export t :interfaces
2921                         ("GtkBuildable" "GtkRecentChooser") :type-initializer
2922                         "gtk_recent_action_get_type")
2923                        ((show-numbers recent-action-show-numbers "show-numbers"
2924                          "gboolean" t t)))
2925
2926 (define-g-object-class "GtkRadioAction" radio-action
2927                        (:superclass toggle-action :export t :interfaces
2928                         ("GtkBuildable") :type-initializer
2929                         "gtk_radio_action_get_type")
2930                        ((value radio-action-value "value" "gint" t t)
2931                         (group radio-action-group "group" "GtkRadioAction" nil
2932                          t)
2933                         (current-value radio-action-current-value
2934                          "current-value" "gint" t t)))
2935