initial attempt at tree-view
[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 "GtkPolicyType" policy-type
112                (:export t :type-initializer "gtk_policy_type_get_type")
113                (:always 0) (:automatic 1) (:never 2))
114
115 (define-g-enum "GtkCornerType" corner-type
116                (:export t :type-initializer "gtk_corner_type_get_type")
117                (:top-left 0) (:bottom-left 1) (:top-right 2) (:bottom-right 3))
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" u-i-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                     (use-preview-label file-chooser-use-preview-label
566                      "use-preview-label" "gboolean" t t)
567                     (extra-widget file-chooser-extra-widget "extra-widget"
568                      "GtkWidget" t t)
569                     (do-overwrite-confirmation
570                      file-chooser-do-overwrite-confirmation
571                      "do-overwrite-confirmation" "gboolean" t t)
572                     (filter file-chooser-filter "filter" "GtkFileFilter" t t)
573                     (select-multiple file-chooser-select-multiple
574                      "select-multiple" "gboolean" t t)
575                     (action file-chooser-action "action" "GtkFileChooserAction"
576                      t t)
577                     (file-system-backend file-chooser-file-system-backend
578                      "file-system-backend" "gchararray" nil nil)
579                     (preview-widget file-chooser-preview-widget
580                      "preview-widget" "GtkWidget" t t)
581                     (preview-widget-active file-chooser-preview-widget-active
582                      "preview-widget-active" "gboolean" t t)
583                     (show-hidden file-chooser-show-hidden "show-hidden"
584                      "gboolean" t t)
585                     (local-only file-chooser-local-only "local-only" "gboolean"
586                      t t))
587
588 (define-g-interface "GtkFileChooserEmbed" file-chooser-embed (:export t))
589
590 (define-g-interface "GtkTreeModel" tree-model
591                     (:export t :type-initializer "gtk_tree_model_get_type"))
592
593 (define-g-interface "GtkTreeDragSource" tree-drag-source
594                     (:export t :type-initializer
595                      "gtk_tree_drag_source_get_type"))
596
597 (define-g-interface "GtkTreeDragDest" tree-drag-dest
598                     (:export t :type-initializer "gtk_tree_drag_dest_get_type"))
599
600 (define-g-interface "GtkTreeSortable" tree-sortable
601                     (:export t :type-initializer "gtk_tree_sortable_get_type"))
602
603 (define-g-interface "GtkPrintOperationPreview" print-operation-preview
604                     (:export t :type-initializer
605                      "gtk_print_operation_preview_get_type"))
606
607 (define-g-interface "GtkRecentChooser" recent-chooser
608                     (:export t :type-initializer "gtk_recent_chooser_get_type")
609                     (select-multiple recent-chooser-select-multiple
610                      "select-multiple" "gboolean" t t)
611                     (limit recent-chooser-limit "limit" "gint" t t)
612                     (show-tips recent-chooser-show-tips "show-tips" "gboolean"
613                      t t)
614                     (recent-manager recent-chooser-recent-manager
615                      "recent-manager" "GtkRecentManager" nil nil)
616                     (show-private recent-chooser-show-private "show-private"
617                      "gboolean" t t)
618                     (show-not-found recent-chooser-show-not-found
619                      "show-not-found" "gboolean" t t)
620                     (sort-type recent-chooser-sort-type "sort-type"
621                      "GtkRecentSortType" t t)
622                     (show-icons recent-chooser-show-icons "show-icons"
623                      "gboolean" t t)
624                     (filter recent-chooser-filter "filter" "GtkRecentFilter" t
625                      t)
626                     (local-only recent-chooser-local-only "local-only"
627                      "gboolean" t t))
628
629 (define-g-interface "GtkToolShell" tool-shell
630                     (:export t :type-initializer "gtk_tool_shell_get_type"))
631
632 (define-g-interface "AtkImplementorIface" atk-implementor-iface (:export t))
633
634 (define-g-object-class "GtkObject" gtk-object
635                        (:superclass g-initially-unowned :export t :interfaces
636                         nil :type-initializer "gtk_object_get_type")
637                        ((user-data gtk-object-user-data "user-data" "gpointer"
638                          t t)))
639
640 (define-g-object-class "GtkWidget" widget
641                        (:superclass gtk-object :export t :interfaces
642                         ("AtkImplementorIface" "GtkBuildable")
643                         :type-initializer "gtk_widget_get_type")
644                        ((name widget-name "name" "gchararray" t t)
645                         (parent widget-parent "parent" "GtkContainer" t t)
646                         (width-request widget-width-request "width-request"
647                          "gint" t t)
648                         (height-request widget-height-request "height-request"
649                          "gint" t t)
650                         (visible widget-visible "visible" "gboolean" t t)
651                         (sensitive widget-sensitive "sensitive" "gboolean" t t)
652                         (app-paintable widget-app-paintable "app-paintable"
653                          "gboolean" t t)
654                         (can-focus widget-can-focus "can-focus" "gboolean" t t)
655                         (has-focus widget-has-focus "has-focus" "gboolean" t t)
656                         (is-focus widget-is-focus "is-focus" "gboolean" t t)
657                         (can-default widget-can-default "can-default"
658                          "gboolean" t t)
659                         (has-default widget-has-default "has-default"
660                          "gboolean" t t)
661                         (receives-default widget-receives-default
662                          "receives-default" "gboolean" t t)
663                         (composite-child widget-composite-child
664                          "composite-child" "gboolean" t nil)
665                         (style widget-style "style" "GtkStyle" t t)
666                         (events widget-events "events" "GdkEventMask" t t)
667                         (extension-events widget-extension-events
668                          "extension-events" "GdkExtensionMode" t t)
669                         (no-show-all widget-no-show-all "no-show-all"
670                          "gboolean" t t)
671                         (has-tooltip widget-has-tooltip "has-tooltip"
672                          "gboolean" t t)
673                         (tooltip-markup widget-tooltip-markup "tooltip-markup"
674                          "gchararray" t t)
675                         (tooltip-text widget-tooltip-text "tooltip-text"
676                          "gchararray" t t)
677                         (window widget-window "window" "GdkWindow" t nil)))
678
679 (define-g-object-class "GtkContainer" container
680                        (:superclass widget :export t :interfaces
681                         ("AtkImplementorIface" "GtkBuildable")
682                         :type-initializer "gtk_container_get_type")
683                        ((border-width container-border-width "border-width"
684                          "guint" t t)
685                         (resize-mode container-resize-mode "resize-mode"
686                          "GtkResizeMode" t t)
687                         (child container-child "child" "GtkWidget" nil t)))
688
689 (define-g-object-class "GtkBin" bin
690                        (:superclass container :export t :interfaces
691                         ("AtkImplementorIface" "GtkBuildable")
692                         :type-initializer "gtk_bin_get_type")
693                        nil)
694
695 (define-g-object-class "GtkWindow" gtk-window
696                        (:superclass bin :export t :interfaces
697                         ("AtkImplementorIface" "GtkBuildable")
698                         :type-initializer "gtk_window_get_type")
699                        ((type gtk-window-type "type" "GtkWindowType" t nil)
700                         (title gtk-window-title "title" "gchararray" t t)
701                         (role gtk-window-role "role" "gchararray" t t)
702                         (startup-id gtk-window-startup-id "startup-id"
703                          "gchararray" nil t)
704                         (allow-shrink gtk-window-allow-shrink "allow-shrink"
705                          "gboolean" t t)
706                         (allow-grow gtk-window-allow-grow "allow-grow"
707                          "gboolean" t t)
708                         (resizable gtk-window-resizable "resizable" "gboolean"
709                          t t)
710                         (modal gtk-window-modal "modal" "gboolean" t t)
711                         (window-position gtk-window-window-position
712                          "window-position" "GtkWindowPosition" t t)
713                         (default-width gtk-window-default-width "default-width"
714                          "gint" t t)
715                         (default-height gtk-window-default-height
716                          "default-height" "gint" t t)
717                         (destroy-with-parent gtk-window-destroy-with-parent
718                          "destroy-with-parent" "gboolean" t t)
719                         (icon gtk-window-icon "icon" "GdkPixbuf" t t)
720                         (icon-name gtk-window-icon-name "icon-name"
721                          "gchararray" t t)
722                         (screen gtk-window-screen "screen" "GdkScreen" t t)
723                         (type-hint gtk-window-type-hint "type-hint"
724                          "GdkWindowTypeHint" t t)
725                         (skip-taskbar-hint gtk-window-skip-taskbar-hint
726                          "skip-taskbar-hint" "gboolean" t t)
727                         (skip-pager-hint gtk-window-skip-pager-hint
728                          "skip-pager-hint" "gboolean" t t)
729                         (urgency-hint gtk-window-urgency-hint "urgency-hint"
730                          "gboolean" t t)
731                         (accept-focus gtk-window-accept-focus "accept-focus"
732                          "gboolean" t t)
733                         (focus-on-map gtk-window-focus-on-map "focus-on-map"
734                          "gboolean" t t)
735                         (decorated gtk-window-decorated "decorated" "gboolean"
736                          t t)
737                         (deletable gtk-window-deletable "deletable" "gboolean"
738                          t t)
739                         (gravity gtk-window-gravity "gravity" "GdkGravity" t t)
740                         (transient-for gtk-window-transient-for "transient-for"
741                          "GtkWindow" t t)
742                         (opacity gtk-window-opacity "opacity" "gdouble" t t)
743                         (is-active gtk-window-is-active "is-active" "gboolean"
744                          t nil)
745                         (has-toplevel-focus gtk-window-has-toplevel-focus
746                          "has-toplevel-focus" "gboolean" t nil)))
747
748 (define-g-object-class "GtkDialog" dialog
749                        (:superclass gtk-window :export t :interfaces
750                         ("AtkImplementorIface" "GtkBuildable")
751                         :type-initializer "gtk_dialog_get_type")
752                        ((has-separator dialog-has-separator "has-separator"
753                          "gboolean" t t)))
754
755 (define-g-object-class "GtkAboutDialog" about-dialog
756                        (:superclass dialog :export t :interfaces
757                         ("AtkImplementorIface" "GtkBuildable")
758                         :type-initializer "gtk_about_dialog_get_type")
759                        ((program-name about-dialog-program-name "program-name"
760                          "gchararray" t t)
761                         (version about-dialog-version "version" "gchararray" t
762                          t)
763                         (copyright about-dialog-copyright "copyright"
764                          "gchararray" t t)
765                         (comments about-dialog-comments "comments" "gchararray"
766                          t t)
767                         (website about-dialog-website "website" "gchararray" t
768                          t)
769                         (website-label about-dialog-website-label
770                          "website-label" "gchararray" t t)
771                         (license about-dialog-license "license" "gchararray" t
772                          t)
773                         (authors about-dialog-authors "authors" "GStrv" t t)
774                         (documenters about-dialog-documenters "documenters"
775                          "GStrv" t t)
776                         (translator-credits about-dialog-translator-credits
777                          "translator-credits" "gchararray" t t)
778                         (artists about-dialog-artists "artists" "GStrv" t t)
779                         (logo about-dialog-logo "logo" "GdkPixbuf" t t)
780                         (logo-icon-name about-dialog-logo-icon-name
781                          "logo-icon-name" "gchararray" t t)
782                         (wrap-license about-dialog-wrap-license "wrap-license"
783                          "gboolean" t t)))
784
785 (define-g-object-class "GtkColorSelectionDialog" color-selection-dialog
786                        (:superclass dialog :export t :interfaces
787                         ("AtkImplementorIface" "GtkBuildable")
788                         :type-initializer
789                         "gtk_color_selection_dialog_get_type")
790                        ((color-selection color-selection-dialog-color-selection
791                          "color-selection" "GtkWidget" t nil)
792                         (ok-button color-selection-dialog-ok-button "ok-button"
793                          "GtkWidget" t nil)
794                         (cancel-button color-selection-dialog-cancel-button
795                          "cancel-button" "GtkWidget" t nil)
796                         (help-button color-selection-dialog-help-button
797                          "help-button" "GtkWidget" t nil)))
798
799 (define-g-object-class "GtkFileChooserDialog" file-chooser-dialog
800                        (:superclass dialog :export t :interfaces
801                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser")
802                         :type-initializer "gtk_file_chooser_dialog_get_type")
803                        nil)
804
805 (define-g-object-class "GtkFontSelectionDialog" font-selection-dialog
806                        (:superclass dialog :export t :interfaces
807                         ("AtkImplementorIface" "GtkBuildable")
808                         :type-initializer "gtk_font_selection_dialog_get_type")
809                        nil)
810
811 (define-g-object-class "GtkInputDialog" input-dialog
812                        (:superclass dialog :export t :interfaces
813                         ("AtkImplementorIface" "GtkBuildable")
814                         :type-initializer "gtk_input_dialog_get_type")
815                        nil)
816
817 (define-g-object-class "GtkMessageDialog" message-dialog
818                        (:superclass dialog :export t :interfaces
819                         ("AtkImplementorIface" "GtkBuildable")
820                         :type-initializer "gtk_message_dialog_get_type")
821                        ((message-type message-dialog-message-type
822                          "message-type" "GtkMessageType" t t)
823                         (buttons message-dialog-buttons "buttons"
824                          "GtkButtonsType" nil nil)
825                         (text message-dialog-text "text" "gchararray" t t)
826                         (use-markup message-dialog-use-markup "use-markup"
827                          "gboolean" t t)
828                         (secondary-text message-dialog-secondary-text
829                          "secondary-text" "gchararray" t t)
830                         (secondary-use-markup
831                          message-dialog-secondary-use-markup
832                          "secondary-use-markup" "gboolean" t t)
833                         (image message-dialog-image "image" "GtkWidget" t t)))
834
835 (define-g-object-class "GtkRecentChooserDialog" recent-chooser-dialog
836                        (:superclass dialog :export t :interfaces
837                         ("AtkImplementorIface" "GtkBuildable"
838                          "GtkRecentChooser")
839                         :type-initializer "gtk_recent_chooser_dialog_get_type")
840                        nil)
841
842 (define-g-object-class "GtkAssistant" assistant
843                        (:superclass gtk-window :export t :interfaces
844                         ("AtkImplementorIface" "GtkBuildable")
845                         :type-initializer "gtk_assistant_get_type")
846                        nil)
847
848 (define-g-object-class "GtkPlug" plug
849                        (:superclass gtk-window :export t :interfaces
850                         ("AtkImplementorIface" "GtkBuildable")
851                         :type-initializer "gtk_plug_get_type")
852                        ((embedded plug-embedded "embedded" "gboolean" t nil)
853                         (socket-window plug-socket-window "socket-window"
854                          "GdkWindow" t nil)))
855
856 (define-g-object-class "GtkItem" item
857                        (:superclass bin :export t :interfaces
858                         ("AtkImplementorIface" "GtkBuildable")
859                         :type-initializer "gtk_item_get_type")
860                        nil)
861
862 (define-g-object-class "GtkMenuItem" menu-item
863                        (:superclass item :export t :interfaces
864                         ("AtkImplementorIface" "GtkBuildable")
865                         :type-initializer "gtk_menu_item_get_type")
866                        ((right-justified menu-item-right-justified
867                          "right-justified" "gboolean" t t)
868                         (submenu menu-item-submenu "submenu" "GtkMenu" t t)
869                         (accel-path menu-item-accel-path "accel-path"
870                          "gchararray" t t)))
871
872 (define-g-object-class "GtkCheckMenuItem" check-menu-item
873                        (:superclass menu-item :export t :interfaces
874                         ("AtkImplementorIface" "GtkBuildable")
875                         :type-initializer "gtk_check_menu_item_get_type")
876                        ((active check-menu-item-active "active" "gboolean" t t)
877                         (inconsistent check-menu-item-inconsistent
878                          "inconsistent" "gboolean" t t)
879                         (draw-as-radio check-menu-item-draw-as-radio
880                          "draw-as-radio" "gboolean" t t)))
881
882 (define-g-object-class "GtkRadioMenuItem" radio-menu-item
883                        (:superclass check-menu-item :export t :interfaces
884                         ("AtkImplementorIface" "GtkBuildable")
885                         :type-initializer "gtk_radio_menu_item_get_type")
886                        ((group radio-menu-item-group "group" "GtkRadioMenuItem"
887                          nil t)))
888
889 (define-g-object-class "GtkImageMenuItem" image-menu-item
890                        (:superclass menu-item :export t :interfaces
891                         ("AtkImplementorIface" "GtkBuildable")
892                         :type-initializer "gtk_image_menu_item_get_type")
893                        ((image image-menu-item-image "image" "GtkWidget" t t)))
894
895 (define-g-object-class "GtkSeparatorMenuItem" separator-menu-item
896                        (:superclass menu-item :export t :interfaces
897                         ("AtkImplementorIface" "GtkBuildable")
898                         :type-initializer "gtk_separator_menu_item_get_type")
899                        nil)
900
901 (define-g-object-class "GtkTearoffMenuItem" tearoff-menu-item
902                        (:superclass menu-item :export t :interfaces
903                         ("AtkImplementorIface" "GtkBuildable")
904                         :type-initializer "gtk_tearoff_menu_item_get_type")
905                        nil)
906
907 (define-g-object-class "GtkTreeItem" tree-item
908                        (:superclass item :export t :interfaces
909                         ("AtkImplementorIface" "GtkBuildable")
910                         :type-initializer "gtk_tree_item_get_type")
911                        nil)
912
913 (define-g-object-class "GtkButton" button
914                        (:superclass bin :export t :interfaces
915                         ("AtkImplementorIface" "GtkBuildable")
916                         :type-initializer "gtk_button_get_type")
917                        ((label button-label "label" "gchararray" t t)
918                         (image button-image "image" "GtkWidget" t t)
919                         (relief button-relief "relief" "GtkReliefStyle" t t)
920                         (use-underline button-use-underline "use-underline"
921                          "gboolean" t t)
922                         (use-stock button-use-stock "use-stock" "gboolean" t t)
923                         (focus-on-click button-focus-on-click "focus-on-click"
924                          "gboolean" t t)
925                         (xalign button-xalign "xalign" "gfloat" t t)
926                         (yalign button-yalign "yalign" "gfloat" t t)
927                         (image-position button-image-position "image-position"
928                          "GtkPositionType" t t)))
929
930 (define-g-object-class "GtkToggleButton" toggle-button
931                        (:superclass button :export t :interfaces
932                         ("AtkImplementorIface" "GtkBuildable")
933                         :type-initializer "gtk_toggle_button_get_type")
934                        ((active toggle-button-active "active" "gboolean" t t)
935                         (inconsistent toggle-button-inconsistent "inconsistent"
936                          "gboolean" t t)
937                         (draw-indicator toggle-button-draw-indicator
938                          "draw-indicator" "gboolean" t t)))
939
940 (define-g-object-class "GtkCheckButton" check-button
941                        (:superclass toggle-button :export t :interfaces
942                         ("AtkImplementorIface" "GtkBuildable")
943                         :type-initializer "gtk_check_button_get_type")
944                        nil)
945
946 (define-g-object-class "GtkRadioButton" radio-button
947                        (:superclass check-button :export t :interfaces
948                         ("AtkImplementorIface" "GtkBuildable")
949                         :type-initializer "gtk_radio_button_get_type")
950                        ((group radio-button-group "group" "GtkRadioButton" nil
951                          t)))
952
953 (define-g-object-class "GtkColorButton" color-button
954                        (:superclass button :export t :interfaces
955                         ("AtkImplementorIface" "GtkBuildable")
956                         :type-initializer "gtk_color_button_get_type")
957                        ((use-alpha color-button-use-alpha "use-alpha"
958                          "gboolean" t t)
959                         (title color-button-title "title" "gchararray" t t)
960                         (color color-button-color "color" "GdkColor" t t)
961                         (alpha color-button-alpha "alpha" "guint" t t)))
962
963 (define-g-object-class "GtkFontButton" font-button
964                        (:superclass button :export t :interfaces
965                         ("AtkImplementorIface" "GtkBuildable")
966                         :type-initializer "gtk_font_button_get_type")
967                        ((title font-button-title "title" "gchararray" t t)
968                         (font-name font-button-font-name "font-name"
969                          "gchararray" t t)
970                         (use-font font-button-use-font "use-font" "gboolean" t
971                          t)
972                         (use-size font-button-use-size "use-size" "gboolean" t
973                          t)
974                         (show-style font-button-show-style "show-style"
975                          "gboolean" t t)
976                         (show-size font-button-show-size "show-size" "gboolean"
977                          t t)))
978
979 (define-g-object-class "GtkLinkButton" link-button
980                        (:superclass button :export t :interfaces
981                         ("AtkImplementorIface" "GtkBuildable")
982                         :type-initializer "gtk_link_button_get_type")
983                        ((uri link-button-uri "uri" "gchararray" t t)
984                         (visited link-button-visited "visited" "gboolean" t t)))
985
986 (define-g-object-class "GtkScaleButton" scale-button
987                        (:superclass button :export t :interfaces
988                         ("AtkImplementorIface" "GtkBuildable")
989                         :type-initializer "gtk_scale_button_get_type")
990                        ((orientation scale-button-orientation "orientation"
991                          "GtkOrientation" t t)
992                         (value scale-button-value "value" "gdouble" t t)
993                         (size scale-button-size "size" "GtkIconSize" t t)
994                         (adjustment scale-button-adjustment "adjustment"
995                          "GtkAdjustment" t t)
996                         (icons scale-button-icons "icons" "GStrv" t t)))
997
998 (define-g-object-class "GtkVolumeButton" volume-button
999                        (:superclass scale-button :export t :interfaces
1000                         ("AtkImplementorIface" "GtkBuildable")
1001                         :type-initializer "gtk_volume_button_get_type")
1002                        nil)
1003
1004 (define-g-object-class "GtkAlignment" alignment
1005                        (:superclass bin :export t :interfaces
1006                         ("AtkImplementorIface" "GtkBuildable")
1007                         :type-initializer "gtk_alignment_get_type")
1008                        ((xalign alignment-xalign "xalign" "gfloat" t t)
1009                         (yalign alignment-yalign "yalign" "gfloat" t t)
1010                         (xscale alignment-xscale "xscale" "gfloat" t t)
1011                         (yscale alignment-yscale "yscale" "gfloat" t t)
1012                         (top-padding alignment-top-padding "top-padding"
1013                          "guint" t t)
1014                         (bottom-padding alignment-bottom-padding
1015                          "bottom-padding" "guint" t t)
1016                         (left-padding alignment-left-padding "left-padding"
1017                          "guint" t t)
1018                         (right-padding alignment-right-padding "right-padding"
1019                          "guint" t t)))
1020
1021 (define-g-object-class "GtkFrame" frame
1022                        (:superclass bin :export t :interfaces
1023                         ("AtkImplementorIface" "GtkBuildable")
1024                         :type-initializer "gtk_frame_get_type")
1025                        ((label frame-label "label" "gchararray" t t)
1026                         (label-xalign frame-label-xalign "label-xalign"
1027                          "gfloat" t t)
1028                         (label-yalign frame-label-yalign "label-yalign"
1029                          "gfloat" t t)
1030                         (shadow frame-shadow "shadow" "GtkShadowType" t t)
1031                         (shadow-type frame-shadow-type "shadow-type"
1032                          "GtkShadowType" t t)
1033                         (label-widget frame-label-widget "label-widget"
1034                          "GtkWidget" t t)))
1035
1036 (define-g-object-class "GtkAspectFrame" aspect-frame
1037                        (:superclass frame :export t :interfaces
1038                         ("AtkImplementorIface" "GtkBuildable")
1039                         :type-initializer "gtk_aspect_frame_get_type")
1040                        ((xalign aspect-frame-xalign "xalign" "gfloat" t t)
1041                         (yalign aspect-frame-yalign "yalign" "gfloat" t t)
1042                         (ratio aspect-frame-ratio "ratio" "gfloat" t t)
1043                         (obey-child aspect-frame-obey-child "obey-child"
1044                          "gboolean" t t)))
1045
1046 (define-g-object-class "GtkComboBox" combo-box
1047                        (:superclass bin :export t :interfaces
1048                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1049                          "GtkCellLayout")
1050                         :type-initializer "gtk_combo_box_get_type")
1051                        ((model combo-box-model "model" "GtkTreeModel" t t)
1052                         (wrap-width combo-box-wrap-width "wrap-width" "gint" t
1053                          t)
1054                         (row-span-column combo-box-row-span-column
1055                          "row-span-column" "gint" t t)
1056                         (column-span-column combo-box-column-span-column
1057                          "column-span-column" "gint" t t)
1058                         (active combo-box-active "active" "gint" t t)
1059                         (add-tearoffs combo-box-add-tearoffs "add-tearoffs"
1060                          "gboolean" t t)
1061                         (tearoff-title combo-box-tearoff-title "tearoff-title"
1062                          "gchararray" t t)
1063                         (has-frame combo-box-has-frame "has-frame" "gboolean" t
1064                          t)
1065                         (focus-on-click combo-box-focus-on-click
1066                          "focus-on-click" "gboolean" t t)
1067                         (popup-shown combo-box-popup-shown "popup-shown"
1068                          "gboolean" t nil)
1069                         (button-sensitivity combo-box-button-sensitivity
1070                          "button-sensitivity" "GtkSensitivityType" t t)))
1071
1072 (define-g-object-class "GtkComboBoxEntry" combo-box-entry
1073                        (:superclass combo-box :export t :interfaces
1074                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1075                          "GtkCellLayout")
1076                         :type-initializer "gtk_combo_box_entry_get_type")
1077                        ((text-column combo-box-entry-text-column "text-column"
1078                          "gint" t t)))
1079
1080 (define-g-object-class "GtkEventBox" event-box
1081                        (:superclass bin :export t :interfaces
1082                         ("AtkImplementorIface" "GtkBuildable")
1083                         :type-initializer "gtk_event_box_get_type")
1084                        ((visible-window event-box-visible-window
1085                          "visible-window" "gboolean" t t)
1086                         (above-child event-box-above-child "above-child"
1087                          "gboolean" t t)))
1088
1089 (define-g-object-class "GtkExpander" expander
1090                        (:superclass bin :export t :interfaces
1091                         ("AtkImplementorIface" "GtkBuildable")
1092                         :type-initializer "gtk_expander_get_type")
1093                        ((expanded expander-expanded "expanded" "gboolean" t t)
1094                         (label expander-label "label" "gchararray" t t)
1095                         (use-underline expander-use-underline "use-underline"
1096                          "gboolean" t t)
1097                         (use-markup expander-use-markup "use-markup" "gboolean"
1098                          t t)
1099                         (spacing expander-spacing "spacing" "gint" t t)
1100                         (label-widget expander-label-widget "label-widget"
1101                          "GtkWidget" t t)))
1102
1103 (define-g-object-class "GtkHandleBox" handle-box
1104                        (:superclass bin :export t :interfaces
1105                         ("AtkImplementorIface" "GtkBuildable")
1106                         :type-initializer "gtk_handle_box_get_type")
1107                        ((shadow handle-box-shadow "shadow" "GtkShadowType" t t)
1108                         (shadow-type handle-box-shadow-type "shadow-type"
1109                          "GtkShadowType" t t)
1110                         (handle-position handle-box-handle-position
1111                          "handle-position" "GtkPositionType" t t)
1112                         (snap-edge handle-box-snap-edge "snap-edge"
1113                          "GtkPositionType" t t)
1114                         (snap-edge-set handle-box-snap-edge-set "snap-edge-set"
1115                          "gboolean" t t)
1116                         (child-detached handle-box-child-detached
1117                          "child-detached" "gboolean" t nil)))
1118
1119 (define-g-object-class "GtkToolItem" tool-item
1120                        (:superclass bin :export t :interfaces
1121                         ("AtkImplementorIface" "GtkBuildable")
1122                         :type-initializer "gtk_tool_item_get_type")
1123                        ((visible-horizontal tool-item-visible-horizontal
1124                          "visible-horizontal" "gboolean" t t)
1125                         (visible-vertical tool-item-visible-vertical
1126                          "visible-vertical" "gboolean" t t)
1127                         (is-important tool-item-is-important "is-important"
1128                          "gboolean" t t)))
1129
1130 (define-g-object-class "GtkToolButton" tool-button
1131                        (:superclass tool-item :export t :interfaces
1132                         ("AtkImplementorIface" "GtkBuildable")
1133                         :type-initializer "gtk_tool_button_get_type")
1134                        ((label tool-button-label "label" "gchararray" t t)
1135                         (use-underline tool-button-use-underline
1136                          "use-underline" "gboolean" t t)
1137                         (label-widget tool-button-label-widget "label-widget"
1138                          "GtkWidget" t t)
1139                         (stock-id tool-button-stock-id "stock-id" "gchararray"
1140                          t t)
1141                         (icon-name tool-button-icon-name "icon-name"
1142                          "gchararray" t t)
1143                         (icon-widget tool-button-icon-widget "icon-widget"
1144                          "GtkWidget" t t)))
1145
1146 (define-g-object-class "GtkMenuToolButton" menu-tool-button
1147                        (:superclass tool-button :export t :interfaces
1148                         ("AtkImplementorIface" "GtkBuildable")
1149                         :type-initializer "gtk_menu_tool_button_get_type")
1150                        ((menu menu-tool-button-menu "menu" "GtkMenu" t t)))
1151
1152 (define-g-object-class "GtkToggleToolButton" toggle-tool-button
1153                        (:superclass tool-button :export t :interfaces
1154                         ("AtkImplementorIface" "GtkBuildable")
1155                         :type-initializer "gtk_toggle_tool_button_get_type")
1156                        ((active toggle-tool-button-active "active" "gboolean" t
1157                          t)))
1158
1159 (define-g-object-class "GtkRadioToolButton" radio-tool-button
1160                        (:superclass toggle-tool-button :export t :interfaces
1161                         ("AtkImplementorIface" "GtkBuildable")
1162                         :type-initializer "gtk_radio_tool_button_get_type")
1163                        ((group radio-tool-button-group "group"
1164                          "GtkRadioToolButton" nil t)))
1165
1166 (define-g-object-class "GtkSeparatorToolItem" separator-tool-item
1167                        (:superclass tool-item :export t :interfaces
1168                         ("AtkImplementorIface" "GtkBuildable")
1169                         :type-initializer "gtk_separator_tool_item_get_type")
1170                        ((draw separator-tool-item-draw "draw" "gboolean" t t)))
1171
1172 (define-g-object-class "GtkScrolledWindow" scrolled-window
1173                        (:superclass bin :export t :interfaces
1174                         ("AtkImplementorIface" "GtkBuildable")
1175                         :type-initializer "gtk_scrolled_window_get_type")
1176                        ((hadjustment scrolled-window-hadjustment "hadjustment"
1177                          "GtkAdjustment" t t)
1178                         (vadjustment scrolled-window-vadjustment "vadjustment"
1179                          "GtkAdjustment" t t)
1180                         (hscrollbar-policy scrolled-window-hscrollbar-policy
1181                          "hscrollbar-policy" "GtkPolicyType" t t)
1182                         (vscrollbar-policy scrolled-window-vscrollbar-policy
1183                          "vscrollbar-policy" "GtkPolicyType" t t)
1184                         (window-placement scrolled-window-window-placement
1185                          "window-placement" "GtkCornerType" t t)
1186                         (window-placement-set
1187                          scrolled-window-window-placement-set
1188                          "window-placement-set" "gboolean" t t)
1189                         (shadow-type scrolled-window-shadow-type "shadow-type"
1190                          "GtkShadowType" t t)))
1191
1192 (define-g-object-class "GtkViewport" viewport
1193                        (:superclass bin :export t :interfaces
1194                         ("AtkImplementorIface" "GtkBuildable")
1195                         :type-initializer "gtk_viewport_get_type")
1196                        ((hadjustment viewport-hadjustment "hadjustment"
1197                          "GtkAdjustment" t t)
1198                         (vadjustment viewport-vadjustment "vadjustment"
1199                          "GtkAdjustment" t t)
1200                         (shadow-type viewport-shadow-type "shadow-type"
1201                          "GtkShadowType" t t)))
1202
1203 (define-g-object-class "GtkMenuShell" menu-shell
1204                        (:superclass container :export t :interfaces
1205                         ("AtkImplementorIface" "GtkBuildable")
1206                         :type-initializer "gtk_menu_shell_get_type")
1207                        ((take-focus menu-shell-take-focus "take-focus"
1208                          "gboolean" t t)))
1209
1210 (define-g-object-class "GtkMenu" menu
1211                        (:superclass menu-shell :export t :interfaces
1212                         ("AtkImplementorIface" "GtkBuildable")
1213                         :type-initializer "gtk_menu_get_type")
1214                        ((active menu-active "active" "gint" t t)
1215                         (accel-group menu-accel-group "accel-group"
1216                          "GtkAccelGroup" t t)
1217                         (accel-path menu-accel-path "accel-path" "gchararray" t
1218                          t)
1219                         (attach-widget menu-attach-widget "attach-widget"
1220                          "GtkWidget" t t)
1221                         (tearoff-state menu-tearoff-state "tearoff-state"
1222                          "gboolean" t t)
1223                         (tearoff-title menu-tearoff-title "tearoff-title"
1224                          "gchararray" t t)
1225                         (monitor menu-monitor "monitor" "gint" t t)))
1226
1227 (define-g-object-class "GtkRecentChooserMenu" recent-chooser-menu
1228                        (:superclass menu :export t :interfaces
1229                         ("AtkImplementorIface" "GtkBuildable"
1230                          "GtkRecentChooser")
1231                         :type-initializer "gtk_recent_chooser_menu_get_type")
1232                        ((show-numbers recent-chooser-menu-show-numbers
1233                          "show-numbers" "gboolean" t t)))
1234
1235 (define-g-object-class "GtkMenuBar" menu-bar
1236                        (:superclass menu-shell :export t :interfaces
1237                         ("AtkImplementorIface" "GtkBuildable")
1238                         :type-initializer "gtk_menu_bar_get_type")
1239                        ((pack-direction menu-bar-pack-direction
1240                          "pack-direction" "GtkPackDirection" t t)
1241                         (child-pack-direction menu-bar-child-pack-direction
1242                          "child-pack-direction" "GtkPackDirection" t t)))
1243
1244 (define-g-object-class "GtkNotebook" notebook
1245                        (:superclass container :export t :interfaces
1246                         ("AtkImplementorIface" "GtkBuildable")
1247                         :type-initializer "gtk_notebook_get_type")
1248                        ((tab-pos notebook-tab-pos "tab-pos" "GtkPositionType" t
1249                          t)
1250                         (show-tabs notebook-show-tabs "show-tabs" "gboolean" t
1251                          t)
1252                         (show-border notebook-show-border "show-border"
1253                          "gboolean" t t)
1254                         (scrollable notebook-scrollable "scrollable" "gboolean"
1255                          t t)
1256                         (tab-border notebook-tab-border "tab-border" "guint"
1257                          nil t)
1258                         (tab-hborder notebook-tab-hborder "tab-hborder" "guint"
1259                          t t)
1260                         (tab-vborder notebook-tab-vborder "tab-vborder" "guint"
1261                          t t)
1262                         (page notebook-page "page" "gint" t t)
1263                         (enable-popup notebook-enable-popup "enable-popup"
1264                          "gboolean" t t)
1265                         (group-id notebook-group-id "group-id" "gint" t t)
1266                         (group notebook-group "group" "gpointer" t t)
1267                         (homogeneous notebook-homogeneous "homogeneous"
1268                          "gboolean" t t)))
1269
1270 (define-g-object-class "GtkTreeView" tree-view
1271                        (:superclass container :export t :interfaces
1272                         ("AtkImplementorIface" "GtkBuildable")
1273                         :type-initializer "gtk_tree_view_get_type")
1274                        ((model tree-view-model "model" "GtkTreeModel" t t)
1275                         (hadjustment tree-view-hadjustment "hadjustment"
1276                          "GtkAdjustment" t t)
1277                         (vadjustment tree-view-vadjustment "vadjustment"
1278                          "GtkAdjustment" t t)
1279                         (headers-visible tree-view-headers-visible
1280                          "headers-visible" "gboolean" t t)
1281                         (headers-clickable tree-view-headers-clickable
1282                          "headers-clickable" "gboolean" t t)
1283                         (expander-column tree-view-expander-column
1284                          "expander-column" "GtkTreeViewColumn" t t)
1285                         (reorderable tree-view-reorderable "reorderable"
1286                          "gboolean" t t)
1287                         (rules-hint tree-view-rules-hint "rules-hint"
1288                          "gboolean" t t)
1289                         (enable-search tree-view-enable-search "enable-search"
1290                          "gboolean" t t)
1291                         (search-column tree-view-search-column "search-column"
1292                          "gint" t t)
1293                         (fixed-height-mode tree-view-fixed-height-mode
1294                          "fixed-height-mode" "gboolean" t t)
1295                         (hover-selection tree-view-hover-selection
1296                          "hover-selection" "gboolean" t t)
1297                         (hover-expand tree-view-hover-expand "hover-expand"
1298                          "gboolean" t t)
1299                         (show-expanders tree-view-show-expanders
1300                          "show-expanders" "gboolean" t t)
1301                         (level-indentation tree-view-level-indentation
1302                          "level-indentation" "gint" t t)
1303                         (rubber-banding tree-view-rubber-banding
1304                          "rubber-banding" "gboolean" t t)
1305                         (enable-grid-lines tree-view-enable-grid-lines
1306                          "enable-grid-lines" "GtkTreeViewGridLines" t t)
1307                         (enable-tree-lines tree-view-enable-tree-lines
1308                          "enable-tree-lines" "gboolean" t t)
1309                         (tooltip-column tree-view-tooltip-column
1310                          "tooltip-column" "gint" t t)
1311                         (:cffi selection tree-view-selection g-object
1312                          "gtk_tree_view_get_selection" nil)
1313                         (:cffi column-drag-function
1314                          tree-view-column-drag-function nil nil
1315                          tree-view-set-column-drag-function)
1316                         (:cffi bin-window tree-view-bin-window g-object
1317                          "gtk_tree_view_get_bin_window" nil)
1318                         (:cffi search-equal-func tree-view-search-equal-func
1319                          nil nil tree-view-set-search-equal-func)
1320                         (:cffi search-entry tree-view-search-entry g-object
1321                          "gtk_tree_view_get_search_entry"
1322                          "gtk_tree_view_set_search_entry")
1323                         (:cffi search-position-func
1324                          tree-view-search-position-func nil nil
1325                          tree-view-set-search-position-func)
1326                         (:cffi row-separator-func tree-view-row-separator-func
1327                          nil nil tree-view-set-row-separartor-func)))
1328
1329 (define-g-object-class "GtkIconView" icon-view
1330                        (:superclass container :export t :interfaces
1331                         ("AtkImplementorIface" "GtkBuildable" "GtkCellLayout")
1332                         :type-initializer "gtk_icon_view_get_type")
1333                        ((pixbuf-column icon-view-pixbuf-column "pixbuf-column"
1334                          "gint" t t)
1335                         (text-column icon-view-text-column "text-column" "gint"
1336                          t t)
1337                         (markup-column icon-view-markup-column "markup-column"
1338                          "gint" t t)
1339                         (selection-mode icon-view-selection-mode
1340                          "selection-mode" "GtkSelectionMode" t t)
1341                         (orientation icon-view-orientation "orientation"
1342                          "GtkOrientation" t t)
1343                         (model icon-view-model "model" "GtkTreeModel" t t)
1344                         (columns icon-view-columns "columns" "gint" t t)
1345                         (item-width icon-view-item-width "item-width" "gint" t
1346                          t)
1347                         (spacing icon-view-spacing "spacing" "gint" t t)
1348                         (row-spacing icon-view-row-spacing "row-spacing" "gint"
1349                          t t)
1350                         (column-spacing icon-view-column-spacing
1351                          "column-spacing" "gint" t t)
1352                         (margin icon-view-margin "margin" "gint" t t)
1353                         (reorderable icon-view-reorderable "reorderable"
1354                          "gboolean" t t)
1355                         (tooltip-column icon-view-tooltip-column
1356                          "tooltip-column" "gint" t t)))
1357
1358 (define-g-object-class "GtkBox" box
1359                        (:superclass container :export t :interfaces
1360                         ("AtkImplementorIface" "GtkBuildable")
1361                         :type-initializer "gtk_box_get_type")
1362                        ((spacing box-spacing "spacing" "gint" t t)
1363                         (homogeneous box-homogeneous "homogeneous" "gboolean" t
1364                          t)))
1365
1366 (define-g-object-class "GtkButtonBox" button-box
1367                        (:superclass box :export t :interfaces
1368                         ("AtkImplementorIface" "GtkBuildable")
1369                         :type-initializer "gtk_button_box_get_type")
1370                        ((layout-style button-box-layout-style "layout-style"
1371                          "GtkButtonBoxStyle" t t)))
1372
1373 (define-g-object-class "GtkHButtonBox" h-button-box
1374                        (:superclass button-box :export t :interfaces
1375                         ("AtkImplementorIface" "GtkBuildable")
1376                         :type-initializer "gtk_hbutton_box_get_type")
1377                        nil)
1378
1379 (define-g-object-class "GtkVButtonBox" v-button-box
1380                        (:superclass button-box :export t :interfaces
1381                         ("AtkImplementorIface" "GtkBuildable")
1382                         :type-initializer "gtk_vbutton_box_get_type")
1383                        nil)
1384
1385 (define-g-object-class "GtkVBox" v-box
1386                        (:superclass box :export t :interfaces
1387                         ("AtkImplementorIface" "GtkBuildable")
1388                         :type-initializer "gtk_vbox_get_type")
1389                        nil)
1390
1391 (define-g-object-class "GtkColorSelection" color-selection
1392                        (:superclass v-box :export t :interfaces
1393                         ("AtkImplementorIface" "GtkBuildable")
1394                         :type-initializer "gtk_color_selection_get_type")
1395                        ((has-palette color-selection-has-palette "has-palette"
1396                          "gboolean" t t)
1397                         (has-opacity-control
1398                          color-selection-has-opacity-control
1399                          "has-opacity-control" "gboolean" t t)
1400                         (current-color color-selection-current-color
1401                          "current-color" "GdkColor" t t)
1402                         (current-alpha color-selection-current-alpha
1403                          "current-alpha" "guint" t t)))
1404
1405 (define-g-object-class "GtkFileChooserWidget" file-chooser-widget
1406                        (:superclass v-box :export t :interfaces
1407                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser"
1408                          "GtkFileChooserEmbed")
1409                         :type-initializer "gtk_file_chooser_widget_get_type")
1410                        nil)
1411
1412 (define-g-object-class "GtkFontSelection" font-selection
1413                        (:superclass v-box :export t :interfaces
1414                         ("AtkImplementorIface" "GtkBuildable")
1415                         :type-initializer "gtk_font_selection_get_type")
1416                        ((font-name font-selection-font-name "font-name"
1417                          "gchararray" t t)
1418                         (font font-selection-font "font" "GdkFont" t nil)
1419                         (preview-text font-selection-preview-text
1420                          "preview-text" "gchararray" t t)))
1421
1422 (define-g-object-class "GtkGammaCurve" gamma-curve
1423                        (:superclass v-box :export t :interfaces
1424                         ("AtkImplementorIface" "GtkBuildable")
1425                         :type-initializer "gtk_gamma_curve_get_type")
1426                        nil)
1427
1428 (define-g-object-class "GtkRecentChooserWidget" recent-chooser-widget
1429                        (:superclass v-box :export t :interfaces
1430                         ("AtkImplementorIface" "GtkBuildable"
1431                          "GtkRecentChooser")
1432                         :type-initializer "gtk_recent_chooser_widget_get_type")
1433                        nil)
1434
1435 (define-g-object-class "GtkHBox" h-box
1436                        (:superclass box :export t :interfaces
1437                         ("AtkImplementorIface" "GtkBuildable")
1438                         :type-initializer "gtk_hbox_get_type")
1439                        nil)
1440
1441 (define-g-object-class "GtkFileChooserButton" file-chooser-button
1442                        (:superclass h-box :export t :interfaces
1443                         ("AtkImplementorIface" "GtkBuildable" "GtkFileChooser")
1444                         :type-initializer "gtk_file_chooser_button_get_type")
1445                        ((dialog file-chooser-button-dialog "dialog"
1446                          "GtkFileChooser" nil nil)
1447                         (focus-on-click file-chooser-button-focus-on-click
1448                          "focus-on-click" "gboolean" t t)
1449                         (title file-chooser-button-title "title" "gchararray" t
1450                          t)
1451                         (width-chars file-chooser-button-width-chars
1452                          "width-chars" "gint" t t)))
1453
1454 (define-g-object-class "GtkStatusbar" statusbar
1455                        (:superclass h-box :export t :interfaces
1456                         ("AtkImplementorIface" "GtkBuildable")
1457                         :type-initializer "gtk_statusbar_get_type")
1458                        ((has-resize-grip statusbar-has-resize-grip
1459                          "has-resize-grip" "gboolean" t t)))
1460
1461 (define-g-object-class "GtkCombo" combo
1462                        (:superclass h-box :export t :interfaces
1463                         ("AtkImplementorIface" "GtkBuildable")
1464                         :type-initializer "gtk_combo_get_type")
1465                        ((enable-arrow-keys combo-enable-arrow-keys
1466                          "enable-arrow-keys" "gboolean" t t)
1467                         (enable-arrows-always combo-enable-arrows-always
1468                          "enable-arrows-always" "gboolean" t t)
1469                         (case-sensitive combo-case-sensitive "case-sensitive"
1470                          "gboolean" t t)
1471                         (allow-empty combo-allow-empty "allow-empty" "gboolean"
1472                          t t)
1473                         (value-in-list combo-value-in-list "value-in-list"
1474                          "gboolean" t t)))
1475
1476 (define-g-object-class "GtkFixed" fixed
1477                        (:superclass container :export t :interfaces
1478                         ("AtkImplementorIface" "GtkBuildable")
1479                         :type-initializer "gtk_fixed_get_type")
1480                        nil)
1481
1482 (define-g-object-class "GtkPaned" paned
1483                        (:superclass container :export t :interfaces
1484                         ("AtkImplementorIface" "GtkBuildable")
1485                         :type-initializer "gtk_paned_get_type")
1486                        ((position paned-position "position" "gint" t t)
1487                         (position-set paned-position-set "position-set"
1488                          "gboolean" t t)
1489                         (min-position paned-min-position "min-position" "gint"
1490                          t nil)
1491                         (max-position paned-max-position "max-position" "gint"
1492                          t nil)))
1493
1494 (define-g-object-class "GtkHPaned" h-paned
1495                        (:superclass paned :export t :interfaces
1496                         ("AtkImplementorIface" "GtkBuildable")
1497                         :type-initializer "gtk_hpaned_get_type")
1498                        nil)
1499
1500 (define-g-object-class "GtkVPaned" v-paned
1501                        (:superclass paned :export t :interfaces
1502                         ("AtkImplementorIface" "GtkBuildable")
1503                         :type-initializer "gtk_vpaned_get_type")
1504                        nil)
1505
1506 (define-g-object-class "GtkLayout" layout
1507                        (:superclass container :export t :interfaces
1508                         ("AtkImplementorIface" "GtkBuildable")
1509                         :type-initializer "gtk_layout_get_type")
1510                        ((hadjustment layout-hadjustment "hadjustment"
1511                          "GtkAdjustment" t t)
1512                         (vadjustment layout-vadjustment "vadjustment"
1513                          "GtkAdjustment" t t)
1514                         (width layout-width "width" "guint" t t)
1515                         (height layout-height "height" "guint" t t)))
1516
1517 (define-g-object-class "GtkSocket" socket
1518                        (:superclass container :export t :interfaces
1519                         ("AtkImplementorIface" "GtkBuildable")
1520                         :type-initializer "gtk_socket_get_type")
1521                        nil)
1522
1523 (define-g-object-class "GtkTable" table
1524                        (:superclass container :export t :interfaces
1525                         ("AtkImplementorIface" "GtkBuildable")
1526                         :type-initializer "gtk_table_get_type")
1527                        ((n-rows table-n-rows "n-rows" "guint" t t)
1528                         (n-columns table-n-columns "n-columns" "guint" t t)
1529                         (column-spacing table-column-spacing "column-spacing"
1530                          "guint" t t)
1531                         (row-spacing table-row-spacing "row-spacing" "guint" t
1532                          t)
1533                         (homogeneous table-homogeneous "homogeneous" "gboolean"
1534                          t t)))
1535
1536 (define-g-object-class "GtkTextView" text-view
1537                        (:superclass container :export t :interfaces
1538                         ("AtkImplementorIface" "GtkBuildable")
1539                         :type-initializer "gtk_text_view_get_type")
1540                        ((pixels-above-lines text-view-pixels-above-lines
1541                          "pixels-above-lines" "gint" t t)
1542                         (pixels-below-lines text-view-pixels-below-lines
1543                          "pixels-below-lines" "gint" t t)
1544                         (pixels-inside-wrap text-view-pixels-inside-wrap
1545                          "pixels-inside-wrap" "gint" t t)
1546                         (editable text-view-editable "editable" "gboolean" t t)
1547                         (wrap-mode text-view-wrap-mode "wrap-mode"
1548                          "GtkWrapMode" t t)
1549                         (justification text-view-justification "justification"
1550                          "GtkJustification" t t)
1551                         (left-margin text-view-left-margin "left-margin" "gint"
1552                          t t)
1553                         (right-margin text-view-right-margin "right-margin"
1554                          "gint" t t)
1555                         (indent text-view-indent "indent" "gint" t t)
1556                         (tabs text-view-tabs "tabs" "PangoTabArray" t t)
1557                         (cursor-visible text-view-cursor-visible
1558                          "cursor-visible" "gboolean" t t)
1559                         (buffer text-view-buffer "buffer" "GtkTextBuffer" t t)
1560                         (overwrite text-view-overwrite "overwrite" "gboolean" t
1561                          t)
1562                         (accepts-tab text-view-accepts-tab "accepts-tab"
1563                          "gboolean" t t)))
1564
1565 (define-g-object-class "GtkToolbar" toolbar
1566                        (:superclass container :export t :interfaces
1567                         ("AtkImplementorIface" "GtkBuildable" "GtkToolShell")
1568                         :type-initializer "gtk_toolbar_get_type")
1569                        ((orientation toolbar-orientation "orientation"
1570                          "GtkOrientation" t t)
1571                         (toolbar-style toolbar-toolbar-style "toolbar-style"
1572                          "GtkToolbarStyle" t t)
1573                         (show-arrow toolbar-show-arrow "show-arrow" "gboolean"
1574                          t t)
1575                         (tooltips toolbar-tooltips "tooltips" "gboolean" t t)
1576                         (icon-size toolbar-icon-size "icon-size" "GtkIconSize"
1577                          t t)
1578                         (icon-size-set toolbar-icon-size-set "icon-size-set"
1579                          "gboolean" t t)))
1580
1581 (define-g-object-class "GtkTree" tree
1582                        (:superclass container :export t :interfaces
1583                         ("AtkImplementorIface" "GtkBuildable")
1584                         :type-initializer "gtk_tree_get_type")
1585                        nil)
1586
1587 (define-g-object-class "GtkCList" c-list
1588                        (:superclass container :export t :interfaces
1589                         ("AtkImplementorIface" "GtkBuildable")
1590                         :type-initializer "gtk_clist_get_type")
1591                        ((n-columns c-list-n-columns "n-columns" "guint" t nil)
1592                         (shadow-type c-list-shadow-type "shadow-type"
1593                          "GtkShadowType" t t)
1594                         (selection-mode c-list-selection-mode "selection-mode"
1595                          "GtkSelectionMode" t t)
1596                         (row-height c-list-row-height "row-height" "guint" t t)
1597                         (titles-active c-list-titles-active "titles-active"
1598                          "gboolean" t t)
1599                         (reorderable c-list-reorderable "reorderable"
1600                          "gboolean" t t)
1601                         (use-drag-icons c-list-use-drag-icons "use-drag-icons"
1602                          "gboolean" t t)
1603                         (sort-type c-list-sort-type "sort-type" "GtkSortType" t
1604                          t)))
1605
1606 (define-g-object-class "GtkMisc" misc
1607                        (:superclass widget :export t :interfaces
1608                         ("AtkImplementorIface" "GtkBuildable")
1609                         :type-initializer "gtk_misc_get_type")
1610                        ((xalign misc-xalign "xalign" "gfloat" t t)
1611                         (yalign misc-yalign "yalign" "gfloat" t t)
1612                         (xpad misc-xpad "xpad" "gint" t t)
1613                         (ypad misc-ypad "ypad" "gint" t t)))
1614
1615 (define-g-object-class "GtkLabel" label
1616                        (:superclass misc :export t :interfaces
1617                         ("AtkImplementorIface" "GtkBuildable")
1618                         :type-initializer "gtk_label_get_type")
1619                        ((label label-label "label" "gchararray" t t)
1620                         (attributes label-attributes "attributes"
1621                          "PangoAttrList" t t)
1622                         (use-markup label-use-markup "use-markup" "gboolean" t
1623                          t)
1624                         (use-underline label-use-underline "use-underline"
1625                          "gboolean" t t)
1626                         (justify label-justify "justify" "GtkJustification" t
1627                          t)
1628                         (pattern label-pattern "pattern" "gchararray" nil t)
1629                         (wrap label-wrap "wrap" "gboolean" t t)
1630                         (wrap-mode label-wrap-mode "wrap-mode" "PangoWrapMode"
1631                          t t)
1632                         (selectable label-selectable "selectable" "gboolean" t
1633                          t)
1634                         (mnemonic-keyval label-mnemonic-keyval
1635                          "mnemonic-keyval" "guint" t nil)
1636                         (mnemonic-widget label-mnemonic-widget
1637                          "mnemonic-widget" "GtkWidget" t t)
1638                         (cursor-position label-cursor-position
1639                          "cursor-position" "gint" t nil)
1640                         (selection-bound label-selection-bound
1641                          "selection-bound" "gint" t nil)
1642                         (ellipsize label-ellipsize "ellipsize"
1643                          "PangoEllipsizeMode" t t)
1644                         (width-chars label-width-chars "width-chars" "gint" t
1645                          t)
1646                         (single-line-mode label-single-line-mode
1647                          "single-line-mode" "gboolean" t t)
1648                         (angle label-angle "angle" "gdouble" t t)
1649                         (max-width-chars label-max-width-chars
1650                          "max-width-chars" "gint" t t)))
1651
1652 (define-g-object-class "GtkAccelLabel" accel-label
1653                        (:superclass label :export t :interfaces
1654                         ("AtkImplementorIface" "GtkBuildable")
1655                         :type-initializer "gtk_accel_label_get_type")
1656                        ((accel-closure accel-label-accel-closure
1657                          "accel-closure" "GClosure" t t)
1658                         (accel-widget accel-label-accel-widget "accel-widget"
1659                          "GtkWidget" t t)))
1660
1661 (define-g-object-class "GtkArrow" arrow
1662                        (:superclass misc :export t :interfaces
1663                         ("AtkImplementorIface" "GtkBuildable")
1664                         :type-initializer "gtk_arrow_get_type")
1665                        ((arrow-type arrow-arrow-type "arrow-type"
1666                          "GtkArrowType" t t)
1667                         (shadow-type arrow-shadow-type "shadow-type"
1668                          "GtkShadowType" t t)))
1669
1670 (define-g-object-class "GtkImage" image
1671                        (:superclass misc :export t :interfaces
1672                         ("AtkImplementorIface" "GtkBuildable")
1673                         :type-initializer "gtk_image_get_type")
1674                        ((pixbuf image-pixbuf "pixbuf" "GdkPixbuf" t t)
1675                         (pixmap image-pixmap "pixmap" "GdkPixmap" t t)
1676                         (image image-image "image" "GdkImage" t t)
1677                         (mask image-mask "mask" "GdkPixmap" t t)
1678                         (file image-file "file" "gchararray" t t)
1679                         (stock image-stock "stock" "gchararray" t t)
1680                         (icon-set image-icon-set "icon-set" "GtkIconSet" t t)
1681                         (icon-size image-icon-size "icon-size" "gint" t t)
1682                         (pixel-size image-pixel-size "pixel-size" "gint" t t)
1683                         (pixbuf-animation image-pixbuf-animation
1684                          "pixbuf-animation" "GdkPixbufAnimation" t t)
1685                         (icon-name image-icon-name "icon-name" "gchararray" t
1686                          t)
1687                         (storage-type image-storage-type "storage-type"
1688                          "GtkImageType" t nil)
1689                         (gicon image-gicon "gicon" "GIcon" t t)))
1690
1691 (define-g-object-class "GtkCalendar" calendar
1692                        (:superclass widget :export t :interfaces
1693                         ("AtkImplementorIface" "GtkBuildable")
1694                         :type-initializer "gtk_calendar_get_type")
1695                        ((year calendar-year "year" "gint" t t)
1696                         (month calendar-month "month" "gint" t t)
1697                         (day calendar-day "day" "gint" t t)
1698                         (show-heading calendar-show-heading "show-heading"
1699                          "gboolean" t t)
1700                         (show-day-names calendar-show-day-names
1701                          "show-day-names" "gboolean" t t)
1702                         (no-month-change calendar-no-month-change
1703                          "no-month-change" "gboolean" t t)
1704                         (show-week-numbers calendar-show-week-numbers
1705                          "show-week-numbers" "gboolean" t t)
1706                         (show-details calendar-show-details "show-details"
1707                          "gboolean" t t)
1708                         (detail-width-chars calendar-detail-width-chars
1709                          "detail-width-chars" "gint" t t)
1710                         (detail-height-rows calendar-detail-height-rows
1711                          "detail-height-rows" "gint" t t)))
1712
1713 (define-g-object-class "GtkCellView" cell-view
1714                        (:superclass widget :export t :interfaces
1715                         ("AtkImplementorIface" "GtkBuildable" "GtkCellLayout")
1716                         :type-initializer "gtk_cell_view_get_type")
1717                        ((background cell-view-background "background"
1718                          "gchararray" nil t)
1719                         (background-gdk cell-view-background-gdk
1720                          "background-gdk" "GdkColor" t t)
1721                         (background-set cell-view-background-set
1722                          "background-set" "gboolean" t t)
1723                         (model cell-view-model "model" "GtkTreeModel" t t)
1724                         (:cffi displayed-row cell-view-displayed-row
1725                          (g-boxed-ref tree-path)
1726                          "gtk_cell_view_get_displayed_row"
1727                          "gtk_cell_view_set_displayed_row")))
1728
1729 (define-g-object-class "GtkDrawingArea" drawing-area
1730                        (:superclass widget :export t :interfaces
1731                         ("AtkImplementorIface" "GtkBuildable")
1732                         :type-initializer "gtk_drawing_area_get_type")
1733                        nil)
1734
1735 (define-g-object-class "GtkCurve" curve
1736                        (:superclass drawing-area :export t :interfaces
1737                         ("AtkImplementorIface" "GtkBuildable")
1738                         :type-initializer "gtk_curve_get_type")
1739                        ((curve-type curve-curve-type "curve-type"
1740                          "GtkCurveType" t t)
1741                         (min-x curve-min-x "min-x" "gfloat" t t)
1742                         (max-x curve-max-x "max-x" "gfloat" t t)
1743                         (min-y curve-min-y "min-y" "gfloat" t t)
1744                         (max-y curve-max-y "max-y" "gfloat" t t)))
1745
1746 (define-g-object-class "GtkEntry" entry
1747                        (:superclass widget :export t :interfaces
1748                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1749                          "GtkEditable")
1750                         :type-initializer "gtk_entry_get_type")
1751                        ((cursor-position entry-cursor-position
1752                          "cursor-position" "gint" t nil)
1753                         (selection-bound entry-selection-bound
1754                          "selection-bound" "gint" t nil)
1755                         (editable entry-editable "editable" "gboolean" t t)
1756                         (max-length entry-max-length "max-length" "gint" t t)
1757                         (visibility entry-visibility "visibility" "gboolean" t
1758                          t)
1759                         (has-frame entry-has-frame "has-frame" "gboolean" t t)
1760                         (inner-border entry-inner-border "inner-border"
1761                          "GtkBorder" t t)
1762                         (invisible-char entry-invisible-char "invisible-char"
1763                          "guint" t t)
1764                         (activates-default entry-activates-default
1765                          "activates-default" "gboolean" t t)
1766                         (width-chars entry-width-chars "width-chars" "gint" t
1767                          t)
1768                         (scroll-offset entry-scroll-offset "scroll-offset"
1769                          "gint" t nil)
1770                         (text entry-text "text" "gchararray" t t)
1771                         (xalign entry-xalign "xalign" "gfloat" t t)
1772                         (truncate-multiline entry-truncate-multiline
1773                          "truncate-multiline" "gboolean" t t)
1774                         (shadow-type entry-shadow-type "shadow-type"
1775                          "GtkShadowType" t t)
1776                         (overwrite-mode entry-overwrite-mode "overwrite-mode"
1777                          "gboolean" t t)
1778                         (text-length entry-text-length "text-length" "guint" t
1779                          nil)))
1780
1781 (define-g-object-class "GtkSpinButton" spin-button
1782                        (:superclass entry :export t :interfaces
1783                         ("AtkImplementorIface" "GtkBuildable" "GtkCellEditable"
1784                          "GtkEditable")
1785                         :type-initializer "gtk_spin_button_get_type")
1786                        ((adjustment spin-button-adjustment "adjustment"
1787                          "GtkAdjustment" t t)
1788                         (climb-rate spin-button-climb-rate "climb-rate"
1789                          "gdouble" t t)
1790                         (digits spin-button-digits "digits" "guint" t t)
1791                         (snap-to-ticks spin-button-snap-to-ticks
1792                          "snap-to-ticks" "gboolean" t t)
1793                         (numeric spin-button-numeric "numeric" "gboolean" t t)
1794                         (wrap spin-button-wrap "wrap" "gboolean" t t)
1795                         (update-policy spin-button-update-policy
1796                          "update-policy" "GtkSpinButtonUpdatePolicy" t t)
1797                         (value spin-button-value "value" "gdouble" t t)))
1798
1799 (define-g-object-class "GtkRuler" ruler
1800                        (:superclass widget :export t :interfaces
1801                         ("AtkImplementorIface" "GtkBuildable")
1802                         :type-initializer "gtk_ruler_get_type")
1803                        ((lower ruler-lower "lower" "gdouble" t t)
1804                         (upper ruler-upper "upper" "gdouble" t t)
1805                         (position ruler-position "position" "gdouble" t t)
1806                         (max-size ruler-max-size "max-size" "gdouble" t t)
1807                         (metric ruler-metric "metric" "GtkMetricType" t t)))
1808
1809 (define-g-object-class "GtkHRuler" h-ruler
1810                        (:superclass ruler :export t :interfaces
1811                         ("AtkImplementorIface" "GtkBuildable")
1812                         :type-initializer "gtk_hruler_get_type")
1813                        nil)
1814
1815 (define-g-object-class "GtkVRuler" v-ruler
1816                        (:superclass ruler :export t :interfaces
1817                         ("AtkImplementorIface" "GtkBuildable")
1818                         :type-initializer "gtk_vruler_get_type")
1819                        nil)
1820
1821 (define-g-object-class "GtkRange" range
1822                        (:superclass widget :export t :interfaces
1823                         ("AtkImplementorIface" "GtkBuildable")
1824                         :type-initializer "gtk_range_get_type")
1825                        ((update-policy range-update-policy "update-policy"
1826                          "GtkUpdateType" t t)
1827                         (adjustment range-adjustment "adjustment"
1828                          "GtkAdjustment" t t)
1829                         (inverted range-inverted "inverted" "gboolean" t t)
1830                         (lower-stepper-sensitivity
1831                          range-lower-stepper-sensitivity
1832                          "lower-stepper-sensitivity" "GtkSensitivityType" t t)
1833                         (upper-stepper-sensitivity
1834                          range-upper-stepper-sensitivity
1835                          "upper-stepper-sensitivity" "GtkSensitivityType" t t)
1836                         (show-fill-level range-show-fill-level
1837                          "show-fill-level" "gboolean" t t)
1838                         (restrict-to-fill-level range-restrict-to-fill-level
1839                          "restrict-to-fill-level" "gboolean" t t)
1840                         (fill-level range-fill-level "fill-level" "gdouble" t
1841                          t)))
1842
1843 (define-g-object-class "GtkScale" scale
1844                        (:superclass range :export t :interfaces
1845                         ("AtkImplementorIface" "GtkBuildable")
1846                         :type-initializer "gtk_scale_get_type")
1847                        ((digits scale-digits "digits" "gint" t t)
1848                         (draw-value scale-draw-value "draw-value" "gboolean" t
1849                          t)
1850                         (value-pos scale-value-pos "value-pos"
1851                          "GtkPositionType" t t)))
1852
1853 (define-g-object-class "GtkHScale" h-scale
1854                        (:superclass scale :export t :interfaces
1855                         ("AtkImplementorIface" "GtkBuildable")
1856                         :type-initializer "gtk_hscale_get_type")
1857                        nil)
1858
1859 (define-g-object-class "GtkVScale" v-scale
1860                        (:superclass scale :export t :interfaces
1861                         ("AtkImplementorIface" "GtkBuildable")
1862                         :type-initializer "gtk_vscale_get_type")
1863                        nil)
1864
1865 (define-g-object-class "GtkScrollbar" scrollbar
1866                        (:superclass range :export t :interfaces
1867                         ("AtkImplementorIface" "GtkBuildable")
1868                         :type-initializer "gtk_scrollbar_get_type")
1869                        nil)
1870
1871 (define-g-object-class "GtkHScrollbar" h-scrollbar
1872                        (:superclass scrollbar :export t :interfaces
1873                         ("AtkImplementorIface" "GtkBuildable")
1874                         :type-initializer "gtk_hscrollbar_get_type")
1875                        nil)
1876
1877 (define-g-object-class "GtkVScrollbar" v-scrollbar
1878                        (:superclass scrollbar :export t :interfaces
1879                         ("AtkImplementorIface" "GtkBuildable")
1880                         :type-initializer "gtk_vscrollbar_get_type")
1881                        nil)
1882
1883 (define-g-object-class "GtkSeparator" separator
1884                        (:superclass widget :export t :interfaces
1885                         ("AtkImplementorIface" "GtkBuildable")
1886                         :type-initializer "gtk_separator_get_type")
1887                        nil)
1888
1889 (define-g-object-class "GtkHSeparator" h-separator
1890                        (:superclass separator :export t :interfaces
1891                         ("AtkImplementorIface" "GtkBuildable")
1892                         :type-initializer "gtk_hseparator_get_type")
1893                        nil)
1894
1895 (define-g-object-class "GtkVSeparator" v-separator
1896                        (:superclass separator :export t :interfaces
1897                         ("AtkImplementorIface" "GtkBuildable")
1898                         :type-initializer "gtk_vseparator_get_type")
1899                        nil)
1900
1901 (define-g-object-class "GtkHSV" h-s-v
1902                        (:superclass widget :export t :interfaces
1903                         ("AtkImplementorIface" "GtkBuildable")
1904                         :type-initializer "gtk_hsv_get_type")
1905                        nil)
1906
1907 (define-g-object-class "GtkInvisible" invisible
1908                        (:superclass widget :export t :interfaces
1909                         ("AtkImplementorIface" "GtkBuildable")
1910                         :type-initializer "gtk_invisible_get_type")
1911                        ((screen invisible-screen "screen" "GdkScreen" t t)))
1912
1913 (define-g-object-class "GtkProgress" progress
1914                        (:superclass widget :export t :interfaces
1915                         ("AtkImplementorIface" "GtkBuildable")
1916                         :type-initializer "gtk_progress_get_type")
1917                        ((activity-mode progress-activity-mode "activity-mode"
1918                          "gboolean" t t)
1919                         (show-text progress-show-text "show-text" "gboolean" t
1920                          t)
1921                         (text-xalign progress-text-xalign "text-xalign"
1922                          "gfloat" t t)
1923                         (text-yalign progress-text-yalign "text-yalign"
1924                          "gfloat" t t)))
1925
1926 (define-g-object-class "GtkProgressBar" progress-bar
1927                        (:superclass progress :export t :interfaces
1928                         ("AtkImplementorIface" "GtkBuildable")
1929                         :type-initializer "gtk_progress_bar_get_type")
1930                        ((fraction progress-bar-fraction "fraction" "gdouble" t
1931                          t)
1932                         (pulse-step progress-bar-pulse-step "pulse-step"
1933                          "gdouble" t t)
1934                         (orientation progress-bar-orientation "orientation"
1935                          "GtkProgressBarOrientation" t t)
1936                         (text progress-bar-text "text" "gchararray" t t)
1937                         (ellipsize progress-bar-ellipsize "ellipsize"
1938                          "PangoEllipsizeMode" t t)
1939                         (adjustment progress-bar-adjustment "adjustment"
1940                          "GtkAdjustment" t t)
1941                         (bar-style progress-bar-bar-style "bar-style"
1942                          "GtkProgressBarStyle" t t)
1943                         (activity-step progress-bar-activity-step
1944                          "activity-step" "guint" t t)
1945                         (activity-blocks progress-bar-activity-blocks
1946                          "activity-blocks" "guint" t t)
1947                         (discrete-blocks progress-bar-discrete-blocks
1948                          "discrete-blocks" "guint" t t)))
1949
1950 (define-g-object-class "GtkOldEditable" old-editable
1951                        (:superclass widget :export t :interfaces
1952                         ("AtkImplementorIface" "GtkBuildable" "GtkEditable")
1953                         :type-initializer "gtk_old_editable_get_type")
1954                        ((text-position old-editable-text-position
1955                          "text-position" "gint" t t)
1956                         (editable old-editable-editable "editable" "gboolean" t
1957                          t)))
1958
1959 (define-g-object-class "GtkText" text
1960                        (:superclass old-editable :export t :interfaces
1961                         ("AtkImplementorIface" "GtkBuildable" "GtkEditable")
1962                         :type-initializer "gtk_text_get_type")
1963                        ((hadjustment text-hadjustment "hadjustment"
1964                          "GtkAdjustment" t t)
1965                         (vadjustment text-vadjustment "vadjustment"
1966                          "GtkAdjustment" t t)
1967                         (line-wrap text-line-wrap "line-wrap" "gboolean" t t)
1968                         (word-wrap text-word-wrap "word-wrap" "gboolean" t t)))
1969
1970 (define-g-object-class "GtkAdjustment" adjustment
1971                        (:superclass gtk-object :export t :interfaces nil
1972                         :type-initializer "gtk_adjustment_get_type")
1973                        ((value adjustment-value "value" "gdouble" t t)
1974                         (lower adjustment-lower "lower" "gdouble" t t)
1975                         (upper adjustment-upper "upper" "gdouble" t t)
1976                         (step-increment adjustment-step-increment
1977                          "step-increment" "gdouble" t t)
1978                         (page-increment adjustment-page-increment
1979                          "page-increment" "gdouble" t t)
1980                         (page-size adjustment-page-size "page-size" "gdouble" t
1981                          t)))
1982
1983 (define-g-object-class "GtkTreeViewColumn" tree-view-column
1984                        (:superclass gtk-object :export t :interfaces
1985                         ("GtkBuildable" "GtkCellLayout") :type-initializer
1986                         "gtk_tree_view_column_get_type")
1987                        ((visible tree-view-column-visible "visible" "gboolean"
1988                          t t)
1989                         (resizable tree-view-column-resizable "resizable"
1990                          "gboolean" t t)
1991                         (width tree-view-column-width "width" "gint" t nil)
1992                         (spacing tree-view-column-spacing "spacing" "gint" t t)
1993                         (sizing tree-view-column-sizing "sizing"
1994                          "GtkTreeViewColumnSizing" t t)
1995                         (fixed-width tree-view-column-fixed-width "fixed-width"
1996                          "gint" t t)
1997                         (min-width tree-view-column-min-width "min-width"
1998                          "gint" t t)
1999                         (max-width tree-view-column-max-width "max-width"
2000                          "gint" t t)
2001                         (title tree-view-column-title "title" "gchararray" t t)
2002                         (expand tree-view-column-expand "expand" "gboolean" t
2003                          t)
2004                         (clickable tree-view-column-clickable "clickable"
2005                          "gboolean" t t)
2006                         (widget tree-view-column-widget "widget" "GtkWidget" t
2007                          t)
2008                         (alignment tree-view-column-alignment "alignment"
2009                          "gfloat" t t)
2010                         (reorderable tree-view-column-reorderable "reorderable"
2011                          "gboolean" t t)
2012                         (sort-indicator tree-view-column-sort-indicator
2013                          "sort-indicator" "gboolean" t t)
2014                         (sort-order tree-view-column-sort-order "sort-order"
2015                          "GtkSortType" t t)
2016                         (:cffi tree-view tree-view-column-tree-view g-object
2017                          "gtk_tree_view_column_get_tree_view" nil)
2018                         (:cffi sort-column-id tree-view-column-sort-column-id
2019                          :int "gtk_tree_view_column_get_sort_column_id"
2020                          "gtk_tree_view_column_set_sort_column_id")
2021                         (:cffi cell-renderers tree-view-column-cell-renderers
2022                          (glist g-object :free-from-foreign t)
2023                          "gtk_tree_view_column_get_cell_renderers" nil)))
2024
2025 (define-g-object-class "GtkCellRenderer" cell-renderer
2026                        (:superclass gtk-object :export t :interfaces nil
2027                         :type-initializer "gtk_cell_renderer_get_type")
2028                        ((mode cell-renderer-mode "mode" "GtkCellRendererMode" t
2029                          t)
2030                         (visible cell-renderer-visible "visible" "gboolean" t
2031                          t)
2032                         (sensitive cell-renderer-sensitive "sensitive"
2033                          "gboolean" t t)
2034                         (xalign cell-renderer-xalign "xalign" "gfloat" t t)
2035                         (yalign cell-renderer-yalign "yalign" "gfloat" t t)
2036                         (xpad cell-renderer-xpad "xpad" "guint" t t)
2037                         (ypad cell-renderer-ypad "ypad" "guint" t t)
2038                         (width cell-renderer-width "width" "gint" t t)
2039                         (height cell-renderer-height "height" "gint" t t)
2040                         (is-expander cell-renderer-is-expander "is-expander"
2041                          "gboolean" t t)
2042                         (is-expanded cell-renderer-is-expanded "is-expanded"
2043                          "gboolean" t t)
2044                         (cell-background cell-renderer-cell-background
2045                          "cell-background" "gchararray" nil t)
2046                         (cell-background-gdk cell-renderer-cell-background-gdk
2047                          "cell-background-gdk" "GdkColor" t t)
2048                         (cell-background-set cell-renderer-cell-background-set
2049                          "cell-background-set" "gboolean" t t)
2050                         (editing cell-renderer-editing "editing" "gboolean" t
2051                          nil)))
2052
2053 (define-g-object-class "GtkCellRendererText" cell-renderer-text
2054                        (:superclass cell-renderer :export t :interfaces nil
2055                         :type-initializer "gtk_cell_renderer_text_get_type")
2056                        ((text cell-renderer-text-text "text" "gchararray" t t)
2057                         (markup cell-renderer-text-markup "markup" "gchararray"
2058                          nil t)
2059                         (attributes cell-renderer-text-attributes "attributes"
2060                          "PangoAttrList" t t)
2061                         (single-paragraph-mode
2062                          cell-renderer-text-single-paragraph-mode
2063                          "single-paragraph-mode" "gboolean" t t)
2064                         (width-chars cell-renderer-text-width-chars
2065                          "width-chars" "gint" t t)
2066                         (wrap-width cell-renderer-text-wrap-width "wrap-width"
2067                          "gint" t t)
2068                         (alignment cell-renderer-text-alignment "alignment"
2069                          "PangoAlignment" t t)
2070                         (background cell-renderer-text-background "background"
2071                          "gchararray" nil t)
2072                         (foreground cell-renderer-text-foreground "foreground"
2073                          "gchararray" nil t)
2074                         (background-gdk cell-renderer-text-background-gdk
2075                          "background-gdk" "GdkColor" t t)
2076                         (foreground-gdk cell-renderer-text-foreground-gdk
2077                          "foreground-gdk" "GdkColor" t t)
2078                         (font cell-renderer-text-font "font" "gchararray" t t)
2079                         (font-desc cell-renderer-text-font-desc "font-desc"
2080                          "PangoFontDescription" t t)
2081                         (family cell-renderer-text-family "family" "gchararray"
2082                          t t)
2083                         (style cell-renderer-text-style "style" "PangoStyle" t
2084                          t)
2085                         (variant cell-renderer-text-variant "variant"
2086                          "PangoVariant" t t)
2087                         (weight cell-renderer-text-weight "weight" "gint" t t)
2088                         (stretch cell-renderer-text-stretch "stretch"
2089                          "PangoStretch" t t)
2090                         (size cell-renderer-text-size "size" "gint" t t)
2091                         (size-points cell-renderer-text-size-points
2092                          "size-points" "gdouble" t t)
2093                         (scale cell-renderer-text-scale "scale" "gdouble" t t)
2094                         (editable cell-renderer-text-editable "editable"
2095                          "gboolean" t t)
2096                         (strikethrough cell-renderer-text-strikethrough
2097                          "strikethrough" "gboolean" t t)
2098                         (underline cell-renderer-text-underline "underline"
2099                          "PangoUnderline" t t)
2100                         (rise cell-renderer-text-rise "rise" "gint" t t)
2101                         (language cell-renderer-text-language "language"
2102                          "gchararray" t t)
2103                         (ellipsize cell-renderer-text-ellipsize "ellipsize"
2104                          "PangoEllipsizeMode" t t)
2105                         (wrap-mode cell-renderer-text-wrap-mode "wrap-mode"
2106                          "PangoWrapMode" t t)
2107                         (background-set cell-renderer-text-background-set
2108                          "background-set" "gboolean" t t)
2109                         (foreground-set cell-renderer-text-foreground-set
2110                          "foreground-set" "gboolean" t t)
2111                         (family-set cell-renderer-text-family-set "family-set"
2112                          "gboolean" t t)
2113                         (style-set cell-renderer-text-style-set "style-set"
2114                          "gboolean" t t)
2115                         (variant-set cell-renderer-text-variant-set
2116                          "variant-set" "gboolean" t t)
2117                         (weight-set cell-renderer-text-weight-set "weight-set"
2118                          "gboolean" t t)
2119                         (stretch-set cell-renderer-text-stretch-set
2120                          "stretch-set" "gboolean" t t)
2121                         (size-set cell-renderer-text-size-set "size-set"
2122                          "gboolean" t t)
2123                         (scale-set cell-renderer-text-scale-set "scale-set"
2124                          "gboolean" t t)
2125                         (editable-set cell-renderer-text-editable-set
2126                          "editable-set" "gboolean" t t)
2127                         (strikethrough-set cell-renderer-text-strikethrough-set
2128                          "strikethrough-set" "gboolean" t t)
2129                         (underline-set cell-renderer-text-underline-set
2130                          "underline-set" "gboolean" t t)
2131                         (rise-set cell-renderer-text-rise-set "rise-set"
2132                          "gboolean" t t)
2133                         (language-set cell-renderer-text-language-set
2134                          "language-set" "gboolean" t t)
2135                         (ellipsize-set cell-renderer-text-ellipsize-set
2136                          "ellipsize-set" "gboolean" t t)
2137                         (align-set cell-renderer-text-align-set "align-set"
2138                          "gboolean" t t)))
2139
2140 (define-g-object-class "GtkCellRendererAccel" cell-renderer-accel
2141                        (:superclass cell-renderer-text :export t :interfaces
2142                         nil :type-initializer
2143                         "gtk_cell_renderer_accel_get_type")
2144                        ((accel-key cell-renderer-accel-accel-key "accel-key"
2145                          "guint" t t)
2146                         (accel-mods cell-renderer-accel-accel-mods "accel-mods"
2147                          "GdkModifierType" t t)
2148                         (keycode cell-renderer-accel-keycode "keycode" "guint"
2149                          t t)
2150                         (accel-mode cell-renderer-accel-accel-mode "accel-mode"
2151                          "GtkCellRendererAccelMode" t t)))
2152
2153 (define-g-object-class "GtkCellRendererCombo" cell-renderer-combo
2154                        (:superclass cell-renderer-text :export t :interfaces
2155                         nil :type-initializer
2156                         "gtk_cell_renderer_combo_get_type")
2157                        ((model cell-renderer-combo-model "model" "GtkTreeModel"
2158                          t t)
2159                         (text-column cell-renderer-combo-text-column
2160                          "text-column" "gint" t t)
2161                         (has-entry cell-renderer-combo-has-entry "has-entry"
2162                          "gboolean" t t)))
2163
2164 (define-g-object-class "GtkCellRendererSpin" cell-renderer-spin
2165                        (:superclass cell-renderer-text :export t :interfaces
2166                         nil :type-initializer
2167                         "gtk_cell_renderer_spin_get_type")
2168                        ((adjustment cell-renderer-spin-adjustment "adjustment"
2169                          "GtkAdjustment" t t)
2170                         (climb-rate cell-renderer-spin-climb-rate "climb-rate"
2171                          "gdouble" t t)
2172                         (digits cell-renderer-spin-digits "digits" "guint" t
2173                          t)))
2174
2175 (define-g-object-class "GtkCellRendererPixbuf" cell-renderer-pixbuf
2176                        (:superclass cell-renderer :export t :interfaces nil
2177                         :type-initializer "gtk_cell_renderer_pixbuf_get_type")
2178                        ((pixbuf cell-renderer-pixbuf-pixbuf "pixbuf"
2179                          "GdkPixbuf" t t)
2180                         (pixbuf-expander-open
2181                          cell-renderer-pixbuf-pixbuf-expander-open
2182                          "pixbuf-expander-open" "GdkPixbuf" t t)
2183                         (pixbuf-expander-closed
2184                          cell-renderer-pixbuf-pixbuf-expander-closed
2185                          "pixbuf-expander-closed" "GdkPixbuf" t t)
2186                         (stock-id cell-renderer-pixbuf-stock-id "stock-id"
2187                          "gchararray" t t)
2188                         (stock-size cell-renderer-pixbuf-stock-size
2189                          "stock-size" "guint" t t)
2190                         (stock-detail cell-renderer-pixbuf-stock-detail
2191                          "stock-detail" "gchararray" t t)
2192                         (follow-state cell-renderer-pixbuf-follow-state
2193                          "follow-state" "gboolean" t t)
2194                         (icon-name cell-renderer-pixbuf-icon-name "icon-name"
2195                          "gchararray" t t)
2196                         (gicon cell-renderer-pixbuf-gicon "gicon" "GIcon" t t)))
2197
2198 (define-g-object-class "GtkCellRendererProgress" cell-renderer-progress
2199                        (:superclass cell-renderer :export t :interfaces nil
2200                         :type-initializer
2201                         "gtk_cell_renderer_progress_get_type")
2202                        ((value cell-renderer-progress-value "value" "gint" t t)
2203                         (text cell-renderer-progress-text "text" "gchararray" t
2204                          t)
2205                         (pulse cell-renderer-progress-pulse "pulse" "gint" t t)
2206                         (text-xalign cell-renderer-progress-text-xalign
2207                          "text-xalign" "gfloat" t t)
2208                         (text-yalign cell-renderer-progress-text-yalign
2209                          "text-yalign" "gfloat" t t)
2210                         (orientation cell-renderer-progress-orientation
2211                          "orientation" "GtkProgressBarOrientation" t t)))
2212
2213 (define-g-object-class "GtkCellRendererToggle" cell-renderer-toggle
2214                        (:superclass cell-renderer :export t :interfaces nil
2215                         :type-initializer "gtk_cell_renderer_toggle_get_type")
2216                        ((activatable cell-renderer-toggle-activatable
2217                          "activatable" "gboolean" t t)
2218                         (active cell-renderer-toggle-active "active" "gboolean"
2219                          t t)
2220                         (radio cell-renderer-toggle-radio "radio" "gboolean" t
2221                          t)
2222                         (inconsistent cell-renderer-toggle-inconsistent
2223                          "inconsistent" "gboolean" t t)
2224                         (indicator-size cell-renderer-toggle-indicator-size
2225                          "indicator-size" "gint" t t)))
2226
2227 (define-g-object-class "GtkFileFilter" file-filter
2228                        (:superclass gtk-object :export t :interfaces nil
2229                         :type-initializer "gtk_file_filter_get_type")
2230                        nil)
2231
2232 (define-g-object-class "GtkRecentFilter" recent-filter
2233                        (:superclass gtk-object :export t :interfaces nil
2234                         :type-initializer "gtk_recent_filter_get_type")
2235                        nil)
2236
2237 (define-g-object-class "GtkTooltips" tooltips
2238                        (:superclass gtk-object :export t :interfaces nil
2239                         :type-initializer "gtk_tooltips_get_type")
2240                        nil)
2241
2242 (define-g-object-class "GtkSettings" settings
2243                        (:superclass g-object :export t :interfaces nil
2244                         :type-initializer "gtk_settings_get_type")
2245                        ((gtk-double-click-time settings-gtk-double-click-time
2246                          "gtk-double-click-time" "gint" t t)
2247                         (gtk-double-click-distance
2248                          settings-gtk-double-click-distance
2249                          "gtk-double-click-distance" "gint" t t)
2250                         (gtk-cursor-blink settings-gtk-cursor-blink
2251                          "gtk-cursor-blink" "gboolean" t t)
2252                         (gtk-cursor-blink-time settings-gtk-cursor-blink-time
2253                          "gtk-cursor-blink-time" "gint" t t)
2254                         (gtk-cursor-blink-timeout
2255                          settings-gtk-cursor-blink-timeout
2256                          "gtk-cursor-blink-timeout" "gint" t t)
2257                         (gtk-split-cursor settings-gtk-split-cursor
2258                          "gtk-split-cursor" "gboolean" t t)
2259                         (gtk-theme-name settings-gtk-theme-name
2260                          "gtk-theme-name" "gchararray" t t)
2261                         (gtk-icon-theme-name settings-gtk-icon-theme-name
2262                          "gtk-icon-theme-name" "gchararray" t t)
2263                         (gtk-fallback-icon-theme
2264                          settings-gtk-fallback-icon-theme
2265                          "gtk-fallback-icon-theme" "gchararray" t t)
2266                         (gtk-key-theme-name settings-gtk-key-theme-name
2267                          "gtk-key-theme-name" "gchararray" t t)
2268                         (gtk-menu-bar-accel settings-gtk-menu-bar-accel
2269                          "gtk-menu-bar-accel" "gchararray" t t)
2270                         (gtk-dnd-drag-threshold settings-gtk-dnd-drag-threshold
2271                          "gtk-dnd-drag-threshold" "gint" t t)
2272                         (gtk-font-name settings-gtk-font-name "gtk-font-name"
2273                          "gchararray" t t)
2274                         (gtk-icon-sizes settings-gtk-icon-sizes
2275                          "gtk-icon-sizes" "gchararray" t t)
2276                         (gtk-modules settings-gtk-modules "gtk-modules"
2277                          "gchararray" t t)
2278                         (gtk-xft-antialias settings-gtk-xft-antialias
2279                          "gtk-xft-antialias" "gint" t t)
2280                         (gtk-xft-hinting settings-gtk-xft-hinting
2281                          "gtk-xft-hinting" "gint" t t)
2282                         (gtk-xft-hintstyle settings-gtk-xft-hintstyle
2283                          "gtk-xft-hintstyle" "gchararray" t t)
2284                         (gtk-xft-rgba settings-gtk-xft-rgba "gtk-xft-rgba"
2285                          "gchararray" t t)
2286                         (gtk-xft-dpi settings-gtk-xft-dpi "gtk-xft-dpi" "gint"
2287                          t t)
2288                         (gtk-cursor-theme-name settings-gtk-cursor-theme-name
2289                          "gtk-cursor-theme-name" "gchararray" t t)
2290                         (gtk-cursor-theme-size settings-gtk-cursor-theme-size
2291                          "gtk-cursor-theme-size" "gint" t t)
2292                         (gtk-alternative-button-order
2293                          settings-gtk-alternative-button-order
2294                          "gtk-alternative-button-order" "gboolean" t t)
2295                         (gtk-alternative-sort-arrows
2296                          settings-gtk-alternative-sort-arrows
2297                          "gtk-alternative-sort-arrows" "gboolean" t t)
2298                         (gtk-show-input-method-menu
2299                          settings-gtk-show-input-method-menu
2300                          "gtk-show-input-method-menu" "gboolean" t t)
2301                         (gtk-show-unicode-menu settings-gtk-show-unicode-menu
2302                          "gtk-show-unicode-menu" "gboolean" t t)
2303                         (gtk-timeout-initial settings-gtk-timeout-initial
2304                          "gtk-timeout-initial" "gint" t t)
2305                         (gtk-timeout-repeat settings-gtk-timeout-repeat
2306                          "gtk-timeout-repeat" "gint" t t)
2307                         (gtk-timeout-expand settings-gtk-timeout-expand
2308                          "gtk-timeout-expand" "gint" t t)
2309                         (gtk-color-scheme settings-gtk-color-scheme
2310                          "gtk-color-scheme" "gchararray" t t)
2311                         (gtk-enable-animations settings-gtk-enable-animations
2312                          "gtk-enable-animations" "gboolean" t t)
2313                         (gtk-touchscreen-mode settings-gtk-touchscreen-mode
2314                          "gtk-touchscreen-mode" "gboolean" t t)
2315                         (gtk-tooltip-timeout settings-gtk-tooltip-timeout
2316                          "gtk-tooltip-timeout" "gint" t t)
2317                         (gtk-tooltip-browse-timeout
2318                          settings-gtk-tooltip-browse-timeout
2319                          "gtk-tooltip-browse-timeout" "gint" t t)
2320                         (gtk-tooltip-browse-mode-timeout
2321                          settings-gtk-tooltip-browse-mode-timeout
2322                          "gtk-tooltip-browse-mode-timeout" "gint" t t)
2323                         (gtk-keynav-cursor-only settings-gtk-keynav-cursor-only
2324                          "gtk-keynav-cursor-only" "gboolean" t t)
2325                         (gtk-keynav-wrap-around settings-gtk-keynav-wrap-around
2326                          "gtk-keynav-wrap-around" "gboolean" t t)
2327                         (gtk-error-bell settings-gtk-error-bell
2328                          "gtk-error-bell" "gboolean" t t)
2329                         (color-hash settings-color-hash "color-hash"
2330                          "GHashTable" t nil)
2331                         (gtk-file-chooser-backend
2332                          settings-gtk-file-chooser-backend
2333                          "gtk-file-chooser-backend" "gchararray" t t)
2334                         (gtk-print-backends settings-gtk-print-backends
2335                          "gtk-print-backends" "gchararray" t t)
2336                         (gtk-print-preview-command
2337                          settings-gtk-print-preview-command
2338                          "gtk-print-preview-command" "gchararray" t t)
2339                         (gtk-enable-mnemonics settings-gtk-enable-mnemonics
2340                          "gtk-enable-mnemonics" "gboolean" t t)
2341                         (gtk-enable-accels settings-gtk-enable-accels
2342                          "gtk-enable-accels" "gboolean" t t)
2343                         (gtk-recent-files-limit settings-gtk-recent-files-limit
2344                          "gtk-recent-files-limit" "gint" t t)
2345                         (gtk-im-module settings-gtk-im-module "gtk-im-module"
2346                          "gchararray" t t)
2347                         (gtk-recent-files-max-age
2348                          settings-gtk-recent-files-max-age
2349                          "gtk-recent-files-max-age" "gint" t t)
2350                         (gtk-fontconfig-timestamp
2351                          settings-gtk-fontconfig-timestamp
2352                          "gtk-fontconfig-timestamp" "gint" t t)
2353                         (gtk-sound-theme-name settings-gtk-sound-theme-name
2354                          "gtk-sound-theme-name" "gchararray" t t)
2355                         (gtk-enable-input-feedback-sounds
2356                          settings-gtk-enable-input-feedback-sounds
2357                          "gtk-enable-input-feedback-sounds" "gboolean" t t)
2358                         (gtk-enable-event-sounds
2359                          settings-gtk-enable-event-sounds
2360                          "gtk-enable-event-sounds" "gboolean" t t)
2361                         (gtk-enable-tooltips settings-gtk-enable-tooltips
2362                          "gtk-enable-tooltips" "gboolean" t t)
2363                         (gtk-button-images settings-gtk-button-images
2364                          "gtk-button-images" "gboolean" t t)
2365                         (gtk-menu-images settings-gtk-menu-images
2366                          "gtk-menu-images" "gboolean" t t)
2367                         (gtk-scrolled-window-placement
2368                          settings-gtk-scrolled-window-placement
2369                          "gtk-scrolled-window-placement" "GtkCornerType" t t)
2370                         (gtk-can-change-accels settings-gtk-can-change-accels
2371                          "gtk-can-change-accels" "gboolean" t t)
2372                         (gtk-menu-popup-delay settings-gtk-menu-popup-delay
2373                          "gtk-menu-popup-delay" "gint" t t)
2374                         (gtk-menu-popdown-delay settings-gtk-menu-popdown-delay
2375                          "gtk-menu-popdown-delay" "gint" t t)
2376                         (gtk-menu-bar-popup-delay
2377                          settings-gtk-menu-bar-popup-delay
2378                          "gtk-menu-bar-popup-delay" "gint" t t)
2379                         (gtk-color-palette settings-gtk-color-palette
2380                          "gtk-color-palette" "gchararray" t t)
2381                         (gtk-toolbar-style settings-gtk-toolbar-style
2382                          "gtk-toolbar-style" "GtkToolbarStyle" t t)
2383                         (gtk-toolbar-icon-size settings-gtk-toolbar-icon-size
2384                          "gtk-toolbar-icon-size" "GtkIconSize" t t)
2385                         (gtk-label-select-on-focus
2386                          settings-gtk-label-select-on-focus
2387                          "gtk-label-select-on-focus" "gboolean" t t)
2388                         (gtk-entry-select-on-focus
2389                          settings-gtk-entry-select-on-focus
2390                          "gtk-entry-select-on-focus" "gboolean" t t)
2391                         (gtk-entry-password-hint-timeout
2392                          settings-gtk-entry-password-hint-timeout
2393                          "gtk-entry-password-hint-timeout" "guint" t t)))
2394
2395 (define-g-object-class "GtkRcStyle" rc-style
2396                        (:superclass g-object :export t :interfaces nil
2397                         :type-initializer "gtk_rc_style_get_type")
2398                        nil)
2399
2400 (define-g-object-class "GtkStyle" style
2401                        (:superclass g-object :export t :interfaces nil
2402                         :type-initializer "gtk_style_get_type")
2403                        nil)
2404
2405 (define-g-object-class "GtkTooltip" tooltip
2406                        (:superclass g-object :export t :interfaces nil
2407                         :type-initializer "gtk_tooltip_get_type")
2408                        nil)
2409
2410 (define-g-object-class "GtkAccelGroup" accel-group
2411                        (:superclass g-object :export t :interfaces nil
2412                         :type-initializer "gtk_accel_group_get_type")
2413                        ((is-locked accel-group-is-locked "is-locked" "gboolean"
2414                          t nil)
2415                         (modifier-mask accel-group-modifier-mask
2416                          "modifier-mask" "GdkModifierType" t nil)))
2417
2418 (define-g-object-class "GtkAccelMap" accel-map
2419                        (:superclass g-object :export t :interfaces nil
2420                         :type-initializer "gtk_accel_map_get_type")
2421                        nil)
2422
2423 (define-g-object-class "GtkAction" action
2424                        (:superclass g-object :export t :interfaces
2425                         ("GtkBuildable") :type-initializer
2426                         "gtk_action_get_type")
2427                        ((name action-name "name" "gchararray" t nil)
2428                         (label action-label "label" "gchararray" t t)
2429                         (short-label action-short-label "short-label"
2430                          "gchararray" t t)
2431                         (tooltip action-tooltip "tooltip" "gchararray" t t)
2432                         (stock-id action-stock-id "stock-id" "gchararray" t t)
2433                         (icon-name action-icon-name "icon-name" "gchararray" t
2434                          t)
2435                         (visible-horizontal action-visible-horizontal
2436                          "visible-horizontal" "gboolean" t t)
2437                         (visible-vertical action-visible-vertical
2438                          "visible-vertical" "gboolean" t t)
2439                         (visible-overflown action-visible-overflown
2440                          "visible-overflown" "gboolean" t t)
2441                         (is-important action-is-important "is-important"
2442                          "gboolean" t t)
2443                         (hide-if-empty action-hide-if-empty "hide-if-empty"
2444                          "gboolean" t t)
2445                         (sensitive action-sensitive "sensitive" "gboolean" t t)
2446                         (visible action-visible "visible" "gboolean" t t)
2447                         (action-group action-action-group "action-group"
2448                          "GtkActionGroup" t t)))
2449
2450 (define-g-object-class "GtkActionGroup" action-group
2451                        (:superclass g-object :export t :interfaces
2452                         ("GtkBuildable") :type-initializer
2453                         "gtk_action_group_get_type")
2454                        ((name action-group-name "name" "gchararray" t nil)
2455                         (sensitive action-group-sensitive "sensitive"
2456                          "gboolean" t t)
2457                         (visible action-group-visible "visible" "gboolean" t
2458                          t)))
2459
2460 (define-g-object-class "GtkBuilder" builder
2461                        (:superclass g-object :export t :interfaces nil
2462                         :type-initializer "gtk_builder_get_type")
2463                        ((translation-domain builder-translation-domain
2464                          "translation-domain" "gchararray" t t)))
2465
2466 (define-g-object-class "GtkClipboard" clipboard
2467                        (:superclass g-object :export t :interfaces nil
2468                         :type-initializer "gtk_clipboard_get_type")
2469                        nil)
2470
2471 (define-g-object-class "GtkEntryCompletion" entry-completion
2472                        (:superclass g-object :export t :interfaces
2473                         ("GtkBuildable" "GtkCellLayout") :type-initializer
2474                         "gtk_entry_completion_get_type")
2475                        ((model entry-completion-model "model" "GtkTreeModel" t
2476                          t)
2477                         (minimum-key-length entry-completion-minimum-key-length
2478                          "minimum-key-length" "gint" t t)
2479                         (text-column entry-completion-text-column "text-column"
2480                          "gint" t t)
2481                         (inline-completion entry-completion-inline-completion
2482                          "inline-completion" "gboolean" t t)
2483                         (popup-completion entry-completion-popup-completion
2484                          "popup-completion" "gboolean" t t)
2485                         (popup-set-width entry-completion-popup-set-width
2486                          "popup-set-width" "gboolean" t t)
2487                         (popup-single-match entry-completion-popup-single-match
2488                          "popup-single-match" "gboolean" t t)
2489                         (inline-selection entry-completion-inline-selection
2490                          "inline-selection" "gboolean" t t)))
2491
2492 (define-g-object-class "GtkIconFactory" icon-factory
2493                        (:superclass g-object :export t :interfaces
2494                         ("GtkBuildable") :type-initializer
2495                         "gtk_icon_factory_get_type")
2496                        nil)
2497
2498 (define-g-object-class "GtkIconTheme" icon-theme
2499                        (:superclass g-object :export t :interfaces nil
2500                         :type-initializer "gtk_icon_theme_get_type")
2501                        nil)
2502
2503 (define-g-object-class "GtkIMContext" i-m-context
2504                        (:superclass g-object :export t :interfaces nil) nil)
2505
2506 (define-g-object-class "GtkListStore" list-store
2507                        (:superclass g-object :export t :interfaces
2508                         ("GtkBuildable" "GtkTreeDragDest" "GtkTreeDragSource"
2509                          "GtkTreeModel" "GtkTreeSortable")
2510                         :type-initializer "gtk_list_store_get_type")
2511                        nil)
2512
2513 (define-g-object-class "GtkPageSetup" page-setup
2514                        (:superclass g-object :export t :interfaces nil
2515                         :type-initializer "gtk_page_setup_get_type")
2516                        nil)
2517
2518 (define-g-object-class "GtkPrintContext" print-context
2519                        (:superclass g-object :export t :interfaces nil
2520                         :type-initializer "gtk_print_context_get_type")
2521                        nil)
2522
2523 (define-g-object-class "GtkPrintOperation" print-operation
2524                        (:superclass g-object :export t :interfaces
2525                         ("GtkPrintOperationPreview") :type-initializer
2526                         "gtk_print_operation_get_type")
2527                        ((default-page-setup print-operation-default-page-setup
2528                          "default-page-setup" "GtkPageSetup" t t)
2529                         (print-settings print-operation-print-settings
2530                          "print-settings" "GtkPrintSettings" t t)
2531                         (job-name print-operation-job-name "job-name"
2532                          "gchararray" t t)
2533                         (n-pages print-operation-n-pages "n-pages" "gint" t t)
2534                         (current-page print-operation-current-page
2535                          "current-page" "gint" t t)
2536                         (use-full-page print-operation-use-full-page
2537                          "use-full-page" "gboolean" t t)
2538                         (track-print-status print-operation-track-print-status
2539                          "track-print-status" "gboolean" t t)
2540                         (unit print-operation-unit "unit" "GtkUnit" t t)
2541                         (show-progress print-operation-show-progress
2542                          "show-progress" "gboolean" t t)
2543                         (allow-async print-operation-allow-async "allow-async"
2544                          "gboolean" t t)
2545                         (export-filename print-operation-export-filename
2546                          "export-filename" "gchararray" t t)
2547                         (status print-operation-status "status"
2548                          "GtkPrintStatus" t nil)
2549                         (status-string print-operation-status-string
2550                          "status-string" "gchararray" t nil)
2551                         (custom-tab-label print-operation-custom-tab-label
2552                          "custom-tab-label" "gchararray" t t)))
2553
2554 (define-g-object-class "GtkPrintSettings" print-settings
2555                        (:superclass g-object :export t :interfaces nil
2556                         :type-initializer "gtk_print_settings_get_type")
2557                        nil)
2558
2559 (define-g-object-class "GtkRecentManager" recent-manager
2560                        (:superclass g-object :export t :interfaces nil
2561                         :type-initializer "gtk_recent_manager_get_type")
2562                        ((filename recent-manager-filename "filename"
2563                          "gchararray" t nil)
2564                         (limit recent-manager-limit "limit" "gint" t t)
2565                         (size recent-manager-size "size" "gint" t nil)))
2566
2567 (define-g-object-class "GtkSizeGroup" size-group
2568                        (:superclass g-object :export t :interfaces
2569                         ("GtkBuildable") :type-initializer
2570                         "gtk_size_group_get_type")
2571                        ((mode size-group-mode "mode" "GtkSizeGroupMode" t t)
2572                         (ignore-hidden size-group-ignore-hidden "ignore-hidden"
2573                          "gboolean" t t)))
2574
2575 (define-g-object-class "GtkStatusIcon" status-icon
2576                        (:superclass g-object :export t :interfaces nil
2577                         :type-initializer "gtk_status_icon_get_type")
2578                        ((pixbuf status-icon-pixbuf "pixbuf" "GdkPixbuf" t t)
2579                         (file status-icon-file "file" "gchararray" nil t)
2580                         (stock status-icon-stock "stock" "gchararray" t t)
2581                         (icon-name status-icon-icon-name "icon-name"
2582                          "gchararray" t t)
2583                         (gicon status-icon-gicon "gicon" "GIcon" t t)
2584                         (storage-type status-icon-storage-type "storage-type"
2585                          "GtkImageType" t nil)
2586                         (size status-icon-size "size" "gint" t nil)
2587                         (screen status-icon-screen "screen" "GdkScreen" t t)
2588                         (visible status-icon-visible "visible" "gboolean" t t)
2589                         (orientation status-icon-orientation "orientation"
2590                          "GtkOrientation" t nil)
2591                         (embedded status-icon-embedded "embedded" "gboolean" t
2592                          nil)
2593                         (blinking status-icon-blinking "blinking" "gboolean" t
2594                          t)))
2595
2596 (define-g-object-class "GtkTextBuffer" text-buffer
2597                        (:superclass g-object :export t :interfaces nil
2598                         :type-initializer "gtk_text_buffer_get_type")
2599                        ((tag-table text-buffer-tag-table "tag-table"
2600                          "GtkTextTagTable" t nil)
2601                         (text text-buffer-text "text" "gchararray" t t)
2602                         (has-selection text-buffer-has-selection
2603                          "has-selection" "gboolean" t nil)
2604                         (cursor-position text-buffer-cursor-position
2605                          "cursor-position" "gint" t nil)
2606                         (copy-target-list text-buffer-copy-target-list
2607                          "copy-target-list" "GtkTargetList" t nil)
2608                         (paste-target-list text-buffer-paste-target-list
2609                          "paste-target-list" "GtkTargetList" t nil)))
2610
2611 (define-g-object-class "GtkTextChildAnchor" text-child-anchor
2612                        (:superclass g-object :export t :interfaces nil
2613                         :type-initializer "gtk_text_child_anchor_get_type")
2614                        nil)
2615
2616 (define-g-object-class "GtkTextMark" text-mark
2617                        (:superclass g-object :export t :interfaces nil
2618                         :type-initializer "gtk_text_mark_get_type")
2619                        ((name text-mark-name "name" "gchararray" t nil)
2620                         (left-gravity text-mark-left-gravity "left-gravity"
2621                          "gboolean" t nil)))
2622
2623 (define-g-object-class "GtkTextTag" text-tag
2624                        (:superclass g-object :export t :interfaces nil
2625                         :type-initializer "gtk_text_tag_get_type")
2626                        ((name text-tag-name "name" "gchararray" t nil)
2627                         (background text-tag-background "background"
2628                          "gchararray" nil t)
2629                         (foreground text-tag-foreground "foreground"
2630                          "gchararray" nil t)
2631                         (background-gdk text-tag-background-gdk
2632                          "background-gdk" "GdkColor" t t)
2633                         (foreground-gdk text-tag-foreground-gdk
2634                          "foreground-gdk" "GdkColor" t t)
2635                         (background-stipple text-tag-background-stipple
2636                          "background-stipple" "GdkPixmap" t t)
2637                         (foreground-stipple text-tag-foreground-stipple
2638                          "foreground-stipple" "GdkPixmap" t t)
2639                         (font text-tag-font "font" "gchararray" t t)
2640                         (font-desc text-tag-font-desc "font-desc"
2641                          "PangoFontDescription" t t)
2642                         (family text-tag-family "family" "gchararray" t t)
2643                         (style text-tag-style "style" "PangoStyle" t t)
2644                         (variant text-tag-variant "variant" "PangoVariant" t t)
2645                         (weight text-tag-weight "weight" "gint" t t)
2646                         (stretch text-tag-stretch "stretch" "PangoStretch" t t)
2647                         (size text-tag-size "size" "gint" t t)
2648                         (size-points text-tag-size-points "size-points"
2649                          "gdouble" t t)
2650                         (scale text-tag-scale "scale" "gdouble" t t)
2651                         (pixels-above-lines text-tag-pixels-above-lines
2652                          "pixels-above-lines" "gint" t t)
2653                         (pixels-below-lines text-tag-pixels-below-lines
2654                          "pixels-below-lines" "gint" t t)
2655                         (pixels-inside-wrap text-tag-pixels-inside-wrap
2656                          "pixels-inside-wrap" "gint" t t)
2657                         (editable text-tag-editable "editable" "gboolean" t t)
2658                         (wrap-mode text-tag-wrap-mode "wrap-mode" "GtkWrapMode"
2659                          t t)
2660                         (justification text-tag-justification "justification"
2661                          "GtkJustification" t t)
2662                         (direction text-tag-direction "direction"
2663                          "GtkTextDirection" t t)
2664                         (left-margin text-tag-left-margin "left-margin" "gint"
2665                          t t)
2666                         (indent text-tag-indent "indent" "gint" t t)
2667                         (strikethrough text-tag-strikethrough "strikethrough"
2668                          "gboolean" t t)
2669                         (right-margin text-tag-right-margin "right-margin"
2670                          "gint" t t)
2671                         (underline text-tag-underline "underline"
2672                          "PangoUnderline" t t)
2673                         (rise text-tag-rise "rise" "gint" t t)
2674                         (background-full-height text-tag-background-full-height
2675                          "background-full-height" "gboolean" t t)
2676                         (language text-tag-language "language" "gchararray" t
2677                          t)
2678                         (tabs text-tag-tabs "tabs" "PangoTabArray" t t)
2679                         (invisible text-tag-invisible "invisible" "gboolean" t
2680                          t)
2681                         (paragraph-background text-tag-paragraph-background
2682                          "paragraph-background" "gchararray" nil t)
2683                         (paragraph-background-gdk
2684                          text-tag-paragraph-background-gdk
2685                          "paragraph-background-gdk" "GdkColor" t t)
2686                         (accumulative-margin text-tag-accumulative-margin
2687                          "accumulative-margin" "gboolean" t t)
2688                         (background-set text-tag-background-set
2689                          "background-set" "gboolean" t t)
2690                         (foreground-set text-tag-foreground-set
2691                          "foreground-set" "gboolean" t t)
2692                         (background-stipple-set text-tag-background-stipple-set
2693                          "background-stipple-set" "gboolean" t t)
2694                         (foreground-stipple-set text-tag-foreground-stipple-set
2695                          "foreground-stipple-set" "gboolean" t t)
2696                         (family-set text-tag-family-set "family-set" "gboolean"
2697                          t t)
2698                         (style-set text-tag-style-set "style-set" "gboolean" t
2699                          t)
2700                         (variant-set text-tag-variant-set "variant-set"
2701                          "gboolean" t t)
2702                         (weight-set text-tag-weight-set "weight-set" "gboolean"
2703                          t t)
2704                         (stretch-set text-tag-stretch-set "stretch-set"
2705                          "gboolean" t t)
2706                         (size-set text-tag-size-set "size-set" "gboolean" t t)
2707                         (scale-set text-tag-scale-set "scale-set" "gboolean" t
2708                          t)
2709                         (pixels-above-lines-set text-tag-pixels-above-lines-set
2710                          "pixels-above-lines-set" "gboolean" t t)
2711                         (pixels-below-lines-set text-tag-pixels-below-lines-set
2712                          "pixels-below-lines-set" "gboolean" t t)
2713                         (pixels-inside-wrap-set text-tag-pixels-inside-wrap-set
2714                          "pixels-inside-wrap-set" "gboolean" t t)
2715                         (editable-set text-tag-editable-set "editable-set"
2716                          "gboolean" t t)
2717                         (wrap-mode-set text-tag-wrap-mode-set "wrap-mode-set"
2718                          "gboolean" t t)
2719                         (justification-set text-tag-justification-set
2720                          "justification-set" "gboolean" t t)
2721                         (left-margin-set text-tag-left-margin-set
2722                          "left-margin-set" "gboolean" t t)
2723                         (indent-set text-tag-indent-set "indent-set" "gboolean"
2724                          t t)
2725                         (strikethrough-set text-tag-strikethrough-set
2726                          "strikethrough-set" "gboolean" t t)
2727                         (right-margin-set text-tag-right-margin-set
2728                          "right-margin-set" "gboolean" t t)
2729                         (underline-set text-tag-underline-set "underline-set"
2730                          "gboolean" t t)
2731                         (rise-set text-tag-rise-set "rise-set" "gboolean" t t)
2732                         (background-full-height-set
2733                          text-tag-background-full-height-set
2734                          "background-full-height-set" "gboolean" t t)
2735                         (language-set text-tag-language-set "language-set"
2736                          "gboolean" t t)
2737                         (tabs-set text-tag-tabs-set "tabs-set" "gboolean" t t)
2738                         (invisible-set text-tag-invisible-set "invisible-set"
2739                          "gboolean" t t)
2740                         (paragraph-background-set
2741                          text-tag-paragraph-background-set
2742                          "paragraph-background-set" "gboolean" t t)))
2743
2744 (define-g-object-class "GtkTextTagTable" text-tag-table
2745                        (:superclass g-object :export t :interfaces nil
2746                         :type-initializer "gtk_text_tag_table_get_type")
2747                        nil)
2748
2749 (define-g-object-class "GtkTreeModelFilter" tree-model-filter
2750                        (:superclass g-object :export t :interfaces
2751                         ("GtkTreeDragSource" "GtkTreeModel") :type-initializer
2752                         "gtk_tree_model_filter_get_type")
2753                        ((child-model tree-model-filter-child-model
2754                          "child-model" "GtkTreeModel" t nil)
2755                         (virtual-root tree-model-filter-virtual-root
2756                          "virtual-root" "GtkTreePath" t nil)))
2757
2758 (define-g-object-class "GtkTreeModelSort" tree-model-sort
2759                        (:superclass g-object :export t :interfaces
2760                         ("GtkTreeDragSource" "GtkTreeModel" "GtkTreeSortable")
2761                         :type-initializer "gtk_tree_model_sort_get_type")
2762                        ((model tree-model-sort-model "model" "GtkTreeModel" t
2763                          nil)))
2764
2765 (define-g-object-class "GtkTreeSelection" tree-selection
2766                        (:superclass g-object :export t :interfaces nil
2767                         :type-initializer "gtk_tree_selection_get_type")
2768                        ((:cffi mode tree-selection-mode tree-selection-mode
2769                          "gtk_tree_selection_get_mode"
2770                          "gtk_tree_selection_set_mode")
2771                         (:cffi select-function tree-selection-select-function
2772                          nil tree-selection-get-selection-function
2773                          tree-selection-set-select-function)))
2774
2775 (define-g-object-class "GtkTreeStore" tree-store
2776                        (:superclass g-object :export t :interfaces
2777                         ("GtkBuildable" "GtkTreeDragDest" "GtkTreeDragSource"
2778                          "GtkTreeModel" "GtkTreeSortable")
2779                         :type-initializer "gtk_tree_store_get_type")
2780                        nil)
2781
2782 (define-g-object-class "GtkUIManager" u-i-manager
2783                        (:superclass g-object :export t :interfaces
2784                         ("GtkBuildable"))
2785                        ((add-tearoffs u-i-manager-add-tearoffs "add-tearoffs"
2786                          "gboolean" t t)
2787                         (ui u-i-manager-ui "ui" "gchararray" t nil)))
2788
2789 (define-g-object-class "GtkWindowGroup" window-group
2790                        (:superclass g-object :export t :interfaces nil
2791                         :type-initializer "gtk_window_group_get_type")
2792                        nil)
2793