1;; From GdkColormap
2
3;; From GdkDragContext
4
5;; From GdkDisplay
6
7(define-signal closed
8  (of-object "GdkDisplay")
9  (return-type "void")
10  (when "last")
11  (parameters
12    '("gboolean" "p0")
13  )
14)
15
16;; From GdkDisplayManager
17
18(define-signal display-opened
19  (of-object "GdkDisplayManager")
20  (return-type "void")
21  (when "last")
22  (parameters
23    '("GdkDisplay*" "p0")
24  )
25)
26
27(define-property default-display
28  (of-object "GdkDisplayManager")
29  (prop-type "GParamObject")
30  (docs "The default display for GDK")
31  (readable #t)
32  (writable #t)
33  (construct-only #f)
34)
35
36;; From GdkDrawable
37
38;; From GdkGC
39
40;; From GdkImage
41
42;; From GdkPixbuf
43
44(define-property colorspace
45  (of-object "GdkPixbuf")
46  (prop-type "GParamEnum")
47  (docs "The colorspace in which the samples are interpreted")
48  (readable #t)
49  (writable #t)
50  (construct-only #t)
51)
52
53(define-property n-channels
54  (of-object "GdkPixbuf")
55  (prop-type "GParamInt")
56  (docs "The number of samples per pixel")
57  (readable #t)
58  (writable #t)
59  (construct-only #t)
60)
61
62(define-property has-alpha
63  (of-object "GdkPixbuf")
64  (prop-type "GParamBoolean")
65  (docs "Whether the pixbuf has an alpha channel")
66  (readable #t)
67  (writable #t)
68  (construct-only #t)
69)
70
71(define-property bits-per-sample
72  (of-object "GdkPixbuf")
73  (prop-type "GParamInt")
74  (docs "The number of bits per sample")
75  (readable #t)
76  (writable #t)
77  (construct-only #t)
78)
79
80(define-property width
81  (of-object "GdkPixbuf")
82  (prop-type "GParamInt")
83  (docs "The number of columns of the pixbuf")
84  (readable #t)
85  (writable #t)
86  (construct-only #t)
87)
88
89(define-property height
90  (of-object "GdkPixbuf")
91  (prop-type "GParamInt")
92  (docs "The number of rows of the pixbuf")
93  (readable #t)
94  (writable #t)
95  (construct-only #t)
96)
97
98(define-property rowstride
99  (of-object "GdkPixbuf")
100  (prop-type "GParamInt")
101  (docs "The number of bytes between the start of a row and the start of the next row")
102  (readable #t)
103  (writable #t)
104  (construct-only #t)
105)
106
107(define-property pixels
108  (of-object "GdkPixbuf")
109  (prop-type "GParamPointer")
110  (docs "A pointer to the pixel data of the pixbuf")
111  (readable #t)
112  (writable #t)
113  (construct-only #t)
114)
115
116;; From GdkPixbufAnimation
117
118;; From GdkPixbufLoader
119
120(define-signal closed
121  (of-object "GdkPixbufLoader")
122  (return-type "void")
123  (when "last")
124)
125
126(define-signal size-prepared
127  (of-object "GdkPixbufLoader")
128  (return-type "void")
129  (when "last")
130  (parameters
131    '("gint" "p0")
132    '("gint" "p1")
133  )
134)
135
136(define-signal area-prepared
137  (of-object "GdkPixbufLoader")
138  (return-type "void")
139  (when "last")
140)
141
142(define-signal area-updated
143  (of-object "GdkPixbufLoader")
144  (return-type "void")
145  (when "last")
146  (parameters
147    '("gint" "p0")
148    '("gint" "p1")
149    '("gint" "p2")
150    '("gint" "p3")
151  )
152)
153
154;; From GdkPixmap
155
156;; From GdkScreen
157
158(define-signal size-changed
159  (of-object "GdkScreen")
160  (return-type "void")
161  (when "last")
162)
163
164(define-signal composited-changed
165  (of-object "GdkScreen")
166  (return-type "void")
167  (when "last")
168)
169
170(define-signal monitors-changed
171  (of-object "GdkScreen")
172  (return-type "void")
173  (when "last")
174)
175
176(define-property font-options
177  (of-object "GdkScreen")
178  (prop-type "GParamPointer")
179  (docs "The default font options for the screen")
180  (readable #t)
181  (writable #t)
182  (construct-only #f)
183)
184
185(define-property resolution
186  (of-object "GdkScreen")
187  (prop-type "GParamDouble")
188  (docs "The resolution for fonts on the screen")
189  (readable #t)
190  (writable #t)
191  (construct-only #f)
192)
193
194;; From GdkVisual
195
196;; From GdkWindow
197
198(define-signal pick-embedded-child
199  (of-object "GdkWindow")
200  (return-type "GdkWindow*")
201  (when "last")
202  (parameters
203    '("gdouble" "p0")
204    '("gdouble" "p1")
205  )
206)
207
208(define-signal to-embedder
209  (of-object "GdkWindow")
210  (return-type "void")
211  (when "last")
212  (parameters
213    '("gdouble" "p0")
214    '("gdouble" "p1")
215    '("gpointer" "p2")
216    '("gpointer" "p3")
217  )
218)
219
220(define-signal from-embedder
221  (of-object "GdkWindow")
222  (return-type "void")
223  (when "last")
224  (parameters
225    '("gdouble" "p0")
226    '("gdouble" "p1")
227    '("gpointer" "p2")
228    '("gpointer" "p3")
229  )
230)
231
232(define-property cursor
233  (of-object "GdkWindow")
234  (prop-type "GParamBoxed")
235  (docs "Cursor")
236  (readable #t)
237  (writable #t)
238  (construct-only #f)
239)
240
241;; From GtkAboutDialog
242
243(define-property user-data
244  (of-object "GtkAboutDialog")
245  (prop-type "GParamPointer")
246  (docs "Anonymous User Data Pointer")
247  (readable #t)
248  (writable #t)
249  (construct-only #f)
250)
251
252(define-property name
253  (of-object "GtkAboutDialog")
254  (prop-type "GParamString")
255  (docs "The name of the widget")
256  (readable #t)
257  (writable #t)
258  (construct-only #f)
259)
260
261(define-property parent
262  (of-object "GtkAboutDialog")
263  (prop-type "GParamObject")
264  (docs "The parent widget of this widget. Must be a Container widget")
265  (readable #t)
266  (writable #t)
267  (construct-only #f)
268)
269
270(define-property width-request
271  (of-object "GtkAboutDialog")
272  (prop-type "GParamInt")
273  (docs "Override for width request of the widget, or -1 if natural request should be used")
274  (readable #t)
275  (writable #t)
276  (construct-only #f)
277)
278
279(define-property height-request
280  (of-object "GtkAboutDialog")
281  (prop-type "GParamInt")
282  (docs "Override for height request of the widget, or -1 if natural request should be used")
283  (readable #t)
284  (writable #t)
285  (construct-only #f)
286)
287
288(define-property visible
289  (of-object "GtkAboutDialog")
290  (prop-type "GParamBoolean")
291  (docs "Whether the widget is visible")
292  (readable #t)
293  (writable #t)
294  (construct-only #f)
295)
296
297(define-property sensitive
298  (of-object "GtkAboutDialog")
299  (prop-type "GParamBoolean")
300  (docs "Whether the widget responds to input")
301  (readable #t)
302  (writable #t)
303  (construct-only #f)
304)
305
306(define-property app-paintable
307  (of-object "GtkAboutDialog")
308  (prop-type "GParamBoolean")
309  (docs "Whether the application will paint directly on the widget")
310  (readable #t)
311  (writable #t)
312  (construct-only #f)
313)
314
315(define-property can-focus
316  (of-object "GtkAboutDialog")
317  (prop-type "GParamBoolean")
318  (docs "Whether the widget can accept the input focus")
319  (readable #t)
320  (writable #t)
321  (construct-only #f)
322)
323
324(define-property has-focus
325  (of-object "GtkAboutDialog")
326  (prop-type "GParamBoolean")
327  (docs "Whether the widget has the input focus")
328  (readable #t)
329  (writable #t)
330  (construct-only #f)
331)
332
333(define-property is-focus
334  (of-object "GtkAboutDialog")
335  (prop-type "GParamBoolean")
336  (docs "Whether the widget is the focus widget within the toplevel")
337  (readable #t)
338  (writable #t)
339  (construct-only #f)
340)
341
342(define-property can-default
343  (of-object "GtkAboutDialog")
344  (prop-type "GParamBoolean")
345  (docs "Whether the widget can be the default widget")
346  (readable #t)
347  (writable #t)
348  (construct-only #f)
349)
350
351(define-property has-default
352  (of-object "GtkAboutDialog")
353  (prop-type "GParamBoolean")
354  (docs "Whether the widget is the default widget")
355  (readable #t)
356  (writable #t)
357  (construct-only #f)
358)
359
360(define-property receives-default
361  (of-object "GtkAboutDialog")
362  (prop-type "GParamBoolean")
363  (docs "If TRUE, the widget will receive the default action when it is focused")
364  (readable #t)
365  (writable #t)
366  (construct-only #f)
367)
368
369(define-property composite-child
370  (of-object "GtkAboutDialog")
371  (prop-type "GParamBoolean")
372  (docs "Whether the widget is part of a composite widget")
373  (readable #t)
374  (writable #f)
375  (construct-only #f)
376)
377
378(define-property style
379  (of-object "GtkAboutDialog")
380  (prop-type "GParamObject")
381  (docs "The style of the widget, which contains information about how it will look (colors etc)")
382  (readable #t)
383  (writable #t)
384  (construct-only #f)
385)
386
387(define-property events
388  (of-object "GtkAboutDialog")
389  (prop-type "GParamFlags")
390  (docs "The event mask that decides what kind of GdkEvents this widget gets")
391  (readable #t)
392  (writable #t)
393  (construct-only #f)
394)
395
396(define-property extension-events
397  (of-object "GtkAboutDialog")
398  (prop-type "GParamEnum")
399  (docs "The mask that decides what kind of extension events this widget gets")
400  (readable #t)
401  (writable #t)
402  (construct-only #f)
403)
404
405(define-property no-show-all
406  (of-object "GtkAboutDialog")
407  (prop-type "GParamBoolean")
408  (docs "Whether gtk_widget_show_all() should not affect this widget")
409  (readable #t)
410  (writable #t)
411  (construct-only #f)
412)
413
414(define-property has-tooltip
415  (of-object "GtkAboutDialog")
416  (prop-type "GParamBoolean")
417  (docs "Whether this widget has a tooltip")
418  (readable #t)
419  (writable #t)
420  (construct-only #f)
421)
422
423(define-property tooltip-markup
424  (of-object "GtkAboutDialog")
425  (prop-type "GParamString")
426  (docs "The contents of the tooltip for this widget")
427  (readable #t)
428  (writable #t)
429  (construct-only #f)
430)
431
432(define-property tooltip-text
433  (of-object "GtkAboutDialog")
434  (prop-type "GParamString")
435  (docs "The contents of the tooltip for this widget")
436  (readable #t)
437  (writable #t)
438  (construct-only #f)
439)
440
441(define-property window
442  (of-object "GtkAboutDialog")
443  (prop-type "GParamObject")
444  (docs "The widget's window if it is realized")
445  (readable #t)
446  (writable #f)
447  (construct-only #f)
448)
449
450(define-property double-buffered
451  (of-object "GtkAboutDialog")
452  (prop-type "GParamBoolean")
453  (docs "Whether or not the widget is double buffered")
454  (readable #t)
455  (writable #t)
456  (construct-only #f)
457)
458
459(define-property border-width
460  (of-object "GtkAboutDialog")
461  (prop-type "GParamUInt")
462  (docs "The width of the empty border outside the containers children")
463  (readable #t)
464  (writable #t)
465  (construct-only #f)
466)
467
468(define-property resize-mode
469  (of-object "GtkAboutDialog")
470  (prop-type "GParamEnum")
471  (docs "Specify how resize events are handled")
472  (readable #t)
473  (writable #t)
474  (construct-only #f)
475)
476
477(define-property child
478  (of-object "GtkAboutDialog")
479  (prop-type "GParamObject")
480  (docs "Can be used to add a new child to the container")
481  (readable #f)
482  (writable #t)
483  (construct-only #f)
484)
485
486(define-property type
487  (of-object "GtkAboutDialog")
488  (prop-type "GParamEnum")
489  (docs "The type of the window")
490  (readable #t)
491  (writable #t)
492  (construct-only #t)
493)
494
495(define-property title
496  (of-object "GtkAboutDialog")
497  (prop-type "GParamString")
498  (docs "The title of the window")
499  (readable #t)
500  (writable #t)
501  (construct-only #f)
502)
503
504(define-property role
505  (of-object "GtkAboutDialog")
506  (prop-type "GParamString")
507  (docs "Unique identifier for the window to be used when restoring a session")
508  (readable #t)
509  (writable #t)
510  (construct-only #f)
511)
512
513(define-property allow-shrink
514  (of-object "GtkAboutDialog")
515  (prop-type "GParamBoolean")
516  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
517  (readable #t)
518  (writable #t)
519  (construct-only #f)
520)
521
522(define-property allow-grow
523  (of-object "GtkAboutDialog")
524  (prop-type "GParamBoolean")
525  (docs "If TRUE, users can expand the window beyond its minimum size")
526  (readable #t)
527  (writable #t)
528  (construct-only #f)
529)
530
531(define-property resizable
532  (of-object "GtkAboutDialog")
533  (prop-type "GParamBoolean")
534  (docs "If TRUE, users can resize the window")
535  (readable #t)
536  (writable #t)
537  (construct-only #f)
538)
539
540(define-property modal
541  (of-object "GtkAboutDialog")
542  (prop-type "GParamBoolean")
543  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
544  (readable #t)
545  (writable #t)
546  (construct-only #f)
547)
548
549(define-property window-position
550  (of-object "GtkAboutDialog")
551  (prop-type "GParamEnum")
552  (docs "The initial position of the window")
553  (readable #t)
554  (writable #t)
555  (construct-only #f)
556)
557
558(define-property default-width
559  (of-object "GtkAboutDialog")
560  (prop-type "GParamInt")
561  (docs "The default width of the window, used when initially showing the window")
562  (readable #t)
563  (writable #t)
564  (construct-only #f)
565)
566
567(define-property default-height
568  (of-object "GtkAboutDialog")
569  (prop-type "GParamInt")
570  (docs "The default height of the window, used when initially showing the window")
571  (readable #t)
572  (writable #t)
573  (construct-only #f)
574)
575
576(define-property destroy-with-parent
577  (of-object "GtkAboutDialog")
578  (prop-type "GParamBoolean")
579  (docs "If this window should be destroyed when the parent is destroyed")
580  (readable #t)
581  (writable #t)
582  (construct-only #f)
583)
584
585(define-property icon
586  (of-object "GtkAboutDialog")
587  (prop-type "GParamObject")
588  (docs "Icon for this window")
589  (readable #t)
590  (writable #t)
591  (construct-only #f)
592)
593
594(define-property icon-name
595  (of-object "GtkAboutDialog")
596  (prop-type "GParamString")
597  (docs "Name of the themed icon for this window")
598  (readable #t)
599  (writable #t)
600  (construct-only #f)
601)
602
603(define-property screen
604  (of-object "GtkAboutDialog")
605  (prop-type "GParamObject")
606  (docs "The screen where this window will be displayed")
607  (readable #t)
608  (writable #t)
609  (construct-only #f)
610)
611
612(define-property type-hint
613  (of-object "GtkAboutDialog")
614  (prop-type "GParamEnum")
615  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
616  (readable #t)
617  (writable #t)
618  (construct-only #f)
619)
620
621(define-property skip-taskbar-hint
622  (of-object "GtkAboutDialog")
623  (prop-type "GParamBoolean")
624  (docs "TRUE if the window should not be in the task bar.")
625  (readable #t)
626  (writable #t)
627  (construct-only #f)
628)
629
630(define-property skip-pager-hint
631  (of-object "GtkAboutDialog")
632  (prop-type "GParamBoolean")
633  (docs "TRUE if the window should not be in the pager.")
634  (readable #t)
635  (writable #t)
636  (construct-only #f)
637)
638
639(define-property urgency-hint
640  (of-object "GtkAboutDialog")
641  (prop-type "GParamBoolean")
642  (docs "TRUE if the window should be brought to the user's attention.")
643  (readable #t)
644  (writable #t)
645  (construct-only #f)
646)
647
648(define-property accept-focus
649  (of-object "GtkAboutDialog")
650  (prop-type "GParamBoolean")
651  (docs "TRUE if the window should receive the input focus.")
652  (readable #t)
653  (writable #t)
654  (construct-only #f)
655)
656
657(define-property focus-on-map
658  (of-object "GtkAboutDialog")
659  (prop-type "GParamBoolean")
660  (docs "TRUE if the window should receive the input focus when mapped.")
661  (readable #t)
662  (writable #t)
663  (construct-only #f)
664)
665
666(define-property decorated
667  (of-object "GtkAboutDialog")
668  (prop-type "GParamBoolean")
669  (docs "Whether the window should be decorated by the window manager")
670  (readable #t)
671  (writable #t)
672  (construct-only #f)
673)
674
675(define-property deletable
676  (of-object "GtkAboutDialog")
677  (prop-type "GParamBoolean")
678  (docs "Whether the window frame should have a close button")
679  (readable #t)
680  (writable #t)
681  (construct-only #f)
682)
683
684(define-property gravity
685  (of-object "GtkAboutDialog")
686  (prop-type "GParamEnum")
687  (docs "The window gravity of the window")
688  (readable #t)
689  (writable #t)
690  (construct-only #f)
691)
692
693(define-property transient-for
694  (of-object "GtkAboutDialog")
695  (prop-type "GParamObject")
696  (docs "The transient parent of the dialog")
697  (readable #t)
698  (writable #t)
699  (construct-only #f)
700)
701
702(define-property opacity
703  (of-object "GtkAboutDialog")
704  (prop-type "GParamDouble")
705  (docs "The opacity of the window, from 0 to 1")
706  (readable #t)
707  (writable #t)
708  (construct-only #f)
709)
710
711(define-property is-active
712  (of-object "GtkAboutDialog")
713  (prop-type "GParamBoolean")
714  (docs "Whether the toplevel is the current active window")
715  (readable #t)
716  (writable #f)
717  (construct-only #f)
718)
719
720(define-property has-toplevel-focus
721  (of-object "GtkAboutDialog")
722  (prop-type "GParamBoolean")
723  (docs "Whether the input focus is within this GtkWindow")
724  (readable #t)
725  (writable #f)
726  (construct-only #f)
727)
728
729(define-property startup-id
730  (of-object "GtkAboutDialog")
731  (prop-type "GParamString")
732  (docs "Unique startup identifier for the window used by startup-notification")
733  (readable #f)
734  (writable #t)
735  (construct-only #f)
736)
737
738(define-property mnemonics-visible
739  (of-object "GtkAboutDialog")
740  (prop-type "GParamBoolean")
741  (docs "Whether mnemonics are currently visible in this window")
742  (readable #t)
743  (writable #t)
744  (construct-only #f)
745)
746
747(define-property has-separator
748  (of-object "GtkAboutDialog")
749  (prop-type "GParamBoolean")
750  (docs "The dialog has a separator bar above its buttons")
751  (readable #t)
752  (writable #t)
753  (construct-only #f)
754)
755
756(define-property program-name
757  (of-object "GtkAboutDialog")
758  (prop-type "GParamString")
759  (docs "The name of the program. If this is not set, it defaults to g_get_application_name()")
760  (readable #t)
761  (writable #t)
762  (construct-only #f)
763)
764
765(define-property version
766  (of-object "GtkAboutDialog")
767  (prop-type "GParamString")
768  (docs "The version of the program")
769  (readable #t)
770  (writable #t)
771  (construct-only #f)
772)
773
774(define-property copyright
775  (of-object "GtkAboutDialog")
776  (prop-type "GParamString")
777  (docs "Copyright information for the program")
778  (readable #t)
779  (writable #t)
780  (construct-only #f)
781)
782
783(define-property comments
784  (of-object "GtkAboutDialog")
785  (prop-type "GParamString")
786  (docs "Comments about the program")
787  (readable #t)
788  (writable #t)
789  (construct-only #f)
790)
791
792(define-property website
793  (of-object "GtkAboutDialog")
794  (prop-type "GParamString")
795  (docs "The URL for the link to the website of the program")
796  (readable #t)
797  (writable #t)
798  (construct-only #f)
799)
800
801(define-property website-label
802  (of-object "GtkAboutDialog")
803  (prop-type "GParamString")
804  (docs "The label for the link to the website of the program. If this is not set, it defaults to the URL")
805  (readable #t)
806  (writable #t)
807  (construct-only #f)
808)
809
810(define-property license
811  (of-object "GtkAboutDialog")
812  (prop-type "GParamString")
813  (docs "The license of the program")
814  (readable #t)
815  (writable #t)
816  (construct-only #f)
817)
818
819(define-property authors
820  (of-object "GtkAboutDialog")
821  (prop-type "GParamBoxed")
822  (docs "List of authors of the program")
823  (readable #t)
824  (writable #t)
825  (construct-only #f)
826)
827
828(define-property documenters
829  (of-object "GtkAboutDialog")
830  (prop-type "GParamBoxed")
831  (docs "List of people documenting the program")
832  (readable #t)
833  (writable #t)
834  (construct-only #f)
835)
836
837(define-property translator-credits
838  (of-object "GtkAboutDialog")
839  (prop-type "GParamString")
840  (docs "Credits to the translators. This string should be marked as translatable")
841  (readable #t)
842  (writable #t)
843  (construct-only #f)
844)
845
846(define-property artists
847  (of-object "GtkAboutDialog")
848  (prop-type "GParamBoxed")
849  (docs "List of people who have contributed artwork to the program")
850  (readable #t)
851  (writable #t)
852  (construct-only #f)
853)
854
855(define-property logo
856  (of-object "GtkAboutDialog")
857  (prop-type "GParamObject")
858  (docs "A logo for the about box. If this is not set, it defaults to gtk_window_get_default_icon_list()")
859  (readable #t)
860  (writable #t)
861  (construct-only #f)
862)
863
864(define-property logo-icon-name
865  (of-object "GtkAboutDialog")
866  (prop-type "GParamString")
867  (docs "A named icon to use as the logo for the about box.")
868  (readable #t)
869  (writable #t)
870  (construct-only #f)
871)
872
873(define-property wrap-license
874  (of-object "GtkAboutDialog")
875  (prop-type "GParamBoolean")
876  (docs "Whether to wrap the license text.")
877  (readable #t)
878  (writable #t)
879  (construct-only #f)
880)
881
882;; From GtkAccelGroup
883
884(define-signal accel-activate
885  (of-object "GtkAccelGroup")
886  (return-type "gboolean")
887  (when "unknown")
888  (parameters
889    '("GObject*" "p0")
890    '("guint" "p1")
891    '("GdkModifierType" "p2")
892  )
893)
894
895(define-signal accel-changed
896  (of-object "GtkAccelGroup")
897  (return-type "void")
898  (when "first")
899  (parameters
900    '("guint" "p0")
901    '("GdkModifierType" "p1")
902    '("GClosure*" "p2")
903  )
904)
905
906(define-property is-locked
907  (of-object "GtkAccelGroup")
908  (prop-type "GParamBoolean")
909  (docs "Is the accel group locked")
910  (readable #t)
911  (writable #f)
912  (construct-only #f)
913)
914
915(define-property modifier-mask
916  (of-object "GtkAccelGroup")
917  (prop-type "GParamFlags")
918  (docs "Modifier Mask")
919  (readable #t)
920  (writable #f)
921  (construct-only #f)
922)
923
924;; From GtkAccelLabel
925
926(define-property user-data
927  (of-object "GtkAccelLabel")
928  (prop-type "GParamPointer")
929  (docs "Anonymous User Data Pointer")
930  (readable #t)
931  (writable #t)
932  (construct-only #f)
933)
934
935(define-property name
936  (of-object "GtkAccelLabel")
937  (prop-type "GParamString")
938  (docs "The name of the widget")
939  (readable #t)
940  (writable #t)
941  (construct-only #f)
942)
943
944(define-property parent
945  (of-object "GtkAccelLabel")
946  (prop-type "GParamObject")
947  (docs "The parent widget of this widget. Must be a Container widget")
948  (readable #t)
949  (writable #t)
950  (construct-only #f)
951)
952
953(define-property width-request
954  (of-object "GtkAccelLabel")
955  (prop-type "GParamInt")
956  (docs "Override for width request of the widget, or -1 if natural request should be used")
957  (readable #t)
958  (writable #t)
959  (construct-only #f)
960)
961
962(define-property height-request
963  (of-object "GtkAccelLabel")
964  (prop-type "GParamInt")
965  (docs "Override for height request of the widget, or -1 if natural request should be used")
966  (readable #t)
967  (writable #t)
968  (construct-only #f)
969)
970
971(define-property visible
972  (of-object "GtkAccelLabel")
973  (prop-type "GParamBoolean")
974  (docs "Whether the widget is visible")
975  (readable #t)
976  (writable #t)
977  (construct-only #f)
978)
979
980(define-property sensitive
981  (of-object "GtkAccelLabel")
982  (prop-type "GParamBoolean")
983  (docs "Whether the widget responds to input")
984  (readable #t)
985  (writable #t)
986  (construct-only #f)
987)
988
989(define-property app-paintable
990  (of-object "GtkAccelLabel")
991  (prop-type "GParamBoolean")
992  (docs "Whether the application will paint directly on the widget")
993  (readable #t)
994  (writable #t)
995  (construct-only #f)
996)
997
998(define-property can-focus
999  (of-object "GtkAccelLabel")
1000  (prop-type "GParamBoolean")
1001  (docs "Whether the widget can accept the input focus")
1002  (readable #t)
1003  (writable #t)
1004  (construct-only #f)
1005)
1006
1007(define-property has-focus
1008  (of-object "GtkAccelLabel")
1009  (prop-type "GParamBoolean")
1010  (docs "Whether the widget has the input focus")
1011  (readable #t)
1012  (writable #t)
1013  (construct-only #f)
1014)
1015
1016(define-property is-focus
1017  (of-object "GtkAccelLabel")
1018  (prop-type "GParamBoolean")
1019  (docs "Whether the widget is the focus widget within the toplevel")
1020  (readable #t)
1021  (writable #t)
1022  (construct-only #f)
1023)
1024
1025(define-property can-default
1026  (of-object "GtkAccelLabel")
1027  (prop-type "GParamBoolean")
1028  (docs "Whether the widget can be the default widget")
1029  (readable #t)
1030  (writable #t)
1031  (construct-only #f)
1032)
1033
1034(define-property has-default
1035  (of-object "GtkAccelLabel")
1036  (prop-type "GParamBoolean")
1037  (docs "Whether the widget is the default widget")
1038  (readable #t)
1039  (writable #t)
1040  (construct-only #f)
1041)
1042
1043(define-property receives-default
1044  (of-object "GtkAccelLabel")
1045  (prop-type "GParamBoolean")
1046  (docs "If TRUE, the widget will receive the default action when it is focused")
1047  (readable #t)
1048  (writable #t)
1049  (construct-only #f)
1050)
1051
1052(define-property composite-child
1053  (of-object "GtkAccelLabel")
1054  (prop-type "GParamBoolean")
1055  (docs "Whether the widget is part of a composite widget")
1056  (readable #t)
1057  (writable #f)
1058  (construct-only #f)
1059)
1060
1061(define-property style
1062  (of-object "GtkAccelLabel")
1063  (prop-type "GParamObject")
1064  (docs "The style of the widget, which contains information about how it will look (colors etc)")
1065  (readable #t)
1066  (writable #t)
1067  (construct-only #f)
1068)
1069
1070(define-property events
1071  (of-object "GtkAccelLabel")
1072  (prop-type "GParamFlags")
1073  (docs "The event mask that decides what kind of GdkEvents this widget gets")
1074  (readable #t)
1075  (writable #t)
1076  (construct-only #f)
1077)
1078
1079(define-property extension-events
1080  (of-object "GtkAccelLabel")
1081  (prop-type "GParamEnum")
1082  (docs "The mask that decides what kind of extension events this widget gets")
1083  (readable #t)
1084  (writable #t)
1085  (construct-only #f)
1086)
1087
1088(define-property no-show-all
1089  (of-object "GtkAccelLabel")
1090  (prop-type "GParamBoolean")
1091  (docs "Whether gtk_widget_show_all() should not affect this widget")
1092  (readable #t)
1093  (writable #t)
1094  (construct-only #f)
1095)
1096
1097(define-property has-tooltip
1098  (of-object "GtkAccelLabel")
1099  (prop-type "GParamBoolean")
1100  (docs "Whether this widget has a tooltip")
1101  (readable #t)
1102  (writable #t)
1103  (construct-only #f)
1104)
1105
1106(define-property tooltip-markup
1107  (of-object "GtkAccelLabel")
1108  (prop-type "GParamString")
1109  (docs "The contents of the tooltip for this widget")
1110  (readable #t)
1111  (writable #t)
1112  (construct-only #f)
1113)
1114
1115(define-property tooltip-text
1116  (of-object "GtkAccelLabel")
1117  (prop-type "GParamString")
1118  (docs "The contents of the tooltip for this widget")
1119  (readable #t)
1120  (writable #t)
1121  (construct-only #f)
1122)
1123
1124(define-property window
1125  (of-object "GtkAccelLabel")
1126  (prop-type "GParamObject")
1127  (docs "The widget's window if it is realized")
1128  (readable #t)
1129  (writable #f)
1130  (construct-only #f)
1131)
1132
1133(define-property double-buffered
1134  (of-object "GtkAccelLabel")
1135  (prop-type "GParamBoolean")
1136  (docs "Whether or not the widget is double buffered")
1137  (readable #t)
1138  (writable #t)
1139  (construct-only #f)
1140)
1141
1142(define-property xalign
1143  (of-object "GtkAccelLabel")
1144  (prop-type "GParamFloat")
1145  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
1146  (readable #t)
1147  (writable #t)
1148  (construct-only #f)
1149)
1150
1151(define-property yalign
1152  (of-object "GtkAccelLabel")
1153  (prop-type "GParamFloat")
1154  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
1155  (readable #t)
1156  (writable #t)
1157  (construct-only #f)
1158)
1159
1160(define-property xpad
1161  (of-object "GtkAccelLabel")
1162  (prop-type "GParamInt")
1163  (docs "The amount of space to add on the left and right of the widget, in pixels")
1164  (readable #t)
1165  (writable #t)
1166  (construct-only #f)
1167)
1168
1169(define-property ypad
1170  (of-object "GtkAccelLabel")
1171  (prop-type "GParamInt")
1172  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
1173  (readable #t)
1174  (writable #t)
1175  (construct-only #f)
1176)
1177
1178(define-property label
1179  (of-object "GtkAccelLabel")
1180  (prop-type "GParamString")
1181  (docs "The text of the label")
1182  (readable #t)
1183  (writable #t)
1184  (construct-only #f)
1185)
1186
1187(define-property attributes
1188  (of-object "GtkAccelLabel")
1189  (prop-type "GParamBoxed")
1190  (docs "A list of style attributes to apply to the text of the label")
1191  (readable #t)
1192  (writable #t)
1193  (construct-only #f)
1194)
1195
1196(define-property use-markup
1197  (of-object "GtkAccelLabel")
1198  (prop-type "GParamBoolean")
1199  (docs "The text of the label includes XML markup. See pango_parse_markup()")
1200  (readable #t)
1201  (writable #t)
1202  (construct-only #f)
1203)
1204
1205(define-property use-underline
1206  (of-object "GtkAccelLabel")
1207  (prop-type "GParamBoolean")
1208  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
1209  (readable #t)
1210  (writable #t)
1211  (construct-only #f)
1212)
1213
1214(define-property justify
1215  (of-object "GtkAccelLabel")
1216  (prop-type "GParamEnum")
1217  (docs "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that")
1218  (readable #t)
1219  (writable #t)
1220  (construct-only #f)
1221)
1222
1223(define-property pattern
1224  (of-object "GtkAccelLabel")
1225  (prop-type "GParamString")
1226  (docs "A string with _ characters in positions correspond to characters in the text to underline")
1227  (readable #f)
1228  (writable #t)
1229  (construct-only #f)
1230)
1231
1232(define-property wrap
1233  (of-object "GtkAccelLabel")
1234  (prop-type "GParamBoolean")
1235  (docs "If set, wrap lines if the text becomes too wide")
1236  (readable #t)
1237  (writable #t)
1238  (construct-only #f)
1239)
1240
1241(define-property wrap-mode
1242  (of-object "GtkAccelLabel")
1243  (prop-type "GParamEnum")
1244  (docs "If wrap is set, controls how linewrapping is done")
1245  (readable #t)
1246  (writable #t)
1247  (construct-only #f)
1248)
1249
1250(define-property selectable
1251  (of-object "GtkAccelLabel")
1252  (prop-type "GParamBoolean")
1253  (docs "Whether the label text can be selected with the mouse")
1254  (readable #t)
1255  (writable #t)
1256  (construct-only #f)
1257)
1258
1259(define-property mnemonic-keyval
1260  (of-object "GtkAccelLabel")
1261  (prop-type "GParamUInt")
1262  (docs "The mnemonic accelerator key for this label")
1263  (readable #t)
1264  (writable #f)
1265  (construct-only #f)
1266)
1267
1268(define-property mnemonic-widget
1269  (of-object "GtkAccelLabel")
1270  (prop-type "GParamObject")
1271  (docs "The widget to be activated when the label's mnemonic key is pressed")
1272  (readable #t)
1273  (writable #t)
1274  (construct-only #f)
1275)
1276
1277(define-property cursor-position
1278  (of-object "GtkAccelLabel")
1279  (prop-type "GParamInt")
1280  (docs "The current position of the insertion cursor in chars")
1281  (readable #t)
1282  (writable #f)
1283  (construct-only #f)
1284)
1285
1286(define-property selection-bound
1287  (of-object "GtkAccelLabel")
1288  (prop-type "GParamInt")
1289  (docs "The position of the opposite end of the selection from the cursor in chars")
1290  (readable #t)
1291  (writable #f)
1292  (construct-only #f)
1293)
1294
1295(define-property ellipsize
1296  (of-object "GtkAccelLabel")
1297  (prop-type "GParamEnum")
1298  (docs "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string")
1299  (readable #t)
1300  (writable #t)
1301  (construct-only #f)
1302)
1303
1304(define-property width-chars
1305  (of-object "GtkAccelLabel")
1306  (prop-type "GParamInt")
1307  (docs "The desired width of the label, in characters")
1308  (readable #t)
1309  (writable #t)
1310  (construct-only #f)
1311)
1312
1313(define-property single-line-mode
1314  (of-object "GtkAccelLabel")
1315  (prop-type "GParamBoolean")
1316  (docs "Whether the label is in single line mode")
1317  (readable #t)
1318  (writable #t)
1319  (construct-only #f)
1320)
1321
1322(define-property angle
1323  (of-object "GtkAccelLabel")
1324  (prop-type "GParamDouble")
1325  (docs "Angle at which the label is rotated")
1326  (readable #t)
1327  (writable #t)
1328  (construct-only #f)
1329)
1330
1331(define-property max-width-chars
1332  (of-object "GtkAccelLabel")
1333  (prop-type "GParamInt")
1334  (docs "The desired maximum width of the label, in characters")
1335  (readable #t)
1336  (writable #t)
1337  (construct-only #f)
1338)
1339
1340(define-property track-visited-links
1341  (of-object "GtkAccelLabel")
1342  (prop-type "GParamBoolean")
1343  (docs "Whether visited links should be tracked")
1344  (readable #t)
1345  (writable #t)
1346  (construct-only #f)
1347)
1348
1349(define-property accel-closure
1350  (of-object "GtkAccelLabel")
1351  (prop-type "GParamBoxed")
1352  (docs "The closure to be monitored for accelerator changes")
1353  (readable #t)
1354  (writable #t)
1355  (construct-only #f)
1356)
1357
1358(define-property accel-widget
1359  (of-object "GtkAccelLabel")
1360  (prop-type "GParamObject")
1361  (docs "The widget to be monitored for accelerator changes")
1362  (readable #t)
1363  (writable #t)
1364  (construct-only #f)
1365)
1366
1367;; From GtkAction
1368
1369(define-signal activate
1370  (of-object "GtkAction")
1371  (return-type "void")
1372  (when "first")
1373)
1374
1375(define-property name
1376  (of-object "GtkAction")
1377  (prop-type "GParamString")
1378  (docs "A unique name for the action.")
1379  (readable #t)
1380  (writable #t)
1381  (construct-only #t)
1382)
1383
1384(define-property label
1385  (of-object "GtkAction")
1386  (prop-type "GParamString")
1387  (docs "The label used for menu items and buttons that activate this action.")
1388  (readable #t)
1389  (writable #t)
1390  (construct-only #f)
1391)
1392
1393(define-property short-label
1394  (of-object "GtkAction")
1395  (prop-type "GParamString")
1396  (docs "A shorter label that may be used on toolbar buttons.")
1397  (readable #t)
1398  (writable #t)
1399  (construct-only #f)
1400)
1401
1402(define-property tooltip
1403  (of-object "GtkAction")
1404  (prop-type "GParamString")
1405  (docs "A tooltip for this action.")
1406  (readable #t)
1407  (writable #t)
1408  (construct-only #f)
1409)
1410
1411(define-property stock-id
1412  (of-object "GtkAction")
1413  (prop-type "GParamString")
1414  (docs "The stock icon displayed in widgets representing this action.")
1415  (readable #t)
1416  (writable #t)
1417  (construct-only #f)
1418)
1419
1420(define-property icon-name
1421  (of-object "GtkAction")
1422  (prop-type "GParamString")
1423  (docs "The name of the icon from the icon theme")
1424  (readable #t)
1425  (writable #t)
1426  (construct-only #f)
1427)
1428
1429(define-property gicon
1430  (of-object "GtkAction")
1431  (prop-type "GParamObject")
1432  (docs "The GIcon being displayed")
1433  (readable #t)
1434  (writable #t)
1435  (construct-only #f)
1436)
1437
1438(define-property visible-horizontal
1439  (of-object "GtkAction")
1440  (prop-type "GParamBoolean")
1441  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
1442  (readable #t)
1443  (writable #t)
1444  (construct-only #f)
1445)
1446
1447(define-property visible-vertical
1448  (of-object "GtkAction")
1449  (prop-type "GParamBoolean")
1450  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
1451  (readable #t)
1452  (writable #t)
1453  (construct-only #f)
1454)
1455
1456(define-property visible-overflown
1457  (of-object "GtkAction")
1458  (prop-type "GParamBoolean")
1459  (docs "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.")
1460  (readable #t)
1461  (writable #t)
1462  (construct-only #f)
1463)
1464
1465(define-property is-important
1466  (of-object "GtkAction")
1467  (prop-type "GParamBoolean")
1468  (docs "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.")
1469  (readable #t)
1470  (writable #t)
1471  (construct-only #f)
1472)
1473
1474(define-property hide-if-empty
1475  (of-object "GtkAction")
1476  (prop-type "GParamBoolean")
1477  (docs "When TRUE, empty menu proxies for this action are hidden.")
1478  (readable #t)
1479  (writable #t)
1480  (construct-only #f)
1481)
1482
1483(define-property sensitive
1484  (of-object "GtkAction")
1485  (prop-type "GParamBoolean")
1486  (docs "Whether the action is enabled.")
1487  (readable #t)
1488  (writable #t)
1489  (construct-only #f)
1490)
1491
1492(define-property visible
1493  (of-object "GtkAction")
1494  (prop-type "GParamBoolean")
1495  (docs "Whether the action is visible.")
1496  (readable #t)
1497  (writable #t)
1498  (construct-only #f)
1499)
1500
1501(define-property action-group
1502  (of-object "GtkAction")
1503  (prop-type "GParamObject")
1504  (docs "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).")
1505  (readable #t)
1506  (writable #t)
1507  (construct-only #f)
1508)
1509
1510(define-property always-show-image
1511  (of-object "GtkAction")
1512  (prop-type "GParamBoolean")
1513  (docs "Whether the image will always be shown")
1514  (readable #t)
1515  (writable #t)
1516  (construct-only #f)
1517)
1518
1519;; From GtkActionGroup
1520
1521(define-signal connect-proxy
1522  (of-object "GtkActionGroup")
1523  (return-type "void")
1524  (when "unknown")
1525  (parameters
1526    '("GtkAction*" "p0")
1527    '("GtkWidget*" "p1")
1528  )
1529)
1530
1531(define-signal disconnect-proxy
1532  (of-object "GtkActionGroup")
1533  (return-type "void")
1534  (when "unknown")
1535  (parameters
1536    '("GtkAction*" "p0")
1537    '("GtkWidget*" "p1")
1538  )
1539)
1540
1541(define-signal pre-activate
1542  (of-object "GtkActionGroup")
1543  (return-type "void")
1544  (when "unknown")
1545  (parameters
1546    '("GtkAction*" "p0")
1547  )
1548)
1549
1550(define-signal post-activate
1551  (of-object "GtkActionGroup")
1552  (return-type "void")
1553  (when "unknown")
1554  (parameters
1555    '("GtkAction*" "p0")
1556  )
1557)
1558
1559(define-property name
1560  (of-object "GtkActionGroup")
1561  (prop-type "GParamString")
1562  (docs "A name for the action group.")
1563  (readable #t)
1564  (writable #t)
1565  (construct-only #t)
1566)
1567
1568(define-property sensitive
1569  (of-object "GtkActionGroup")
1570  (prop-type "GParamBoolean")
1571  (docs "Whether the action group is enabled.")
1572  (readable #t)
1573  (writable #t)
1574  (construct-only #f)
1575)
1576
1577(define-property visible
1578  (of-object "GtkActionGroup")
1579  (prop-type "GParamBoolean")
1580  (docs "Whether the action group is visible.")
1581  (readable #t)
1582  (writable #t)
1583  (construct-only #f)
1584)
1585
1586;; From GtkActivatable
1587
1588(define-property related-action
1589  (of-object "GtkActivatable")
1590  (prop-type "GParamObject")
1591  (docs "The action this activatable will activate and receive updates from")
1592  (readable #t)
1593  (writable #t)
1594  (construct-only #f)
1595)
1596
1597(define-property use-action-appearance
1598  (of-object "GtkActivatable")
1599  (prop-type "GParamBoolean")
1600  (docs "Whether to use the related actions appearance properties")
1601  (readable #t)
1602  (writable #t)
1603  (construct-only #f)
1604)
1605
1606;; From GtkAdjustment
1607
1608(define-signal value-changed
1609  (of-object "GtkAdjustment")
1610  (return-type "void")
1611  (when "first")
1612)
1613
1614(define-signal changed
1615  (of-object "GtkAdjustment")
1616  (return-type "void")
1617  (when "first")
1618)
1619
1620(define-property user-data
1621  (of-object "GtkAdjustment")
1622  (prop-type "GParamPointer")
1623  (docs "Anonymous User Data Pointer")
1624  (readable #t)
1625  (writable #t)
1626  (construct-only #f)
1627)
1628
1629(define-property value
1630  (of-object "GtkAdjustment")
1631  (prop-type "GParamDouble")
1632  (docs "The value of the adjustment")
1633  (readable #t)
1634  (writable #t)
1635  (construct-only #f)
1636)
1637
1638(define-property lower
1639  (of-object "GtkAdjustment")
1640  (prop-type "GParamDouble")
1641  (docs "The minimum value of the adjustment")
1642  (readable #t)
1643  (writable #t)
1644  (construct-only #f)
1645)
1646
1647(define-property upper
1648  (of-object "GtkAdjustment")
1649  (prop-type "GParamDouble")
1650  (docs "The maximum value of the adjustment")
1651  (readable #t)
1652  (writable #t)
1653  (construct-only #f)
1654)
1655
1656(define-property step-increment
1657  (of-object "GtkAdjustment")
1658  (prop-type "GParamDouble")
1659  (docs "The step increment of the adjustment")
1660  (readable #t)
1661  (writable #t)
1662  (construct-only #f)
1663)
1664
1665(define-property page-increment
1666  (of-object "GtkAdjustment")
1667  (prop-type "GParamDouble")
1668  (docs "The page increment of the adjustment")
1669  (readable #t)
1670  (writable #t)
1671  (construct-only #f)
1672)
1673
1674(define-property page-size
1675  (of-object "GtkAdjustment")
1676  (prop-type "GParamDouble")
1677  (docs "The page size of the adjustment")
1678  (readable #t)
1679  (writable #t)
1680  (construct-only #f)
1681)
1682
1683;; From GtkAlignment
1684
1685(define-property user-data
1686  (of-object "GtkAlignment")
1687  (prop-type "GParamPointer")
1688  (docs "Anonymous User Data Pointer")
1689  (readable #t)
1690  (writable #t)
1691  (construct-only #f)
1692)
1693
1694(define-property name
1695  (of-object "GtkAlignment")
1696  (prop-type "GParamString")
1697  (docs "The name of the widget")
1698  (readable #t)
1699  (writable #t)
1700  (construct-only #f)
1701)
1702
1703(define-property parent
1704  (of-object "GtkAlignment")
1705  (prop-type "GParamObject")
1706  (docs "The parent widget of this widget. Must be a Container widget")
1707  (readable #t)
1708  (writable #t)
1709  (construct-only #f)
1710)
1711
1712(define-property width-request
1713  (of-object "GtkAlignment")
1714  (prop-type "GParamInt")
1715  (docs "Override for width request of the widget, or -1 if natural request should be used")
1716  (readable #t)
1717  (writable #t)
1718  (construct-only #f)
1719)
1720
1721(define-property height-request
1722  (of-object "GtkAlignment")
1723  (prop-type "GParamInt")
1724  (docs "Override for height request of the widget, or -1 if natural request should be used")
1725  (readable #t)
1726  (writable #t)
1727  (construct-only #f)
1728)
1729
1730(define-property visible
1731  (of-object "GtkAlignment")
1732  (prop-type "GParamBoolean")
1733  (docs "Whether the widget is visible")
1734  (readable #t)
1735  (writable #t)
1736  (construct-only #f)
1737)
1738
1739(define-property sensitive
1740  (of-object "GtkAlignment")
1741  (prop-type "GParamBoolean")
1742  (docs "Whether the widget responds to input")
1743  (readable #t)
1744  (writable #t)
1745  (construct-only #f)
1746)
1747
1748(define-property app-paintable
1749  (of-object "GtkAlignment")
1750  (prop-type "GParamBoolean")
1751  (docs "Whether the application will paint directly on the widget")
1752  (readable #t)
1753  (writable #t)
1754  (construct-only #f)
1755)
1756
1757(define-property can-focus
1758  (of-object "GtkAlignment")
1759  (prop-type "GParamBoolean")
1760  (docs "Whether the widget can accept the input focus")
1761  (readable #t)
1762  (writable #t)
1763  (construct-only #f)
1764)
1765
1766(define-property has-focus
1767  (of-object "GtkAlignment")
1768  (prop-type "GParamBoolean")
1769  (docs "Whether the widget has the input focus")
1770  (readable #t)
1771  (writable #t)
1772  (construct-only #f)
1773)
1774
1775(define-property is-focus
1776  (of-object "GtkAlignment")
1777  (prop-type "GParamBoolean")
1778  (docs "Whether the widget is the focus widget within the toplevel")
1779  (readable #t)
1780  (writable #t)
1781  (construct-only #f)
1782)
1783
1784(define-property can-default
1785  (of-object "GtkAlignment")
1786  (prop-type "GParamBoolean")
1787  (docs "Whether the widget can be the default widget")
1788  (readable #t)
1789  (writable #t)
1790  (construct-only #f)
1791)
1792
1793(define-property has-default
1794  (of-object "GtkAlignment")
1795  (prop-type "GParamBoolean")
1796  (docs "Whether the widget is the default widget")
1797  (readable #t)
1798  (writable #t)
1799  (construct-only #f)
1800)
1801
1802(define-property receives-default
1803  (of-object "GtkAlignment")
1804  (prop-type "GParamBoolean")
1805  (docs "If TRUE, the widget will receive the default action when it is focused")
1806  (readable #t)
1807  (writable #t)
1808  (construct-only #f)
1809)
1810
1811(define-property composite-child
1812  (of-object "GtkAlignment")
1813  (prop-type "GParamBoolean")
1814  (docs "Whether the widget is part of a composite widget")
1815  (readable #t)
1816  (writable #f)
1817  (construct-only #f)
1818)
1819
1820(define-property style
1821  (of-object "GtkAlignment")
1822  (prop-type "GParamObject")
1823  (docs "The style of the widget, which contains information about how it will look (colors etc)")
1824  (readable #t)
1825  (writable #t)
1826  (construct-only #f)
1827)
1828
1829(define-property events
1830  (of-object "GtkAlignment")
1831  (prop-type "GParamFlags")
1832  (docs "The event mask that decides what kind of GdkEvents this widget gets")
1833  (readable #t)
1834  (writable #t)
1835  (construct-only #f)
1836)
1837
1838(define-property extension-events
1839  (of-object "GtkAlignment")
1840  (prop-type "GParamEnum")
1841  (docs "The mask that decides what kind of extension events this widget gets")
1842  (readable #t)
1843  (writable #t)
1844  (construct-only #f)
1845)
1846
1847(define-property no-show-all
1848  (of-object "GtkAlignment")
1849  (prop-type "GParamBoolean")
1850  (docs "Whether gtk_widget_show_all() should not affect this widget")
1851  (readable #t)
1852  (writable #t)
1853  (construct-only #f)
1854)
1855
1856(define-property has-tooltip
1857  (of-object "GtkAlignment")
1858  (prop-type "GParamBoolean")
1859  (docs "Whether this widget has a tooltip")
1860  (readable #t)
1861  (writable #t)
1862  (construct-only #f)
1863)
1864
1865(define-property tooltip-markup
1866  (of-object "GtkAlignment")
1867  (prop-type "GParamString")
1868  (docs "The contents of the tooltip for this widget")
1869  (readable #t)
1870  (writable #t)
1871  (construct-only #f)
1872)
1873
1874(define-property tooltip-text
1875  (of-object "GtkAlignment")
1876  (prop-type "GParamString")
1877  (docs "The contents of the tooltip for this widget")
1878  (readable #t)
1879  (writable #t)
1880  (construct-only #f)
1881)
1882
1883(define-property window
1884  (of-object "GtkAlignment")
1885  (prop-type "GParamObject")
1886  (docs "The widget's window if it is realized")
1887  (readable #t)
1888  (writable #f)
1889  (construct-only #f)
1890)
1891
1892(define-property double-buffered
1893  (of-object "GtkAlignment")
1894  (prop-type "GParamBoolean")
1895  (docs "Whether or not the widget is double buffered")
1896  (readable #t)
1897  (writable #t)
1898  (construct-only #f)
1899)
1900
1901(define-property border-width
1902  (of-object "GtkAlignment")
1903  (prop-type "GParamUInt")
1904  (docs "The width of the empty border outside the containers children")
1905  (readable #t)
1906  (writable #t)
1907  (construct-only #f)
1908)
1909
1910(define-property resize-mode
1911  (of-object "GtkAlignment")
1912  (prop-type "GParamEnum")
1913  (docs "Specify how resize events are handled")
1914  (readable #t)
1915  (writable #t)
1916  (construct-only #f)
1917)
1918
1919(define-property child
1920  (of-object "GtkAlignment")
1921  (prop-type "GParamObject")
1922  (docs "Can be used to add a new child to the container")
1923  (readable #f)
1924  (writable #t)
1925  (construct-only #f)
1926)
1927
1928(define-property xalign
1929  (of-object "GtkAlignment")
1930  (prop-type "GParamFloat")
1931  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
1932  (readable #t)
1933  (writable #t)
1934  (construct-only #f)
1935)
1936
1937(define-property yalign
1938  (of-object "GtkAlignment")
1939  (prop-type "GParamFloat")
1940  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
1941  (readable #t)
1942  (writable #t)
1943  (construct-only #f)
1944)
1945
1946(define-property xscale
1947  (of-object "GtkAlignment")
1948  (prop-type "GParamFloat")
1949  (docs "If available horizontal space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all")
1950  (readable #t)
1951  (writable #t)
1952  (construct-only #f)
1953)
1954
1955(define-property yscale
1956  (of-object "GtkAlignment")
1957  (prop-type "GParamFloat")
1958  (docs "If available vertical space is bigger than needed for the child, how much of it to use for the child. 0.0 means none, 1.0 means all")
1959  (readable #t)
1960  (writable #t)
1961  (construct-only #f)
1962)
1963
1964(define-property top-padding
1965  (of-object "GtkAlignment")
1966  (prop-type "GParamUInt")
1967  (docs "The padding to insert at the top of the widget.")
1968  (readable #t)
1969  (writable #t)
1970  (construct-only #f)
1971)
1972
1973(define-property bottom-padding
1974  (of-object "GtkAlignment")
1975  (prop-type "GParamUInt")
1976  (docs "The padding to insert at the bottom of the widget.")
1977  (readable #t)
1978  (writable #t)
1979  (construct-only #f)
1980)
1981
1982(define-property left-padding
1983  (of-object "GtkAlignment")
1984  (prop-type "GParamUInt")
1985  (docs "The padding to insert at the left of the widget.")
1986  (readable #t)
1987  (writable #t)
1988  (construct-only #f)
1989)
1990
1991(define-property right-padding
1992  (of-object "GtkAlignment")
1993  (prop-type "GParamUInt")
1994  (docs "The padding to insert at the right of the widget.")
1995  (readable #t)
1996  (writable #t)
1997  (construct-only #f)
1998)
1999
2000;; From GtkArrow
2001
2002(define-property user-data
2003  (of-object "GtkArrow")
2004  (prop-type "GParamPointer")
2005  (docs "Anonymous User Data Pointer")
2006  (readable #t)
2007  (writable #t)
2008  (construct-only #f)
2009)
2010
2011(define-property name
2012  (of-object "GtkArrow")
2013  (prop-type "GParamString")
2014  (docs "The name of the widget")
2015  (readable #t)
2016  (writable #t)
2017  (construct-only #f)
2018)
2019
2020(define-property parent
2021  (of-object "GtkArrow")
2022  (prop-type "GParamObject")
2023  (docs "The parent widget of this widget. Must be a Container widget")
2024  (readable #t)
2025  (writable #t)
2026  (construct-only #f)
2027)
2028
2029(define-property width-request
2030  (of-object "GtkArrow")
2031  (prop-type "GParamInt")
2032  (docs "Override for width request of the widget, or -1 if natural request should be used")
2033  (readable #t)
2034  (writable #t)
2035  (construct-only #f)
2036)
2037
2038(define-property height-request
2039  (of-object "GtkArrow")
2040  (prop-type "GParamInt")
2041  (docs "Override for height request of the widget, or -1 if natural request should be used")
2042  (readable #t)
2043  (writable #t)
2044  (construct-only #f)
2045)
2046
2047(define-property visible
2048  (of-object "GtkArrow")
2049  (prop-type "GParamBoolean")
2050  (docs "Whether the widget is visible")
2051  (readable #t)
2052  (writable #t)
2053  (construct-only #f)
2054)
2055
2056(define-property sensitive
2057  (of-object "GtkArrow")
2058  (prop-type "GParamBoolean")
2059  (docs "Whether the widget responds to input")
2060  (readable #t)
2061  (writable #t)
2062  (construct-only #f)
2063)
2064
2065(define-property app-paintable
2066  (of-object "GtkArrow")
2067  (prop-type "GParamBoolean")
2068  (docs "Whether the application will paint directly on the widget")
2069  (readable #t)
2070  (writable #t)
2071  (construct-only #f)
2072)
2073
2074(define-property can-focus
2075  (of-object "GtkArrow")
2076  (prop-type "GParamBoolean")
2077  (docs "Whether the widget can accept the input focus")
2078  (readable #t)
2079  (writable #t)
2080  (construct-only #f)
2081)
2082
2083(define-property has-focus
2084  (of-object "GtkArrow")
2085  (prop-type "GParamBoolean")
2086  (docs "Whether the widget has the input focus")
2087  (readable #t)
2088  (writable #t)
2089  (construct-only #f)
2090)
2091
2092(define-property is-focus
2093  (of-object "GtkArrow")
2094  (prop-type "GParamBoolean")
2095  (docs "Whether the widget is the focus widget within the toplevel")
2096  (readable #t)
2097  (writable #t)
2098  (construct-only #f)
2099)
2100
2101(define-property can-default
2102  (of-object "GtkArrow")
2103  (prop-type "GParamBoolean")
2104  (docs "Whether the widget can be the default widget")
2105  (readable #t)
2106  (writable #t)
2107  (construct-only #f)
2108)
2109
2110(define-property has-default
2111  (of-object "GtkArrow")
2112  (prop-type "GParamBoolean")
2113  (docs "Whether the widget is the default widget")
2114  (readable #t)
2115  (writable #t)
2116  (construct-only #f)
2117)
2118
2119(define-property receives-default
2120  (of-object "GtkArrow")
2121  (prop-type "GParamBoolean")
2122  (docs "If TRUE, the widget will receive the default action when it is focused")
2123  (readable #t)
2124  (writable #t)
2125  (construct-only #f)
2126)
2127
2128(define-property composite-child
2129  (of-object "GtkArrow")
2130  (prop-type "GParamBoolean")
2131  (docs "Whether the widget is part of a composite widget")
2132  (readable #t)
2133  (writable #f)
2134  (construct-only #f)
2135)
2136
2137(define-property style
2138  (of-object "GtkArrow")
2139  (prop-type "GParamObject")
2140  (docs "The style of the widget, which contains information about how it will look (colors etc)")
2141  (readable #t)
2142  (writable #t)
2143  (construct-only #f)
2144)
2145
2146(define-property events
2147  (of-object "GtkArrow")
2148  (prop-type "GParamFlags")
2149  (docs "The event mask that decides what kind of GdkEvents this widget gets")
2150  (readable #t)
2151  (writable #t)
2152  (construct-only #f)
2153)
2154
2155(define-property extension-events
2156  (of-object "GtkArrow")
2157  (prop-type "GParamEnum")
2158  (docs "The mask that decides what kind of extension events this widget gets")
2159  (readable #t)
2160  (writable #t)
2161  (construct-only #f)
2162)
2163
2164(define-property no-show-all
2165  (of-object "GtkArrow")
2166  (prop-type "GParamBoolean")
2167  (docs "Whether gtk_widget_show_all() should not affect this widget")
2168  (readable #t)
2169  (writable #t)
2170  (construct-only #f)
2171)
2172
2173(define-property has-tooltip
2174  (of-object "GtkArrow")
2175  (prop-type "GParamBoolean")
2176  (docs "Whether this widget has a tooltip")
2177  (readable #t)
2178  (writable #t)
2179  (construct-only #f)
2180)
2181
2182(define-property tooltip-markup
2183  (of-object "GtkArrow")
2184  (prop-type "GParamString")
2185  (docs "The contents of the tooltip for this widget")
2186  (readable #t)
2187  (writable #t)
2188  (construct-only #f)
2189)
2190
2191(define-property tooltip-text
2192  (of-object "GtkArrow")
2193  (prop-type "GParamString")
2194  (docs "The contents of the tooltip for this widget")
2195  (readable #t)
2196  (writable #t)
2197  (construct-only #f)
2198)
2199
2200(define-property window
2201  (of-object "GtkArrow")
2202  (prop-type "GParamObject")
2203  (docs "The widget's window if it is realized")
2204  (readable #t)
2205  (writable #f)
2206  (construct-only #f)
2207)
2208
2209(define-property double-buffered
2210  (of-object "GtkArrow")
2211  (prop-type "GParamBoolean")
2212  (docs "Whether or not the widget is double buffered")
2213  (readable #t)
2214  (writable #t)
2215  (construct-only #f)
2216)
2217
2218(define-property xalign
2219  (of-object "GtkArrow")
2220  (prop-type "GParamFloat")
2221  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
2222  (readable #t)
2223  (writable #t)
2224  (construct-only #f)
2225)
2226
2227(define-property yalign
2228  (of-object "GtkArrow")
2229  (prop-type "GParamFloat")
2230  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
2231  (readable #t)
2232  (writable #t)
2233  (construct-only #f)
2234)
2235
2236(define-property xpad
2237  (of-object "GtkArrow")
2238  (prop-type "GParamInt")
2239  (docs "The amount of space to add on the left and right of the widget, in pixels")
2240  (readable #t)
2241  (writable #t)
2242  (construct-only #f)
2243)
2244
2245(define-property ypad
2246  (of-object "GtkArrow")
2247  (prop-type "GParamInt")
2248  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
2249  (readable #t)
2250  (writable #t)
2251  (construct-only #f)
2252)
2253
2254(define-property arrow-type
2255  (of-object "GtkArrow")
2256  (prop-type "GParamEnum")
2257  (docs "The direction the arrow should point")
2258  (readable #t)
2259  (writable #t)
2260  (construct-only #f)
2261)
2262
2263(define-property shadow-type
2264  (of-object "GtkArrow")
2265  (prop-type "GParamEnum")
2266  (docs "Appearance of the shadow surrounding the arrow")
2267  (readable #t)
2268  (writable #t)
2269  (construct-only #f)
2270)
2271
2272;; From GtkAspectFrame
2273
2274(define-property user-data
2275  (of-object "GtkAspectFrame")
2276  (prop-type "GParamPointer")
2277  (docs "Anonymous User Data Pointer")
2278  (readable #t)
2279  (writable #t)
2280  (construct-only #f)
2281)
2282
2283(define-property name
2284  (of-object "GtkAspectFrame")
2285  (prop-type "GParamString")
2286  (docs "The name of the widget")
2287  (readable #t)
2288  (writable #t)
2289  (construct-only #f)
2290)
2291
2292(define-property parent
2293  (of-object "GtkAspectFrame")
2294  (prop-type "GParamObject")
2295  (docs "The parent widget of this widget. Must be a Container widget")
2296  (readable #t)
2297  (writable #t)
2298  (construct-only #f)
2299)
2300
2301(define-property width-request
2302  (of-object "GtkAspectFrame")
2303  (prop-type "GParamInt")
2304  (docs "Override for width request of the widget, or -1 if natural request should be used")
2305  (readable #t)
2306  (writable #t)
2307  (construct-only #f)
2308)
2309
2310(define-property height-request
2311  (of-object "GtkAspectFrame")
2312  (prop-type "GParamInt")
2313  (docs "Override for height request of the widget, or -1 if natural request should be used")
2314  (readable #t)
2315  (writable #t)
2316  (construct-only #f)
2317)
2318
2319(define-property visible
2320  (of-object "GtkAspectFrame")
2321  (prop-type "GParamBoolean")
2322  (docs "Whether the widget is visible")
2323  (readable #t)
2324  (writable #t)
2325  (construct-only #f)
2326)
2327
2328(define-property sensitive
2329  (of-object "GtkAspectFrame")
2330  (prop-type "GParamBoolean")
2331  (docs "Whether the widget responds to input")
2332  (readable #t)
2333  (writable #t)
2334  (construct-only #f)
2335)
2336
2337(define-property app-paintable
2338  (of-object "GtkAspectFrame")
2339  (prop-type "GParamBoolean")
2340  (docs "Whether the application will paint directly on the widget")
2341  (readable #t)
2342  (writable #t)
2343  (construct-only #f)
2344)
2345
2346(define-property can-focus
2347  (of-object "GtkAspectFrame")
2348  (prop-type "GParamBoolean")
2349  (docs "Whether the widget can accept the input focus")
2350  (readable #t)
2351  (writable #t)
2352  (construct-only #f)
2353)
2354
2355(define-property has-focus
2356  (of-object "GtkAspectFrame")
2357  (prop-type "GParamBoolean")
2358  (docs "Whether the widget has the input focus")
2359  (readable #t)
2360  (writable #t)
2361  (construct-only #f)
2362)
2363
2364(define-property is-focus
2365  (of-object "GtkAspectFrame")
2366  (prop-type "GParamBoolean")
2367  (docs "Whether the widget is the focus widget within the toplevel")
2368  (readable #t)
2369  (writable #t)
2370  (construct-only #f)
2371)
2372
2373(define-property can-default
2374  (of-object "GtkAspectFrame")
2375  (prop-type "GParamBoolean")
2376  (docs "Whether the widget can be the default widget")
2377  (readable #t)
2378  (writable #t)
2379  (construct-only #f)
2380)
2381
2382(define-property has-default
2383  (of-object "GtkAspectFrame")
2384  (prop-type "GParamBoolean")
2385  (docs "Whether the widget is the default widget")
2386  (readable #t)
2387  (writable #t)
2388  (construct-only #f)
2389)
2390
2391(define-property receives-default
2392  (of-object "GtkAspectFrame")
2393  (prop-type "GParamBoolean")
2394  (docs "If TRUE, the widget will receive the default action when it is focused")
2395  (readable #t)
2396  (writable #t)
2397  (construct-only #f)
2398)
2399
2400(define-property composite-child
2401  (of-object "GtkAspectFrame")
2402  (prop-type "GParamBoolean")
2403  (docs "Whether the widget is part of a composite widget")
2404  (readable #t)
2405  (writable #f)
2406  (construct-only #f)
2407)
2408
2409(define-property style
2410  (of-object "GtkAspectFrame")
2411  (prop-type "GParamObject")
2412  (docs "The style of the widget, which contains information about how it will look (colors etc)")
2413  (readable #t)
2414  (writable #t)
2415  (construct-only #f)
2416)
2417
2418(define-property events
2419  (of-object "GtkAspectFrame")
2420  (prop-type "GParamFlags")
2421  (docs "The event mask that decides what kind of GdkEvents this widget gets")
2422  (readable #t)
2423  (writable #t)
2424  (construct-only #f)
2425)
2426
2427(define-property extension-events
2428  (of-object "GtkAspectFrame")
2429  (prop-type "GParamEnum")
2430  (docs "The mask that decides what kind of extension events this widget gets")
2431  (readable #t)
2432  (writable #t)
2433  (construct-only #f)
2434)
2435
2436(define-property no-show-all
2437  (of-object "GtkAspectFrame")
2438  (prop-type "GParamBoolean")
2439  (docs "Whether gtk_widget_show_all() should not affect this widget")
2440  (readable #t)
2441  (writable #t)
2442  (construct-only #f)
2443)
2444
2445(define-property has-tooltip
2446  (of-object "GtkAspectFrame")
2447  (prop-type "GParamBoolean")
2448  (docs "Whether this widget has a tooltip")
2449  (readable #t)
2450  (writable #t)
2451  (construct-only #f)
2452)
2453
2454(define-property tooltip-markup
2455  (of-object "GtkAspectFrame")
2456  (prop-type "GParamString")
2457  (docs "The contents of the tooltip for this widget")
2458  (readable #t)
2459  (writable #t)
2460  (construct-only #f)
2461)
2462
2463(define-property tooltip-text
2464  (of-object "GtkAspectFrame")
2465  (prop-type "GParamString")
2466  (docs "The contents of the tooltip for this widget")
2467  (readable #t)
2468  (writable #t)
2469  (construct-only #f)
2470)
2471
2472(define-property window
2473  (of-object "GtkAspectFrame")
2474  (prop-type "GParamObject")
2475  (docs "The widget's window if it is realized")
2476  (readable #t)
2477  (writable #f)
2478  (construct-only #f)
2479)
2480
2481(define-property double-buffered
2482  (of-object "GtkAspectFrame")
2483  (prop-type "GParamBoolean")
2484  (docs "Whether or not the widget is double buffered")
2485  (readable #t)
2486  (writable #t)
2487  (construct-only #f)
2488)
2489
2490(define-property border-width
2491  (of-object "GtkAspectFrame")
2492  (prop-type "GParamUInt")
2493  (docs "The width of the empty border outside the containers children")
2494  (readable #t)
2495  (writable #t)
2496  (construct-only #f)
2497)
2498
2499(define-property resize-mode
2500  (of-object "GtkAspectFrame")
2501  (prop-type "GParamEnum")
2502  (docs "Specify how resize events are handled")
2503  (readable #t)
2504  (writable #t)
2505  (construct-only #f)
2506)
2507
2508(define-property child
2509  (of-object "GtkAspectFrame")
2510  (prop-type "GParamObject")
2511  (docs "Can be used to add a new child to the container")
2512  (readable #f)
2513  (writable #t)
2514  (construct-only #f)
2515)
2516
2517(define-property label
2518  (of-object "GtkAspectFrame")
2519  (prop-type "GParamString")
2520  (docs "Text of the frame's label")
2521  (readable #t)
2522  (writable #t)
2523  (construct-only #f)
2524)
2525
2526(define-property label-xalign
2527  (of-object "GtkAspectFrame")
2528  (prop-type "GParamFloat")
2529  (docs "The horizontal alignment of the label")
2530  (readable #t)
2531  (writable #t)
2532  (construct-only #f)
2533)
2534
2535(define-property label-yalign
2536  (of-object "GtkAspectFrame")
2537  (prop-type "GParamFloat")
2538  (docs "The vertical alignment of the label")
2539  (readable #t)
2540  (writable #t)
2541  (construct-only #f)
2542)
2543
2544(define-property shadow
2545  (of-object "GtkAspectFrame")
2546  (prop-type "GParamEnum")
2547  (docs "Deprecated property, use shadow_type instead")
2548  (readable #t)
2549  (writable #t)
2550  (construct-only #f)
2551)
2552
2553(define-property shadow-type
2554  (of-object "GtkAspectFrame")
2555  (prop-type "GParamEnum")
2556  (docs "Appearance of the frame border")
2557  (readable #t)
2558  (writable #t)
2559  (construct-only #f)
2560)
2561
2562(define-property label-widget
2563  (of-object "GtkAspectFrame")
2564  (prop-type "GParamObject")
2565  (docs "A widget to display in place of the usual frame label")
2566  (readable #t)
2567  (writable #t)
2568  (construct-only #f)
2569)
2570
2571(define-property xalign
2572  (of-object "GtkAspectFrame")
2573  (prop-type "GParamFloat")
2574  (docs "X alignment of the child")
2575  (readable #t)
2576  (writable #t)
2577  (construct-only #f)
2578)
2579
2580(define-property yalign
2581  (of-object "GtkAspectFrame")
2582  (prop-type "GParamFloat")
2583  (docs "Y alignment of the child")
2584  (readable #t)
2585  (writable #t)
2586  (construct-only #f)
2587)
2588
2589(define-property ratio
2590  (of-object "GtkAspectFrame")
2591  (prop-type "GParamFloat")
2592  (docs "Aspect ratio if obey_child is FALSE")
2593  (readable #t)
2594  (writable #t)
2595  (construct-only #f)
2596)
2597
2598(define-property obey-child
2599  (of-object "GtkAspectFrame")
2600  (prop-type "GParamBoolean")
2601  (docs "Force aspect ratio to match that of the frame's child")
2602  (readable #t)
2603  (writable #t)
2604  (construct-only #f)
2605)
2606
2607;; From GtkAssistant
2608
2609(define-signal close
2610  (of-object "GtkAssistant")
2611  (return-type "void")
2612  (when "last")
2613)
2614
2615(define-signal cancel
2616  (of-object "GtkAssistant")
2617  (return-type "void")
2618  (when "last")
2619)
2620
2621(define-signal prepare
2622  (of-object "GtkAssistant")
2623  (return-type "void")
2624  (when "last")
2625  (parameters
2626    '("GtkWidget*" "p0")
2627  )
2628)
2629
2630(define-signal apply
2631  (of-object "GtkAssistant")
2632  (return-type "void")
2633  (when "last")
2634)
2635
2636(define-property user-data
2637  (of-object "GtkAssistant")
2638  (prop-type "GParamPointer")
2639  (docs "Anonymous User Data Pointer")
2640  (readable #t)
2641  (writable #t)
2642  (construct-only #f)
2643)
2644
2645(define-property name
2646  (of-object "GtkAssistant")
2647  (prop-type "GParamString")
2648  (docs "The name of the widget")
2649  (readable #t)
2650  (writable #t)
2651  (construct-only #f)
2652)
2653
2654(define-property parent
2655  (of-object "GtkAssistant")
2656  (prop-type "GParamObject")
2657  (docs "The parent widget of this widget. Must be a Container widget")
2658  (readable #t)
2659  (writable #t)
2660  (construct-only #f)
2661)
2662
2663(define-property width-request
2664  (of-object "GtkAssistant")
2665  (prop-type "GParamInt")
2666  (docs "Override for width request of the widget, or -1 if natural request should be used")
2667  (readable #t)
2668  (writable #t)
2669  (construct-only #f)
2670)
2671
2672(define-property height-request
2673  (of-object "GtkAssistant")
2674  (prop-type "GParamInt")
2675  (docs "Override for height request of the widget, or -1 if natural request should be used")
2676  (readable #t)
2677  (writable #t)
2678  (construct-only #f)
2679)
2680
2681(define-property visible
2682  (of-object "GtkAssistant")
2683  (prop-type "GParamBoolean")
2684  (docs "Whether the widget is visible")
2685  (readable #t)
2686  (writable #t)
2687  (construct-only #f)
2688)
2689
2690(define-property sensitive
2691  (of-object "GtkAssistant")
2692  (prop-type "GParamBoolean")
2693  (docs "Whether the widget responds to input")
2694  (readable #t)
2695  (writable #t)
2696  (construct-only #f)
2697)
2698
2699(define-property app-paintable
2700  (of-object "GtkAssistant")
2701  (prop-type "GParamBoolean")
2702  (docs "Whether the application will paint directly on the widget")
2703  (readable #t)
2704  (writable #t)
2705  (construct-only #f)
2706)
2707
2708(define-property can-focus
2709  (of-object "GtkAssistant")
2710  (prop-type "GParamBoolean")
2711  (docs "Whether the widget can accept the input focus")
2712  (readable #t)
2713  (writable #t)
2714  (construct-only #f)
2715)
2716
2717(define-property has-focus
2718  (of-object "GtkAssistant")
2719  (prop-type "GParamBoolean")
2720  (docs "Whether the widget has the input focus")
2721  (readable #t)
2722  (writable #t)
2723  (construct-only #f)
2724)
2725
2726(define-property is-focus
2727  (of-object "GtkAssistant")
2728  (prop-type "GParamBoolean")
2729  (docs "Whether the widget is the focus widget within the toplevel")
2730  (readable #t)
2731  (writable #t)
2732  (construct-only #f)
2733)
2734
2735(define-property can-default
2736  (of-object "GtkAssistant")
2737  (prop-type "GParamBoolean")
2738  (docs "Whether the widget can be the default widget")
2739  (readable #t)
2740  (writable #t)
2741  (construct-only #f)
2742)
2743
2744(define-property has-default
2745  (of-object "GtkAssistant")
2746  (prop-type "GParamBoolean")
2747  (docs "Whether the widget is the default widget")
2748  (readable #t)
2749  (writable #t)
2750  (construct-only #f)
2751)
2752
2753(define-property receives-default
2754  (of-object "GtkAssistant")
2755  (prop-type "GParamBoolean")
2756  (docs "If TRUE, the widget will receive the default action when it is focused")
2757  (readable #t)
2758  (writable #t)
2759  (construct-only #f)
2760)
2761
2762(define-property composite-child
2763  (of-object "GtkAssistant")
2764  (prop-type "GParamBoolean")
2765  (docs "Whether the widget is part of a composite widget")
2766  (readable #t)
2767  (writable #f)
2768  (construct-only #f)
2769)
2770
2771(define-property style
2772  (of-object "GtkAssistant")
2773  (prop-type "GParamObject")
2774  (docs "The style of the widget, which contains information about how it will look (colors etc)")
2775  (readable #t)
2776  (writable #t)
2777  (construct-only #f)
2778)
2779
2780(define-property events
2781  (of-object "GtkAssistant")
2782  (prop-type "GParamFlags")
2783  (docs "The event mask that decides what kind of GdkEvents this widget gets")
2784  (readable #t)
2785  (writable #t)
2786  (construct-only #f)
2787)
2788
2789(define-property extension-events
2790  (of-object "GtkAssistant")
2791  (prop-type "GParamEnum")
2792  (docs "The mask that decides what kind of extension events this widget gets")
2793  (readable #t)
2794  (writable #t)
2795  (construct-only #f)
2796)
2797
2798(define-property no-show-all
2799  (of-object "GtkAssistant")
2800  (prop-type "GParamBoolean")
2801  (docs "Whether gtk_widget_show_all() should not affect this widget")
2802  (readable #t)
2803  (writable #t)
2804  (construct-only #f)
2805)
2806
2807(define-property has-tooltip
2808  (of-object "GtkAssistant")
2809  (prop-type "GParamBoolean")
2810  (docs "Whether this widget has a tooltip")
2811  (readable #t)
2812  (writable #t)
2813  (construct-only #f)
2814)
2815
2816(define-property tooltip-markup
2817  (of-object "GtkAssistant")
2818  (prop-type "GParamString")
2819  (docs "The contents of the tooltip for this widget")
2820  (readable #t)
2821  (writable #t)
2822  (construct-only #f)
2823)
2824
2825(define-property tooltip-text
2826  (of-object "GtkAssistant")
2827  (prop-type "GParamString")
2828  (docs "The contents of the tooltip for this widget")
2829  (readable #t)
2830  (writable #t)
2831  (construct-only #f)
2832)
2833
2834(define-property window
2835  (of-object "GtkAssistant")
2836  (prop-type "GParamObject")
2837  (docs "The widget's window if it is realized")
2838  (readable #t)
2839  (writable #f)
2840  (construct-only #f)
2841)
2842
2843(define-property double-buffered
2844  (of-object "GtkAssistant")
2845  (prop-type "GParamBoolean")
2846  (docs "Whether or not the widget is double buffered")
2847  (readable #t)
2848  (writable #t)
2849  (construct-only #f)
2850)
2851
2852(define-property border-width
2853  (of-object "GtkAssistant")
2854  (prop-type "GParamUInt")
2855  (docs "The width of the empty border outside the containers children")
2856  (readable #t)
2857  (writable #t)
2858  (construct-only #f)
2859)
2860
2861(define-property resize-mode
2862  (of-object "GtkAssistant")
2863  (prop-type "GParamEnum")
2864  (docs "Specify how resize events are handled")
2865  (readable #t)
2866  (writable #t)
2867  (construct-only #f)
2868)
2869
2870(define-property child
2871  (of-object "GtkAssistant")
2872  (prop-type "GParamObject")
2873  (docs "Can be used to add a new child to the container")
2874  (readable #f)
2875  (writable #t)
2876  (construct-only #f)
2877)
2878
2879(define-property type
2880  (of-object "GtkAssistant")
2881  (prop-type "GParamEnum")
2882  (docs "The type of the window")
2883  (readable #t)
2884  (writable #t)
2885  (construct-only #t)
2886)
2887
2888(define-property title
2889  (of-object "GtkAssistant")
2890  (prop-type "GParamString")
2891  (docs "The title of the window")
2892  (readable #t)
2893  (writable #t)
2894  (construct-only #f)
2895)
2896
2897(define-property role
2898  (of-object "GtkAssistant")
2899  (prop-type "GParamString")
2900  (docs "Unique identifier for the window to be used when restoring a session")
2901  (readable #t)
2902  (writable #t)
2903  (construct-only #f)
2904)
2905
2906(define-property allow-shrink
2907  (of-object "GtkAssistant")
2908  (prop-type "GParamBoolean")
2909  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
2910  (readable #t)
2911  (writable #t)
2912  (construct-only #f)
2913)
2914
2915(define-property allow-grow
2916  (of-object "GtkAssistant")
2917  (prop-type "GParamBoolean")
2918  (docs "If TRUE, users can expand the window beyond its minimum size")
2919  (readable #t)
2920  (writable #t)
2921  (construct-only #f)
2922)
2923
2924(define-property resizable
2925  (of-object "GtkAssistant")
2926  (prop-type "GParamBoolean")
2927  (docs "If TRUE, users can resize the window")
2928  (readable #t)
2929  (writable #t)
2930  (construct-only #f)
2931)
2932
2933(define-property modal
2934  (of-object "GtkAssistant")
2935  (prop-type "GParamBoolean")
2936  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
2937  (readable #t)
2938  (writable #t)
2939  (construct-only #f)
2940)
2941
2942(define-property window-position
2943  (of-object "GtkAssistant")
2944  (prop-type "GParamEnum")
2945  (docs "The initial position of the window")
2946  (readable #t)
2947  (writable #t)
2948  (construct-only #f)
2949)
2950
2951(define-property default-width
2952  (of-object "GtkAssistant")
2953  (prop-type "GParamInt")
2954  (docs "The default width of the window, used when initially showing the window")
2955  (readable #t)
2956  (writable #t)
2957  (construct-only #f)
2958)
2959
2960(define-property default-height
2961  (of-object "GtkAssistant")
2962  (prop-type "GParamInt")
2963  (docs "The default height of the window, used when initially showing the window")
2964  (readable #t)
2965  (writable #t)
2966  (construct-only #f)
2967)
2968
2969(define-property destroy-with-parent
2970  (of-object "GtkAssistant")
2971  (prop-type "GParamBoolean")
2972  (docs "If this window should be destroyed when the parent is destroyed")
2973  (readable #t)
2974  (writable #t)
2975  (construct-only #f)
2976)
2977
2978(define-property icon
2979  (of-object "GtkAssistant")
2980  (prop-type "GParamObject")
2981  (docs "Icon for this window")
2982  (readable #t)
2983  (writable #t)
2984  (construct-only #f)
2985)
2986
2987(define-property icon-name
2988  (of-object "GtkAssistant")
2989  (prop-type "GParamString")
2990  (docs "Name of the themed icon for this window")
2991  (readable #t)
2992  (writable #t)
2993  (construct-only #f)
2994)
2995
2996(define-property screen
2997  (of-object "GtkAssistant")
2998  (prop-type "GParamObject")
2999  (docs "The screen where this window will be displayed")
3000  (readable #t)
3001  (writable #t)
3002  (construct-only #f)
3003)
3004
3005(define-property type-hint
3006  (of-object "GtkAssistant")
3007  (prop-type "GParamEnum")
3008  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
3009  (readable #t)
3010  (writable #t)
3011  (construct-only #f)
3012)
3013
3014(define-property skip-taskbar-hint
3015  (of-object "GtkAssistant")
3016  (prop-type "GParamBoolean")
3017  (docs "TRUE if the window should not be in the task bar.")
3018  (readable #t)
3019  (writable #t)
3020  (construct-only #f)
3021)
3022
3023(define-property skip-pager-hint
3024  (of-object "GtkAssistant")
3025  (prop-type "GParamBoolean")
3026  (docs "TRUE if the window should not be in the pager.")
3027  (readable #t)
3028  (writable #t)
3029  (construct-only #f)
3030)
3031
3032(define-property urgency-hint
3033  (of-object "GtkAssistant")
3034  (prop-type "GParamBoolean")
3035  (docs "TRUE if the window should be brought to the user's attention.")
3036  (readable #t)
3037  (writable #t)
3038  (construct-only #f)
3039)
3040
3041(define-property accept-focus
3042  (of-object "GtkAssistant")
3043  (prop-type "GParamBoolean")
3044  (docs "TRUE if the window should receive the input focus.")
3045  (readable #t)
3046  (writable #t)
3047  (construct-only #f)
3048)
3049
3050(define-property focus-on-map
3051  (of-object "GtkAssistant")
3052  (prop-type "GParamBoolean")
3053  (docs "TRUE if the window should receive the input focus when mapped.")
3054  (readable #t)
3055  (writable #t)
3056  (construct-only #f)
3057)
3058
3059(define-property decorated
3060  (of-object "GtkAssistant")
3061  (prop-type "GParamBoolean")
3062  (docs "Whether the window should be decorated by the window manager")
3063  (readable #t)
3064  (writable #t)
3065  (construct-only #f)
3066)
3067
3068(define-property deletable
3069  (of-object "GtkAssistant")
3070  (prop-type "GParamBoolean")
3071  (docs "Whether the window frame should have a close button")
3072  (readable #t)
3073  (writable #t)
3074  (construct-only #f)
3075)
3076
3077(define-property gravity
3078  (of-object "GtkAssistant")
3079  (prop-type "GParamEnum")
3080  (docs "The window gravity of the window")
3081  (readable #t)
3082  (writable #t)
3083  (construct-only #f)
3084)
3085
3086(define-property transient-for
3087  (of-object "GtkAssistant")
3088  (prop-type "GParamObject")
3089  (docs "The transient parent of the dialog")
3090  (readable #t)
3091  (writable #t)
3092  (construct-only #f)
3093)
3094
3095(define-property opacity
3096  (of-object "GtkAssistant")
3097  (prop-type "GParamDouble")
3098  (docs "The opacity of the window, from 0 to 1")
3099  (readable #t)
3100  (writable #t)
3101  (construct-only #f)
3102)
3103
3104(define-property is-active
3105  (of-object "GtkAssistant")
3106  (prop-type "GParamBoolean")
3107  (docs "Whether the toplevel is the current active window")
3108  (readable #t)
3109  (writable #f)
3110  (construct-only #f)
3111)
3112
3113(define-property has-toplevel-focus
3114  (of-object "GtkAssistant")
3115  (prop-type "GParamBoolean")
3116  (docs "Whether the input focus is within this GtkWindow")
3117  (readable #t)
3118  (writable #f)
3119  (construct-only #f)
3120)
3121
3122(define-property startup-id
3123  (of-object "GtkAssistant")
3124  (prop-type "GParamString")
3125  (docs "Unique startup identifier for the window used by startup-notification")
3126  (readable #f)
3127  (writable #t)
3128  (construct-only #f)
3129)
3130
3131(define-property mnemonics-visible
3132  (of-object "GtkAssistant")
3133  (prop-type "GParamBoolean")
3134  (docs "Whether mnemonics are currently visible in this window")
3135  (readable #t)
3136  (writable #t)
3137  (construct-only #f)
3138)
3139
3140;; From GtkBin
3141
3142(define-property user-data
3143  (of-object "GtkBin")
3144  (prop-type "GParamPointer")
3145  (docs "Anonymous User Data Pointer")
3146  (readable #t)
3147  (writable #t)
3148  (construct-only #f)
3149)
3150
3151(define-property name
3152  (of-object "GtkBin")
3153  (prop-type "GParamString")
3154  (docs "The name of the widget")
3155  (readable #t)
3156  (writable #t)
3157  (construct-only #f)
3158)
3159
3160(define-property parent
3161  (of-object "GtkBin")
3162  (prop-type "GParamObject")
3163  (docs "The parent widget of this widget. Must be a Container widget")
3164  (readable #t)
3165  (writable #t)
3166  (construct-only #f)
3167)
3168
3169(define-property width-request
3170  (of-object "GtkBin")
3171  (prop-type "GParamInt")
3172  (docs "Override for width request of the widget, or -1 if natural request should be used")
3173  (readable #t)
3174  (writable #t)
3175  (construct-only #f)
3176)
3177
3178(define-property height-request
3179  (of-object "GtkBin")
3180  (prop-type "GParamInt")
3181  (docs "Override for height request of the widget, or -1 if natural request should be used")
3182  (readable #t)
3183  (writable #t)
3184  (construct-only #f)
3185)
3186
3187(define-property visible
3188  (of-object "GtkBin")
3189  (prop-type "GParamBoolean")
3190  (docs "Whether the widget is visible")
3191  (readable #t)
3192  (writable #t)
3193  (construct-only #f)
3194)
3195
3196(define-property sensitive
3197  (of-object "GtkBin")
3198  (prop-type "GParamBoolean")
3199  (docs "Whether the widget responds to input")
3200  (readable #t)
3201  (writable #t)
3202  (construct-only #f)
3203)
3204
3205(define-property app-paintable
3206  (of-object "GtkBin")
3207  (prop-type "GParamBoolean")
3208  (docs "Whether the application will paint directly on the widget")
3209  (readable #t)
3210  (writable #t)
3211  (construct-only #f)
3212)
3213
3214(define-property can-focus
3215  (of-object "GtkBin")
3216  (prop-type "GParamBoolean")
3217  (docs "Whether the widget can accept the input focus")
3218  (readable #t)
3219  (writable #t)
3220  (construct-only #f)
3221)
3222
3223(define-property has-focus
3224  (of-object "GtkBin")
3225  (prop-type "GParamBoolean")
3226  (docs "Whether the widget has the input focus")
3227  (readable #t)
3228  (writable #t)
3229  (construct-only #f)
3230)
3231
3232(define-property is-focus
3233  (of-object "GtkBin")
3234  (prop-type "GParamBoolean")
3235  (docs "Whether the widget is the focus widget within the toplevel")
3236  (readable #t)
3237  (writable #t)
3238  (construct-only #f)
3239)
3240
3241(define-property can-default
3242  (of-object "GtkBin")
3243  (prop-type "GParamBoolean")
3244  (docs "Whether the widget can be the default widget")
3245  (readable #t)
3246  (writable #t)
3247  (construct-only #f)
3248)
3249
3250(define-property has-default
3251  (of-object "GtkBin")
3252  (prop-type "GParamBoolean")
3253  (docs "Whether the widget is the default widget")
3254  (readable #t)
3255  (writable #t)
3256  (construct-only #f)
3257)
3258
3259(define-property receives-default
3260  (of-object "GtkBin")
3261  (prop-type "GParamBoolean")
3262  (docs "If TRUE, the widget will receive the default action when it is focused")
3263  (readable #t)
3264  (writable #t)
3265  (construct-only #f)
3266)
3267
3268(define-property composite-child
3269  (of-object "GtkBin")
3270  (prop-type "GParamBoolean")
3271  (docs "Whether the widget is part of a composite widget")
3272  (readable #t)
3273  (writable #f)
3274  (construct-only #f)
3275)
3276
3277(define-property style
3278  (of-object "GtkBin")
3279  (prop-type "GParamObject")
3280  (docs "The style of the widget, which contains information about how it will look (colors etc)")
3281  (readable #t)
3282  (writable #t)
3283  (construct-only #f)
3284)
3285
3286(define-property events
3287  (of-object "GtkBin")
3288  (prop-type "GParamFlags")
3289  (docs "The event mask that decides what kind of GdkEvents this widget gets")
3290  (readable #t)
3291  (writable #t)
3292  (construct-only #f)
3293)
3294
3295(define-property extension-events
3296  (of-object "GtkBin")
3297  (prop-type "GParamEnum")
3298  (docs "The mask that decides what kind of extension events this widget gets")
3299  (readable #t)
3300  (writable #t)
3301  (construct-only #f)
3302)
3303
3304(define-property no-show-all
3305  (of-object "GtkBin")
3306  (prop-type "GParamBoolean")
3307  (docs "Whether gtk_widget_show_all() should not affect this widget")
3308  (readable #t)
3309  (writable #t)
3310  (construct-only #f)
3311)
3312
3313(define-property has-tooltip
3314  (of-object "GtkBin")
3315  (prop-type "GParamBoolean")
3316  (docs "Whether this widget has a tooltip")
3317  (readable #t)
3318  (writable #t)
3319  (construct-only #f)
3320)
3321
3322(define-property tooltip-markup
3323  (of-object "GtkBin")
3324  (prop-type "GParamString")
3325  (docs "The contents of the tooltip for this widget")
3326  (readable #t)
3327  (writable #t)
3328  (construct-only #f)
3329)
3330
3331(define-property tooltip-text
3332  (of-object "GtkBin")
3333  (prop-type "GParamString")
3334  (docs "The contents of the tooltip for this widget")
3335  (readable #t)
3336  (writable #t)
3337  (construct-only #f)
3338)
3339
3340(define-property window
3341  (of-object "GtkBin")
3342  (prop-type "GParamObject")
3343  (docs "The widget's window if it is realized")
3344  (readable #t)
3345  (writable #f)
3346  (construct-only #f)
3347)
3348
3349(define-property double-buffered
3350  (of-object "GtkBin")
3351  (prop-type "GParamBoolean")
3352  (docs "Whether or not the widget is double buffered")
3353  (readable #t)
3354  (writable #t)
3355  (construct-only #f)
3356)
3357
3358(define-property border-width
3359  (of-object "GtkBin")
3360  (prop-type "GParamUInt")
3361  (docs "The width of the empty border outside the containers children")
3362  (readable #t)
3363  (writable #t)
3364  (construct-only #f)
3365)
3366
3367(define-property resize-mode
3368  (of-object "GtkBin")
3369  (prop-type "GParamEnum")
3370  (docs "Specify how resize events are handled")
3371  (readable #t)
3372  (writable #t)
3373  (construct-only #f)
3374)
3375
3376(define-property child
3377  (of-object "GtkBin")
3378  (prop-type "GParamObject")
3379  (docs "Can be used to add a new child to the container")
3380  (readable #f)
3381  (writable #t)
3382  (construct-only #f)
3383)
3384
3385;; From GtkBox
3386
3387(define-property orientation
3388  (of-object "GtkBox")
3389  (prop-type "GParamEnum")
3390  (docs "The orientation of the orientable")
3391  (readable #t)
3392  (writable #t)
3393  (construct-only #f)
3394)
3395
3396(define-property user-data
3397  (of-object "GtkBox")
3398  (prop-type "GParamPointer")
3399  (docs "Anonymous User Data Pointer")
3400  (readable #t)
3401  (writable #t)
3402  (construct-only #f)
3403)
3404
3405(define-property name
3406  (of-object "GtkBox")
3407  (prop-type "GParamString")
3408  (docs "The name of the widget")
3409  (readable #t)
3410  (writable #t)
3411  (construct-only #f)
3412)
3413
3414(define-property parent
3415  (of-object "GtkBox")
3416  (prop-type "GParamObject")
3417  (docs "The parent widget of this widget. Must be a Container widget")
3418  (readable #t)
3419  (writable #t)
3420  (construct-only #f)
3421)
3422
3423(define-property width-request
3424  (of-object "GtkBox")
3425  (prop-type "GParamInt")
3426  (docs "Override for width request of the widget, or -1 if natural request should be used")
3427  (readable #t)
3428  (writable #t)
3429  (construct-only #f)
3430)
3431
3432(define-property height-request
3433  (of-object "GtkBox")
3434  (prop-type "GParamInt")
3435  (docs "Override for height request of the widget, or -1 if natural request should be used")
3436  (readable #t)
3437  (writable #t)
3438  (construct-only #f)
3439)
3440
3441(define-property visible
3442  (of-object "GtkBox")
3443  (prop-type "GParamBoolean")
3444  (docs "Whether the widget is visible")
3445  (readable #t)
3446  (writable #t)
3447  (construct-only #f)
3448)
3449
3450(define-property sensitive
3451  (of-object "GtkBox")
3452  (prop-type "GParamBoolean")
3453  (docs "Whether the widget responds to input")
3454  (readable #t)
3455  (writable #t)
3456  (construct-only #f)
3457)
3458
3459(define-property app-paintable
3460  (of-object "GtkBox")
3461  (prop-type "GParamBoolean")
3462  (docs "Whether the application will paint directly on the widget")
3463  (readable #t)
3464  (writable #t)
3465  (construct-only #f)
3466)
3467
3468(define-property can-focus
3469  (of-object "GtkBox")
3470  (prop-type "GParamBoolean")
3471  (docs "Whether the widget can accept the input focus")
3472  (readable #t)
3473  (writable #t)
3474  (construct-only #f)
3475)
3476
3477(define-property has-focus
3478  (of-object "GtkBox")
3479  (prop-type "GParamBoolean")
3480  (docs "Whether the widget has the input focus")
3481  (readable #t)
3482  (writable #t)
3483  (construct-only #f)
3484)
3485
3486(define-property is-focus
3487  (of-object "GtkBox")
3488  (prop-type "GParamBoolean")
3489  (docs "Whether the widget is the focus widget within the toplevel")
3490  (readable #t)
3491  (writable #t)
3492  (construct-only #f)
3493)
3494
3495(define-property can-default
3496  (of-object "GtkBox")
3497  (prop-type "GParamBoolean")
3498  (docs "Whether the widget can be the default widget")
3499  (readable #t)
3500  (writable #t)
3501  (construct-only #f)
3502)
3503
3504(define-property has-default
3505  (of-object "GtkBox")
3506  (prop-type "GParamBoolean")
3507  (docs "Whether the widget is the default widget")
3508  (readable #t)
3509  (writable #t)
3510  (construct-only #f)
3511)
3512
3513(define-property receives-default
3514  (of-object "GtkBox")
3515  (prop-type "GParamBoolean")
3516  (docs "If TRUE, the widget will receive the default action when it is focused")
3517  (readable #t)
3518  (writable #t)
3519  (construct-only #f)
3520)
3521
3522(define-property composite-child
3523  (of-object "GtkBox")
3524  (prop-type "GParamBoolean")
3525  (docs "Whether the widget is part of a composite widget")
3526  (readable #t)
3527  (writable #f)
3528  (construct-only #f)
3529)
3530
3531(define-property style
3532  (of-object "GtkBox")
3533  (prop-type "GParamObject")
3534  (docs "The style of the widget, which contains information about how it will look (colors etc)")
3535  (readable #t)
3536  (writable #t)
3537  (construct-only #f)
3538)
3539
3540(define-property events
3541  (of-object "GtkBox")
3542  (prop-type "GParamFlags")
3543  (docs "The event mask that decides what kind of GdkEvents this widget gets")
3544  (readable #t)
3545  (writable #t)
3546  (construct-only #f)
3547)
3548
3549(define-property extension-events
3550  (of-object "GtkBox")
3551  (prop-type "GParamEnum")
3552  (docs "The mask that decides what kind of extension events this widget gets")
3553  (readable #t)
3554  (writable #t)
3555  (construct-only #f)
3556)
3557
3558(define-property no-show-all
3559  (of-object "GtkBox")
3560  (prop-type "GParamBoolean")
3561  (docs "Whether gtk_widget_show_all() should not affect this widget")
3562  (readable #t)
3563  (writable #t)
3564  (construct-only #f)
3565)
3566
3567(define-property has-tooltip
3568  (of-object "GtkBox")
3569  (prop-type "GParamBoolean")
3570  (docs "Whether this widget has a tooltip")
3571  (readable #t)
3572  (writable #t)
3573  (construct-only #f)
3574)
3575
3576(define-property tooltip-markup
3577  (of-object "GtkBox")
3578  (prop-type "GParamString")
3579  (docs "The contents of the tooltip for this widget")
3580  (readable #t)
3581  (writable #t)
3582  (construct-only #f)
3583)
3584
3585(define-property tooltip-text
3586  (of-object "GtkBox")
3587  (prop-type "GParamString")
3588  (docs "The contents of the tooltip for this widget")
3589  (readable #t)
3590  (writable #t)
3591  (construct-only #f)
3592)
3593
3594(define-property window
3595  (of-object "GtkBox")
3596  (prop-type "GParamObject")
3597  (docs "The widget's window if it is realized")
3598  (readable #t)
3599  (writable #f)
3600  (construct-only #f)
3601)
3602
3603(define-property double-buffered
3604  (of-object "GtkBox")
3605  (prop-type "GParamBoolean")
3606  (docs "Whether or not the widget is double buffered")
3607  (readable #t)
3608  (writable #t)
3609  (construct-only #f)
3610)
3611
3612(define-property border-width
3613  (of-object "GtkBox")
3614  (prop-type "GParamUInt")
3615  (docs "The width of the empty border outside the containers children")
3616  (readable #t)
3617  (writable #t)
3618  (construct-only #f)
3619)
3620
3621(define-property resize-mode
3622  (of-object "GtkBox")
3623  (prop-type "GParamEnum")
3624  (docs "Specify how resize events are handled")
3625  (readable #t)
3626  (writable #t)
3627  (construct-only #f)
3628)
3629
3630(define-property child
3631  (of-object "GtkBox")
3632  (prop-type "GParamObject")
3633  (docs "Can be used to add a new child to the container")
3634  (readable #f)
3635  (writable #t)
3636  (construct-only #f)
3637)
3638
3639(define-property spacing
3640  (of-object "GtkBox")
3641  (prop-type "GParamInt")
3642  (docs "The amount of space between children")
3643  (readable #t)
3644  (writable #t)
3645  (construct-only #f)
3646)
3647
3648(define-property homogeneous
3649  (of-object "GtkBox")
3650  (prop-type "GParamBoolean")
3651  (docs "Whether the children should all be the same size")
3652  (readable #t)
3653  (writable #t)
3654  (construct-only #f)
3655)
3656
3657;; From GtkBuilder
3658
3659(define-property translation-domain
3660  (of-object "GtkBuilder")
3661  (prop-type "GParamString")
3662  (docs "The translation domain used by gettext")
3663  (readable #t)
3664  (writable #t)
3665  (construct-only #f)
3666)
3667
3668;; From GtkButton
3669
3670(define-signal activate
3671  (of-object "GtkButton")
3672  (return-type "void")
3673  (when "first")
3674)
3675
3676(define-signal pressed
3677  (of-object "GtkButton")
3678  (return-type "void")
3679  (when "first")
3680)
3681
3682(define-signal released
3683  (of-object "GtkButton")
3684  (return-type "void")
3685  (when "first")
3686)
3687
3688(define-signal clicked
3689  (of-object "GtkButton")
3690  (return-type "void")
3691  (when "first")
3692)
3693
3694(define-signal enter
3695  (of-object "GtkButton")
3696  (return-type "void")
3697  (when "first")
3698)
3699
3700(define-signal leave
3701  (of-object "GtkButton")
3702  (return-type "void")
3703  (when "first")
3704)
3705
3706(define-property related-action
3707  (of-object "GtkButton")
3708  (prop-type "GParamObject")
3709  (docs "The action this activatable will activate and receive updates from")
3710  (readable #t)
3711  (writable #t)
3712  (construct-only #f)
3713)
3714
3715(define-property use-action-appearance
3716  (of-object "GtkButton")
3717  (prop-type "GParamBoolean")
3718  (docs "Whether to use the related actions appearance properties")
3719  (readable #t)
3720  (writable #t)
3721  (construct-only #f)
3722)
3723
3724(define-property user-data
3725  (of-object "GtkButton")
3726  (prop-type "GParamPointer")
3727  (docs "Anonymous User Data Pointer")
3728  (readable #t)
3729  (writable #t)
3730  (construct-only #f)
3731)
3732
3733(define-property name
3734  (of-object "GtkButton")
3735  (prop-type "GParamString")
3736  (docs "The name of the widget")
3737  (readable #t)
3738  (writable #t)
3739  (construct-only #f)
3740)
3741
3742(define-property parent
3743  (of-object "GtkButton")
3744  (prop-type "GParamObject")
3745  (docs "The parent widget of this widget. Must be a Container widget")
3746  (readable #t)
3747  (writable #t)
3748  (construct-only #f)
3749)
3750
3751(define-property width-request
3752  (of-object "GtkButton")
3753  (prop-type "GParamInt")
3754  (docs "Override for width request of the widget, or -1 if natural request should be used")
3755  (readable #t)
3756  (writable #t)
3757  (construct-only #f)
3758)
3759
3760(define-property height-request
3761  (of-object "GtkButton")
3762  (prop-type "GParamInt")
3763  (docs "Override for height request of the widget, or -1 if natural request should be used")
3764  (readable #t)
3765  (writable #t)
3766  (construct-only #f)
3767)
3768
3769(define-property visible
3770  (of-object "GtkButton")
3771  (prop-type "GParamBoolean")
3772  (docs "Whether the widget is visible")
3773  (readable #t)
3774  (writable #t)
3775  (construct-only #f)
3776)
3777
3778(define-property sensitive
3779  (of-object "GtkButton")
3780  (prop-type "GParamBoolean")
3781  (docs "Whether the widget responds to input")
3782  (readable #t)
3783  (writable #t)
3784  (construct-only #f)
3785)
3786
3787(define-property app-paintable
3788  (of-object "GtkButton")
3789  (prop-type "GParamBoolean")
3790  (docs "Whether the application will paint directly on the widget")
3791  (readable #t)
3792  (writable #t)
3793  (construct-only #f)
3794)
3795
3796(define-property can-focus
3797  (of-object "GtkButton")
3798  (prop-type "GParamBoolean")
3799  (docs "Whether the widget can accept the input focus")
3800  (readable #t)
3801  (writable #t)
3802  (construct-only #f)
3803)
3804
3805(define-property has-focus
3806  (of-object "GtkButton")
3807  (prop-type "GParamBoolean")
3808  (docs "Whether the widget has the input focus")
3809  (readable #t)
3810  (writable #t)
3811  (construct-only #f)
3812)
3813
3814(define-property is-focus
3815  (of-object "GtkButton")
3816  (prop-type "GParamBoolean")
3817  (docs "Whether the widget is the focus widget within the toplevel")
3818  (readable #t)
3819  (writable #t)
3820  (construct-only #f)
3821)
3822
3823(define-property can-default
3824  (of-object "GtkButton")
3825  (prop-type "GParamBoolean")
3826  (docs "Whether the widget can be the default widget")
3827  (readable #t)
3828  (writable #t)
3829  (construct-only #f)
3830)
3831
3832(define-property has-default
3833  (of-object "GtkButton")
3834  (prop-type "GParamBoolean")
3835  (docs "Whether the widget is the default widget")
3836  (readable #t)
3837  (writable #t)
3838  (construct-only #f)
3839)
3840
3841(define-property receives-default
3842  (of-object "GtkButton")
3843  (prop-type "GParamBoolean")
3844  (docs "If TRUE, the widget will receive the default action when it is focused")
3845  (readable #t)
3846  (writable #t)
3847  (construct-only #f)
3848)
3849
3850(define-property composite-child
3851  (of-object "GtkButton")
3852  (prop-type "GParamBoolean")
3853  (docs "Whether the widget is part of a composite widget")
3854  (readable #t)
3855  (writable #f)
3856  (construct-only #f)
3857)
3858
3859(define-property style
3860  (of-object "GtkButton")
3861  (prop-type "GParamObject")
3862  (docs "The style of the widget, which contains information about how it will look (colors etc)")
3863  (readable #t)
3864  (writable #t)
3865  (construct-only #f)
3866)
3867
3868(define-property events
3869  (of-object "GtkButton")
3870  (prop-type "GParamFlags")
3871  (docs "The event mask that decides what kind of GdkEvents this widget gets")
3872  (readable #t)
3873  (writable #t)
3874  (construct-only #f)
3875)
3876
3877(define-property extension-events
3878  (of-object "GtkButton")
3879  (prop-type "GParamEnum")
3880  (docs "The mask that decides what kind of extension events this widget gets")
3881  (readable #t)
3882  (writable #t)
3883  (construct-only #f)
3884)
3885
3886(define-property no-show-all
3887  (of-object "GtkButton")
3888  (prop-type "GParamBoolean")
3889  (docs "Whether gtk_widget_show_all() should not affect this widget")
3890  (readable #t)
3891  (writable #t)
3892  (construct-only #f)
3893)
3894
3895(define-property has-tooltip
3896  (of-object "GtkButton")
3897  (prop-type "GParamBoolean")
3898  (docs "Whether this widget has a tooltip")
3899  (readable #t)
3900  (writable #t)
3901  (construct-only #f)
3902)
3903
3904(define-property tooltip-markup
3905  (of-object "GtkButton")
3906  (prop-type "GParamString")
3907  (docs "The contents of the tooltip for this widget")
3908  (readable #t)
3909  (writable #t)
3910  (construct-only #f)
3911)
3912
3913(define-property tooltip-text
3914  (of-object "GtkButton")
3915  (prop-type "GParamString")
3916  (docs "The contents of the tooltip for this widget")
3917  (readable #t)
3918  (writable #t)
3919  (construct-only #f)
3920)
3921
3922(define-property window
3923  (of-object "GtkButton")
3924  (prop-type "GParamObject")
3925  (docs "The widget's window if it is realized")
3926  (readable #t)
3927  (writable #f)
3928  (construct-only #f)
3929)
3930
3931(define-property double-buffered
3932  (of-object "GtkButton")
3933  (prop-type "GParamBoolean")
3934  (docs "Whether or not the widget is double buffered")
3935  (readable #t)
3936  (writable #t)
3937  (construct-only #f)
3938)
3939
3940(define-property border-width
3941  (of-object "GtkButton")
3942  (prop-type "GParamUInt")
3943  (docs "The width of the empty border outside the containers children")
3944  (readable #t)
3945  (writable #t)
3946  (construct-only #f)
3947)
3948
3949(define-property resize-mode
3950  (of-object "GtkButton")
3951  (prop-type "GParamEnum")
3952  (docs "Specify how resize events are handled")
3953  (readable #t)
3954  (writable #t)
3955  (construct-only #f)
3956)
3957
3958(define-property child
3959  (of-object "GtkButton")
3960  (prop-type "GParamObject")
3961  (docs "Can be used to add a new child to the container")
3962  (readable #f)
3963  (writable #t)
3964  (construct-only #f)
3965)
3966
3967(define-property label
3968  (of-object "GtkButton")
3969  (prop-type "GParamString")
3970  (docs "Text of the label widget inside the button, if the button contains a label widget")
3971  (readable #t)
3972  (writable #t)
3973  (construct-only #f)
3974)
3975
3976(define-property image
3977  (of-object "GtkButton")
3978  (prop-type "GParamObject")
3979  (docs "Child widget to appear next to the button text")
3980  (readable #t)
3981  (writable #t)
3982  (construct-only #f)
3983)
3984
3985(define-property relief
3986  (of-object "GtkButton")
3987  (prop-type "GParamEnum")
3988  (docs "The border relief style")
3989  (readable #t)
3990  (writable #t)
3991  (construct-only #f)
3992)
3993
3994(define-property use-underline
3995  (of-object "GtkButton")
3996  (prop-type "GParamBoolean")
3997  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
3998  (readable #t)
3999  (writable #t)
4000  (construct-only #f)
4001)
4002
4003(define-property use-stock
4004  (of-object "GtkButton")
4005  (prop-type "GParamBoolean")
4006  (docs "If set, the label is used to pick a stock item instead of being displayed")
4007  (readable #t)
4008  (writable #t)
4009  (construct-only #f)
4010)
4011
4012(define-property focus-on-click
4013  (of-object "GtkButton")
4014  (prop-type "GParamBoolean")
4015  (docs "Whether the button grabs focus when it is clicked with the mouse")
4016  (readable #t)
4017  (writable #t)
4018  (construct-only #f)
4019)
4020
4021(define-property xalign
4022  (of-object "GtkButton")
4023  (prop-type "GParamFloat")
4024  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
4025  (readable #t)
4026  (writable #t)
4027  (construct-only #f)
4028)
4029
4030(define-property yalign
4031  (of-object "GtkButton")
4032  (prop-type "GParamFloat")
4033  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
4034  (readable #t)
4035  (writable #t)
4036  (construct-only #f)
4037)
4038
4039(define-property image-position
4040  (of-object "GtkButton")
4041  (prop-type "GParamEnum")
4042  (docs "The position of the image relative to the text")
4043  (readable #t)
4044  (writable #t)
4045  (construct-only #f)
4046)
4047
4048;; From GtkButtonBox
4049
4050(define-property orientation
4051  (of-object "GtkButtonBox")
4052  (prop-type "GParamEnum")
4053  (docs "The orientation of the orientable")
4054  (readable #t)
4055  (writable #t)
4056  (construct-only #f)
4057)
4058
4059(define-property user-data
4060  (of-object "GtkButtonBox")
4061  (prop-type "GParamPointer")
4062  (docs "Anonymous User Data Pointer")
4063  (readable #t)
4064  (writable #t)
4065  (construct-only #f)
4066)
4067
4068(define-property name
4069  (of-object "GtkButtonBox")
4070  (prop-type "GParamString")
4071  (docs "The name of the widget")
4072  (readable #t)
4073  (writable #t)
4074  (construct-only #f)
4075)
4076
4077(define-property parent
4078  (of-object "GtkButtonBox")
4079  (prop-type "GParamObject")
4080  (docs "The parent widget of this widget. Must be a Container widget")
4081  (readable #t)
4082  (writable #t)
4083  (construct-only #f)
4084)
4085
4086(define-property width-request
4087  (of-object "GtkButtonBox")
4088  (prop-type "GParamInt")
4089  (docs "Override for width request of the widget, or -1 if natural request should be used")
4090  (readable #t)
4091  (writable #t)
4092  (construct-only #f)
4093)
4094
4095(define-property height-request
4096  (of-object "GtkButtonBox")
4097  (prop-type "GParamInt")
4098  (docs "Override for height request of the widget, or -1 if natural request should be used")
4099  (readable #t)
4100  (writable #t)
4101  (construct-only #f)
4102)
4103
4104(define-property visible
4105  (of-object "GtkButtonBox")
4106  (prop-type "GParamBoolean")
4107  (docs "Whether the widget is visible")
4108  (readable #t)
4109  (writable #t)
4110  (construct-only #f)
4111)
4112
4113(define-property sensitive
4114  (of-object "GtkButtonBox")
4115  (prop-type "GParamBoolean")
4116  (docs "Whether the widget responds to input")
4117  (readable #t)
4118  (writable #t)
4119  (construct-only #f)
4120)
4121
4122(define-property app-paintable
4123  (of-object "GtkButtonBox")
4124  (prop-type "GParamBoolean")
4125  (docs "Whether the application will paint directly on the widget")
4126  (readable #t)
4127  (writable #t)
4128  (construct-only #f)
4129)
4130
4131(define-property can-focus
4132  (of-object "GtkButtonBox")
4133  (prop-type "GParamBoolean")
4134  (docs "Whether the widget can accept the input focus")
4135  (readable #t)
4136  (writable #t)
4137  (construct-only #f)
4138)
4139
4140(define-property has-focus
4141  (of-object "GtkButtonBox")
4142  (prop-type "GParamBoolean")
4143  (docs "Whether the widget has the input focus")
4144  (readable #t)
4145  (writable #t)
4146  (construct-only #f)
4147)
4148
4149(define-property is-focus
4150  (of-object "GtkButtonBox")
4151  (prop-type "GParamBoolean")
4152  (docs "Whether the widget is the focus widget within the toplevel")
4153  (readable #t)
4154  (writable #t)
4155  (construct-only #f)
4156)
4157
4158(define-property can-default
4159  (of-object "GtkButtonBox")
4160  (prop-type "GParamBoolean")
4161  (docs "Whether the widget can be the default widget")
4162  (readable #t)
4163  (writable #t)
4164  (construct-only #f)
4165)
4166
4167(define-property has-default
4168  (of-object "GtkButtonBox")
4169  (prop-type "GParamBoolean")
4170  (docs "Whether the widget is the default widget")
4171  (readable #t)
4172  (writable #t)
4173  (construct-only #f)
4174)
4175
4176(define-property receives-default
4177  (of-object "GtkButtonBox")
4178  (prop-type "GParamBoolean")
4179  (docs "If TRUE, the widget will receive the default action when it is focused")
4180  (readable #t)
4181  (writable #t)
4182  (construct-only #f)
4183)
4184
4185(define-property composite-child
4186  (of-object "GtkButtonBox")
4187  (prop-type "GParamBoolean")
4188  (docs "Whether the widget is part of a composite widget")
4189  (readable #t)
4190  (writable #f)
4191  (construct-only #f)
4192)
4193
4194(define-property style
4195  (of-object "GtkButtonBox")
4196  (prop-type "GParamObject")
4197  (docs "The style of the widget, which contains information about how it will look (colors etc)")
4198  (readable #t)
4199  (writable #t)
4200  (construct-only #f)
4201)
4202
4203(define-property events
4204  (of-object "GtkButtonBox")
4205  (prop-type "GParamFlags")
4206  (docs "The event mask that decides what kind of GdkEvents this widget gets")
4207  (readable #t)
4208  (writable #t)
4209  (construct-only #f)
4210)
4211
4212(define-property extension-events
4213  (of-object "GtkButtonBox")
4214  (prop-type "GParamEnum")
4215  (docs "The mask that decides what kind of extension events this widget gets")
4216  (readable #t)
4217  (writable #t)
4218  (construct-only #f)
4219)
4220
4221(define-property no-show-all
4222  (of-object "GtkButtonBox")
4223  (prop-type "GParamBoolean")
4224  (docs "Whether gtk_widget_show_all() should not affect this widget")
4225  (readable #t)
4226  (writable #t)
4227  (construct-only #f)
4228)
4229
4230(define-property has-tooltip
4231  (of-object "GtkButtonBox")
4232  (prop-type "GParamBoolean")
4233  (docs "Whether this widget has a tooltip")
4234  (readable #t)
4235  (writable #t)
4236  (construct-only #f)
4237)
4238
4239(define-property tooltip-markup
4240  (of-object "GtkButtonBox")
4241  (prop-type "GParamString")
4242  (docs "The contents of the tooltip for this widget")
4243  (readable #t)
4244  (writable #t)
4245  (construct-only #f)
4246)
4247
4248(define-property tooltip-text
4249  (of-object "GtkButtonBox")
4250  (prop-type "GParamString")
4251  (docs "The contents of the tooltip for this widget")
4252  (readable #t)
4253  (writable #t)
4254  (construct-only #f)
4255)
4256
4257(define-property window
4258  (of-object "GtkButtonBox")
4259  (prop-type "GParamObject")
4260  (docs "The widget's window if it is realized")
4261  (readable #t)
4262  (writable #f)
4263  (construct-only #f)
4264)
4265
4266(define-property double-buffered
4267  (of-object "GtkButtonBox")
4268  (prop-type "GParamBoolean")
4269  (docs "Whether or not the widget is double buffered")
4270  (readable #t)
4271  (writable #t)
4272  (construct-only #f)
4273)
4274
4275(define-property border-width
4276  (of-object "GtkButtonBox")
4277  (prop-type "GParamUInt")
4278  (docs "The width of the empty border outside the containers children")
4279  (readable #t)
4280  (writable #t)
4281  (construct-only #f)
4282)
4283
4284(define-property resize-mode
4285  (of-object "GtkButtonBox")
4286  (prop-type "GParamEnum")
4287  (docs "Specify how resize events are handled")
4288  (readable #t)
4289  (writable #t)
4290  (construct-only #f)
4291)
4292
4293(define-property child
4294  (of-object "GtkButtonBox")
4295  (prop-type "GParamObject")
4296  (docs "Can be used to add a new child to the container")
4297  (readable #f)
4298  (writable #t)
4299  (construct-only #f)
4300)
4301
4302(define-property spacing
4303  (of-object "GtkButtonBox")
4304  (prop-type "GParamInt")
4305  (docs "The amount of space between children")
4306  (readable #t)
4307  (writable #t)
4308  (construct-only #f)
4309)
4310
4311(define-property homogeneous
4312  (of-object "GtkButtonBox")
4313  (prop-type "GParamBoolean")
4314  (docs "Whether the children should all be the same size")
4315  (readable #t)
4316  (writable #t)
4317  (construct-only #f)
4318)
4319
4320(define-property layout-style
4321  (of-object "GtkButtonBox")
4322  (prop-type "GParamEnum")
4323  (docs "How to lay out the buttons in the box. Possible values are: default, spread, edge, start and end")
4324  (readable #t)
4325  (writable #t)
4326  (construct-only #f)
4327)
4328
4329;; From GtkCalendar
4330
4331(define-signal month-changed
4332  (of-object "GtkCalendar")
4333  (return-type "void")
4334  (when "first")
4335)
4336
4337(define-signal day-selected
4338  (of-object "GtkCalendar")
4339  (return-type "void")
4340  (when "first")
4341)
4342
4343(define-signal day-selected-double-click
4344  (of-object "GtkCalendar")
4345  (return-type "void")
4346  (when "first")
4347)
4348
4349(define-signal prev-month
4350  (of-object "GtkCalendar")
4351  (return-type "void")
4352  (when "first")
4353)
4354
4355(define-signal next-month
4356  (of-object "GtkCalendar")
4357  (return-type "void")
4358  (when "first")
4359)
4360
4361(define-signal prev-year
4362  (of-object "GtkCalendar")
4363  (return-type "void")
4364  (when "first")
4365)
4366
4367(define-signal next-year
4368  (of-object "GtkCalendar")
4369  (return-type "void")
4370  (when "first")
4371)
4372
4373(define-property user-data
4374  (of-object "GtkCalendar")
4375  (prop-type "GParamPointer")
4376  (docs "Anonymous User Data Pointer")
4377  (readable #t)
4378  (writable #t)
4379  (construct-only #f)
4380)
4381
4382(define-property name
4383  (of-object "GtkCalendar")
4384  (prop-type "GParamString")
4385  (docs "The name of the widget")
4386  (readable #t)
4387  (writable #t)
4388  (construct-only #f)
4389)
4390
4391(define-property parent
4392  (of-object "GtkCalendar")
4393  (prop-type "GParamObject")
4394  (docs "The parent widget of this widget. Must be a Container widget")
4395  (readable #t)
4396  (writable #t)
4397  (construct-only #f)
4398)
4399
4400(define-property width-request
4401  (of-object "GtkCalendar")
4402  (prop-type "GParamInt")
4403  (docs "Override for width request of the widget, or -1 if natural request should be used")
4404  (readable #t)
4405  (writable #t)
4406  (construct-only #f)
4407)
4408
4409(define-property height-request
4410  (of-object "GtkCalendar")
4411  (prop-type "GParamInt")
4412  (docs "Override for height request of the widget, or -1 if natural request should be used")
4413  (readable #t)
4414  (writable #t)
4415  (construct-only #f)
4416)
4417
4418(define-property visible
4419  (of-object "GtkCalendar")
4420  (prop-type "GParamBoolean")
4421  (docs "Whether the widget is visible")
4422  (readable #t)
4423  (writable #t)
4424  (construct-only #f)
4425)
4426
4427(define-property sensitive
4428  (of-object "GtkCalendar")
4429  (prop-type "GParamBoolean")
4430  (docs "Whether the widget responds to input")
4431  (readable #t)
4432  (writable #t)
4433  (construct-only #f)
4434)
4435
4436(define-property app-paintable
4437  (of-object "GtkCalendar")
4438  (prop-type "GParamBoolean")
4439  (docs "Whether the application will paint directly on the widget")
4440  (readable #t)
4441  (writable #t)
4442  (construct-only #f)
4443)
4444
4445(define-property can-focus
4446  (of-object "GtkCalendar")
4447  (prop-type "GParamBoolean")
4448  (docs "Whether the widget can accept the input focus")
4449  (readable #t)
4450  (writable #t)
4451  (construct-only #f)
4452)
4453
4454(define-property has-focus
4455  (of-object "GtkCalendar")
4456  (prop-type "GParamBoolean")
4457  (docs "Whether the widget has the input focus")
4458  (readable #t)
4459  (writable #t)
4460  (construct-only #f)
4461)
4462
4463(define-property is-focus
4464  (of-object "GtkCalendar")
4465  (prop-type "GParamBoolean")
4466  (docs "Whether the widget is the focus widget within the toplevel")
4467  (readable #t)
4468  (writable #t)
4469  (construct-only #f)
4470)
4471
4472(define-property can-default
4473  (of-object "GtkCalendar")
4474  (prop-type "GParamBoolean")
4475  (docs "Whether the widget can be the default widget")
4476  (readable #t)
4477  (writable #t)
4478  (construct-only #f)
4479)
4480
4481(define-property has-default
4482  (of-object "GtkCalendar")
4483  (prop-type "GParamBoolean")
4484  (docs "Whether the widget is the default widget")
4485  (readable #t)
4486  (writable #t)
4487  (construct-only #f)
4488)
4489
4490(define-property receives-default
4491  (of-object "GtkCalendar")
4492  (prop-type "GParamBoolean")
4493  (docs "If TRUE, the widget will receive the default action when it is focused")
4494  (readable #t)
4495  (writable #t)
4496  (construct-only #f)
4497)
4498
4499(define-property composite-child
4500  (of-object "GtkCalendar")
4501  (prop-type "GParamBoolean")
4502  (docs "Whether the widget is part of a composite widget")
4503  (readable #t)
4504  (writable #f)
4505  (construct-only #f)
4506)
4507
4508(define-property style
4509  (of-object "GtkCalendar")
4510  (prop-type "GParamObject")
4511  (docs "The style of the widget, which contains information about how it will look (colors etc)")
4512  (readable #t)
4513  (writable #t)
4514  (construct-only #f)
4515)
4516
4517(define-property events
4518  (of-object "GtkCalendar")
4519  (prop-type "GParamFlags")
4520  (docs "The event mask that decides what kind of GdkEvents this widget gets")
4521  (readable #t)
4522  (writable #t)
4523  (construct-only #f)
4524)
4525
4526(define-property extension-events
4527  (of-object "GtkCalendar")
4528  (prop-type "GParamEnum")
4529  (docs "The mask that decides what kind of extension events this widget gets")
4530  (readable #t)
4531  (writable #t)
4532  (construct-only #f)
4533)
4534
4535(define-property no-show-all
4536  (of-object "GtkCalendar")
4537  (prop-type "GParamBoolean")
4538  (docs "Whether gtk_widget_show_all() should not affect this widget")
4539  (readable #t)
4540  (writable #t)
4541  (construct-only #f)
4542)
4543
4544(define-property has-tooltip
4545  (of-object "GtkCalendar")
4546  (prop-type "GParamBoolean")
4547  (docs "Whether this widget has a tooltip")
4548  (readable #t)
4549  (writable #t)
4550  (construct-only #f)
4551)
4552
4553(define-property tooltip-markup
4554  (of-object "GtkCalendar")
4555  (prop-type "GParamString")
4556  (docs "The contents of the tooltip for this widget")
4557  (readable #t)
4558  (writable #t)
4559  (construct-only #f)
4560)
4561
4562(define-property tooltip-text
4563  (of-object "GtkCalendar")
4564  (prop-type "GParamString")
4565  (docs "The contents of the tooltip for this widget")
4566  (readable #t)
4567  (writable #t)
4568  (construct-only #f)
4569)
4570
4571(define-property window
4572  (of-object "GtkCalendar")
4573  (prop-type "GParamObject")
4574  (docs "The widget's window if it is realized")
4575  (readable #t)
4576  (writable #f)
4577  (construct-only #f)
4578)
4579
4580(define-property double-buffered
4581  (of-object "GtkCalendar")
4582  (prop-type "GParamBoolean")
4583  (docs "Whether or not the widget is double buffered")
4584  (readable #t)
4585  (writable #t)
4586  (construct-only #f)
4587)
4588
4589(define-property year
4590  (of-object "GtkCalendar")
4591  (prop-type "GParamInt")
4592  (docs "The selected year")
4593  (readable #t)
4594  (writable #t)
4595  (construct-only #f)
4596)
4597
4598(define-property month
4599  (of-object "GtkCalendar")
4600  (prop-type "GParamInt")
4601  (docs "The selected month (as a number between 0 and 11)")
4602  (readable #t)
4603  (writable #t)
4604  (construct-only #f)
4605)
4606
4607(define-property day
4608  (of-object "GtkCalendar")
4609  (prop-type "GParamInt")
4610  (docs "The selected day (as a number between 1 and 31, or 0 to unselect the currently selected day)")
4611  (readable #t)
4612  (writable #t)
4613  (construct-only #f)
4614)
4615
4616(define-property show-heading
4617  (of-object "GtkCalendar")
4618  (prop-type "GParamBoolean")
4619  (docs "If TRUE, a heading is displayed")
4620  (readable #t)
4621  (writable #t)
4622  (construct-only #f)
4623)
4624
4625(define-property show-day-names
4626  (of-object "GtkCalendar")
4627  (prop-type "GParamBoolean")
4628  (docs "If TRUE, day names are displayed")
4629  (readable #t)
4630  (writable #t)
4631  (construct-only #f)
4632)
4633
4634(define-property no-month-change
4635  (of-object "GtkCalendar")
4636  (prop-type "GParamBoolean")
4637  (docs "If TRUE, the selected month cannot be changed")
4638  (readable #t)
4639  (writable #t)
4640  (construct-only #f)
4641)
4642
4643(define-property show-week-numbers
4644  (of-object "GtkCalendar")
4645  (prop-type "GParamBoolean")
4646  (docs "If TRUE, week numbers are displayed")
4647  (readable #t)
4648  (writable #t)
4649  (construct-only #f)
4650)
4651
4652(define-property show-details
4653  (of-object "GtkCalendar")
4654  (prop-type "GParamBoolean")
4655  (docs "If TRUE, details are shown")
4656  (readable #t)
4657  (writable #t)
4658  (construct-only #f)
4659)
4660
4661(define-property detail-width-chars
4662  (of-object "GtkCalendar")
4663  (prop-type "GParamInt")
4664  (docs "Details width in characters")
4665  (readable #t)
4666  (writable #t)
4667  (construct-only #f)
4668)
4669
4670(define-property detail-height-rows
4671  (of-object "GtkCalendar")
4672  (prop-type "GParamInt")
4673  (docs "Details height in rows")
4674  (readable #t)
4675  (writable #t)
4676  (construct-only #f)
4677)
4678
4679;; From GtkCheckButton
4680
4681(define-property related-action
4682  (of-object "GtkCheckButton")
4683  (prop-type "GParamObject")
4684  (docs "The action this activatable will activate and receive updates from")
4685  (readable #t)
4686  (writable #t)
4687  (construct-only #f)
4688)
4689
4690(define-property use-action-appearance
4691  (of-object "GtkCheckButton")
4692  (prop-type "GParamBoolean")
4693  (docs "Whether to use the related actions appearance properties")
4694  (readable #t)
4695  (writable #t)
4696  (construct-only #f)
4697)
4698
4699(define-property user-data
4700  (of-object "GtkCheckButton")
4701  (prop-type "GParamPointer")
4702  (docs "Anonymous User Data Pointer")
4703  (readable #t)
4704  (writable #t)
4705  (construct-only #f)
4706)
4707
4708(define-property name
4709  (of-object "GtkCheckButton")
4710  (prop-type "GParamString")
4711  (docs "The name of the widget")
4712  (readable #t)
4713  (writable #t)
4714  (construct-only #f)
4715)
4716
4717(define-property parent
4718  (of-object "GtkCheckButton")
4719  (prop-type "GParamObject")
4720  (docs "The parent widget of this widget. Must be a Container widget")
4721  (readable #t)
4722  (writable #t)
4723  (construct-only #f)
4724)
4725
4726(define-property width-request
4727  (of-object "GtkCheckButton")
4728  (prop-type "GParamInt")
4729  (docs "Override for width request of the widget, or -1 if natural request should be used")
4730  (readable #t)
4731  (writable #t)
4732  (construct-only #f)
4733)
4734
4735(define-property height-request
4736  (of-object "GtkCheckButton")
4737  (prop-type "GParamInt")
4738  (docs "Override for height request of the widget, or -1 if natural request should be used")
4739  (readable #t)
4740  (writable #t)
4741  (construct-only #f)
4742)
4743
4744(define-property visible
4745  (of-object "GtkCheckButton")
4746  (prop-type "GParamBoolean")
4747  (docs "Whether the widget is visible")
4748  (readable #t)
4749  (writable #t)
4750  (construct-only #f)
4751)
4752
4753(define-property sensitive
4754  (of-object "GtkCheckButton")
4755  (prop-type "GParamBoolean")
4756  (docs "Whether the widget responds to input")
4757  (readable #t)
4758  (writable #t)
4759  (construct-only #f)
4760)
4761
4762(define-property app-paintable
4763  (of-object "GtkCheckButton")
4764  (prop-type "GParamBoolean")
4765  (docs "Whether the application will paint directly on the widget")
4766  (readable #t)
4767  (writable #t)
4768  (construct-only #f)
4769)
4770
4771(define-property can-focus
4772  (of-object "GtkCheckButton")
4773  (prop-type "GParamBoolean")
4774  (docs "Whether the widget can accept the input focus")
4775  (readable #t)
4776  (writable #t)
4777  (construct-only #f)
4778)
4779
4780(define-property has-focus
4781  (of-object "GtkCheckButton")
4782  (prop-type "GParamBoolean")
4783  (docs "Whether the widget has the input focus")
4784  (readable #t)
4785  (writable #t)
4786  (construct-only #f)
4787)
4788
4789(define-property is-focus
4790  (of-object "GtkCheckButton")
4791  (prop-type "GParamBoolean")
4792  (docs "Whether the widget is the focus widget within the toplevel")
4793  (readable #t)
4794  (writable #t)
4795  (construct-only #f)
4796)
4797
4798(define-property can-default
4799  (of-object "GtkCheckButton")
4800  (prop-type "GParamBoolean")
4801  (docs "Whether the widget can be the default widget")
4802  (readable #t)
4803  (writable #t)
4804  (construct-only #f)
4805)
4806
4807(define-property has-default
4808  (of-object "GtkCheckButton")
4809  (prop-type "GParamBoolean")
4810  (docs "Whether the widget is the default widget")
4811  (readable #t)
4812  (writable #t)
4813  (construct-only #f)
4814)
4815
4816(define-property receives-default
4817  (of-object "GtkCheckButton")
4818  (prop-type "GParamBoolean")
4819  (docs "If TRUE, the widget will receive the default action when it is focused")
4820  (readable #t)
4821  (writable #t)
4822  (construct-only #f)
4823)
4824
4825(define-property composite-child
4826  (of-object "GtkCheckButton")
4827  (prop-type "GParamBoolean")
4828  (docs "Whether the widget is part of a composite widget")
4829  (readable #t)
4830  (writable #f)
4831  (construct-only #f)
4832)
4833
4834(define-property style
4835  (of-object "GtkCheckButton")
4836  (prop-type "GParamObject")
4837  (docs "The style of the widget, which contains information about how it will look (colors etc)")
4838  (readable #t)
4839  (writable #t)
4840  (construct-only #f)
4841)
4842
4843(define-property events
4844  (of-object "GtkCheckButton")
4845  (prop-type "GParamFlags")
4846  (docs "The event mask that decides what kind of GdkEvents this widget gets")
4847  (readable #t)
4848  (writable #t)
4849  (construct-only #f)
4850)
4851
4852(define-property extension-events
4853  (of-object "GtkCheckButton")
4854  (prop-type "GParamEnum")
4855  (docs "The mask that decides what kind of extension events this widget gets")
4856  (readable #t)
4857  (writable #t)
4858  (construct-only #f)
4859)
4860
4861(define-property no-show-all
4862  (of-object "GtkCheckButton")
4863  (prop-type "GParamBoolean")
4864  (docs "Whether gtk_widget_show_all() should not affect this widget")
4865  (readable #t)
4866  (writable #t)
4867  (construct-only #f)
4868)
4869
4870(define-property has-tooltip
4871  (of-object "GtkCheckButton")
4872  (prop-type "GParamBoolean")
4873  (docs "Whether this widget has a tooltip")
4874  (readable #t)
4875  (writable #t)
4876  (construct-only #f)
4877)
4878
4879(define-property tooltip-markup
4880  (of-object "GtkCheckButton")
4881  (prop-type "GParamString")
4882  (docs "The contents of the tooltip for this widget")
4883  (readable #t)
4884  (writable #t)
4885  (construct-only #f)
4886)
4887
4888(define-property tooltip-text
4889  (of-object "GtkCheckButton")
4890  (prop-type "GParamString")
4891  (docs "The contents of the tooltip for this widget")
4892  (readable #t)
4893  (writable #t)
4894  (construct-only #f)
4895)
4896
4897(define-property window
4898  (of-object "GtkCheckButton")
4899  (prop-type "GParamObject")
4900  (docs "The widget's window if it is realized")
4901  (readable #t)
4902  (writable #f)
4903  (construct-only #f)
4904)
4905
4906(define-property double-buffered
4907  (of-object "GtkCheckButton")
4908  (prop-type "GParamBoolean")
4909  (docs "Whether or not the widget is double buffered")
4910  (readable #t)
4911  (writable #t)
4912  (construct-only #f)
4913)
4914
4915(define-property border-width
4916  (of-object "GtkCheckButton")
4917  (prop-type "GParamUInt")
4918  (docs "The width of the empty border outside the containers children")
4919  (readable #t)
4920  (writable #t)
4921  (construct-only #f)
4922)
4923
4924(define-property resize-mode
4925  (of-object "GtkCheckButton")
4926  (prop-type "GParamEnum")
4927  (docs "Specify how resize events are handled")
4928  (readable #t)
4929  (writable #t)
4930  (construct-only #f)
4931)
4932
4933(define-property child
4934  (of-object "GtkCheckButton")
4935  (prop-type "GParamObject")
4936  (docs "Can be used to add a new child to the container")
4937  (readable #f)
4938  (writable #t)
4939  (construct-only #f)
4940)
4941
4942(define-property label
4943  (of-object "GtkCheckButton")
4944  (prop-type "GParamString")
4945  (docs "Text of the label widget inside the button, if the button contains a label widget")
4946  (readable #t)
4947  (writable #t)
4948  (construct-only #f)
4949)
4950
4951(define-property image
4952  (of-object "GtkCheckButton")
4953  (prop-type "GParamObject")
4954  (docs "Child widget to appear next to the button text")
4955  (readable #t)
4956  (writable #t)
4957  (construct-only #f)
4958)
4959
4960(define-property relief
4961  (of-object "GtkCheckButton")
4962  (prop-type "GParamEnum")
4963  (docs "The border relief style")
4964  (readable #t)
4965  (writable #t)
4966  (construct-only #f)
4967)
4968
4969(define-property use-underline
4970  (of-object "GtkCheckButton")
4971  (prop-type "GParamBoolean")
4972  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
4973  (readable #t)
4974  (writable #t)
4975  (construct-only #f)
4976)
4977
4978(define-property use-stock
4979  (of-object "GtkCheckButton")
4980  (prop-type "GParamBoolean")
4981  (docs "If set, the label is used to pick a stock item instead of being displayed")
4982  (readable #t)
4983  (writable #t)
4984  (construct-only #f)
4985)
4986
4987(define-property focus-on-click
4988  (of-object "GtkCheckButton")
4989  (prop-type "GParamBoolean")
4990  (docs "Whether the button grabs focus when it is clicked with the mouse")
4991  (readable #t)
4992  (writable #t)
4993  (construct-only #f)
4994)
4995
4996(define-property xalign
4997  (of-object "GtkCheckButton")
4998  (prop-type "GParamFloat")
4999  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
5000  (readable #t)
5001  (writable #t)
5002  (construct-only #f)
5003)
5004
5005(define-property yalign
5006  (of-object "GtkCheckButton")
5007  (prop-type "GParamFloat")
5008  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
5009  (readable #t)
5010  (writable #t)
5011  (construct-only #f)
5012)
5013
5014(define-property image-position
5015  (of-object "GtkCheckButton")
5016  (prop-type "GParamEnum")
5017  (docs "The position of the image relative to the text")
5018  (readable #t)
5019  (writable #t)
5020  (construct-only #f)
5021)
5022
5023(define-property active
5024  (of-object "GtkCheckButton")
5025  (prop-type "GParamBoolean")
5026  (docs "If the toggle button should be pressed in or not")
5027  (readable #t)
5028  (writable #t)
5029  (construct-only #f)
5030)
5031
5032(define-property inconsistent
5033  (of-object "GtkCheckButton")
5034  (prop-type "GParamBoolean")
5035  (docs "If the toggle button is in an 'in between' state")
5036  (readable #t)
5037  (writable #t)
5038  (construct-only #f)
5039)
5040
5041(define-property draw-indicator
5042  (of-object "GtkCheckButton")
5043  (prop-type "GParamBoolean")
5044  (docs "If the toggle part of the button is displayed")
5045  (readable #t)
5046  (writable #t)
5047  (construct-only #f)
5048)
5049
5050;; From GtkCheckMenuItem
5051
5052(define-signal toggled
5053  (of-object "GtkCheckMenuItem")
5054  (return-type "void")
5055  (when "first")
5056)
5057
5058(define-property related-action
5059  (of-object "GtkCheckMenuItem")
5060  (prop-type "GParamObject")
5061  (docs "The action this activatable will activate and receive updates from")
5062  (readable #t)
5063  (writable #t)
5064  (construct-only #f)
5065)
5066
5067(define-property use-action-appearance
5068  (of-object "GtkCheckMenuItem")
5069  (prop-type "GParamBoolean")
5070  (docs "Whether to use the related actions appearance properties")
5071  (readable #t)
5072  (writable #t)
5073  (construct-only #f)
5074)
5075
5076(define-property user-data
5077  (of-object "GtkCheckMenuItem")
5078  (prop-type "GParamPointer")
5079  (docs "Anonymous User Data Pointer")
5080  (readable #t)
5081  (writable #t)
5082  (construct-only #f)
5083)
5084
5085(define-property name
5086  (of-object "GtkCheckMenuItem")
5087  (prop-type "GParamString")
5088  (docs "The name of the widget")
5089  (readable #t)
5090  (writable #t)
5091  (construct-only #f)
5092)
5093
5094(define-property parent
5095  (of-object "GtkCheckMenuItem")
5096  (prop-type "GParamObject")
5097  (docs "The parent widget of this widget. Must be a Container widget")
5098  (readable #t)
5099  (writable #t)
5100  (construct-only #f)
5101)
5102
5103(define-property width-request
5104  (of-object "GtkCheckMenuItem")
5105  (prop-type "GParamInt")
5106  (docs "Override for width request of the widget, or -1 if natural request should be used")
5107  (readable #t)
5108  (writable #t)
5109  (construct-only #f)
5110)
5111
5112(define-property height-request
5113  (of-object "GtkCheckMenuItem")
5114  (prop-type "GParamInt")
5115  (docs "Override for height request of the widget, or -1 if natural request should be used")
5116  (readable #t)
5117  (writable #t)
5118  (construct-only #f)
5119)
5120
5121(define-property visible
5122  (of-object "GtkCheckMenuItem")
5123  (prop-type "GParamBoolean")
5124  (docs "Whether the widget is visible")
5125  (readable #t)
5126  (writable #t)
5127  (construct-only #f)
5128)
5129
5130(define-property sensitive
5131  (of-object "GtkCheckMenuItem")
5132  (prop-type "GParamBoolean")
5133  (docs "Whether the widget responds to input")
5134  (readable #t)
5135  (writable #t)
5136  (construct-only #f)
5137)
5138
5139(define-property app-paintable
5140  (of-object "GtkCheckMenuItem")
5141  (prop-type "GParamBoolean")
5142  (docs "Whether the application will paint directly on the widget")
5143  (readable #t)
5144  (writable #t)
5145  (construct-only #f)
5146)
5147
5148(define-property can-focus
5149  (of-object "GtkCheckMenuItem")
5150  (prop-type "GParamBoolean")
5151  (docs "Whether the widget can accept the input focus")
5152  (readable #t)
5153  (writable #t)
5154  (construct-only #f)
5155)
5156
5157(define-property has-focus
5158  (of-object "GtkCheckMenuItem")
5159  (prop-type "GParamBoolean")
5160  (docs "Whether the widget has the input focus")
5161  (readable #t)
5162  (writable #t)
5163  (construct-only #f)
5164)
5165
5166(define-property is-focus
5167  (of-object "GtkCheckMenuItem")
5168  (prop-type "GParamBoolean")
5169  (docs "Whether the widget is the focus widget within the toplevel")
5170  (readable #t)
5171  (writable #t)
5172  (construct-only #f)
5173)
5174
5175(define-property can-default
5176  (of-object "GtkCheckMenuItem")
5177  (prop-type "GParamBoolean")
5178  (docs "Whether the widget can be the default widget")
5179  (readable #t)
5180  (writable #t)
5181  (construct-only #f)
5182)
5183
5184(define-property has-default
5185  (of-object "GtkCheckMenuItem")
5186  (prop-type "GParamBoolean")
5187  (docs "Whether the widget is the default widget")
5188  (readable #t)
5189  (writable #t)
5190  (construct-only #f)
5191)
5192
5193(define-property receives-default
5194  (of-object "GtkCheckMenuItem")
5195  (prop-type "GParamBoolean")
5196  (docs "If TRUE, the widget will receive the default action when it is focused")
5197  (readable #t)
5198  (writable #t)
5199  (construct-only #f)
5200)
5201
5202(define-property composite-child
5203  (of-object "GtkCheckMenuItem")
5204  (prop-type "GParamBoolean")
5205  (docs "Whether the widget is part of a composite widget")
5206  (readable #t)
5207  (writable #f)
5208  (construct-only #f)
5209)
5210
5211(define-property style
5212  (of-object "GtkCheckMenuItem")
5213  (prop-type "GParamObject")
5214  (docs "The style of the widget, which contains information about how it will look (colors etc)")
5215  (readable #t)
5216  (writable #t)
5217  (construct-only #f)
5218)
5219
5220(define-property events
5221  (of-object "GtkCheckMenuItem")
5222  (prop-type "GParamFlags")
5223  (docs "The event mask that decides what kind of GdkEvents this widget gets")
5224  (readable #t)
5225  (writable #t)
5226  (construct-only #f)
5227)
5228
5229(define-property extension-events
5230  (of-object "GtkCheckMenuItem")
5231  (prop-type "GParamEnum")
5232  (docs "The mask that decides what kind of extension events this widget gets")
5233  (readable #t)
5234  (writable #t)
5235  (construct-only #f)
5236)
5237
5238(define-property no-show-all
5239  (of-object "GtkCheckMenuItem")
5240  (prop-type "GParamBoolean")
5241  (docs "Whether gtk_widget_show_all() should not affect this widget")
5242  (readable #t)
5243  (writable #t)
5244  (construct-only #f)
5245)
5246
5247(define-property has-tooltip
5248  (of-object "GtkCheckMenuItem")
5249  (prop-type "GParamBoolean")
5250  (docs "Whether this widget has a tooltip")
5251  (readable #t)
5252  (writable #t)
5253  (construct-only #f)
5254)
5255
5256(define-property tooltip-markup
5257  (of-object "GtkCheckMenuItem")
5258  (prop-type "GParamString")
5259  (docs "The contents of the tooltip for this widget")
5260  (readable #t)
5261  (writable #t)
5262  (construct-only #f)
5263)
5264
5265(define-property tooltip-text
5266  (of-object "GtkCheckMenuItem")
5267  (prop-type "GParamString")
5268  (docs "The contents of the tooltip for this widget")
5269  (readable #t)
5270  (writable #t)
5271  (construct-only #f)
5272)
5273
5274(define-property window
5275  (of-object "GtkCheckMenuItem")
5276  (prop-type "GParamObject")
5277  (docs "The widget's window if it is realized")
5278  (readable #t)
5279  (writable #f)
5280  (construct-only #f)
5281)
5282
5283(define-property double-buffered
5284  (of-object "GtkCheckMenuItem")
5285  (prop-type "GParamBoolean")
5286  (docs "Whether or not the widget is double buffered")
5287  (readable #t)
5288  (writable #t)
5289  (construct-only #f)
5290)
5291
5292(define-property border-width
5293  (of-object "GtkCheckMenuItem")
5294  (prop-type "GParamUInt")
5295  (docs "The width of the empty border outside the containers children")
5296  (readable #t)
5297  (writable #t)
5298  (construct-only #f)
5299)
5300
5301(define-property resize-mode
5302  (of-object "GtkCheckMenuItem")
5303  (prop-type "GParamEnum")
5304  (docs "Specify how resize events are handled")
5305  (readable #t)
5306  (writable #t)
5307  (construct-only #f)
5308)
5309
5310(define-property child
5311  (of-object "GtkCheckMenuItem")
5312  (prop-type "GParamObject")
5313  (docs "Can be used to add a new child to the container")
5314  (readable #f)
5315  (writable #t)
5316  (construct-only #f)
5317)
5318
5319(define-property right-justified
5320  (of-object "GtkCheckMenuItem")
5321  (prop-type "GParamBoolean")
5322  (docs "Sets whether the menu item appears justified at the right side of a menu bar")
5323  (readable #t)
5324  (writable #t)
5325  (construct-only #f)
5326)
5327
5328(define-property submenu
5329  (of-object "GtkCheckMenuItem")
5330  (prop-type "GParamObject")
5331  (docs "The submenu attached to the menu item, or NULL if it has none")
5332  (readable #t)
5333  (writable #t)
5334  (construct-only #f)
5335)
5336
5337(define-property accel-path
5338  (of-object "GtkCheckMenuItem")
5339  (prop-type "GParamString")
5340  (docs "Sets the accelerator path of the menu item")
5341  (readable #t)
5342  (writable #t)
5343  (construct-only #f)
5344)
5345
5346(define-property label
5347  (of-object "GtkCheckMenuItem")
5348  (prop-type "GParamString")
5349  (docs "The text for the child label")
5350  (readable #t)
5351  (writable #t)
5352  (construct-only #f)
5353)
5354
5355(define-property use-underline
5356  (of-object "GtkCheckMenuItem")
5357  (prop-type "GParamBoolean")
5358  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
5359  (readable #t)
5360  (writable #t)
5361  (construct-only #f)
5362)
5363
5364(define-property active
5365  (of-object "GtkCheckMenuItem")
5366  (prop-type "GParamBoolean")
5367  (docs "Whether the menu item is checked")
5368  (readable #t)
5369  (writable #t)
5370  (construct-only #f)
5371)
5372
5373(define-property inconsistent
5374  (of-object "GtkCheckMenuItem")
5375  (prop-type "GParamBoolean")
5376  (docs "Whether to display an 'inconsistent' state")
5377  (readable #t)
5378  (writable #t)
5379  (construct-only #f)
5380)
5381
5382(define-property draw-as-radio
5383  (of-object "GtkCheckMenuItem")
5384  (prop-type "GParamBoolean")
5385  (docs "Whether the menu item looks like a radio menu item")
5386  (readable #t)
5387  (writable #t)
5388  (construct-only #f)
5389)
5390
5391;; From GtkCList
5392
5393(define-signal set-scroll-adjustments
5394  (of-object "GtkCList")
5395  (return-type "void")
5396  (when "last")
5397  (parameters
5398    '("GtkAdjustment*" "p0")
5399    '("GtkAdjustment*" "p1")
5400  )
5401)
5402
5403(define-signal select-all
5404  (of-object "GtkCList")
5405  (return-type "void")
5406  (when "last")
5407)
5408
5409(define-signal unselect-all
5410  (of-object "GtkCList")
5411  (return-type "void")
5412  (when "last")
5413)
5414
5415(define-signal toggle-focus-row
5416  (of-object "GtkCList")
5417  (return-type "void")
5418  (when "last")
5419)
5420
5421(define-signal undo-selection
5422  (of-object "GtkCList")
5423  (return-type "void")
5424  (when "last")
5425)
5426
5427(define-signal start-selection
5428  (of-object "GtkCList")
5429  (return-type "void")
5430  (when "last")
5431)
5432
5433(define-signal end-selection
5434  (of-object "GtkCList")
5435  (return-type "void")
5436  (when "last")
5437)
5438
5439(define-signal toggle-add-mode
5440  (of-object "GtkCList")
5441  (return-type "void")
5442  (when "last")
5443)
5444
5445(define-signal extend-selection
5446  (of-object "GtkCList")
5447  (return-type "void")
5448  (when "last")
5449  (parameters
5450    '("GtkScrollType" "p0")
5451    '("gfloat" "p1")
5452    '("gboolean" "p2")
5453  )
5454)
5455
5456(define-signal scroll-vertical
5457  (of-object "GtkCList")
5458  (return-type "void")
5459  (when "last")
5460  (parameters
5461    '("GtkScrollType" "p0")
5462    '("gfloat" "p1")
5463  )
5464)
5465
5466(define-signal scroll-horizontal
5467  (of-object "GtkCList")
5468  (return-type "void")
5469  (when "last")
5470  (parameters
5471    '("GtkScrollType" "p0")
5472    '("gfloat" "p1")
5473  )
5474)
5475
5476(define-signal select-row
5477  (of-object "GtkCList")
5478  (return-type "void")
5479  (when "first")
5480  (parameters
5481    '("gint" "p0")
5482    '("gint" "p1")
5483    '("GdkEvent*" "p2")
5484  )
5485)
5486
5487(define-signal unselect-row
5488  (of-object "GtkCList")
5489  (return-type "void")
5490  (when "first")
5491  (parameters
5492    '("gint" "p0")
5493    '("gint" "p1")
5494    '("GdkEvent*" "p2")
5495  )
5496)
5497
5498(define-signal row-move
5499  (of-object "GtkCList")
5500  (return-type "void")
5501  (when "last")
5502  (parameters
5503    '("gint" "p0")
5504    '("gint" "p1")
5505  )
5506)
5507
5508(define-signal click-column
5509  (of-object "GtkCList")
5510  (return-type "void")
5511  (when "first")
5512  (parameters
5513    '("gint" "p0")
5514  )
5515)
5516
5517(define-signal resize-column
5518  (of-object "GtkCList")
5519  (return-type "void")
5520  (when "last")
5521  (parameters
5522    '("gint" "p0")
5523    '("gint" "p1")
5524  )
5525)
5526
5527(define-signal abort-column-resize
5528  (of-object "GtkCList")
5529  (return-type "void")
5530  (when "last")
5531)
5532
5533(define-property user-data
5534  (of-object "GtkCList")
5535  (prop-type "GParamPointer")
5536  (docs "Anonymous User Data Pointer")
5537  (readable #t)
5538  (writable #t)
5539  (construct-only #f)
5540)
5541
5542(define-property name
5543  (of-object "GtkCList")
5544  (prop-type "GParamString")
5545  (docs "The name of the widget")
5546  (readable #t)
5547  (writable #t)
5548  (construct-only #f)
5549)
5550
5551(define-property parent
5552  (of-object "GtkCList")
5553  (prop-type "GParamObject")
5554  (docs "The parent widget of this widget. Must be a Container widget")
5555  (readable #t)
5556  (writable #t)
5557  (construct-only #f)
5558)
5559
5560(define-property width-request
5561  (of-object "GtkCList")
5562  (prop-type "GParamInt")
5563  (docs "Override for width request of the widget, or -1 if natural request should be used")
5564  (readable #t)
5565  (writable #t)
5566  (construct-only #f)
5567)
5568
5569(define-property height-request
5570  (of-object "GtkCList")
5571  (prop-type "GParamInt")
5572  (docs "Override for height request of the widget, or -1 if natural request should be used")
5573  (readable #t)
5574  (writable #t)
5575  (construct-only #f)
5576)
5577
5578(define-property visible
5579  (of-object "GtkCList")
5580  (prop-type "GParamBoolean")
5581  (docs "Whether the widget is visible")
5582  (readable #t)
5583  (writable #t)
5584  (construct-only #f)
5585)
5586
5587(define-property sensitive
5588  (of-object "GtkCList")
5589  (prop-type "GParamBoolean")
5590  (docs "Whether the widget responds to input")
5591  (readable #t)
5592  (writable #t)
5593  (construct-only #f)
5594)
5595
5596(define-property app-paintable
5597  (of-object "GtkCList")
5598  (prop-type "GParamBoolean")
5599  (docs "Whether the application will paint directly on the widget")
5600  (readable #t)
5601  (writable #t)
5602  (construct-only #f)
5603)
5604
5605(define-property can-focus
5606  (of-object "GtkCList")
5607  (prop-type "GParamBoolean")
5608  (docs "Whether the widget can accept the input focus")
5609  (readable #t)
5610  (writable #t)
5611  (construct-only #f)
5612)
5613
5614(define-property has-focus
5615  (of-object "GtkCList")
5616  (prop-type "GParamBoolean")
5617  (docs "Whether the widget has the input focus")
5618  (readable #t)
5619  (writable #t)
5620  (construct-only #f)
5621)
5622
5623(define-property is-focus
5624  (of-object "GtkCList")
5625  (prop-type "GParamBoolean")
5626  (docs "Whether the widget is the focus widget within the toplevel")
5627  (readable #t)
5628  (writable #t)
5629  (construct-only #f)
5630)
5631
5632(define-property can-default
5633  (of-object "GtkCList")
5634  (prop-type "GParamBoolean")
5635  (docs "Whether the widget can be the default widget")
5636  (readable #t)
5637  (writable #t)
5638  (construct-only #f)
5639)
5640
5641(define-property has-default
5642  (of-object "GtkCList")
5643  (prop-type "GParamBoolean")
5644  (docs "Whether the widget is the default widget")
5645  (readable #t)
5646  (writable #t)
5647  (construct-only #f)
5648)
5649
5650(define-property receives-default
5651  (of-object "GtkCList")
5652  (prop-type "GParamBoolean")
5653  (docs "If TRUE, the widget will receive the default action when it is focused")
5654  (readable #t)
5655  (writable #t)
5656  (construct-only #f)
5657)
5658
5659(define-property composite-child
5660  (of-object "GtkCList")
5661  (prop-type "GParamBoolean")
5662  (docs "Whether the widget is part of a composite widget")
5663  (readable #t)
5664  (writable #f)
5665  (construct-only #f)
5666)
5667
5668(define-property style
5669  (of-object "GtkCList")
5670  (prop-type "GParamObject")
5671  (docs "The style of the widget, which contains information about how it will look (colors etc)")
5672  (readable #t)
5673  (writable #t)
5674  (construct-only #f)
5675)
5676
5677(define-property events
5678  (of-object "GtkCList")
5679  (prop-type "GParamFlags")
5680  (docs "The event mask that decides what kind of GdkEvents this widget gets")
5681  (readable #t)
5682  (writable #t)
5683  (construct-only #f)
5684)
5685
5686(define-property extension-events
5687  (of-object "GtkCList")
5688  (prop-type "GParamEnum")
5689  (docs "The mask that decides what kind of extension events this widget gets")
5690  (readable #t)
5691  (writable #t)
5692  (construct-only #f)
5693)
5694
5695(define-property no-show-all
5696  (of-object "GtkCList")
5697  (prop-type "GParamBoolean")
5698  (docs "Whether gtk_widget_show_all() should not affect this widget")
5699  (readable #t)
5700  (writable #t)
5701  (construct-only #f)
5702)
5703
5704(define-property has-tooltip
5705  (of-object "GtkCList")
5706  (prop-type "GParamBoolean")
5707  (docs "Whether this widget has a tooltip")
5708  (readable #t)
5709  (writable #t)
5710  (construct-only #f)
5711)
5712
5713(define-property tooltip-markup
5714  (of-object "GtkCList")
5715  (prop-type "GParamString")
5716  (docs "The contents of the tooltip for this widget")
5717  (readable #t)
5718  (writable #t)
5719  (construct-only #f)
5720)
5721
5722(define-property tooltip-text
5723  (of-object "GtkCList")
5724  (prop-type "GParamString")
5725  (docs "The contents of the tooltip for this widget")
5726  (readable #t)
5727  (writable #t)
5728  (construct-only #f)
5729)
5730
5731(define-property window
5732  (of-object "GtkCList")
5733  (prop-type "GParamObject")
5734  (docs "The widget's window if it is realized")
5735  (readable #t)
5736  (writable #f)
5737  (construct-only #f)
5738)
5739
5740(define-property double-buffered
5741  (of-object "GtkCList")
5742  (prop-type "GParamBoolean")
5743  (docs "Whether or not the widget is double buffered")
5744  (readable #t)
5745  (writable #t)
5746  (construct-only #f)
5747)
5748
5749(define-property border-width
5750  (of-object "GtkCList")
5751  (prop-type "GParamUInt")
5752  (docs "The width of the empty border outside the containers children")
5753  (readable #t)
5754  (writable #t)
5755  (construct-only #f)
5756)
5757
5758(define-property resize-mode
5759  (of-object "GtkCList")
5760  (prop-type "GParamEnum")
5761  (docs "Specify how resize events are handled")
5762  (readable #t)
5763  (writable #t)
5764  (construct-only #f)
5765)
5766
5767(define-property child
5768  (of-object "GtkCList")
5769  (prop-type "GParamObject")
5770  (docs "Can be used to add a new child to the container")
5771  (readable #f)
5772  (writable #t)
5773  (construct-only #f)
5774)
5775
5776(define-property n-columns
5777  (of-object "GtkCList")
5778  (prop-type "GParamUInt")
5779  (docs "")
5780  (readable #t)
5781  (writable #t)
5782  (construct-only #t)
5783)
5784
5785(define-property shadow-type
5786  (of-object "GtkCList")
5787  (prop-type "GParamEnum")
5788  (docs "")
5789  (readable #t)
5790  (writable #t)
5791  (construct-only #f)
5792)
5793
5794(define-property selection-mode
5795  (of-object "GtkCList")
5796  (prop-type "GParamEnum")
5797  (docs "")
5798  (readable #t)
5799  (writable #t)
5800  (construct-only #f)
5801)
5802
5803(define-property row-height
5804  (of-object "GtkCList")
5805  (prop-type "GParamUInt")
5806  (docs "")
5807  (readable #t)
5808  (writable #t)
5809  (construct-only #f)
5810)
5811
5812(define-property titles-active
5813  (of-object "GtkCList")
5814  (prop-type "GParamBoolean")
5815  (docs "")
5816  (readable #t)
5817  (writable #t)
5818  (construct-only #f)
5819)
5820
5821(define-property reorderable
5822  (of-object "GtkCList")
5823  (prop-type "GParamBoolean")
5824  (docs "")
5825  (readable #t)
5826  (writable #t)
5827  (construct-only #f)
5828)
5829
5830(define-property use-drag-icons
5831  (of-object "GtkCList")
5832  (prop-type "GParamBoolean")
5833  (docs "")
5834  (readable #t)
5835  (writable #t)
5836  (construct-only #f)
5837)
5838
5839(define-property sort-type
5840  (of-object "GtkCList")
5841  (prop-type "GParamEnum")
5842  (docs "")
5843  (readable #t)
5844  (writable #t)
5845  (construct-only #f)
5846)
5847
5848;; From GtkCellEditable
5849
5850(define-signal editing-done
5851  (of-object "GtkCellEditable")
5852  (return-type "void")
5853  (when "last")
5854)
5855
5856(define-signal remove-widget
5857  (of-object "GtkCellEditable")
5858  (return-type "void")
5859  (when "last")
5860)
5861
5862(define-property editing-canceled
5863  (of-object "GtkCellEditable")
5864  (prop-type "GParamBoolean")
5865  (docs "Indicates that editing has been canceled")
5866  (readable #t)
5867  (writable #t)
5868  (construct-only #f)
5869)
5870
5871;; From GtkCellLayout
5872
5873;; From GtkCellRenderer
5874
5875(define-signal editing-canceled
5876  (of-object "GtkCellRenderer")
5877  (return-type "void")
5878  (when "first")
5879)
5880
5881(define-signal editing-started
5882  (of-object "GtkCellRenderer")
5883  (return-type "void")
5884  (when "first")
5885  (parameters
5886    '("GtkCellEditable*" "p0")
5887    '("const-gchar*" "p1")
5888  )
5889)
5890
5891(define-property user-data
5892  (of-object "GtkCellRenderer")
5893  (prop-type "GParamPointer")
5894  (docs "Anonymous User Data Pointer")
5895  (readable #t)
5896  (writable #t)
5897  (construct-only #f)
5898)
5899
5900(define-property mode
5901  (of-object "GtkCellRenderer")
5902  (prop-type "GParamEnum")
5903  (docs "Editable mode of the CellRenderer")
5904  (readable #t)
5905  (writable #t)
5906  (construct-only #f)
5907)
5908
5909(define-property visible
5910  (of-object "GtkCellRenderer")
5911  (prop-type "GParamBoolean")
5912  (docs "Display the cell")
5913  (readable #t)
5914  (writable #t)
5915  (construct-only #f)
5916)
5917
5918(define-property sensitive
5919  (of-object "GtkCellRenderer")
5920  (prop-type "GParamBoolean")
5921  (docs "Display the cell sensitive")
5922  (readable #t)
5923  (writable #t)
5924  (construct-only #f)
5925)
5926
5927(define-property xalign
5928  (of-object "GtkCellRenderer")
5929  (prop-type "GParamFloat")
5930  (docs "The x-align")
5931  (readable #t)
5932  (writable #t)
5933  (construct-only #f)
5934)
5935
5936(define-property yalign
5937  (of-object "GtkCellRenderer")
5938  (prop-type "GParamFloat")
5939  (docs "The y-align")
5940  (readable #t)
5941  (writable #t)
5942  (construct-only #f)
5943)
5944
5945(define-property xpad
5946  (of-object "GtkCellRenderer")
5947  (prop-type "GParamUInt")
5948  (docs "The xpad")
5949  (readable #t)
5950  (writable #t)
5951  (construct-only #f)
5952)
5953
5954(define-property ypad
5955  (of-object "GtkCellRenderer")
5956  (prop-type "GParamUInt")
5957  (docs "The ypad")
5958  (readable #t)
5959  (writable #t)
5960  (construct-only #f)
5961)
5962
5963(define-property width
5964  (of-object "GtkCellRenderer")
5965  (prop-type "GParamInt")
5966  (docs "The fixed width")
5967  (readable #t)
5968  (writable #t)
5969  (construct-only #f)
5970)
5971
5972(define-property height
5973  (of-object "GtkCellRenderer")
5974  (prop-type "GParamInt")
5975  (docs "The fixed height")
5976  (readable #t)
5977  (writable #t)
5978  (construct-only #f)
5979)
5980
5981(define-property is-expander
5982  (of-object "GtkCellRenderer")
5983  (prop-type "GParamBoolean")
5984  (docs "Row has children")
5985  (readable #t)
5986  (writable #t)
5987  (construct-only #f)
5988)
5989
5990(define-property is-expanded
5991  (of-object "GtkCellRenderer")
5992  (prop-type "GParamBoolean")
5993  (docs "Row is an expander row, and is expanded")
5994  (readable #t)
5995  (writable #t)
5996  (construct-only #f)
5997)
5998
5999(define-property cell-background
6000  (of-object "GtkCellRenderer")
6001  (prop-type "GParamString")
6002  (docs "Cell background color as a string")
6003  (readable #f)
6004  (writable #t)
6005  (construct-only #f)
6006)
6007
6008(define-property cell-background-gdk
6009  (of-object "GtkCellRenderer")
6010  (prop-type "GParamBoxed")
6011  (docs "Cell background color as a GdkColor")
6012  (readable #t)
6013  (writable #t)
6014  (construct-only #f)
6015)
6016
6017(define-property cell-background-set
6018  (of-object "GtkCellRenderer")
6019  (prop-type "GParamBoolean")
6020  (docs "Whether this tag affects the cell background color")
6021  (readable #t)
6022  (writable #t)
6023  (construct-only #f)
6024)
6025
6026(define-property editing
6027  (of-object "GtkCellRenderer")
6028  (prop-type "GParamBoolean")
6029  (docs "Whether the cell renderer is currently in editing mode")
6030  (readable #t)
6031  (writable #f)
6032  (construct-only #f)
6033)
6034
6035;; From GtkCellRendererAccel
6036
6037(define-signal accel-edited
6038  (of-object "GtkCellRendererAccel")
6039  (return-type "void")
6040  (when "last")
6041  (parameters
6042    '("const-gchar*" "p0")
6043    '("guint" "p1")
6044    '("GdkModifierType" "p2")
6045    '("guint" "p3")
6046  )
6047)
6048
6049(define-signal accel-cleared
6050  (of-object "GtkCellRendererAccel")
6051  (return-type "void")
6052  (when "last")
6053  (parameters
6054    '("const-gchar*" "p0")
6055  )
6056)
6057
6058(define-property user-data
6059  (of-object "GtkCellRendererAccel")
6060  (prop-type "GParamPointer")
6061  (docs "Anonymous User Data Pointer")
6062  (readable #t)
6063  (writable #t)
6064  (construct-only #f)
6065)
6066
6067(define-property mode
6068  (of-object "GtkCellRendererAccel")
6069  (prop-type "GParamEnum")
6070  (docs "Editable mode of the CellRenderer")
6071  (readable #t)
6072  (writable #t)
6073  (construct-only #f)
6074)
6075
6076(define-property visible
6077  (of-object "GtkCellRendererAccel")
6078  (prop-type "GParamBoolean")
6079  (docs "Display the cell")
6080  (readable #t)
6081  (writable #t)
6082  (construct-only #f)
6083)
6084
6085(define-property sensitive
6086  (of-object "GtkCellRendererAccel")
6087  (prop-type "GParamBoolean")
6088  (docs "Display the cell sensitive")
6089  (readable #t)
6090  (writable #t)
6091  (construct-only #f)
6092)
6093
6094(define-property xalign
6095  (of-object "GtkCellRendererAccel")
6096  (prop-type "GParamFloat")
6097  (docs "The x-align")
6098  (readable #t)
6099  (writable #t)
6100  (construct-only #f)
6101)
6102
6103(define-property yalign
6104  (of-object "GtkCellRendererAccel")
6105  (prop-type "GParamFloat")
6106  (docs "The y-align")
6107  (readable #t)
6108  (writable #t)
6109  (construct-only #f)
6110)
6111
6112(define-property xpad
6113  (of-object "GtkCellRendererAccel")
6114  (prop-type "GParamUInt")
6115  (docs "The xpad")
6116  (readable #t)
6117  (writable #t)
6118  (construct-only #f)
6119)
6120
6121(define-property ypad
6122  (of-object "GtkCellRendererAccel")
6123  (prop-type "GParamUInt")
6124  (docs "The ypad")
6125  (readable #t)
6126  (writable #t)
6127  (construct-only #f)
6128)
6129
6130(define-property width
6131  (of-object "GtkCellRendererAccel")
6132  (prop-type "GParamInt")
6133  (docs "The fixed width")
6134  (readable #t)
6135  (writable #t)
6136  (construct-only #f)
6137)
6138
6139(define-property height
6140  (of-object "GtkCellRendererAccel")
6141  (prop-type "GParamInt")
6142  (docs "The fixed height")
6143  (readable #t)
6144  (writable #t)
6145  (construct-only #f)
6146)
6147
6148(define-property is-expander
6149  (of-object "GtkCellRendererAccel")
6150  (prop-type "GParamBoolean")
6151  (docs "Row has children")
6152  (readable #t)
6153  (writable #t)
6154  (construct-only #f)
6155)
6156
6157(define-property is-expanded
6158  (of-object "GtkCellRendererAccel")
6159  (prop-type "GParamBoolean")
6160  (docs "Row is an expander row, and is expanded")
6161  (readable #t)
6162  (writable #t)
6163  (construct-only #f)
6164)
6165
6166(define-property cell-background
6167  (of-object "GtkCellRendererAccel")
6168  (prop-type "GParamString")
6169  (docs "Cell background color as a string")
6170  (readable #f)
6171  (writable #t)
6172  (construct-only #f)
6173)
6174
6175(define-property cell-background-gdk
6176  (of-object "GtkCellRendererAccel")
6177  (prop-type "GParamBoxed")
6178  (docs "Cell background color as a GdkColor")
6179  (readable #t)
6180  (writable #t)
6181  (construct-only #f)
6182)
6183
6184(define-property cell-background-set
6185  (of-object "GtkCellRendererAccel")
6186  (prop-type "GParamBoolean")
6187  (docs "Whether this tag affects the cell background color")
6188  (readable #t)
6189  (writable #t)
6190  (construct-only #f)
6191)
6192
6193(define-property editing
6194  (of-object "GtkCellRendererAccel")
6195  (prop-type "GParamBoolean")
6196  (docs "Whether the cell renderer is currently in editing mode")
6197  (readable #t)
6198  (writable #f)
6199  (construct-only #f)
6200)
6201
6202(define-property text
6203  (of-object "GtkCellRendererAccel")
6204  (prop-type "GParamString")
6205  (docs "Text to render")
6206  (readable #t)
6207  (writable #t)
6208  (construct-only #f)
6209)
6210
6211(define-property markup
6212  (of-object "GtkCellRendererAccel")
6213  (prop-type "GParamString")
6214  (docs "Marked up text to render")
6215  (readable #f)
6216  (writable #t)
6217  (construct-only #f)
6218)
6219
6220(define-property attributes
6221  (of-object "GtkCellRendererAccel")
6222  (prop-type "GParamBoxed")
6223  (docs "A list of style attributes to apply to the text of the renderer")
6224  (readable #t)
6225  (writable #t)
6226  (construct-only #f)
6227)
6228
6229(define-property single-paragraph-mode
6230  (of-object "GtkCellRendererAccel")
6231  (prop-type "GParamBoolean")
6232  (docs "Whether or not to keep all text in a single paragraph")
6233  (readable #t)
6234  (writable #t)
6235  (construct-only #f)
6236)
6237
6238(define-property width-chars
6239  (of-object "GtkCellRendererAccel")
6240  (prop-type "GParamInt")
6241  (docs "The desired width of the label, in characters")
6242  (readable #t)
6243  (writable #t)
6244  (construct-only #f)
6245)
6246
6247(define-property wrap-width
6248  (of-object "GtkCellRendererAccel")
6249  (prop-type "GParamInt")
6250  (docs "The width at which the text is wrapped")
6251  (readable #t)
6252  (writable #t)
6253  (construct-only #f)
6254)
6255
6256(define-property alignment
6257  (of-object "GtkCellRendererAccel")
6258  (prop-type "GParamEnum")
6259  (docs "How to align the lines")
6260  (readable #t)
6261  (writable #t)
6262  (construct-only #f)
6263)
6264
6265(define-property background
6266  (of-object "GtkCellRendererAccel")
6267  (prop-type "GParamString")
6268  (docs "Background color as a string")
6269  (readable #f)
6270  (writable #t)
6271  (construct-only #f)
6272)
6273
6274(define-property foreground
6275  (of-object "GtkCellRendererAccel")
6276  (prop-type "GParamString")
6277  (docs "Foreground color as a string")
6278  (readable #f)
6279  (writable #t)
6280  (construct-only #f)
6281)
6282
6283(define-property background-gdk
6284  (of-object "GtkCellRendererAccel")
6285  (prop-type "GParamBoxed")
6286  (docs "Background color as a GdkColor")
6287  (readable #t)
6288  (writable #t)
6289  (construct-only #f)
6290)
6291
6292(define-property foreground-gdk
6293  (of-object "GtkCellRendererAccel")
6294  (prop-type "GParamBoxed")
6295  (docs "Foreground color as a GdkColor")
6296  (readable #t)
6297  (writable #t)
6298  (construct-only #f)
6299)
6300
6301(define-property font
6302  (of-object "GtkCellRendererAccel")
6303  (prop-type "GParamString")
6304  (docs "Font description as a string, e.g. 'Sans Italic 12'")
6305  (readable #t)
6306  (writable #t)
6307  (construct-only #f)
6308)
6309
6310(define-property font-desc
6311  (of-object "GtkCellRendererAccel")
6312  (prop-type "GParamBoxed")
6313  (docs "Font description as a PangoFontDescription struct")
6314  (readable #t)
6315  (writable #t)
6316  (construct-only #f)
6317)
6318
6319(define-property family
6320  (of-object "GtkCellRendererAccel")
6321  (prop-type "GParamString")
6322  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
6323  (readable #t)
6324  (writable #t)
6325  (construct-only #f)
6326)
6327
6328(define-property style
6329  (of-object "GtkCellRendererAccel")
6330  (prop-type "GParamEnum")
6331  (docs "Font style")
6332  (readable #t)
6333  (writable #t)
6334  (construct-only #f)
6335)
6336
6337(define-property variant
6338  (of-object "GtkCellRendererAccel")
6339  (prop-type "GParamEnum")
6340  (docs "Font variant")
6341  (readable #t)
6342  (writable #t)
6343  (construct-only #f)
6344)
6345
6346(define-property weight
6347  (of-object "GtkCellRendererAccel")
6348  (prop-type "GParamInt")
6349  (docs "Font weight")
6350  (readable #t)
6351  (writable #t)
6352  (construct-only #f)
6353)
6354
6355(define-property stretch
6356  (of-object "GtkCellRendererAccel")
6357  (prop-type "GParamEnum")
6358  (docs "Font stretch")
6359  (readable #t)
6360  (writable #t)
6361  (construct-only #f)
6362)
6363
6364(define-property size
6365  (of-object "GtkCellRendererAccel")
6366  (prop-type "GParamInt")
6367  (docs "Font size")
6368  (readable #t)
6369  (writable #t)
6370  (construct-only #f)
6371)
6372
6373(define-property size-points
6374  (of-object "GtkCellRendererAccel")
6375  (prop-type "GParamDouble")
6376  (docs "Font size in points")
6377  (readable #t)
6378  (writable #t)
6379  (construct-only #f)
6380)
6381
6382(define-property scale
6383  (of-object "GtkCellRendererAccel")
6384  (prop-type "GParamDouble")
6385  (docs "Font scaling factor")
6386  (readable #t)
6387  (writable #t)
6388  (construct-only #f)
6389)
6390
6391(define-property editable
6392  (of-object "GtkCellRendererAccel")
6393  (prop-type "GParamBoolean")
6394  (docs "Whether the text can be modified by the user")
6395  (readable #t)
6396  (writable #t)
6397  (construct-only #f)
6398)
6399
6400(define-property strikethrough
6401  (of-object "GtkCellRendererAccel")
6402  (prop-type "GParamBoolean")
6403  (docs "Whether to strike through the text")
6404  (readable #t)
6405  (writable #t)
6406  (construct-only #f)
6407)
6408
6409(define-property underline
6410  (of-object "GtkCellRendererAccel")
6411  (prop-type "GParamEnum")
6412  (docs "Style of underline for this text")
6413  (readable #t)
6414  (writable #t)
6415  (construct-only #f)
6416)
6417
6418(define-property rise
6419  (of-object "GtkCellRendererAccel")
6420  (prop-type "GParamInt")
6421  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
6422  (readable #t)
6423  (writable #t)
6424  (construct-only #f)
6425)
6426
6427(define-property language
6428  (of-object "GtkCellRendererAccel")
6429  (prop-type "GParamString")
6430  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
6431  (readable #t)
6432  (writable #t)
6433  (construct-only #f)
6434)
6435
6436(define-property ellipsize
6437  (of-object "GtkCellRendererAccel")
6438  (prop-type "GParamEnum")
6439  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
6440  (readable #t)
6441  (writable #t)
6442  (construct-only #f)
6443)
6444
6445(define-property wrap-mode
6446  (of-object "GtkCellRendererAccel")
6447  (prop-type "GParamEnum")
6448  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
6449  (readable #t)
6450  (writable #t)
6451  (construct-only #f)
6452)
6453
6454(define-property background-set
6455  (of-object "GtkCellRendererAccel")
6456  (prop-type "GParamBoolean")
6457  (docs "Whether this tag affects the background color")
6458  (readable #t)
6459  (writable #t)
6460  (construct-only #f)
6461)
6462
6463(define-property foreground-set
6464  (of-object "GtkCellRendererAccel")
6465  (prop-type "GParamBoolean")
6466  (docs "Whether this tag affects the foreground color")
6467  (readable #t)
6468  (writable #t)
6469  (construct-only #f)
6470)
6471
6472(define-property family-set
6473  (of-object "GtkCellRendererAccel")
6474  (prop-type "GParamBoolean")
6475  (docs "Whether this tag affects the font family")
6476  (readable #t)
6477  (writable #t)
6478  (construct-only #f)
6479)
6480
6481(define-property style-set
6482  (of-object "GtkCellRendererAccel")
6483  (prop-type "GParamBoolean")
6484  (docs "Whether this tag affects the font style")
6485  (readable #t)
6486  (writable #t)
6487  (construct-only #f)
6488)
6489
6490(define-property variant-set
6491  (of-object "GtkCellRendererAccel")
6492  (prop-type "GParamBoolean")
6493  (docs "Whether this tag affects the font variant")
6494  (readable #t)
6495  (writable #t)
6496  (construct-only #f)
6497)
6498
6499(define-property weight-set
6500  (of-object "GtkCellRendererAccel")
6501  (prop-type "GParamBoolean")
6502  (docs "Whether this tag affects the font weight")
6503  (readable #t)
6504  (writable #t)
6505  (construct-only #f)
6506)
6507
6508(define-property stretch-set
6509  (of-object "GtkCellRendererAccel")
6510  (prop-type "GParamBoolean")
6511  (docs "Whether this tag affects the font stretch")
6512  (readable #t)
6513  (writable #t)
6514  (construct-only #f)
6515)
6516
6517(define-property size-set
6518  (of-object "GtkCellRendererAccel")
6519  (prop-type "GParamBoolean")
6520  (docs "Whether this tag affects the font size")
6521  (readable #t)
6522  (writable #t)
6523  (construct-only #f)
6524)
6525
6526(define-property scale-set
6527  (of-object "GtkCellRendererAccel")
6528  (prop-type "GParamBoolean")
6529  (docs "Whether this tag scales the font size by a factor")
6530  (readable #t)
6531  (writable #t)
6532  (construct-only #f)
6533)
6534
6535(define-property editable-set
6536  (of-object "GtkCellRendererAccel")
6537  (prop-type "GParamBoolean")
6538  (docs "Whether this tag affects text editability")
6539  (readable #t)
6540  (writable #t)
6541  (construct-only #f)
6542)
6543
6544(define-property strikethrough-set
6545  (of-object "GtkCellRendererAccel")
6546  (prop-type "GParamBoolean")
6547  (docs "Whether this tag affects strikethrough")
6548  (readable #t)
6549  (writable #t)
6550  (construct-only #f)
6551)
6552
6553(define-property underline-set
6554  (of-object "GtkCellRendererAccel")
6555  (prop-type "GParamBoolean")
6556  (docs "Whether this tag affects underlining")
6557  (readable #t)
6558  (writable #t)
6559  (construct-only #f)
6560)
6561
6562(define-property rise-set
6563  (of-object "GtkCellRendererAccel")
6564  (prop-type "GParamBoolean")
6565  (docs "Whether this tag affects the rise")
6566  (readable #t)
6567  (writable #t)
6568  (construct-only #f)
6569)
6570
6571(define-property language-set
6572  (of-object "GtkCellRendererAccel")
6573  (prop-type "GParamBoolean")
6574  (docs "Whether this tag affects the language the text is rendered as")
6575  (readable #t)
6576  (writable #t)
6577  (construct-only #f)
6578)
6579
6580(define-property ellipsize-set
6581  (of-object "GtkCellRendererAccel")
6582  (prop-type "GParamBoolean")
6583  (docs "Whether this tag affects the ellipsize mode")
6584  (readable #t)
6585  (writable #t)
6586  (construct-only #f)
6587)
6588
6589(define-property align-set
6590  (of-object "GtkCellRendererAccel")
6591  (prop-type "GParamBoolean")
6592  (docs "Whether this tag affects the alignment mode")
6593  (readable #t)
6594  (writable #t)
6595  (construct-only #f)
6596)
6597
6598(define-property accel-key
6599  (of-object "GtkCellRendererAccel")
6600  (prop-type "GParamUInt")
6601  (docs "The keyval of the accelerator")
6602  (readable #t)
6603  (writable #t)
6604  (construct-only #f)
6605)
6606
6607(define-property accel-mods
6608  (of-object "GtkCellRendererAccel")
6609  (prop-type "GParamFlags")
6610  (docs "The modifier mask of the accelerator")
6611  (readable #t)
6612  (writable #t)
6613  (construct-only #f)
6614)
6615
6616(define-property keycode
6617  (of-object "GtkCellRendererAccel")
6618  (prop-type "GParamUInt")
6619  (docs "The hardware keycode of the accelerator")
6620  (readable #t)
6621  (writable #t)
6622  (construct-only #f)
6623)
6624
6625(define-property accel-mode
6626  (of-object "GtkCellRendererAccel")
6627  (prop-type "GParamEnum")
6628  (docs "The type of accelerators")
6629  (readable #t)
6630  (writable #t)
6631  (construct-only #f)
6632)
6633
6634;; From GtkCellRendererCombo
6635
6636(define-signal changed
6637  (of-object "GtkCellRendererCombo")
6638  (return-type "void")
6639  (when "last")
6640  (parameters
6641    '("const-gchar*" "p0")
6642    '("GtkTreeIter*" "p1")
6643  )
6644)
6645
6646(define-property user-data
6647  (of-object "GtkCellRendererCombo")
6648  (prop-type "GParamPointer")
6649  (docs "Anonymous User Data Pointer")
6650  (readable #t)
6651  (writable #t)
6652  (construct-only #f)
6653)
6654
6655(define-property mode
6656  (of-object "GtkCellRendererCombo")
6657  (prop-type "GParamEnum")
6658  (docs "Editable mode of the CellRenderer")
6659  (readable #t)
6660  (writable #t)
6661  (construct-only #f)
6662)
6663
6664(define-property visible
6665  (of-object "GtkCellRendererCombo")
6666  (prop-type "GParamBoolean")
6667  (docs "Display the cell")
6668  (readable #t)
6669  (writable #t)
6670  (construct-only #f)
6671)
6672
6673(define-property sensitive
6674  (of-object "GtkCellRendererCombo")
6675  (prop-type "GParamBoolean")
6676  (docs "Display the cell sensitive")
6677  (readable #t)
6678  (writable #t)
6679  (construct-only #f)
6680)
6681
6682(define-property xalign
6683  (of-object "GtkCellRendererCombo")
6684  (prop-type "GParamFloat")
6685  (docs "The x-align")
6686  (readable #t)
6687  (writable #t)
6688  (construct-only #f)
6689)
6690
6691(define-property yalign
6692  (of-object "GtkCellRendererCombo")
6693  (prop-type "GParamFloat")
6694  (docs "The y-align")
6695  (readable #t)
6696  (writable #t)
6697  (construct-only #f)
6698)
6699
6700(define-property xpad
6701  (of-object "GtkCellRendererCombo")
6702  (prop-type "GParamUInt")
6703  (docs "The xpad")
6704  (readable #t)
6705  (writable #t)
6706  (construct-only #f)
6707)
6708
6709(define-property ypad
6710  (of-object "GtkCellRendererCombo")
6711  (prop-type "GParamUInt")
6712  (docs "The ypad")
6713  (readable #t)
6714  (writable #t)
6715  (construct-only #f)
6716)
6717
6718(define-property width
6719  (of-object "GtkCellRendererCombo")
6720  (prop-type "GParamInt")
6721  (docs "The fixed width")
6722  (readable #t)
6723  (writable #t)
6724  (construct-only #f)
6725)
6726
6727(define-property height
6728  (of-object "GtkCellRendererCombo")
6729  (prop-type "GParamInt")
6730  (docs "The fixed height")
6731  (readable #t)
6732  (writable #t)
6733  (construct-only #f)
6734)
6735
6736(define-property is-expander
6737  (of-object "GtkCellRendererCombo")
6738  (prop-type "GParamBoolean")
6739  (docs "Row has children")
6740  (readable #t)
6741  (writable #t)
6742  (construct-only #f)
6743)
6744
6745(define-property is-expanded
6746  (of-object "GtkCellRendererCombo")
6747  (prop-type "GParamBoolean")
6748  (docs "Row is an expander row, and is expanded")
6749  (readable #t)
6750  (writable #t)
6751  (construct-only #f)
6752)
6753
6754(define-property cell-background
6755  (of-object "GtkCellRendererCombo")
6756  (prop-type "GParamString")
6757  (docs "Cell background color as a string")
6758  (readable #f)
6759  (writable #t)
6760  (construct-only #f)
6761)
6762
6763(define-property cell-background-gdk
6764  (of-object "GtkCellRendererCombo")
6765  (prop-type "GParamBoxed")
6766  (docs "Cell background color as a GdkColor")
6767  (readable #t)
6768  (writable #t)
6769  (construct-only #f)
6770)
6771
6772(define-property cell-background-set
6773  (of-object "GtkCellRendererCombo")
6774  (prop-type "GParamBoolean")
6775  (docs "Whether this tag affects the cell background color")
6776  (readable #t)
6777  (writable #t)
6778  (construct-only #f)
6779)
6780
6781(define-property editing
6782  (of-object "GtkCellRendererCombo")
6783  (prop-type "GParamBoolean")
6784  (docs "Whether the cell renderer is currently in editing mode")
6785  (readable #t)
6786  (writable #f)
6787  (construct-only #f)
6788)
6789
6790(define-property text
6791  (of-object "GtkCellRendererCombo")
6792  (prop-type "GParamString")
6793  (docs "Text to render")
6794  (readable #t)
6795  (writable #t)
6796  (construct-only #f)
6797)
6798
6799(define-property markup
6800  (of-object "GtkCellRendererCombo")
6801  (prop-type "GParamString")
6802  (docs "Marked up text to render")
6803  (readable #f)
6804  (writable #t)
6805  (construct-only #f)
6806)
6807
6808(define-property attributes
6809  (of-object "GtkCellRendererCombo")
6810  (prop-type "GParamBoxed")
6811  (docs "A list of style attributes to apply to the text of the renderer")
6812  (readable #t)
6813  (writable #t)
6814  (construct-only #f)
6815)
6816
6817(define-property single-paragraph-mode
6818  (of-object "GtkCellRendererCombo")
6819  (prop-type "GParamBoolean")
6820  (docs "Whether or not to keep all text in a single paragraph")
6821  (readable #t)
6822  (writable #t)
6823  (construct-only #f)
6824)
6825
6826(define-property width-chars
6827  (of-object "GtkCellRendererCombo")
6828  (prop-type "GParamInt")
6829  (docs "The desired width of the label, in characters")
6830  (readable #t)
6831  (writable #t)
6832  (construct-only #f)
6833)
6834
6835(define-property wrap-width
6836  (of-object "GtkCellRendererCombo")
6837  (prop-type "GParamInt")
6838  (docs "The width at which the text is wrapped")
6839  (readable #t)
6840  (writable #t)
6841  (construct-only #f)
6842)
6843
6844(define-property alignment
6845  (of-object "GtkCellRendererCombo")
6846  (prop-type "GParamEnum")
6847  (docs "How to align the lines")
6848  (readable #t)
6849  (writable #t)
6850  (construct-only #f)
6851)
6852
6853(define-property background
6854  (of-object "GtkCellRendererCombo")
6855  (prop-type "GParamString")
6856  (docs "Background color as a string")
6857  (readable #f)
6858  (writable #t)
6859  (construct-only #f)
6860)
6861
6862(define-property foreground
6863  (of-object "GtkCellRendererCombo")
6864  (prop-type "GParamString")
6865  (docs "Foreground color as a string")
6866  (readable #f)
6867  (writable #t)
6868  (construct-only #f)
6869)
6870
6871(define-property background-gdk
6872  (of-object "GtkCellRendererCombo")
6873  (prop-type "GParamBoxed")
6874  (docs "Background color as a GdkColor")
6875  (readable #t)
6876  (writable #t)
6877  (construct-only #f)
6878)
6879
6880(define-property foreground-gdk
6881  (of-object "GtkCellRendererCombo")
6882  (prop-type "GParamBoxed")
6883  (docs "Foreground color as a GdkColor")
6884  (readable #t)
6885  (writable #t)
6886  (construct-only #f)
6887)
6888
6889(define-property font
6890  (of-object "GtkCellRendererCombo")
6891  (prop-type "GParamString")
6892  (docs "Font description as a string, e.g. 'Sans Italic 12'")
6893  (readable #t)
6894  (writable #t)
6895  (construct-only #f)
6896)
6897
6898(define-property font-desc
6899  (of-object "GtkCellRendererCombo")
6900  (prop-type "GParamBoxed")
6901  (docs "Font description as a PangoFontDescription struct")
6902  (readable #t)
6903  (writable #t)
6904  (construct-only #f)
6905)
6906
6907(define-property family
6908  (of-object "GtkCellRendererCombo")
6909  (prop-type "GParamString")
6910  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
6911  (readable #t)
6912  (writable #t)
6913  (construct-only #f)
6914)
6915
6916(define-property style
6917  (of-object "GtkCellRendererCombo")
6918  (prop-type "GParamEnum")
6919  (docs "Font style")
6920  (readable #t)
6921  (writable #t)
6922  (construct-only #f)
6923)
6924
6925(define-property variant
6926  (of-object "GtkCellRendererCombo")
6927  (prop-type "GParamEnum")
6928  (docs "Font variant")
6929  (readable #t)
6930  (writable #t)
6931  (construct-only #f)
6932)
6933
6934(define-property weight
6935  (of-object "GtkCellRendererCombo")
6936  (prop-type "GParamInt")
6937  (docs "Font weight")
6938  (readable #t)
6939  (writable #t)
6940  (construct-only #f)
6941)
6942
6943(define-property stretch
6944  (of-object "GtkCellRendererCombo")
6945  (prop-type "GParamEnum")
6946  (docs "Font stretch")
6947  (readable #t)
6948  (writable #t)
6949  (construct-only #f)
6950)
6951
6952(define-property size
6953  (of-object "GtkCellRendererCombo")
6954  (prop-type "GParamInt")
6955  (docs "Font size")
6956  (readable #t)
6957  (writable #t)
6958  (construct-only #f)
6959)
6960
6961(define-property size-points
6962  (of-object "GtkCellRendererCombo")
6963  (prop-type "GParamDouble")
6964  (docs "Font size in points")
6965  (readable #t)
6966  (writable #t)
6967  (construct-only #f)
6968)
6969
6970(define-property scale
6971  (of-object "GtkCellRendererCombo")
6972  (prop-type "GParamDouble")
6973  (docs "Font scaling factor")
6974  (readable #t)
6975  (writable #t)
6976  (construct-only #f)
6977)
6978
6979(define-property editable
6980  (of-object "GtkCellRendererCombo")
6981  (prop-type "GParamBoolean")
6982  (docs "Whether the text can be modified by the user")
6983  (readable #t)
6984  (writable #t)
6985  (construct-only #f)
6986)
6987
6988(define-property strikethrough
6989  (of-object "GtkCellRendererCombo")
6990  (prop-type "GParamBoolean")
6991  (docs "Whether to strike through the text")
6992  (readable #t)
6993  (writable #t)
6994  (construct-only #f)
6995)
6996
6997(define-property underline
6998  (of-object "GtkCellRendererCombo")
6999  (prop-type "GParamEnum")
7000  (docs "Style of underline for this text")
7001  (readable #t)
7002  (writable #t)
7003  (construct-only #f)
7004)
7005
7006(define-property rise
7007  (of-object "GtkCellRendererCombo")
7008  (prop-type "GParamInt")
7009  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
7010  (readable #t)
7011  (writable #t)
7012  (construct-only #f)
7013)
7014
7015(define-property language
7016  (of-object "GtkCellRendererCombo")
7017  (prop-type "GParamString")
7018  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
7019  (readable #t)
7020  (writable #t)
7021  (construct-only #f)
7022)
7023
7024(define-property ellipsize
7025  (of-object "GtkCellRendererCombo")
7026  (prop-type "GParamEnum")
7027  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
7028  (readable #t)
7029  (writable #t)
7030  (construct-only #f)
7031)
7032
7033(define-property wrap-mode
7034  (of-object "GtkCellRendererCombo")
7035  (prop-type "GParamEnum")
7036  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
7037  (readable #t)
7038  (writable #t)
7039  (construct-only #f)
7040)
7041
7042(define-property background-set
7043  (of-object "GtkCellRendererCombo")
7044  (prop-type "GParamBoolean")
7045  (docs "Whether this tag affects the background color")
7046  (readable #t)
7047  (writable #t)
7048  (construct-only #f)
7049)
7050
7051(define-property foreground-set
7052  (of-object "GtkCellRendererCombo")
7053  (prop-type "GParamBoolean")
7054  (docs "Whether this tag affects the foreground color")
7055  (readable #t)
7056  (writable #t)
7057  (construct-only #f)
7058)
7059
7060(define-property family-set
7061  (of-object "GtkCellRendererCombo")
7062  (prop-type "GParamBoolean")
7063  (docs "Whether this tag affects the font family")
7064  (readable #t)
7065  (writable #t)
7066  (construct-only #f)
7067)
7068
7069(define-property style-set
7070  (of-object "GtkCellRendererCombo")
7071  (prop-type "GParamBoolean")
7072  (docs "Whether this tag affects the font style")
7073  (readable #t)
7074  (writable #t)
7075  (construct-only #f)
7076)
7077
7078(define-property variant-set
7079  (of-object "GtkCellRendererCombo")
7080  (prop-type "GParamBoolean")
7081  (docs "Whether this tag affects the font variant")
7082  (readable #t)
7083  (writable #t)
7084  (construct-only #f)
7085)
7086
7087(define-property weight-set
7088  (of-object "GtkCellRendererCombo")
7089  (prop-type "GParamBoolean")
7090  (docs "Whether this tag affects the font weight")
7091  (readable #t)
7092  (writable #t)
7093  (construct-only #f)
7094)
7095
7096(define-property stretch-set
7097  (of-object "GtkCellRendererCombo")
7098  (prop-type "GParamBoolean")
7099  (docs "Whether this tag affects the font stretch")
7100  (readable #t)
7101  (writable #t)
7102  (construct-only #f)
7103)
7104
7105(define-property size-set
7106  (of-object "GtkCellRendererCombo")
7107  (prop-type "GParamBoolean")
7108  (docs "Whether this tag affects the font size")
7109  (readable #t)
7110  (writable #t)
7111  (construct-only #f)
7112)
7113
7114(define-property scale-set
7115  (of-object "GtkCellRendererCombo")
7116  (prop-type "GParamBoolean")
7117  (docs "Whether this tag scales the font size by a factor")
7118  (readable #t)
7119  (writable #t)
7120  (construct-only #f)
7121)
7122
7123(define-property editable-set
7124  (of-object "GtkCellRendererCombo")
7125  (prop-type "GParamBoolean")
7126  (docs "Whether this tag affects text editability")
7127  (readable #t)
7128  (writable #t)
7129  (construct-only #f)
7130)
7131
7132(define-property strikethrough-set
7133  (of-object "GtkCellRendererCombo")
7134  (prop-type "GParamBoolean")
7135  (docs "Whether this tag affects strikethrough")
7136  (readable #t)
7137  (writable #t)
7138  (construct-only #f)
7139)
7140
7141(define-property underline-set
7142  (of-object "GtkCellRendererCombo")
7143  (prop-type "GParamBoolean")
7144  (docs "Whether this tag affects underlining")
7145  (readable #t)
7146  (writable #t)
7147  (construct-only #f)
7148)
7149
7150(define-property rise-set
7151  (of-object "GtkCellRendererCombo")
7152  (prop-type "GParamBoolean")
7153  (docs "Whether this tag affects the rise")
7154  (readable #t)
7155  (writable #t)
7156  (construct-only #f)
7157)
7158
7159(define-property language-set
7160  (of-object "GtkCellRendererCombo")
7161  (prop-type "GParamBoolean")
7162  (docs "Whether this tag affects the language the text is rendered as")
7163  (readable #t)
7164  (writable #t)
7165  (construct-only #f)
7166)
7167
7168(define-property ellipsize-set
7169  (of-object "GtkCellRendererCombo")
7170  (prop-type "GParamBoolean")
7171  (docs "Whether this tag affects the ellipsize mode")
7172  (readable #t)
7173  (writable #t)
7174  (construct-only #f)
7175)
7176
7177(define-property align-set
7178  (of-object "GtkCellRendererCombo")
7179  (prop-type "GParamBoolean")
7180  (docs "Whether this tag affects the alignment mode")
7181  (readable #t)
7182  (writable #t)
7183  (construct-only #f)
7184)
7185
7186(define-property model
7187  (of-object "GtkCellRendererCombo")
7188  (prop-type "GParamObject")
7189  (docs "The model containing the possible values for the combo box")
7190  (readable #t)
7191  (writable #t)
7192  (construct-only #f)
7193)
7194
7195(define-property text-column
7196  (of-object "GtkCellRendererCombo")
7197  (prop-type "GParamInt")
7198  (docs "A column in the data source model to get the strings from")
7199  (readable #t)
7200  (writable #t)
7201  (construct-only #f)
7202)
7203
7204(define-property has-entry
7205  (of-object "GtkCellRendererCombo")
7206  (prop-type "GParamBoolean")
7207  (docs "If FALSE, don't allow to enter strings other than the chosen ones")
7208  (readable #t)
7209  (writable #t)
7210  (construct-only #f)
7211)
7212
7213;; From GtkCellRendererProgress
7214
7215(define-property user-data
7216  (of-object "GtkCellRendererProgress")
7217  (prop-type "GParamPointer")
7218  (docs "Anonymous User Data Pointer")
7219  (readable #t)
7220  (writable #t)
7221  (construct-only #f)
7222)
7223
7224(define-property mode
7225  (of-object "GtkCellRendererProgress")
7226  (prop-type "GParamEnum")
7227  (docs "Editable mode of the CellRenderer")
7228  (readable #t)
7229  (writable #t)
7230  (construct-only #f)
7231)
7232
7233(define-property visible
7234  (of-object "GtkCellRendererProgress")
7235  (prop-type "GParamBoolean")
7236  (docs "Display the cell")
7237  (readable #t)
7238  (writable #t)
7239  (construct-only #f)
7240)
7241
7242(define-property sensitive
7243  (of-object "GtkCellRendererProgress")
7244  (prop-type "GParamBoolean")
7245  (docs "Display the cell sensitive")
7246  (readable #t)
7247  (writable #t)
7248  (construct-only #f)
7249)
7250
7251(define-property xalign
7252  (of-object "GtkCellRendererProgress")
7253  (prop-type "GParamFloat")
7254  (docs "The x-align")
7255  (readable #t)
7256  (writable #t)
7257  (construct-only #f)
7258)
7259
7260(define-property yalign
7261  (of-object "GtkCellRendererProgress")
7262  (prop-type "GParamFloat")
7263  (docs "The y-align")
7264  (readable #t)
7265  (writable #t)
7266  (construct-only #f)
7267)
7268
7269(define-property xpad
7270  (of-object "GtkCellRendererProgress")
7271  (prop-type "GParamUInt")
7272  (docs "The xpad")
7273  (readable #t)
7274  (writable #t)
7275  (construct-only #f)
7276)
7277
7278(define-property ypad
7279  (of-object "GtkCellRendererProgress")
7280  (prop-type "GParamUInt")
7281  (docs "The ypad")
7282  (readable #t)
7283  (writable #t)
7284  (construct-only #f)
7285)
7286
7287(define-property width
7288  (of-object "GtkCellRendererProgress")
7289  (prop-type "GParamInt")
7290  (docs "The fixed width")
7291  (readable #t)
7292  (writable #t)
7293  (construct-only #f)
7294)
7295
7296(define-property height
7297  (of-object "GtkCellRendererProgress")
7298  (prop-type "GParamInt")
7299  (docs "The fixed height")
7300  (readable #t)
7301  (writable #t)
7302  (construct-only #f)
7303)
7304
7305(define-property is-expander
7306  (of-object "GtkCellRendererProgress")
7307  (prop-type "GParamBoolean")
7308  (docs "Row has children")
7309  (readable #t)
7310  (writable #t)
7311  (construct-only #f)
7312)
7313
7314(define-property is-expanded
7315  (of-object "GtkCellRendererProgress")
7316  (prop-type "GParamBoolean")
7317  (docs "Row is an expander row, and is expanded")
7318  (readable #t)
7319  (writable #t)
7320  (construct-only #f)
7321)
7322
7323(define-property cell-background
7324  (of-object "GtkCellRendererProgress")
7325  (prop-type "GParamString")
7326  (docs "Cell background color as a string")
7327  (readable #f)
7328  (writable #t)
7329  (construct-only #f)
7330)
7331
7332(define-property cell-background-gdk
7333  (of-object "GtkCellRendererProgress")
7334  (prop-type "GParamBoxed")
7335  (docs "Cell background color as a GdkColor")
7336  (readable #t)
7337  (writable #t)
7338  (construct-only #f)
7339)
7340
7341(define-property cell-background-set
7342  (of-object "GtkCellRendererProgress")
7343  (prop-type "GParamBoolean")
7344  (docs "Whether this tag affects the cell background color")
7345  (readable #t)
7346  (writable #t)
7347  (construct-only #f)
7348)
7349
7350(define-property editing
7351  (of-object "GtkCellRendererProgress")
7352  (prop-type "GParamBoolean")
7353  (docs "Whether the cell renderer is currently in editing mode")
7354  (readable #t)
7355  (writable #f)
7356  (construct-only #f)
7357)
7358
7359(define-property value
7360  (of-object "GtkCellRendererProgress")
7361  (prop-type "GParamInt")
7362  (docs "Value of the progress bar")
7363  (readable #t)
7364  (writable #t)
7365  (construct-only #f)
7366)
7367
7368(define-property text
7369  (of-object "GtkCellRendererProgress")
7370  (prop-type "GParamString")
7371  (docs "Text on the progress bar")
7372  (readable #t)
7373  (writable #t)
7374  (construct-only #f)
7375)
7376
7377(define-property pulse
7378  (of-object "GtkCellRendererProgress")
7379  (prop-type "GParamInt")
7380  (docs "Set this to positive values to indicate that some progress is made, but you don't know how much.")
7381  (readable #t)
7382  (writable #t)
7383  (construct-only #f)
7384)
7385
7386(define-property text-xalign
7387  (of-object "GtkCellRendererProgress")
7388  (prop-type "GParamFloat")
7389  (docs "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
7390  (readable #t)
7391  (writable #t)
7392  (construct-only #f)
7393)
7394
7395(define-property text-yalign
7396  (of-object "GtkCellRendererProgress")
7397  (prop-type "GParamFloat")
7398  (docs "The vertical text alignment, from 0 (top) to 1 (bottom).")
7399  (readable #t)
7400  (writable #t)
7401  (construct-only #f)
7402)
7403
7404(define-property orientation
7405  (of-object "GtkCellRendererProgress")
7406  (prop-type "GParamEnum")
7407  (docs "Orientation and growth direction of the progress bar")
7408  (readable #t)
7409  (writable #t)
7410  (construct-only #f)
7411)
7412
7413;; From GtkCellRendererText
7414
7415(define-signal edited
7416  (of-object "GtkCellRendererText")
7417  (return-type "void")
7418  (when "last")
7419  (parameters
7420    '("const-gchar*" "p0")
7421    '("const-gchar*" "p1")
7422  )
7423)
7424
7425(define-property user-data
7426  (of-object "GtkCellRendererText")
7427  (prop-type "GParamPointer")
7428  (docs "Anonymous User Data Pointer")
7429  (readable #t)
7430  (writable #t)
7431  (construct-only #f)
7432)
7433
7434(define-property mode
7435  (of-object "GtkCellRendererText")
7436  (prop-type "GParamEnum")
7437  (docs "Editable mode of the CellRenderer")
7438  (readable #t)
7439  (writable #t)
7440  (construct-only #f)
7441)
7442
7443(define-property visible
7444  (of-object "GtkCellRendererText")
7445  (prop-type "GParamBoolean")
7446  (docs "Display the cell")
7447  (readable #t)
7448  (writable #t)
7449  (construct-only #f)
7450)
7451
7452(define-property sensitive
7453  (of-object "GtkCellRendererText")
7454  (prop-type "GParamBoolean")
7455  (docs "Display the cell sensitive")
7456  (readable #t)
7457  (writable #t)
7458  (construct-only #f)
7459)
7460
7461(define-property xalign
7462  (of-object "GtkCellRendererText")
7463  (prop-type "GParamFloat")
7464  (docs "The x-align")
7465  (readable #t)
7466  (writable #t)
7467  (construct-only #f)
7468)
7469
7470(define-property yalign
7471  (of-object "GtkCellRendererText")
7472  (prop-type "GParamFloat")
7473  (docs "The y-align")
7474  (readable #t)
7475  (writable #t)
7476  (construct-only #f)
7477)
7478
7479(define-property xpad
7480  (of-object "GtkCellRendererText")
7481  (prop-type "GParamUInt")
7482  (docs "The xpad")
7483  (readable #t)
7484  (writable #t)
7485  (construct-only #f)
7486)
7487
7488(define-property ypad
7489  (of-object "GtkCellRendererText")
7490  (prop-type "GParamUInt")
7491  (docs "The ypad")
7492  (readable #t)
7493  (writable #t)
7494  (construct-only #f)
7495)
7496
7497(define-property width
7498  (of-object "GtkCellRendererText")
7499  (prop-type "GParamInt")
7500  (docs "The fixed width")
7501  (readable #t)
7502  (writable #t)
7503  (construct-only #f)
7504)
7505
7506(define-property height
7507  (of-object "GtkCellRendererText")
7508  (prop-type "GParamInt")
7509  (docs "The fixed height")
7510  (readable #t)
7511  (writable #t)
7512  (construct-only #f)
7513)
7514
7515(define-property is-expander
7516  (of-object "GtkCellRendererText")
7517  (prop-type "GParamBoolean")
7518  (docs "Row has children")
7519  (readable #t)
7520  (writable #t)
7521  (construct-only #f)
7522)
7523
7524(define-property is-expanded
7525  (of-object "GtkCellRendererText")
7526  (prop-type "GParamBoolean")
7527  (docs "Row is an expander row, and is expanded")
7528  (readable #t)
7529  (writable #t)
7530  (construct-only #f)
7531)
7532
7533(define-property cell-background
7534  (of-object "GtkCellRendererText")
7535  (prop-type "GParamString")
7536  (docs "Cell background color as a string")
7537  (readable #f)
7538  (writable #t)
7539  (construct-only #f)
7540)
7541
7542(define-property cell-background-gdk
7543  (of-object "GtkCellRendererText")
7544  (prop-type "GParamBoxed")
7545  (docs "Cell background color as a GdkColor")
7546  (readable #t)
7547  (writable #t)
7548  (construct-only #f)
7549)
7550
7551(define-property cell-background-set
7552  (of-object "GtkCellRendererText")
7553  (prop-type "GParamBoolean")
7554  (docs "Whether this tag affects the cell background color")
7555  (readable #t)
7556  (writable #t)
7557  (construct-only #f)
7558)
7559
7560(define-property editing
7561  (of-object "GtkCellRendererText")
7562  (prop-type "GParamBoolean")
7563  (docs "Whether the cell renderer is currently in editing mode")
7564  (readable #t)
7565  (writable #f)
7566  (construct-only #f)
7567)
7568
7569(define-property text
7570  (of-object "GtkCellRendererText")
7571  (prop-type "GParamString")
7572  (docs "Text to render")
7573  (readable #t)
7574  (writable #t)
7575  (construct-only #f)
7576)
7577
7578(define-property markup
7579  (of-object "GtkCellRendererText")
7580  (prop-type "GParamString")
7581  (docs "Marked up text to render")
7582  (readable #f)
7583  (writable #t)
7584  (construct-only #f)
7585)
7586
7587(define-property attributes
7588  (of-object "GtkCellRendererText")
7589  (prop-type "GParamBoxed")
7590  (docs "A list of style attributes to apply to the text of the renderer")
7591  (readable #t)
7592  (writable #t)
7593  (construct-only #f)
7594)
7595
7596(define-property single-paragraph-mode
7597  (of-object "GtkCellRendererText")
7598  (prop-type "GParamBoolean")
7599  (docs "Whether or not to keep all text in a single paragraph")
7600  (readable #t)
7601  (writable #t)
7602  (construct-only #f)
7603)
7604
7605(define-property width-chars
7606  (of-object "GtkCellRendererText")
7607  (prop-type "GParamInt")
7608  (docs "The desired width of the label, in characters")
7609  (readable #t)
7610  (writable #t)
7611  (construct-only #f)
7612)
7613
7614(define-property wrap-width
7615  (of-object "GtkCellRendererText")
7616  (prop-type "GParamInt")
7617  (docs "The width at which the text is wrapped")
7618  (readable #t)
7619  (writable #t)
7620  (construct-only #f)
7621)
7622
7623(define-property alignment
7624  (of-object "GtkCellRendererText")
7625  (prop-type "GParamEnum")
7626  (docs "How to align the lines")
7627  (readable #t)
7628  (writable #t)
7629  (construct-only #f)
7630)
7631
7632(define-property background
7633  (of-object "GtkCellRendererText")
7634  (prop-type "GParamString")
7635  (docs "Background color as a string")
7636  (readable #f)
7637  (writable #t)
7638  (construct-only #f)
7639)
7640
7641(define-property foreground
7642  (of-object "GtkCellRendererText")
7643  (prop-type "GParamString")
7644  (docs "Foreground color as a string")
7645  (readable #f)
7646  (writable #t)
7647  (construct-only #f)
7648)
7649
7650(define-property background-gdk
7651  (of-object "GtkCellRendererText")
7652  (prop-type "GParamBoxed")
7653  (docs "Background color as a GdkColor")
7654  (readable #t)
7655  (writable #t)
7656  (construct-only #f)
7657)
7658
7659(define-property foreground-gdk
7660  (of-object "GtkCellRendererText")
7661  (prop-type "GParamBoxed")
7662  (docs "Foreground color as a GdkColor")
7663  (readable #t)
7664  (writable #t)
7665  (construct-only #f)
7666)
7667
7668(define-property font
7669  (of-object "GtkCellRendererText")
7670  (prop-type "GParamString")
7671  (docs "Font description as a string, e.g. 'Sans Italic 12'")
7672  (readable #t)
7673  (writable #t)
7674  (construct-only #f)
7675)
7676
7677(define-property font-desc
7678  (of-object "GtkCellRendererText")
7679  (prop-type "GParamBoxed")
7680  (docs "Font description as a PangoFontDescription struct")
7681  (readable #t)
7682  (writable #t)
7683  (construct-only #f)
7684)
7685
7686(define-property family
7687  (of-object "GtkCellRendererText")
7688  (prop-type "GParamString")
7689  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
7690  (readable #t)
7691  (writable #t)
7692  (construct-only #f)
7693)
7694
7695(define-property style
7696  (of-object "GtkCellRendererText")
7697  (prop-type "GParamEnum")
7698  (docs "Font style")
7699  (readable #t)
7700  (writable #t)
7701  (construct-only #f)
7702)
7703
7704(define-property variant
7705  (of-object "GtkCellRendererText")
7706  (prop-type "GParamEnum")
7707  (docs "Font variant")
7708  (readable #t)
7709  (writable #t)
7710  (construct-only #f)
7711)
7712
7713(define-property weight
7714  (of-object "GtkCellRendererText")
7715  (prop-type "GParamInt")
7716  (docs "Font weight")
7717  (readable #t)
7718  (writable #t)
7719  (construct-only #f)
7720)
7721
7722(define-property stretch
7723  (of-object "GtkCellRendererText")
7724  (prop-type "GParamEnum")
7725  (docs "Font stretch")
7726  (readable #t)
7727  (writable #t)
7728  (construct-only #f)
7729)
7730
7731(define-property size
7732  (of-object "GtkCellRendererText")
7733  (prop-type "GParamInt")
7734  (docs "Font size")
7735  (readable #t)
7736  (writable #t)
7737  (construct-only #f)
7738)
7739
7740(define-property size-points
7741  (of-object "GtkCellRendererText")
7742  (prop-type "GParamDouble")
7743  (docs "Font size in points")
7744  (readable #t)
7745  (writable #t)
7746  (construct-only #f)
7747)
7748
7749(define-property scale
7750  (of-object "GtkCellRendererText")
7751  (prop-type "GParamDouble")
7752  (docs "Font scaling factor")
7753  (readable #t)
7754  (writable #t)
7755  (construct-only #f)
7756)
7757
7758(define-property editable
7759  (of-object "GtkCellRendererText")
7760  (prop-type "GParamBoolean")
7761  (docs "Whether the text can be modified by the user")
7762  (readable #t)
7763  (writable #t)
7764  (construct-only #f)
7765)
7766
7767(define-property strikethrough
7768  (of-object "GtkCellRendererText")
7769  (prop-type "GParamBoolean")
7770  (docs "Whether to strike through the text")
7771  (readable #t)
7772  (writable #t)
7773  (construct-only #f)
7774)
7775
7776(define-property underline
7777  (of-object "GtkCellRendererText")
7778  (prop-type "GParamEnum")
7779  (docs "Style of underline for this text")
7780  (readable #t)
7781  (writable #t)
7782  (construct-only #f)
7783)
7784
7785(define-property rise
7786  (of-object "GtkCellRendererText")
7787  (prop-type "GParamInt")
7788  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
7789  (readable #t)
7790  (writable #t)
7791  (construct-only #f)
7792)
7793
7794(define-property language
7795  (of-object "GtkCellRendererText")
7796  (prop-type "GParamString")
7797  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
7798  (readable #t)
7799  (writable #t)
7800  (construct-only #f)
7801)
7802
7803(define-property ellipsize
7804  (of-object "GtkCellRendererText")
7805  (prop-type "GParamEnum")
7806  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
7807  (readable #t)
7808  (writable #t)
7809  (construct-only #f)
7810)
7811
7812(define-property wrap-mode
7813  (of-object "GtkCellRendererText")
7814  (prop-type "GParamEnum")
7815  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
7816  (readable #t)
7817  (writable #t)
7818  (construct-only #f)
7819)
7820
7821(define-property background-set
7822  (of-object "GtkCellRendererText")
7823  (prop-type "GParamBoolean")
7824  (docs "Whether this tag affects the background color")
7825  (readable #t)
7826  (writable #t)
7827  (construct-only #f)
7828)
7829
7830(define-property foreground-set
7831  (of-object "GtkCellRendererText")
7832  (prop-type "GParamBoolean")
7833  (docs "Whether this tag affects the foreground color")
7834  (readable #t)
7835  (writable #t)
7836  (construct-only #f)
7837)
7838
7839(define-property family-set
7840  (of-object "GtkCellRendererText")
7841  (prop-type "GParamBoolean")
7842  (docs "Whether this tag affects the font family")
7843  (readable #t)
7844  (writable #t)
7845  (construct-only #f)
7846)
7847
7848(define-property style-set
7849  (of-object "GtkCellRendererText")
7850  (prop-type "GParamBoolean")
7851  (docs "Whether this tag affects the font style")
7852  (readable #t)
7853  (writable #t)
7854  (construct-only #f)
7855)
7856
7857(define-property variant-set
7858  (of-object "GtkCellRendererText")
7859  (prop-type "GParamBoolean")
7860  (docs "Whether this tag affects the font variant")
7861  (readable #t)
7862  (writable #t)
7863  (construct-only #f)
7864)
7865
7866(define-property weight-set
7867  (of-object "GtkCellRendererText")
7868  (prop-type "GParamBoolean")
7869  (docs "Whether this tag affects the font weight")
7870  (readable #t)
7871  (writable #t)
7872  (construct-only #f)
7873)
7874
7875(define-property stretch-set
7876  (of-object "GtkCellRendererText")
7877  (prop-type "GParamBoolean")
7878  (docs "Whether this tag affects the font stretch")
7879  (readable #t)
7880  (writable #t)
7881  (construct-only #f)
7882)
7883
7884(define-property size-set
7885  (of-object "GtkCellRendererText")
7886  (prop-type "GParamBoolean")
7887  (docs "Whether this tag affects the font size")
7888  (readable #t)
7889  (writable #t)
7890  (construct-only #f)
7891)
7892
7893(define-property scale-set
7894  (of-object "GtkCellRendererText")
7895  (prop-type "GParamBoolean")
7896  (docs "Whether this tag scales the font size by a factor")
7897  (readable #t)
7898  (writable #t)
7899  (construct-only #f)
7900)
7901
7902(define-property editable-set
7903  (of-object "GtkCellRendererText")
7904  (prop-type "GParamBoolean")
7905  (docs "Whether this tag affects text editability")
7906  (readable #t)
7907  (writable #t)
7908  (construct-only #f)
7909)
7910
7911(define-property strikethrough-set
7912  (of-object "GtkCellRendererText")
7913  (prop-type "GParamBoolean")
7914  (docs "Whether this tag affects strikethrough")
7915  (readable #t)
7916  (writable #t)
7917  (construct-only #f)
7918)
7919
7920(define-property underline-set
7921  (of-object "GtkCellRendererText")
7922  (prop-type "GParamBoolean")
7923  (docs "Whether this tag affects underlining")
7924  (readable #t)
7925  (writable #t)
7926  (construct-only #f)
7927)
7928
7929(define-property rise-set
7930  (of-object "GtkCellRendererText")
7931  (prop-type "GParamBoolean")
7932  (docs "Whether this tag affects the rise")
7933  (readable #t)
7934  (writable #t)
7935  (construct-only #f)
7936)
7937
7938(define-property language-set
7939  (of-object "GtkCellRendererText")
7940  (prop-type "GParamBoolean")
7941  (docs "Whether this tag affects the language the text is rendered as")
7942  (readable #t)
7943  (writable #t)
7944  (construct-only #f)
7945)
7946
7947(define-property ellipsize-set
7948  (of-object "GtkCellRendererText")
7949  (prop-type "GParamBoolean")
7950  (docs "Whether this tag affects the ellipsize mode")
7951  (readable #t)
7952  (writable #t)
7953  (construct-only #f)
7954)
7955
7956(define-property align-set
7957  (of-object "GtkCellRendererText")
7958  (prop-type "GParamBoolean")
7959  (docs "Whether this tag affects the alignment mode")
7960  (readable #t)
7961  (writable #t)
7962  (construct-only #f)
7963)
7964
7965;; From GtkCellRendererToggle
7966
7967(define-signal toggled
7968  (of-object "GtkCellRendererToggle")
7969  (return-type "void")
7970  (when "last")
7971  (parameters
7972    '("const-gchar*" "p0")
7973  )
7974)
7975
7976(define-property user-data
7977  (of-object "GtkCellRendererToggle")
7978  (prop-type "GParamPointer")
7979  (docs "Anonymous User Data Pointer")
7980  (readable #t)
7981  (writable #t)
7982  (construct-only #f)
7983)
7984
7985(define-property mode
7986  (of-object "GtkCellRendererToggle")
7987  (prop-type "GParamEnum")
7988  (docs "Editable mode of the CellRenderer")
7989  (readable #t)
7990  (writable #t)
7991  (construct-only #f)
7992)
7993
7994(define-property visible
7995  (of-object "GtkCellRendererToggle")
7996  (prop-type "GParamBoolean")
7997  (docs "Display the cell")
7998  (readable #t)
7999  (writable #t)
8000  (construct-only #f)
8001)
8002
8003(define-property sensitive
8004  (of-object "GtkCellRendererToggle")
8005  (prop-type "GParamBoolean")
8006  (docs "Display the cell sensitive")
8007  (readable #t)
8008  (writable #t)
8009  (construct-only #f)
8010)
8011
8012(define-property xalign
8013  (of-object "GtkCellRendererToggle")
8014  (prop-type "GParamFloat")
8015  (docs "The x-align")
8016  (readable #t)
8017  (writable #t)
8018  (construct-only #f)
8019)
8020
8021(define-property yalign
8022  (of-object "GtkCellRendererToggle")
8023  (prop-type "GParamFloat")
8024  (docs "The y-align")
8025  (readable #t)
8026  (writable #t)
8027  (construct-only #f)
8028)
8029
8030(define-property xpad
8031  (of-object "GtkCellRendererToggle")
8032  (prop-type "GParamUInt")
8033  (docs "The xpad")
8034  (readable #t)
8035  (writable #t)
8036  (construct-only #f)
8037)
8038
8039(define-property ypad
8040  (of-object "GtkCellRendererToggle")
8041  (prop-type "GParamUInt")
8042  (docs "The ypad")
8043  (readable #t)
8044  (writable #t)
8045  (construct-only #f)
8046)
8047
8048(define-property width
8049  (of-object "GtkCellRendererToggle")
8050  (prop-type "GParamInt")
8051  (docs "The fixed width")
8052  (readable #t)
8053  (writable #t)
8054  (construct-only #f)
8055)
8056
8057(define-property height
8058  (of-object "GtkCellRendererToggle")
8059  (prop-type "GParamInt")
8060  (docs "The fixed height")
8061  (readable #t)
8062  (writable #t)
8063  (construct-only #f)
8064)
8065
8066(define-property is-expander
8067  (of-object "GtkCellRendererToggle")
8068  (prop-type "GParamBoolean")
8069  (docs "Row has children")
8070  (readable #t)
8071  (writable #t)
8072  (construct-only #f)
8073)
8074
8075(define-property is-expanded
8076  (of-object "GtkCellRendererToggle")
8077  (prop-type "GParamBoolean")
8078  (docs "Row is an expander row, and is expanded")
8079  (readable #t)
8080  (writable #t)
8081  (construct-only #f)
8082)
8083
8084(define-property cell-background
8085  (of-object "GtkCellRendererToggle")
8086  (prop-type "GParamString")
8087  (docs "Cell background color as a string")
8088  (readable #f)
8089  (writable #t)
8090  (construct-only #f)
8091)
8092
8093(define-property cell-background-gdk
8094  (of-object "GtkCellRendererToggle")
8095  (prop-type "GParamBoxed")
8096  (docs "Cell background color as a GdkColor")
8097  (readable #t)
8098  (writable #t)
8099  (construct-only #f)
8100)
8101
8102(define-property cell-background-set
8103  (of-object "GtkCellRendererToggle")
8104  (prop-type "GParamBoolean")
8105  (docs "Whether this tag affects the cell background color")
8106  (readable #t)
8107  (writable #t)
8108  (construct-only #f)
8109)
8110
8111(define-property editing
8112  (of-object "GtkCellRendererToggle")
8113  (prop-type "GParamBoolean")
8114  (docs "Whether the cell renderer is currently in editing mode")
8115  (readable #t)
8116  (writable #f)
8117  (construct-only #f)
8118)
8119
8120(define-property activatable
8121  (of-object "GtkCellRendererToggle")
8122  (prop-type "GParamBoolean")
8123  (docs "The toggle button can be activated")
8124  (readable #t)
8125  (writable #t)
8126  (construct-only #f)
8127)
8128
8129(define-property active
8130  (of-object "GtkCellRendererToggle")
8131  (prop-type "GParamBoolean")
8132  (docs "The toggle state of the button")
8133  (readable #t)
8134  (writable #t)
8135  (construct-only #f)
8136)
8137
8138(define-property radio
8139  (of-object "GtkCellRendererToggle")
8140  (prop-type "GParamBoolean")
8141  (docs "Draw the toggle button as a radio button")
8142  (readable #t)
8143  (writable #t)
8144  (construct-only #f)
8145)
8146
8147(define-property inconsistent
8148  (of-object "GtkCellRendererToggle")
8149  (prop-type "GParamBoolean")
8150  (docs "The inconsistent state of the button")
8151  (readable #t)
8152  (writable #t)
8153  (construct-only #f)
8154)
8155
8156(define-property indicator-size
8157  (of-object "GtkCellRendererToggle")
8158  (prop-type "GParamInt")
8159  (docs "Size of check or radio indicator")
8160  (readable #t)
8161  (writable #t)
8162  (construct-only #f)
8163)
8164
8165;; From GtkCellRendererPixbuf
8166
8167(define-property user-data
8168  (of-object "GtkCellRendererPixbuf")
8169  (prop-type "GParamPointer")
8170  (docs "Anonymous User Data Pointer")
8171  (readable #t)
8172  (writable #t)
8173  (construct-only #f)
8174)
8175
8176(define-property mode
8177  (of-object "GtkCellRendererPixbuf")
8178  (prop-type "GParamEnum")
8179  (docs "Editable mode of the CellRenderer")
8180  (readable #t)
8181  (writable #t)
8182  (construct-only #f)
8183)
8184
8185(define-property visible
8186  (of-object "GtkCellRendererPixbuf")
8187  (prop-type "GParamBoolean")
8188  (docs "Display the cell")
8189  (readable #t)
8190  (writable #t)
8191  (construct-only #f)
8192)
8193
8194(define-property sensitive
8195  (of-object "GtkCellRendererPixbuf")
8196  (prop-type "GParamBoolean")
8197  (docs "Display the cell sensitive")
8198  (readable #t)
8199  (writable #t)
8200  (construct-only #f)
8201)
8202
8203(define-property xalign
8204  (of-object "GtkCellRendererPixbuf")
8205  (prop-type "GParamFloat")
8206  (docs "The x-align")
8207  (readable #t)
8208  (writable #t)
8209  (construct-only #f)
8210)
8211
8212(define-property yalign
8213  (of-object "GtkCellRendererPixbuf")
8214  (prop-type "GParamFloat")
8215  (docs "The y-align")
8216  (readable #t)
8217  (writable #t)
8218  (construct-only #f)
8219)
8220
8221(define-property xpad
8222  (of-object "GtkCellRendererPixbuf")
8223  (prop-type "GParamUInt")
8224  (docs "The xpad")
8225  (readable #t)
8226  (writable #t)
8227  (construct-only #f)
8228)
8229
8230(define-property ypad
8231  (of-object "GtkCellRendererPixbuf")
8232  (prop-type "GParamUInt")
8233  (docs "The ypad")
8234  (readable #t)
8235  (writable #t)
8236  (construct-only #f)
8237)
8238
8239(define-property width
8240  (of-object "GtkCellRendererPixbuf")
8241  (prop-type "GParamInt")
8242  (docs "The fixed width")
8243  (readable #t)
8244  (writable #t)
8245  (construct-only #f)
8246)
8247
8248(define-property height
8249  (of-object "GtkCellRendererPixbuf")
8250  (prop-type "GParamInt")
8251  (docs "The fixed height")
8252  (readable #t)
8253  (writable #t)
8254  (construct-only #f)
8255)
8256
8257(define-property is-expander
8258  (of-object "GtkCellRendererPixbuf")
8259  (prop-type "GParamBoolean")
8260  (docs "Row has children")
8261  (readable #t)
8262  (writable #t)
8263  (construct-only #f)
8264)
8265
8266(define-property is-expanded
8267  (of-object "GtkCellRendererPixbuf")
8268  (prop-type "GParamBoolean")
8269  (docs "Row is an expander row, and is expanded")
8270  (readable #t)
8271  (writable #t)
8272  (construct-only #f)
8273)
8274
8275(define-property cell-background
8276  (of-object "GtkCellRendererPixbuf")
8277  (prop-type "GParamString")
8278  (docs "Cell background color as a string")
8279  (readable #f)
8280  (writable #t)
8281  (construct-only #f)
8282)
8283
8284(define-property cell-background-gdk
8285  (of-object "GtkCellRendererPixbuf")
8286  (prop-type "GParamBoxed")
8287  (docs "Cell background color as a GdkColor")
8288  (readable #t)
8289  (writable #t)
8290  (construct-only #f)
8291)
8292
8293(define-property cell-background-set
8294  (of-object "GtkCellRendererPixbuf")
8295  (prop-type "GParamBoolean")
8296  (docs "Whether this tag affects the cell background color")
8297  (readable #t)
8298  (writable #t)
8299  (construct-only #f)
8300)
8301
8302(define-property editing
8303  (of-object "GtkCellRendererPixbuf")
8304  (prop-type "GParamBoolean")
8305  (docs "Whether the cell renderer is currently in editing mode")
8306  (readable #t)
8307  (writable #f)
8308  (construct-only #f)
8309)
8310
8311(define-property pixbuf
8312  (of-object "GtkCellRendererPixbuf")
8313  (prop-type "GParamObject")
8314  (docs "The pixbuf to render")
8315  (readable #t)
8316  (writable #t)
8317  (construct-only #f)
8318)
8319
8320(define-property pixbuf-expander-open
8321  (of-object "GtkCellRendererPixbuf")
8322  (prop-type "GParamObject")
8323  (docs "Pixbuf for open expander")
8324  (readable #t)
8325  (writable #t)
8326  (construct-only #f)
8327)
8328
8329(define-property pixbuf-expander-closed
8330  (of-object "GtkCellRendererPixbuf")
8331  (prop-type "GParamObject")
8332  (docs "Pixbuf for closed expander")
8333  (readable #t)
8334  (writable #t)
8335  (construct-only #f)
8336)
8337
8338(define-property stock-id
8339  (of-object "GtkCellRendererPixbuf")
8340  (prop-type "GParamString")
8341  (docs "The stock ID of the stock icon to render")
8342  (readable #t)
8343  (writable #t)
8344  (construct-only #f)
8345)
8346
8347(define-property stock-size
8348  (of-object "GtkCellRendererPixbuf")
8349  (prop-type "GParamUInt")
8350  (docs "The GtkIconSize value that specifies the size of the rendered icon")
8351  (readable #t)
8352  (writable #t)
8353  (construct-only #f)
8354)
8355
8356(define-property stock-detail
8357  (of-object "GtkCellRendererPixbuf")
8358  (prop-type "GParamString")
8359  (docs "Render detail to pass to the theme engine")
8360  (readable #t)
8361  (writable #t)
8362  (construct-only #f)
8363)
8364
8365(define-property follow-state
8366  (of-object "GtkCellRendererPixbuf")
8367  (prop-type "GParamBoolean")
8368  (docs "Whether the rendered pixbuf should be colorized according to the state")
8369  (readable #t)
8370  (writable #t)
8371  (construct-only #f)
8372)
8373
8374(define-property icon-name
8375  (of-object "GtkCellRendererPixbuf")
8376  (prop-type "GParamString")
8377  (docs "The name of the icon from the icon theme")
8378  (readable #t)
8379  (writable #t)
8380  (construct-only #f)
8381)
8382
8383(define-property gicon
8384  (of-object "GtkCellRendererPixbuf")
8385  (prop-type "GParamObject")
8386  (docs "The GIcon being displayed")
8387  (readable #t)
8388  (writable #t)
8389  (construct-only #f)
8390)
8391
8392;; From GtkCellRendererProgress
8393
8394(define-property user-data
8395  (of-object "GtkCellRendererProgress")
8396  (prop-type "GParamPointer")
8397  (docs "Anonymous User Data Pointer")
8398  (readable #t)
8399  (writable #t)
8400  (construct-only #f)
8401)
8402
8403(define-property mode
8404  (of-object "GtkCellRendererProgress")
8405  (prop-type "GParamEnum")
8406  (docs "Editable mode of the CellRenderer")
8407  (readable #t)
8408  (writable #t)
8409  (construct-only #f)
8410)
8411
8412(define-property visible
8413  (of-object "GtkCellRendererProgress")
8414  (prop-type "GParamBoolean")
8415  (docs "Display the cell")
8416  (readable #t)
8417  (writable #t)
8418  (construct-only #f)
8419)
8420
8421(define-property sensitive
8422  (of-object "GtkCellRendererProgress")
8423  (prop-type "GParamBoolean")
8424  (docs "Display the cell sensitive")
8425  (readable #t)
8426  (writable #t)
8427  (construct-only #f)
8428)
8429
8430(define-property xalign
8431  (of-object "GtkCellRendererProgress")
8432  (prop-type "GParamFloat")
8433  (docs "The x-align")
8434  (readable #t)
8435  (writable #t)
8436  (construct-only #f)
8437)
8438
8439(define-property yalign
8440  (of-object "GtkCellRendererProgress")
8441  (prop-type "GParamFloat")
8442  (docs "The y-align")
8443  (readable #t)
8444  (writable #t)
8445  (construct-only #f)
8446)
8447
8448(define-property xpad
8449  (of-object "GtkCellRendererProgress")
8450  (prop-type "GParamUInt")
8451  (docs "The xpad")
8452  (readable #t)
8453  (writable #t)
8454  (construct-only #f)
8455)
8456
8457(define-property ypad
8458  (of-object "GtkCellRendererProgress")
8459  (prop-type "GParamUInt")
8460  (docs "The ypad")
8461  (readable #t)
8462  (writable #t)
8463  (construct-only #f)
8464)
8465
8466(define-property width
8467  (of-object "GtkCellRendererProgress")
8468  (prop-type "GParamInt")
8469  (docs "The fixed width")
8470  (readable #t)
8471  (writable #t)
8472  (construct-only #f)
8473)
8474
8475(define-property height
8476  (of-object "GtkCellRendererProgress")
8477  (prop-type "GParamInt")
8478  (docs "The fixed height")
8479  (readable #t)
8480  (writable #t)
8481  (construct-only #f)
8482)
8483
8484(define-property is-expander
8485  (of-object "GtkCellRendererProgress")
8486  (prop-type "GParamBoolean")
8487  (docs "Row has children")
8488  (readable #t)
8489  (writable #t)
8490  (construct-only #f)
8491)
8492
8493(define-property is-expanded
8494  (of-object "GtkCellRendererProgress")
8495  (prop-type "GParamBoolean")
8496  (docs "Row is an expander row, and is expanded")
8497  (readable #t)
8498  (writable #t)
8499  (construct-only #f)
8500)
8501
8502(define-property cell-background
8503  (of-object "GtkCellRendererProgress")
8504  (prop-type "GParamString")
8505  (docs "Cell background color as a string")
8506  (readable #f)
8507  (writable #t)
8508  (construct-only #f)
8509)
8510
8511(define-property cell-background-gdk
8512  (of-object "GtkCellRendererProgress")
8513  (prop-type "GParamBoxed")
8514  (docs "Cell background color as a GdkColor")
8515  (readable #t)
8516  (writable #t)
8517  (construct-only #f)
8518)
8519
8520(define-property cell-background-set
8521  (of-object "GtkCellRendererProgress")
8522  (prop-type "GParamBoolean")
8523  (docs "Whether this tag affects the cell background color")
8524  (readable #t)
8525  (writable #t)
8526  (construct-only #f)
8527)
8528
8529(define-property editing
8530  (of-object "GtkCellRendererProgress")
8531  (prop-type "GParamBoolean")
8532  (docs "Whether the cell renderer is currently in editing mode")
8533  (readable #t)
8534  (writable #f)
8535  (construct-only #f)
8536)
8537
8538(define-property value
8539  (of-object "GtkCellRendererProgress")
8540  (prop-type "GParamInt")
8541  (docs "Value of the progress bar")
8542  (readable #t)
8543  (writable #t)
8544  (construct-only #f)
8545)
8546
8547(define-property text
8548  (of-object "GtkCellRendererProgress")
8549  (prop-type "GParamString")
8550  (docs "Text on the progress bar")
8551  (readable #t)
8552  (writable #t)
8553  (construct-only #f)
8554)
8555
8556(define-property pulse
8557  (of-object "GtkCellRendererProgress")
8558  (prop-type "GParamInt")
8559  (docs "Set this to positive values to indicate that some progress is made, but you don't know how much.")
8560  (readable #t)
8561  (writable #t)
8562  (construct-only #f)
8563)
8564
8565(define-property text-xalign
8566  (of-object "GtkCellRendererProgress")
8567  (prop-type "GParamFloat")
8568  (docs "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
8569  (readable #t)
8570  (writable #t)
8571  (construct-only #f)
8572)
8573
8574(define-property text-yalign
8575  (of-object "GtkCellRendererProgress")
8576  (prop-type "GParamFloat")
8577  (docs "The vertical text alignment, from 0 (top) to 1 (bottom).")
8578  (readable #t)
8579  (writable #t)
8580  (construct-only #f)
8581)
8582
8583(define-property orientation
8584  (of-object "GtkCellRendererProgress")
8585  (prop-type "GParamEnum")
8586  (docs "Orientation and growth direction of the progress bar")
8587  (readable #t)
8588  (writable #t)
8589  (construct-only #f)
8590)
8591
8592;; From GtkCellRendererSpin
8593
8594(define-property user-data
8595  (of-object "GtkCellRendererSpin")
8596  (prop-type "GParamPointer")
8597  (docs "Anonymous User Data Pointer")
8598  (readable #t)
8599  (writable #t)
8600  (construct-only #f)
8601)
8602
8603(define-property mode
8604  (of-object "GtkCellRendererSpin")
8605  (prop-type "GParamEnum")
8606  (docs "Editable mode of the CellRenderer")
8607  (readable #t)
8608  (writable #t)
8609  (construct-only #f)
8610)
8611
8612(define-property visible
8613  (of-object "GtkCellRendererSpin")
8614  (prop-type "GParamBoolean")
8615  (docs "Display the cell")
8616  (readable #t)
8617  (writable #t)
8618  (construct-only #f)
8619)
8620
8621(define-property sensitive
8622  (of-object "GtkCellRendererSpin")
8623  (prop-type "GParamBoolean")
8624  (docs "Display the cell sensitive")
8625  (readable #t)
8626  (writable #t)
8627  (construct-only #f)
8628)
8629
8630(define-property xalign
8631  (of-object "GtkCellRendererSpin")
8632  (prop-type "GParamFloat")
8633  (docs "The x-align")
8634  (readable #t)
8635  (writable #t)
8636  (construct-only #f)
8637)
8638
8639(define-property yalign
8640  (of-object "GtkCellRendererSpin")
8641  (prop-type "GParamFloat")
8642  (docs "The y-align")
8643  (readable #t)
8644  (writable #t)
8645  (construct-only #f)
8646)
8647
8648(define-property xpad
8649  (of-object "GtkCellRendererSpin")
8650  (prop-type "GParamUInt")
8651  (docs "The xpad")
8652  (readable #t)
8653  (writable #t)
8654  (construct-only #f)
8655)
8656
8657(define-property ypad
8658  (of-object "GtkCellRendererSpin")
8659  (prop-type "GParamUInt")
8660  (docs "The ypad")
8661  (readable #t)
8662  (writable #t)
8663  (construct-only #f)
8664)
8665
8666(define-property width
8667  (of-object "GtkCellRendererSpin")
8668  (prop-type "GParamInt")
8669  (docs "The fixed width")
8670  (readable #t)
8671  (writable #t)
8672  (construct-only #f)
8673)
8674
8675(define-property height
8676  (of-object "GtkCellRendererSpin")
8677  (prop-type "GParamInt")
8678  (docs "The fixed height")
8679  (readable #t)
8680  (writable #t)
8681  (construct-only #f)
8682)
8683
8684(define-property is-expander
8685  (of-object "GtkCellRendererSpin")
8686  (prop-type "GParamBoolean")
8687  (docs "Row has children")
8688  (readable #t)
8689  (writable #t)
8690  (construct-only #f)
8691)
8692
8693(define-property is-expanded
8694  (of-object "GtkCellRendererSpin")
8695  (prop-type "GParamBoolean")
8696  (docs "Row is an expander row, and is expanded")
8697  (readable #t)
8698  (writable #t)
8699  (construct-only #f)
8700)
8701
8702(define-property cell-background
8703  (of-object "GtkCellRendererSpin")
8704  (prop-type "GParamString")
8705  (docs "Cell background color as a string")
8706  (readable #f)
8707  (writable #t)
8708  (construct-only #f)
8709)
8710
8711(define-property cell-background-gdk
8712  (of-object "GtkCellRendererSpin")
8713  (prop-type "GParamBoxed")
8714  (docs "Cell background color as a GdkColor")
8715  (readable #t)
8716  (writable #t)
8717  (construct-only #f)
8718)
8719
8720(define-property cell-background-set
8721  (of-object "GtkCellRendererSpin")
8722  (prop-type "GParamBoolean")
8723  (docs "Whether this tag affects the cell background color")
8724  (readable #t)
8725  (writable #t)
8726  (construct-only #f)
8727)
8728
8729(define-property editing
8730  (of-object "GtkCellRendererSpin")
8731  (prop-type "GParamBoolean")
8732  (docs "Whether the cell renderer is currently in editing mode")
8733  (readable #t)
8734  (writable #f)
8735  (construct-only #f)
8736)
8737
8738(define-property text
8739  (of-object "GtkCellRendererSpin")
8740  (prop-type "GParamString")
8741  (docs "Text to render")
8742  (readable #t)
8743  (writable #t)
8744  (construct-only #f)
8745)
8746
8747(define-property markup
8748  (of-object "GtkCellRendererSpin")
8749  (prop-type "GParamString")
8750  (docs "Marked up text to render")
8751  (readable #f)
8752  (writable #t)
8753  (construct-only #f)
8754)
8755
8756(define-property attributes
8757  (of-object "GtkCellRendererSpin")
8758  (prop-type "GParamBoxed")
8759  (docs "A list of style attributes to apply to the text of the renderer")
8760  (readable #t)
8761  (writable #t)
8762  (construct-only #f)
8763)
8764
8765(define-property single-paragraph-mode
8766  (of-object "GtkCellRendererSpin")
8767  (prop-type "GParamBoolean")
8768  (docs "Whether or not to keep all text in a single paragraph")
8769  (readable #t)
8770  (writable #t)
8771  (construct-only #f)
8772)
8773
8774(define-property width-chars
8775  (of-object "GtkCellRendererSpin")
8776  (prop-type "GParamInt")
8777  (docs "The desired width of the label, in characters")
8778  (readable #t)
8779  (writable #t)
8780  (construct-only #f)
8781)
8782
8783(define-property wrap-width
8784  (of-object "GtkCellRendererSpin")
8785  (prop-type "GParamInt")
8786  (docs "The width at which the text is wrapped")
8787  (readable #t)
8788  (writable #t)
8789  (construct-only #f)
8790)
8791
8792(define-property alignment
8793  (of-object "GtkCellRendererSpin")
8794  (prop-type "GParamEnum")
8795  (docs "How to align the lines")
8796  (readable #t)
8797  (writable #t)
8798  (construct-only #f)
8799)
8800
8801(define-property background
8802  (of-object "GtkCellRendererSpin")
8803  (prop-type "GParamString")
8804  (docs "Background color as a string")
8805  (readable #f)
8806  (writable #t)
8807  (construct-only #f)
8808)
8809
8810(define-property foreground
8811  (of-object "GtkCellRendererSpin")
8812  (prop-type "GParamString")
8813  (docs "Foreground color as a string")
8814  (readable #f)
8815  (writable #t)
8816  (construct-only #f)
8817)
8818
8819(define-property background-gdk
8820  (of-object "GtkCellRendererSpin")
8821  (prop-type "GParamBoxed")
8822  (docs "Background color as a GdkColor")
8823  (readable #t)
8824  (writable #t)
8825  (construct-only #f)
8826)
8827
8828(define-property foreground-gdk
8829  (of-object "GtkCellRendererSpin")
8830  (prop-type "GParamBoxed")
8831  (docs "Foreground color as a GdkColor")
8832  (readable #t)
8833  (writable #t)
8834  (construct-only #f)
8835)
8836
8837(define-property font
8838  (of-object "GtkCellRendererSpin")
8839  (prop-type "GParamString")
8840  (docs "Font description as a string, e.g. 'Sans Italic 12'")
8841  (readable #t)
8842  (writable #t)
8843  (construct-only #f)
8844)
8845
8846(define-property font-desc
8847  (of-object "GtkCellRendererSpin")
8848  (prop-type "GParamBoxed")
8849  (docs "Font description as a PangoFontDescription struct")
8850  (readable #t)
8851  (writable #t)
8852  (construct-only #f)
8853)
8854
8855(define-property family
8856  (of-object "GtkCellRendererSpin")
8857  (prop-type "GParamString")
8858  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
8859  (readable #t)
8860  (writable #t)
8861  (construct-only #f)
8862)
8863
8864(define-property style
8865  (of-object "GtkCellRendererSpin")
8866  (prop-type "GParamEnum")
8867  (docs "Font style")
8868  (readable #t)
8869  (writable #t)
8870  (construct-only #f)
8871)
8872
8873(define-property variant
8874  (of-object "GtkCellRendererSpin")
8875  (prop-type "GParamEnum")
8876  (docs "Font variant")
8877  (readable #t)
8878  (writable #t)
8879  (construct-only #f)
8880)
8881
8882(define-property weight
8883  (of-object "GtkCellRendererSpin")
8884  (prop-type "GParamInt")
8885  (docs "Font weight")
8886  (readable #t)
8887  (writable #t)
8888  (construct-only #f)
8889)
8890
8891(define-property stretch
8892  (of-object "GtkCellRendererSpin")
8893  (prop-type "GParamEnum")
8894  (docs "Font stretch")
8895  (readable #t)
8896  (writable #t)
8897  (construct-only #f)
8898)
8899
8900(define-property size
8901  (of-object "GtkCellRendererSpin")
8902  (prop-type "GParamInt")
8903  (docs "Font size")
8904  (readable #t)
8905  (writable #t)
8906  (construct-only #f)
8907)
8908
8909(define-property size-points
8910  (of-object "GtkCellRendererSpin")
8911  (prop-type "GParamDouble")
8912  (docs "Font size in points")
8913  (readable #t)
8914  (writable #t)
8915  (construct-only #f)
8916)
8917
8918(define-property scale
8919  (of-object "GtkCellRendererSpin")
8920  (prop-type "GParamDouble")
8921  (docs "Font scaling factor")
8922  (readable #t)
8923  (writable #t)
8924  (construct-only #f)
8925)
8926
8927(define-property editable
8928  (of-object "GtkCellRendererSpin")
8929  (prop-type "GParamBoolean")
8930  (docs "Whether the text can be modified by the user")
8931  (readable #t)
8932  (writable #t)
8933  (construct-only #f)
8934)
8935
8936(define-property strikethrough
8937  (of-object "GtkCellRendererSpin")
8938  (prop-type "GParamBoolean")
8939  (docs "Whether to strike through the text")
8940  (readable #t)
8941  (writable #t)
8942  (construct-only #f)
8943)
8944
8945(define-property underline
8946  (of-object "GtkCellRendererSpin")
8947  (prop-type "GParamEnum")
8948  (docs "Style of underline for this text")
8949  (readable #t)
8950  (writable #t)
8951  (construct-only #f)
8952)
8953
8954(define-property rise
8955  (of-object "GtkCellRendererSpin")
8956  (prop-type "GParamInt")
8957  (docs "Offset of text above the baseline (below the baseline if rise is negative)")
8958  (readable #t)
8959  (writable #t)
8960  (construct-only #f)
8961)
8962
8963(define-property language
8964  (of-object "GtkCellRendererSpin")
8965  (prop-type "GParamString")
8966  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If you don't understand this parameter, you probably don't need it")
8967  (readable #t)
8968  (writable #t)
8969  (construct-only #f)
8970)
8971
8972(define-property ellipsize
8973  (of-object "GtkCellRendererSpin")
8974  (prop-type "GParamEnum")
8975  (docs "The preferred place to ellipsize the string, if the cell renderer does not have enough room to display the entire string")
8976  (readable #t)
8977  (writable #t)
8978  (construct-only #f)
8979)
8980
8981(define-property wrap-mode
8982  (of-object "GtkCellRendererSpin")
8983  (prop-type "GParamEnum")
8984  (docs "How to break the string into multiple lines, if the cell renderer does not have enough room to display the entire string")
8985  (readable #t)
8986  (writable #t)
8987  (construct-only #f)
8988)
8989
8990(define-property background-set
8991  (of-object "GtkCellRendererSpin")
8992  (prop-type "GParamBoolean")
8993  (docs "Whether this tag affects the background color")
8994  (readable #t)
8995  (writable #t)
8996  (construct-only #f)
8997)
8998
8999(define-property foreground-set
9000  (of-object "GtkCellRendererSpin")
9001  (prop-type "GParamBoolean")
9002  (docs "Whether this tag affects the foreground color")
9003  (readable #t)
9004  (writable #t)
9005  (construct-only #f)
9006)
9007
9008(define-property family-set
9009  (of-object "GtkCellRendererSpin")
9010  (prop-type "GParamBoolean")
9011  (docs "Whether this tag affects the font family")
9012  (readable #t)
9013  (writable #t)
9014  (construct-only #f)
9015)
9016
9017(define-property style-set
9018  (of-object "GtkCellRendererSpin")
9019  (prop-type "GParamBoolean")
9020  (docs "Whether this tag affects the font style")
9021  (readable #t)
9022  (writable #t)
9023  (construct-only #f)
9024)
9025
9026(define-property variant-set
9027  (of-object "GtkCellRendererSpin")
9028  (prop-type "GParamBoolean")
9029  (docs "Whether this tag affects the font variant")
9030  (readable #t)
9031  (writable #t)
9032  (construct-only #f)
9033)
9034
9035(define-property weight-set
9036  (of-object "GtkCellRendererSpin")
9037  (prop-type "GParamBoolean")
9038  (docs "Whether this tag affects the font weight")
9039  (readable #t)
9040  (writable #t)
9041  (construct-only #f)
9042)
9043
9044(define-property stretch-set
9045  (of-object "GtkCellRendererSpin")
9046  (prop-type "GParamBoolean")
9047  (docs "Whether this tag affects the font stretch")
9048  (readable #t)
9049  (writable #t)
9050  (construct-only #f)
9051)
9052
9053(define-property size-set
9054  (of-object "GtkCellRendererSpin")
9055  (prop-type "GParamBoolean")
9056  (docs "Whether this tag affects the font size")
9057  (readable #t)
9058  (writable #t)
9059  (construct-only #f)
9060)
9061
9062(define-property scale-set
9063  (of-object "GtkCellRendererSpin")
9064  (prop-type "GParamBoolean")
9065  (docs "Whether this tag scales the font size by a factor")
9066  (readable #t)
9067  (writable #t)
9068  (construct-only #f)
9069)
9070
9071(define-property editable-set
9072  (of-object "GtkCellRendererSpin")
9073  (prop-type "GParamBoolean")
9074  (docs "Whether this tag affects text editability")
9075  (readable #t)
9076  (writable #t)
9077  (construct-only #f)
9078)
9079
9080(define-property strikethrough-set
9081  (of-object "GtkCellRendererSpin")
9082  (prop-type "GParamBoolean")
9083  (docs "Whether this tag affects strikethrough")
9084  (readable #t)
9085  (writable #t)
9086  (construct-only #f)
9087)
9088
9089(define-property underline-set
9090  (of-object "GtkCellRendererSpin")
9091  (prop-type "GParamBoolean")
9092  (docs "Whether this tag affects underlining")
9093  (readable #t)
9094  (writable #t)
9095  (construct-only #f)
9096)
9097
9098(define-property rise-set
9099  (of-object "GtkCellRendererSpin")
9100  (prop-type "GParamBoolean")
9101  (docs "Whether this tag affects the rise")
9102  (readable #t)
9103  (writable #t)
9104  (construct-only #f)
9105)
9106
9107(define-property language-set
9108  (of-object "GtkCellRendererSpin")
9109  (prop-type "GParamBoolean")
9110  (docs "Whether this tag affects the language the text is rendered as")
9111  (readable #t)
9112  (writable #t)
9113  (construct-only #f)
9114)
9115
9116(define-property ellipsize-set
9117  (of-object "GtkCellRendererSpin")
9118  (prop-type "GParamBoolean")
9119  (docs "Whether this tag affects the ellipsize mode")
9120  (readable #t)
9121  (writable #t)
9122  (construct-only #f)
9123)
9124
9125(define-property align-set
9126  (of-object "GtkCellRendererSpin")
9127  (prop-type "GParamBoolean")
9128  (docs "Whether this tag affects the alignment mode")
9129  (readable #t)
9130  (writable #t)
9131  (construct-only #f)
9132)
9133
9134(define-property adjustment
9135  (of-object "GtkCellRendererSpin")
9136  (prop-type "GParamObject")
9137  (docs "The adjustment that holds the value of the spinbutton.")
9138  (readable #t)
9139  (writable #t)
9140  (construct-only #f)
9141)
9142
9143(define-property climb-rate
9144  (of-object "GtkCellRendererSpin")
9145  (prop-type "GParamDouble")
9146  (docs "The acceleration rate when you hold down a button")
9147  (readable #t)
9148  (writable #t)
9149  (construct-only #f)
9150)
9151
9152(define-property digits
9153  (of-object "GtkCellRendererSpin")
9154  (prop-type "GParamUInt")
9155  (docs "The number of decimal places to display")
9156  (readable #t)
9157  (writable #t)
9158  (construct-only #f)
9159)
9160
9161;; From GtkCellRendererSpinner
9162
9163(define-property user-data
9164  (of-object "GtkCellRendererSpinner")
9165  (prop-type "GParamPointer")
9166  (docs "Anonymous User Data Pointer")
9167  (readable #t)
9168  (writable #t)
9169  (construct-only #f)
9170)
9171
9172(define-property mode
9173  (of-object "GtkCellRendererSpinner")
9174  (prop-type "GParamEnum")
9175  (docs "Editable mode of the CellRenderer")
9176  (readable #t)
9177  (writable #t)
9178  (construct-only #f)
9179)
9180
9181(define-property visible
9182  (of-object "GtkCellRendererSpinner")
9183  (prop-type "GParamBoolean")
9184  (docs "Display the cell")
9185  (readable #t)
9186  (writable #t)
9187  (construct-only #f)
9188)
9189
9190(define-property sensitive
9191  (of-object "GtkCellRendererSpinner")
9192  (prop-type "GParamBoolean")
9193  (docs "Display the cell sensitive")
9194  (readable #t)
9195  (writable #t)
9196  (construct-only #f)
9197)
9198
9199(define-property xalign
9200  (of-object "GtkCellRendererSpinner")
9201  (prop-type "GParamFloat")
9202  (docs "The x-align")
9203  (readable #t)
9204  (writable #t)
9205  (construct-only #f)
9206)
9207
9208(define-property yalign
9209  (of-object "GtkCellRendererSpinner")
9210  (prop-type "GParamFloat")
9211  (docs "The y-align")
9212  (readable #t)
9213  (writable #t)
9214  (construct-only #f)
9215)
9216
9217(define-property xpad
9218  (of-object "GtkCellRendererSpinner")
9219  (prop-type "GParamUInt")
9220  (docs "The xpad")
9221  (readable #t)
9222  (writable #t)
9223  (construct-only #f)
9224)
9225
9226(define-property ypad
9227  (of-object "GtkCellRendererSpinner")
9228  (prop-type "GParamUInt")
9229  (docs "The ypad")
9230  (readable #t)
9231  (writable #t)
9232  (construct-only #f)
9233)
9234
9235(define-property width
9236  (of-object "GtkCellRendererSpinner")
9237  (prop-type "GParamInt")
9238  (docs "The fixed width")
9239  (readable #t)
9240  (writable #t)
9241  (construct-only #f)
9242)
9243
9244(define-property height
9245  (of-object "GtkCellRendererSpinner")
9246  (prop-type "GParamInt")
9247  (docs "The fixed height")
9248  (readable #t)
9249  (writable #t)
9250  (construct-only #f)
9251)
9252
9253(define-property is-expander
9254  (of-object "GtkCellRendererSpinner")
9255  (prop-type "GParamBoolean")
9256  (docs "Row has children")
9257  (readable #t)
9258  (writable #t)
9259  (construct-only #f)
9260)
9261
9262(define-property is-expanded
9263  (of-object "GtkCellRendererSpinner")
9264  (prop-type "GParamBoolean")
9265  (docs "Row is an expander row, and is expanded")
9266  (readable #t)
9267  (writable #t)
9268  (construct-only #f)
9269)
9270
9271(define-property cell-background
9272  (of-object "GtkCellRendererSpinner")
9273  (prop-type "GParamString")
9274  (docs "Cell background color as a string")
9275  (readable #f)
9276  (writable #t)
9277  (construct-only #f)
9278)
9279
9280(define-property cell-background-gdk
9281  (of-object "GtkCellRendererSpinner")
9282  (prop-type "GParamBoxed")
9283  (docs "Cell background color as a GdkColor")
9284  (readable #t)
9285  (writable #t)
9286  (construct-only #f)
9287)
9288
9289(define-property cell-background-set
9290  (of-object "GtkCellRendererSpinner")
9291  (prop-type "GParamBoolean")
9292  (docs "Whether this tag affects the cell background color")
9293  (readable #t)
9294  (writable #t)
9295  (construct-only #f)
9296)
9297
9298(define-property editing
9299  (of-object "GtkCellRendererSpinner")
9300  (prop-type "GParamBoolean")
9301  (docs "Whether the cell renderer is currently in editing mode")
9302  (readable #t)
9303  (writable #f)
9304  (construct-only #f)
9305)
9306
9307(define-property active
9308  (of-object "GtkCellRendererSpinner")
9309  (prop-type "GParamBoolean")
9310  (docs "Whether the spinner is active (ie. shown) in the cell")
9311  (readable #t)
9312  (writable #t)
9313  (construct-only #f)
9314)
9315
9316(define-property pulse
9317  (of-object "GtkCellRendererSpinner")
9318  (prop-type "GParamUInt")
9319  (docs "Pulse of the spinner")
9320  (readable #t)
9321  (writable #t)
9322  (construct-only #f)
9323)
9324
9325(define-property size
9326  (of-object "GtkCellRendererSpinner")
9327  (prop-type "GParamEnum")
9328  (docs "The GtkIconSize value that specifies the size of the rendered spinner")
9329  (readable #t)
9330  (writable #t)
9331  (construct-only #f)
9332)
9333
9334;; From GtkClipboard
9335
9336(define-signal owner-change
9337  (of-object "GtkClipboard")
9338  (return-type "void")
9339  (when "first")
9340  (parameters
9341    '("GdkEventOwnerChange*" "p0")
9342  )
9343)
9344
9345;; From GtkColorButton
9346
9347(define-signal color-set
9348  (of-object "GtkColorButton")
9349  (return-type "void")
9350  (when "first")
9351)
9352
9353(define-property related-action
9354  (of-object "GtkColorButton")
9355  (prop-type "GParamObject")
9356  (docs "The action this activatable will activate and receive updates from")
9357  (readable #t)
9358  (writable #t)
9359  (construct-only #f)
9360)
9361
9362(define-property use-action-appearance
9363  (of-object "GtkColorButton")
9364  (prop-type "GParamBoolean")
9365  (docs "Whether to use the related actions appearance properties")
9366  (readable #t)
9367  (writable #t)
9368  (construct-only #f)
9369)
9370
9371(define-property user-data
9372  (of-object "GtkColorButton")
9373  (prop-type "GParamPointer")
9374  (docs "Anonymous User Data Pointer")
9375  (readable #t)
9376  (writable #t)
9377  (construct-only #f)
9378)
9379
9380(define-property name
9381  (of-object "GtkColorButton")
9382  (prop-type "GParamString")
9383  (docs "The name of the widget")
9384  (readable #t)
9385  (writable #t)
9386  (construct-only #f)
9387)
9388
9389(define-property parent
9390  (of-object "GtkColorButton")
9391  (prop-type "GParamObject")
9392  (docs "The parent widget of this widget. Must be a Container widget")
9393  (readable #t)
9394  (writable #t)
9395  (construct-only #f)
9396)
9397
9398(define-property width-request
9399  (of-object "GtkColorButton")
9400  (prop-type "GParamInt")
9401  (docs "Override for width request of the widget, or -1 if natural request should be used")
9402  (readable #t)
9403  (writable #t)
9404  (construct-only #f)
9405)
9406
9407(define-property height-request
9408  (of-object "GtkColorButton")
9409  (prop-type "GParamInt")
9410  (docs "Override for height request of the widget, or -1 if natural request should be used")
9411  (readable #t)
9412  (writable #t)
9413  (construct-only #f)
9414)
9415
9416(define-property visible
9417  (of-object "GtkColorButton")
9418  (prop-type "GParamBoolean")
9419  (docs "Whether the widget is visible")
9420  (readable #t)
9421  (writable #t)
9422  (construct-only #f)
9423)
9424
9425(define-property sensitive
9426  (of-object "GtkColorButton")
9427  (prop-type "GParamBoolean")
9428  (docs "Whether the widget responds to input")
9429  (readable #t)
9430  (writable #t)
9431  (construct-only #f)
9432)
9433
9434(define-property app-paintable
9435  (of-object "GtkColorButton")
9436  (prop-type "GParamBoolean")
9437  (docs "Whether the application will paint directly on the widget")
9438  (readable #t)
9439  (writable #t)
9440  (construct-only #f)
9441)
9442
9443(define-property can-focus
9444  (of-object "GtkColorButton")
9445  (prop-type "GParamBoolean")
9446  (docs "Whether the widget can accept the input focus")
9447  (readable #t)
9448  (writable #t)
9449  (construct-only #f)
9450)
9451
9452(define-property has-focus
9453  (of-object "GtkColorButton")
9454  (prop-type "GParamBoolean")
9455  (docs "Whether the widget has the input focus")
9456  (readable #t)
9457  (writable #t)
9458  (construct-only #f)
9459)
9460
9461(define-property is-focus
9462  (of-object "GtkColorButton")
9463  (prop-type "GParamBoolean")
9464  (docs "Whether the widget is the focus widget within the toplevel")
9465  (readable #t)
9466  (writable #t)
9467  (construct-only #f)
9468)
9469
9470(define-property can-default
9471  (of-object "GtkColorButton")
9472  (prop-type "GParamBoolean")
9473  (docs "Whether the widget can be the default widget")
9474  (readable #t)
9475  (writable #t)
9476  (construct-only #f)
9477)
9478
9479(define-property has-default
9480  (of-object "GtkColorButton")
9481  (prop-type "GParamBoolean")
9482  (docs "Whether the widget is the default widget")
9483  (readable #t)
9484  (writable #t)
9485  (construct-only #f)
9486)
9487
9488(define-property receives-default
9489  (of-object "GtkColorButton")
9490  (prop-type "GParamBoolean")
9491  (docs "If TRUE, the widget will receive the default action when it is focused")
9492  (readable #t)
9493  (writable #t)
9494  (construct-only #f)
9495)
9496
9497(define-property composite-child
9498  (of-object "GtkColorButton")
9499  (prop-type "GParamBoolean")
9500  (docs "Whether the widget is part of a composite widget")
9501  (readable #t)
9502  (writable #f)
9503  (construct-only #f)
9504)
9505
9506(define-property style
9507  (of-object "GtkColorButton")
9508  (prop-type "GParamObject")
9509  (docs "The style of the widget, which contains information about how it will look (colors etc)")
9510  (readable #t)
9511  (writable #t)
9512  (construct-only #f)
9513)
9514
9515(define-property events
9516  (of-object "GtkColorButton")
9517  (prop-type "GParamFlags")
9518  (docs "The event mask that decides what kind of GdkEvents this widget gets")
9519  (readable #t)
9520  (writable #t)
9521  (construct-only #f)
9522)
9523
9524(define-property extension-events
9525  (of-object "GtkColorButton")
9526  (prop-type "GParamEnum")
9527  (docs "The mask that decides what kind of extension events this widget gets")
9528  (readable #t)
9529  (writable #t)
9530  (construct-only #f)
9531)
9532
9533(define-property no-show-all
9534  (of-object "GtkColorButton")
9535  (prop-type "GParamBoolean")
9536  (docs "Whether gtk_widget_show_all() should not affect this widget")
9537  (readable #t)
9538  (writable #t)
9539  (construct-only #f)
9540)
9541
9542(define-property has-tooltip
9543  (of-object "GtkColorButton")
9544  (prop-type "GParamBoolean")
9545  (docs "Whether this widget has a tooltip")
9546  (readable #t)
9547  (writable #t)
9548  (construct-only #f)
9549)
9550
9551(define-property tooltip-markup
9552  (of-object "GtkColorButton")
9553  (prop-type "GParamString")
9554  (docs "The contents of the tooltip for this widget")
9555  (readable #t)
9556  (writable #t)
9557  (construct-only #f)
9558)
9559
9560(define-property tooltip-text
9561  (of-object "GtkColorButton")
9562  (prop-type "GParamString")
9563  (docs "The contents of the tooltip for this widget")
9564  (readable #t)
9565  (writable #t)
9566  (construct-only #f)
9567)
9568
9569(define-property window
9570  (of-object "GtkColorButton")
9571  (prop-type "GParamObject")
9572  (docs "The widget's window if it is realized")
9573  (readable #t)
9574  (writable #f)
9575  (construct-only #f)
9576)
9577
9578(define-property double-buffered
9579  (of-object "GtkColorButton")
9580  (prop-type "GParamBoolean")
9581  (docs "Whether or not the widget is double buffered")
9582  (readable #t)
9583  (writable #t)
9584  (construct-only #f)
9585)
9586
9587(define-property border-width
9588  (of-object "GtkColorButton")
9589  (prop-type "GParamUInt")
9590  (docs "The width of the empty border outside the containers children")
9591  (readable #t)
9592  (writable #t)
9593  (construct-only #f)
9594)
9595
9596(define-property resize-mode
9597  (of-object "GtkColorButton")
9598  (prop-type "GParamEnum")
9599  (docs "Specify how resize events are handled")
9600  (readable #t)
9601  (writable #t)
9602  (construct-only #f)
9603)
9604
9605(define-property child
9606  (of-object "GtkColorButton")
9607  (prop-type "GParamObject")
9608  (docs "Can be used to add a new child to the container")
9609  (readable #f)
9610  (writable #t)
9611  (construct-only #f)
9612)
9613
9614(define-property label
9615  (of-object "GtkColorButton")
9616  (prop-type "GParamString")
9617  (docs "Text of the label widget inside the button, if the button contains a label widget")
9618  (readable #t)
9619  (writable #t)
9620  (construct-only #f)
9621)
9622
9623(define-property image
9624  (of-object "GtkColorButton")
9625  (prop-type "GParamObject")
9626  (docs "Child widget to appear next to the button text")
9627  (readable #t)
9628  (writable #t)
9629  (construct-only #f)
9630)
9631
9632(define-property relief
9633  (of-object "GtkColorButton")
9634  (prop-type "GParamEnum")
9635  (docs "The border relief style")
9636  (readable #t)
9637  (writable #t)
9638  (construct-only #f)
9639)
9640
9641(define-property use-underline
9642  (of-object "GtkColorButton")
9643  (prop-type "GParamBoolean")
9644  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
9645  (readable #t)
9646  (writable #t)
9647  (construct-only #f)
9648)
9649
9650(define-property use-stock
9651  (of-object "GtkColorButton")
9652  (prop-type "GParamBoolean")
9653  (docs "If set, the label is used to pick a stock item instead of being displayed")
9654  (readable #t)
9655  (writable #t)
9656  (construct-only #f)
9657)
9658
9659(define-property focus-on-click
9660  (of-object "GtkColorButton")
9661  (prop-type "GParamBoolean")
9662  (docs "Whether the button grabs focus when it is clicked with the mouse")
9663  (readable #t)
9664  (writable #t)
9665  (construct-only #f)
9666)
9667
9668(define-property xalign
9669  (of-object "GtkColorButton")
9670  (prop-type "GParamFloat")
9671  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
9672  (readable #t)
9673  (writable #t)
9674  (construct-only #f)
9675)
9676
9677(define-property yalign
9678  (of-object "GtkColorButton")
9679  (prop-type "GParamFloat")
9680  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
9681  (readable #t)
9682  (writable #t)
9683  (construct-only #f)
9684)
9685
9686(define-property image-position
9687  (of-object "GtkColorButton")
9688  (prop-type "GParamEnum")
9689  (docs "The position of the image relative to the text")
9690  (readable #t)
9691  (writable #t)
9692  (construct-only #f)
9693)
9694
9695(define-property use-alpha
9696  (of-object "GtkColorButton")
9697  (prop-type "GParamBoolean")
9698  (docs "Whether or not to give the color an alpha value")
9699  (readable #t)
9700  (writable #t)
9701  (construct-only #f)
9702)
9703
9704(define-property title
9705  (of-object "GtkColorButton")
9706  (prop-type "GParamString")
9707  (docs "The title of the color selection dialog")
9708  (readable #t)
9709  (writable #t)
9710  (construct-only #f)
9711)
9712
9713(define-property color
9714  (of-object "GtkColorButton")
9715  (prop-type "GParamBoxed")
9716  (docs "The selected color")
9717  (readable #t)
9718  (writable #t)
9719  (construct-only #f)
9720)
9721
9722(define-property alpha
9723  (of-object "GtkColorButton")
9724  (prop-type "GParamUInt")
9725  (docs "The selected opacity value (0 fully transparent, 65535 fully opaque)")
9726  (readable #t)
9727  (writable #t)
9728  (construct-only #f)
9729)
9730
9731;; From GtkColorSelection
9732
9733(define-signal color-changed
9734  (of-object "GtkColorSelection")
9735  (return-type "void")
9736  (when "first")
9737)
9738
9739(define-property orientation
9740  (of-object "GtkColorSelection")
9741  (prop-type "GParamEnum")
9742  (docs "The orientation of the orientable")
9743  (readable #t)
9744  (writable #t)
9745  (construct-only #f)
9746)
9747
9748(define-property user-data
9749  (of-object "GtkColorSelection")
9750  (prop-type "GParamPointer")
9751  (docs "Anonymous User Data Pointer")
9752  (readable #t)
9753  (writable #t)
9754  (construct-only #f)
9755)
9756
9757(define-property name
9758  (of-object "GtkColorSelection")
9759  (prop-type "GParamString")
9760  (docs "The name of the widget")
9761  (readable #t)
9762  (writable #t)
9763  (construct-only #f)
9764)
9765
9766(define-property parent
9767  (of-object "GtkColorSelection")
9768  (prop-type "GParamObject")
9769  (docs "The parent widget of this widget. Must be a Container widget")
9770  (readable #t)
9771  (writable #t)
9772  (construct-only #f)
9773)
9774
9775(define-property width-request
9776  (of-object "GtkColorSelection")
9777  (prop-type "GParamInt")
9778  (docs "Override for width request of the widget, or -1 if natural request should be used")
9779  (readable #t)
9780  (writable #t)
9781  (construct-only #f)
9782)
9783
9784(define-property height-request
9785  (of-object "GtkColorSelection")
9786  (prop-type "GParamInt")
9787  (docs "Override for height request of the widget, or -1 if natural request should be used")
9788  (readable #t)
9789  (writable #t)
9790  (construct-only #f)
9791)
9792
9793(define-property visible
9794  (of-object "GtkColorSelection")
9795  (prop-type "GParamBoolean")
9796  (docs "Whether the widget is visible")
9797  (readable #t)
9798  (writable #t)
9799  (construct-only #f)
9800)
9801
9802(define-property sensitive
9803  (of-object "GtkColorSelection")
9804  (prop-type "GParamBoolean")
9805  (docs "Whether the widget responds to input")
9806  (readable #t)
9807  (writable #t)
9808  (construct-only #f)
9809)
9810
9811(define-property app-paintable
9812  (of-object "GtkColorSelection")
9813  (prop-type "GParamBoolean")
9814  (docs "Whether the application will paint directly on the widget")
9815  (readable #t)
9816  (writable #t)
9817  (construct-only #f)
9818)
9819
9820(define-property can-focus
9821  (of-object "GtkColorSelection")
9822  (prop-type "GParamBoolean")
9823  (docs "Whether the widget can accept the input focus")
9824  (readable #t)
9825  (writable #t)
9826  (construct-only #f)
9827)
9828
9829(define-property has-focus
9830  (of-object "GtkColorSelection")
9831  (prop-type "GParamBoolean")
9832  (docs "Whether the widget has the input focus")
9833  (readable #t)
9834  (writable #t)
9835  (construct-only #f)
9836)
9837
9838(define-property is-focus
9839  (of-object "GtkColorSelection")
9840  (prop-type "GParamBoolean")
9841  (docs "Whether the widget is the focus widget within the toplevel")
9842  (readable #t)
9843  (writable #t)
9844  (construct-only #f)
9845)
9846
9847(define-property can-default
9848  (of-object "GtkColorSelection")
9849  (prop-type "GParamBoolean")
9850  (docs "Whether the widget can be the default widget")
9851  (readable #t)
9852  (writable #t)
9853  (construct-only #f)
9854)
9855
9856(define-property has-default
9857  (of-object "GtkColorSelection")
9858  (prop-type "GParamBoolean")
9859  (docs "Whether the widget is the default widget")
9860  (readable #t)
9861  (writable #t)
9862  (construct-only #f)
9863)
9864
9865(define-property receives-default
9866  (of-object "GtkColorSelection")
9867  (prop-type "GParamBoolean")
9868  (docs "If TRUE, the widget will receive the default action when it is focused")
9869  (readable #t)
9870  (writable #t)
9871  (construct-only #f)
9872)
9873
9874(define-property composite-child
9875  (of-object "GtkColorSelection")
9876  (prop-type "GParamBoolean")
9877  (docs "Whether the widget is part of a composite widget")
9878  (readable #t)
9879  (writable #f)
9880  (construct-only #f)
9881)
9882
9883(define-property style
9884  (of-object "GtkColorSelection")
9885  (prop-type "GParamObject")
9886  (docs "The style of the widget, which contains information about how it will look (colors etc)")
9887  (readable #t)
9888  (writable #t)
9889  (construct-only #f)
9890)
9891
9892(define-property events
9893  (of-object "GtkColorSelection")
9894  (prop-type "GParamFlags")
9895  (docs "The event mask that decides what kind of GdkEvents this widget gets")
9896  (readable #t)
9897  (writable #t)
9898  (construct-only #f)
9899)
9900
9901(define-property extension-events
9902  (of-object "GtkColorSelection")
9903  (prop-type "GParamEnum")
9904  (docs "The mask that decides what kind of extension events this widget gets")
9905  (readable #t)
9906  (writable #t)
9907  (construct-only #f)
9908)
9909
9910(define-property no-show-all
9911  (of-object "GtkColorSelection")
9912  (prop-type "GParamBoolean")
9913  (docs "Whether gtk_widget_show_all() should not affect this widget")
9914  (readable #t)
9915  (writable #t)
9916  (construct-only #f)
9917)
9918
9919(define-property has-tooltip
9920  (of-object "GtkColorSelection")
9921  (prop-type "GParamBoolean")
9922  (docs "Whether this widget has a tooltip")
9923  (readable #t)
9924  (writable #t)
9925  (construct-only #f)
9926)
9927
9928(define-property tooltip-markup
9929  (of-object "GtkColorSelection")
9930  (prop-type "GParamString")
9931  (docs "The contents of the tooltip for this widget")
9932  (readable #t)
9933  (writable #t)
9934  (construct-only #f)
9935)
9936
9937(define-property tooltip-text
9938  (of-object "GtkColorSelection")
9939  (prop-type "GParamString")
9940  (docs "The contents of the tooltip for this widget")
9941  (readable #t)
9942  (writable #t)
9943  (construct-only #f)
9944)
9945
9946(define-property window
9947  (of-object "GtkColorSelection")
9948  (prop-type "GParamObject")
9949  (docs "The widget's window if it is realized")
9950  (readable #t)
9951  (writable #f)
9952  (construct-only #f)
9953)
9954
9955(define-property double-buffered
9956  (of-object "GtkColorSelection")
9957  (prop-type "GParamBoolean")
9958  (docs "Whether or not the widget is double buffered")
9959  (readable #t)
9960  (writable #t)
9961  (construct-only #f)
9962)
9963
9964(define-property border-width
9965  (of-object "GtkColorSelection")
9966  (prop-type "GParamUInt")
9967  (docs "The width of the empty border outside the containers children")
9968  (readable #t)
9969  (writable #t)
9970  (construct-only #f)
9971)
9972
9973(define-property resize-mode
9974  (of-object "GtkColorSelection")
9975  (prop-type "GParamEnum")
9976  (docs "Specify how resize events are handled")
9977  (readable #t)
9978  (writable #t)
9979  (construct-only #f)
9980)
9981
9982(define-property child
9983  (of-object "GtkColorSelection")
9984  (prop-type "GParamObject")
9985  (docs "Can be used to add a new child to the container")
9986  (readable #f)
9987  (writable #t)
9988  (construct-only #f)
9989)
9990
9991(define-property spacing
9992  (of-object "GtkColorSelection")
9993  (prop-type "GParamInt")
9994  (docs "The amount of space between children")
9995  (readable #t)
9996  (writable #t)
9997  (construct-only #f)
9998)
9999
10000(define-property homogeneous
10001  (of-object "GtkColorSelection")
10002  (prop-type "GParamBoolean")
10003  (docs "Whether the children should all be the same size")
10004  (readable #t)
10005  (writable #t)
10006  (construct-only #f)
10007)
10008
10009(define-property has-palette
10010  (of-object "GtkColorSelection")
10011  (prop-type "GParamBoolean")
10012  (docs "Whether a palette should be used")
10013  (readable #t)
10014  (writable #t)
10015  (construct-only #f)
10016)
10017
10018(define-property has-opacity-control
10019  (of-object "GtkColorSelection")
10020  (prop-type "GParamBoolean")
10021  (docs "Whether the color selector should allow setting opacity")
10022  (readable #t)
10023  (writable #t)
10024  (construct-only #f)
10025)
10026
10027(define-property current-color
10028  (of-object "GtkColorSelection")
10029  (prop-type "GParamBoxed")
10030  (docs "The current color")
10031  (readable #t)
10032  (writable #t)
10033  (construct-only #f)
10034)
10035
10036(define-property current-alpha
10037  (of-object "GtkColorSelection")
10038  (prop-type "GParamUInt")
10039  (docs "The current opacity value (0 fully transparent, 65535 fully opaque)")
10040  (readable #t)
10041  (writable #t)
10042  (construct-only #f)
10043)
10044
10045;; From GtkCombo
10046
10047(define-property orientation
10048  (of-object "GtkCombo")
10049  (prop-type "GParamEnum")
10050  (docs "The orientation of the orientable")
10051  (readable #t)
10052  (writable #t)
10053  (construct-only #f)
10054)
10055
10056(define-property user-data
10057  (of-object "GtkCombo")
10058  (prop-type "GParamPointer")
10059  (docs "Anonymous User Data Pointer")
10060  (readable #t)
10061  (writable #t)
10062  (construct-only #f)
10063)
10064
10065(define-property name
10066  (of-object "GtkCombo")
10067  (prop-type "GParamString")
10068  (docs "The name of the widget")
10069  (readable #t)
10070  (writable #t)
10071  (construct-only #f)
10072)
10073
10074(define-property parent
10075  (of-object "GtkCombo")
10076  (prop-type "GParamObject")
10077  (docs "The parent widget of this widget. Must be a Container widget")
10078  (readable #t)
10079  (writable #t)
10080  (construct-only #f)
10081)
10082
10083(define-property width-request
10084  (of-object "GtkCombo")
10085  (prop-type "GParamInt")
10086  (docs "Override for width request of the widget, or -1 if natural request should be used")
10087  (readable #t)
10088  (writable #t)
10089  (construct-only #f)
10090)
10091
10092(define-property height-request
10093  (of-object "GtkCombo")
10094  (prop-type "GParamInt")
10095  (docs "Override for height request of the widget, or -1 if natural request should be used")
10096  (readable #t)
10097  (writable #t)
10098  (construct-only #f)
10099)
10100
10101(define-property visible
10102  (of-object "GtkCombo")
10103  (prop-type "GParamBoolean")
10104  (docs "Whether the widget is visible")
10105  (readable #t)
10106  (writable #t)
10107  (construct-only #f)
10108)
10109
10110(define-property sensitive
10111  (of-object "GtkCombo")
10112  (prop-type "GParamBoolean")
10113  (docs "Whether the widget responds to input")
10114  (readable #t)
10115  (writable #t)
10116  (construct-only #f)
10117)
10118
10119(define-property app-paintable
10120  (of-object "GtkCombo")
10121  (prop-type "GParamBoolean")
10122  (docs "Whether the application will paint directly on the widget")
10123  (readable #t)
10124  (writable #t)
10125  (construct-only #f)
10126)
10127
10128(define-property can-focus
10129  (of-object "GtkCombo")
10130  (prop-type "GParamBoolean")
10131  (docs "Whether the widget can accept the input focus")
10132  (readable #t)
10133  (writable #t)
10134  (construct-only #f)
10135)
10136
10137(define-property has-focus
10138  (of-object "GtkCombo")
10139  (prop-type "GParamBoolean")
10140  (docs "Whether the widget has the input focus")
10141  (readable #t)
10142  (writable #t)
10143  (construct-only #f)
10144)
10145
10146(define-property is-focus
10147  (of-object "GtkCombo")
10148  (prop-type "GParamBoolean")
10149  (docs "Whether the widget is the focus widget within the toplevel")
10150  (readable #t)
10151  (writable #t)
10152  (construct-only #f)
10153)
10154
10155(define-property can-default
10156  (of-object "GtkCombo")
10157  (prop-type "GParamBoolean")
10158  (docs "Whether the widget can be the default widget")
10159  (readable #t)
10160  (writable #t)
10161  (construct-only #f)
10162)
10163
10164(define-property has-default
10165  (of-object "GtkCombo")
10166  (prop-type "GParamBoolean")
10167  (docs "Whether the widget is the default widget")
10168  (readable #t)
10169  (writable #t)
10170  (construct-only #f)
10171)
10172
10173(define-property receives-default
10174  (of-object "GtkCombo")
10175  (prop-type "GParamBoolean")
10176  (docs "If TRUE, the widget will receive the default action when it is focused")
10177  (readable #t)
10178  (writable #t)
10179  (construct-only #f)
10180)
10181
10182(define-property composite-child
10183  (of-object "GtkCombo")
10184  (prop-type "GParamBoolean")
10185  (docs "Whether the widget is part of a composite widget")
10186  (readable #t)
10187  (writable #f)
10188  (construct-only #f)
10189)
10190
10191(define-property style
10192  (of-object "GtkCombo")
10193  (prop-type "GParamObject")
10194  (docs "The style of the widget, which contains information about how it will look (colors etc)")
10195  (readable #t)
10196  (writable #t)
10197  (construct-only #f)
10198)
10199
10200(define-property events
10201  (of-object "GtkCombo")
10202  (prop-type "GParamFlags")
10203  (docs "The event mask that decides what kind of GdkEvents this widget gets")
10204  (readable #t)
10205  (writable #t)
10206  (construct-only #f)
10207)
10208
10209(define-property extension-events
10210  (of-object "GtkCombo")
10211  (prop-type "GParamEnum")
10212  (docs "The mask that decides what kind of extension events this widget gets")
10213  (readable #t)
10214  (writable #t)
10215  (construct-only #f)
10216)
10217
10218(define-property no-show-all
10219  (of-object "GtkCombo")
10220  (prop-type "GParamBoolean")
10221  (docs "Whether gtk_widget_show_all() should not affect this widget")
10222  (readable #t)
10223  (writable #t)
10224  (construct-only #f)
10225)
10226
10227(define-property has-tooltip
10228  (of-object "GtkCombo")
10229  (prop-type "GParamBoolean")
10230  (docs "Whether this widget has a tooltip")
10231  (readable #t)
10232  (writable #t)
10233  (construct-only #f)
10234)
10235
10236(define-property tooltip-markup
10237  (of-object "GtkCombo")
10238  (prop-type "GParamString")
10239  (docs "The contents of the tooltip for this widget")
10240  (readable #t)
10241  (writable #t)
10242  (construct-only #f)
10243)
10244
10245(define-property tooltip-text
10246  (of-object "GtkCombo")
10247  (prop-type "GParamString")
10248  (docs "The contents of the tooltip for this widget")
10249  (readable #t)
10250  (writable #t)
10251  (construct-only #f)
10252)
10253
10254(define-property window
10255  (of-object "GtkCombo")
10256  (prop-type "GParamObject")
10257  (docs "The widget's window if it is realized")
10258  (readable #t)
10259  (writable #f)
10260  (construct-only #f)
10261)
10262
10263(define-property double-buffered
10264  (of-object "GtkCombo")
10265  (prop-type "GParamBoolean")
10266  (docs "Whether or not the widget is double buffered")
10267  (readable #t)
10268  (writable #t)
10269  (construct-only #f)
10270)
10271
10272(define-property border-width
10273  (of-object "GtkCombo")
10274  (prop-type "GParamUInt")
10275  (docs "The width of the empty border outside the containers children")
10276  (readable #t)
10277  (writable #t)
10278  (construct-only #f)
10279)
10280
10281(define-property resize-mode
10282  (of-object "GtkCombo")
10283  (prop-type "GParamEnum")
10284  (docs "Specify how resize events are handled")
10285  (readable #t)
10286  (writable #t)
10287  (construct-only #f)
10288)
10289
10290(define-property child
10291  (of-object "GtkCombo")
10292  (prop-type "GParamObject")
10293  (docs "Can be used to add a new child to the container")
10294  (readable #f)
10295  (writable #t)
10296  (construct-only #f)
10297)
10298
10299(define-property spacing
10300  (of-object "GtkCombo")
10301  (prop-type "GParamInt")
10302  (docs "The amount of space between children")
10303  (readable #t)
10304  (writable #t)
10305  (construct-only #f)
10306)
10307
10308(define-property homogeneous
10309  (of-object "GtkCombo")
10310  (prop-type "GParamBoolean")
10311  (docs "Whether the children should all be the same size")
10312  (readable #t)
10313  (writable #t)
10314  (construct-only #f)
10315)
10316
10317(define-property enable-arrow-keys
10318  (of-object "GtkCombo")
10319  (prop-type "GParamBoolean")
10320  (docs "Whether the arrow keys move through the list of items")
10321  (readable #t)
10322  (writable #t)
10323  (construct-only #f)
10324)
10325
10326(define-property enable-arrows-always
10327  (of-object "GtkCombo")
10328  (prop-type "GParamBoolean")
10329  (docs "Obsolete property, ignored")
10330  (readable #t)
10331  (writable #t)
10332  (construct-only #f)
10333)
10334
10335(define-property case-sensitive
10336  (of-object "GtkCombo")
10337  (prop-type "GParamBoolean")
10338  (docs "Whether list item matching is case sensitive")
10339  (readable #t)
10340  (writable #t)
10341  (construct-only #f)
10342)
10343
10344(define-property allow-empty
10345  (of-object "GtkCombo")
10346  (prop-type "GParamBoolean")
10347  (docs "Whether an empty value may be entered in this field")
10348  (readable #t)
10349  (writable #t)
10350  (construct-only #f)
10351)
10352
10353(define-property value-in-list
10354  (of-object "GtkCombo")
10355  (prop-type "GParamBoolean")
10356  (docs "Whether entered values must already be present in the list")
10357  (readable #t)
10358  (writable #t)
10359  (construct-only #f)
10360)
10361
10362;; From GtkColorSelectionDialog
10363
10364(define-property name
10365  (of-object "GtkColorSelectionDialog")
10366  (prop-type "GParamString")
10367  (docs "The name of the widget")
10368  (readable #t)
10369  (writable #t)
10370  (construct-only #f)
10371)
10372
10373(define-property parent
10374  (of-object "GtkColorSelectionDialog")
10375  (prop-type "GParamObject")
10376  (docs "The parent widget of this widget. Must be a Container widget")
10377  (readable #t)
10378  (writable #t)
10379  (construct-only #f)
10380)
10381
10382(define-property width-request
10383  (of-object "GtkColorSelectionDialog")
10384  (prop-type "GParamInt")
10385  (docs "Override for width request of the widget, or -1 if natural request should be used")
10386  (readable #t)
10387  (writable #t)
10388  (construct-only #f)
10389)
10390
10391(define-property height-request
10392  (of-object "GtkColorSelectionDialog")
10393  (prop-type "GParamInt")
10394  (docs "Override for height request of the widget, or -1 if natural request should be used")
10395  (readable #t)
10396  (writable #t)
10397  (construct-only #f)
10398)
10399
10400(define-property visible
10401  (of-object "GtkColorSelectionDialog")
10402  (prop-type "GParamBoolean")
10403  (docs "Whether the widget is visible")
10404  (readable #t)
10405  (writable #t)
10406  (construct-only #f)
10407)
10408
10409(define-property sensitive
10410  (of-object "GtkColorSelectionDialog")
10411  (prop-type "GParamBoolean")
10412  (docs "Whether the widget responds to input")
10413  (readable #t)
10414  (writable #t)
10415  (construct-only #f)
10416)
10417
10418(define-property app-paintable
10419  (of-object "GtkColorSelectionDialog")
10420  (prop-type "GParamBoolean")
10421  (docs "Whether the application will paint directly on the widget")
10422  (readable #t)
10423  (writable #t)
10424  (construct-only #f)
10425)
10426
10427(define-property can-focus
10428  (of-object "GtkColorSelectionDialog")
10429  (prop-type "GParamBoolean")
10430  (docs "Whether the widget can accept the input focus")
10431  (readable #t)
10432  (writable #t)
10433  (construct-only #f)
10434)
10435
10436(define-property has-focus
10437  (of-object "GtkColorSelectionDialog")
10438  (prop-type "GParamBoolean")
10439  (docs "Whether the widget has the input focus")
10440  (readable #t)
10441  (writable #t)
10442  (construct-only #f)
10443)
10444
10445(define-property is-focus
10446  (of-object "GtkColorSelectionDialog")
10447  (prop-type "GParamBoolean")
10448  (docs "Whether the widget is the focus widget within the toplevel")
10449  (readable #t)
10450  (writable #t)
10451  (construct-only #f)
10452)
10453
10454(define-property can-default
10455  (of-object "GtkColorSelectionDialog")
10456  (prop-type "GParamBoolean")
10457  (docs "Whether the widget can be the default widget")
10458  (readable #t)
10459  (writable #t)
10460  (construct-only #f)
10461)
10462
10463(define-property has-default
10464  (of-object "GtkColorSelectionDialog")
10465  (prop-type "GParamBoolean")
10466  (docs "Whether the widget is the default widget")
10467  (readable #t)
10468  (writable #t)
10469  (construct-only #f)
10470)
10471
10472(define-property receives-default
10473  (of-object "GtkColorSelectionDialog")
10474  (prop-type "GParamBoolean")
10475  (docs "If TRUE, the widget will receive the default action when it is focused")
10476  (readable #t)
10477  (writable #t)
10478  (construct-only #f)
10479)
10480
10481(define-property composite-child
10482  (of-object "GtkColorSelectionDialog")
10483  (prop-type "GParamBoolean")
10484  (docs "Whether the widget is part of a composite widget")
10485  (readable #t)
10486  (writable #f)
10487  (construct-only #f)
10488)
10489
10490(define-property style
10491  (of-object "GtkColorSelectionDialog")
10492  (prop-type "GParamObject")
10493  (docs "The style of the widget, which contains information about how it will look (colors etc)")
10494  (readable #t)
10495  (writable #t)
10496  (construct-only #f)
10497)
10498
10499(define-property events
10500  (of-object "GtkColorSelectionDialog")
10501  (prop-type "GParamFlags")
10502  (docs "The event mask that decides what kind of GdkEvents this widget gets")
10503  (readable #t)
10504  (writable #t)
10505  (construct-only #f)
10506)
10507
10508(define-property extension-events
10509  (of-object "GtkColorSelectionDialog")
10510  (prop-type "GParamEnum")
10511  (docs "The mask that decides what kind of extension events this widget gets")
10512  (readable #t)
10513  (writable #t)
10514  (construct-only #f)
10515)
10516
10517(define-property no-show-all
10518  (of-object "GtkColorSelectionDialog")
10519  (prop-type "GParamBoolean")
10520  (docs "Whether gtk_widget_show_all() should not affect this widget")
10521  (readable #t)
10522  (writable #t)
10523  (construct-only #f)
10524)
10525
10526(define-property has-tooltip
10527  (of-object "GtkColorSelectionDialog")
10528  (prop-type "GParamBoolean")
10529  (docs "Whether this widget has a tooltip")
10530  (readable #t)
10531  (writable #t)
10532  (construct-only #f)
10533)
10534
10535(define-property tooltip-markup
10536  (of-object "GtkColorSelectionDialog")
10537  (prop-type "GParamString")
10538  (docs "The contents of the tooltip for this widget")
10539  (readable #t)
10540  (writable #t)
10541  (construct-only #f)
10542)
10543
10544(define-property tooltip-text
10545  (of-object "GtkColorSelectionDialog")
10546  (prop-type "GParamString")
10547  (docs "The contents of the tooltip for this widget")
10548  (readable #t)
10549  (writable #t)
10550  (construct-only #f)
10551)
10552
10553(define-property window
10554  (of-object "GtkColorSelectionDialog")
10555  (prop-type "GParamObject")
10556  (docs "The widget's window if it is realized")
10557  (readable #t)
10558  (writable #f)
10559  (construct-only #f)
10560)
10561
10562(define-property double-buffered
10563  (of-object "GtkColorSelectionDialog")
10564  (prop-type "GParamBoolean")
10565  (docs "Whether the widget is double buffered")
10566  (readable #t)
10567  (writable #t)
10568  (construct-only #f)
10569)
10570
10571(define-property halign
10572  (of-object "GtkColorSelectionDialog")
10573  (prop-type "GParamEnum")
10574  (docs "How to position in extra horizontal space")
10575  (readable #t)
10576  (writable #t)
10577  (construct-only #f)
10578)
10579
10580(define-property valign
10581  (of-object "GtkColorSelectionDialog")
10582  (prop-type "GParamEnum")
10583  (docs "How to position in extra vertical space")
10584  (readable #t)
10585  (writable #t)
10586  (construct-only #f)
10587)
10588
10589(define-property margin-left
10590  (of-object "GtkColorSelectionDialog")
10591  (prop-type "GParamInt")
10592  (docs "Pixels of extra space on the left side")
10593  (readable #t)
10594  (writable #t)
10595  (construct-only #f)
10596)
10597
10598(define-property margin-right
10599  (of-object "GtkColorSelectionDialog")
10600  (prop-type "GParamInt")
10601  (docs "Pixels of extra space on the right side")
10602  (readable #t)
10603  (writable #t)
10604  (construct-only #f)
10605)
10606
10607(define-property margin-top
10608  (of-object "GtkColorSelectionDialog")
10609  (prop-type "GParamInt")
10610  (docs "Pixels of extra space on the top side")
10611  (readable #t)
10612  (writable #t)
10613  (construct-only #f)
10614)
10615
10616(define-property margin-bottom
10617  (of-object "GtkColorSelectionDialog")
10618  (prop-type "GParamInt")
10619  (docs "Pixels of extra space on the bottom side")
10620  (readable #t)
10621  (writable #t)
10622  (construct-only #f)
10623)
10624
10625(define-property margin
10626  (of-object "GtkColorSelectionDialog")
10627  (prop-type "GParamInt")
10628  (docs "Pixels of extra space on all four sides")
10629  (readable #t)
10630  (writable #t)
10631  (construct-only #f)
10632)
10633
10634(define-property border-width
10635  (of-object "GtkColorSelectionDialog")
10636  (prop-type "GParamUInt")
10637  (docs "The width of the empty border outside the containers children")
10638  (readable #t)
10639  (writable #t)
10640  (construct-only #f)
10641)
10642
10643(define-property resize-mode
10644  (of-object "GtkColorSelectionDialog")
10645  (prop-type "GParamEnum")
10646  (docs "Specify how resize events are handled")
10647  (readable #t)
10648  (writable #t)
10649  (construct-only #f)
10650)
10651
10652(define-property child
10653  (of-object "GtkColorSelectionDialog")
10654  (prop-type "GParamObject")
10655  (docs "Can be used to add a new child to the container")
10656  (readable #f)
10657  (writable #t)
10658  (construct-only #f)
10659)
10660
10661(define-property type
10662  (of-object "GtkColorSelectionDialog")
10663  (prop-type "GParamEnum")
10664  (docs "The type of the window")
10665  (readable #t)
10666  (writable #t)
10667  (construct-only #t)
10668)
10669
10670(define-property title
10671  (of-object "GtkColorSelectionDialog")
10672  (prop-type "GParamString")
10673  (docs "The title of the window")
10674  (readable #t)
10675  (writable #t)
10676  (construct-only #f)
10677)
10678
10679(define-property role
10680  (of-object "GtkColorSelectionDialog")
10681  (prop-type "GParamString")
10682  (docs "Unique identifier for the window to be used when restoring a session")
10683  (readable #t)
10684  (writable #t)
10685  (construct-only #f)
10686)
10687
10688(define-property resizable
10689  (of-object "GtkColorSelectionDialog")
10690  (prop-type "GParamBoolean")
10691  (docs "If TRUE, users can resize the window")
10692  (readable #t)
10693  (writable #t)
10694  (construct-only #f)
10695)
10696
10697(define-property modal
10698  (of-object "GtkColorSelectionDialog")
10699  (prop-type "GParamBoolean")
10700  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
10701  (readable #t)
10702  (writable #t)
10703  (construct-only #f)
10704)
10705
10706(define-property window-position
10707  (of-object "GtkColorSelectionDialog")
10708  (prop-type "GParamEnum")
10709  (docs "The initial position of the window")
10710  (readable #t)
10711  (writable #t)
10712  (construct-only #f)
10713)
10714
10715(define-property default-width
10716  (of-object "GtkColorSelectionDialog")
10717  (prop-type "GParamInt")
10718  (docs "The default width of the window, used when initially showing the window")
10719  (readable #t)
10720  (writable #t)
10721  (construct-only #f)
10722)
10723
10724(define-property default-height
10725  (of-object "GtkColorSelectionDialog")
10726  (prop-type "GParamInt")
10727  (docs "The default height of the window, used when initially showing the window")
10728  (readable #t)
10729  (writable #t)
10730  (construct-only #f)
10731)
10732
10733(define-property destroy-with-parent
10734  (of-object "GtkColorSelectionDialog")
10735  (prop-type "GParamBoolean")
10736  (docs "If this window should be destroyed when the parent is destroyed")
10737  (readable #t)
10738  (writable #t)
10739  (construct-only #f)
10740)
10741
10742(define-property icon
10743  (of-object "GtkColorSelectionDialog")
10744  (prop-type "GParamObject")
10745  (docs "Icon for this window")
10746  (readable #t)
10747  (writable #t)
10748  (construct-only #f)
10749)
10750
10751(define-property icon-name
10752  (of-object "GtkColorSelectionDialog")
10753  (prop-type "GParamString")
10754  (docs "Name of the themed icon for this window")
10755  (readable #t)
10756  (writable #t)
10757  (construct-only #f)
10758)
10759
10760(define-property screen
10761  (of-object "GtkColorSelectionDialog")
10762  (prop-type "GParamObject")
10763  (docs "The screen where this window will be displayed")
10764  (readable #t)
10765  (writable #t)
10766  (construct-only #f)
10767)
10768
10769(define-property type-hint
10770  (of-object "GtkColorSelectionDialog")
10771  (prop-type "GParamEnum")
10772  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
10773  (readable #t)
10774  (writable #t)
10775  (construct-only #f)
10776)
10777
10778(define-property skip-taskbar-hint
10779  (of-object "GtkColorSelectionDialog")
10780  (prop-type "GParamBoolean")
10781  (docs "TRUE if the window should not be in the task bar.")
10782  (readable #t)
10783  (writable #t)
10784  (construct-only #f)
10785)
10786
10787(define-property skip-pager-hint
10788  (of-object "GtkColorSelectionDialog")
10789  (prop-type "GParamBoolean")
10790  (docs "TRUE if the window should not be in the pager.")
10791  (readable #t)
10792  (writable #t)
10793  (construct-only #f)
10794)
10795
10796(define-property urgency-hint
10797  (of-object "GtkColorSelectionDialog")
10798  (prop-type "GParamBoolean")
10799  (docs "TRUE if the window should be brought to the user's attention.")
10800  (readable #t)
10801  (writable #t)
10802  (construct-only #f)
10803)
10804
10805(define-property accept-focus
10806  (of-object "GtkColorSelectionDialog")
10807  (prop-type "GParamBoolean")
10808  (docs "TRUE if the window should receive the input focus.")
10809  (readable #t)
10810  (writable #t)
10811  (construct-only #f)
10812)
10813
10814(define-property focus-on-map
10815  (of-object "GtkColorSelectionDialog")
10816  (prop-type "GParamBoolean")
10817  (docs "TRUE if the window should receive the input focus when mapped.")
10818  (readable #t)
10819  (writable #t)
10820  (construct-only #f)
10821)
10822
10823(define-property decorated
10824  (of-object "GtkColorSelectionDialog")
10825  (prop-type "GParamBoolean")
10826  (docs "Whether the window should be decorated by the window manager")
10827  (readable #t)
10828  (writable #t)
10829  (construct-only #f)
10830)
10831
10832(define-property deletable
10833  (of-object "GtkColorSelectionDialog")
10834  (prop-type "GParamBoolean")
10835  (docs "Whether the window frame should have a close button")
10836  (readable #t)
10837  (writable #t)
10838  (construct-only #f)
10839)
10840
10841(define-property gravity
10842  (of-object "GtkColorSelectionDialog")
10843  (prop-type "GParamEnum")
10844  (docs "The window gravity of the window")
10845  (readable #t)
10846  (writable #t)
10847  (construct-only #f)
10848)
10849
10850(define-property transient-for
10851  (of-object "GtkColorSelectionDialog")
10852  (prop-type "GParamObject")
10853  (docs "The transient parent of the dialog")
10854  (readable #t)
10855  (writable #t)
10856  (construct-only #f)
10857)
10858
10859(define-property opacity
10860  (of-object "GtkColorSelectionDialog")
10861  (prop-type "GParamDouble")
10862  (docs "The opacity of the window, from 0 to 1")
10863  (readable #t)
10864  (writable #t)
10865  (construct-only #f)
10866)
10867
10868(define-property is-active
10869  (of-object "GtkColorSelectionDialog")
10870  (prop-type "GParamBoolean")
10871  (docs "Whether the toplevel is the current active window")
10872  (readable #t)
10873  (writable #f)
10874  (construct-only #f)
10875)
10876
10877(define-property has-toplevel-focus
10878  (of-object "GtkColorSelectionDialog")
10879  (prop-type "GParamBoolean")
10880  (docs "Whether the input focus is within this GtkWindow")
10881  (readable #t)
10882  (writable #f)
10883  (construct-only #f)
10884)
10885
10886(define-property startup-id
10887  (of-object "GtkColorSelectionDialog")
10888  (prop-type "GParamString")
10889  (docs "Unique startup identifier for the window used by startup-notification")
10890  (readable #f)
10891  (writable #t)
10892  (construct-only #f)
10893)
10894
10895(define-property mnemonics-visible
10896  (of-object "GtkColorSelectionDialog")
10897  (prop-type "GParamBoolean")
10898  (docs "Whether mnemonics are currently visible in this window")
10899  (readable #t)
10900  (writable #t)
10901  (construct-only #f)
10902)
10903
10904(define-property color-selection
10905  (of-object "GtkColorSelectionDialog")
10906  (prop-type "GParamObject")
10907  (docs "The color selection embedded in the dialog.")
10908  (readable #t)
10909  (writable #f)
10910  (construct-only #f)
10911)
10912
10913(define-property ok-button
10914  (of-object "GtkColorSelectionDialog")
10915  (prop-type "GParamObject")
10916  (docs "The OK button of the dialog.")
10917  (readable #t)
10918  (writable #f)
10919  (construct-only #f)
10920)
10921
10922(define-property cancel-button
10923  (of-object "GtkColorSelectionDialog")
10924  (prop-type "GParamObject")
10925  (docs "The cancel button of the dialog.")
10926  (readable #t)
10927  (writable #f)
10928  (construct-only #f)
10929)
10930
10931(define-property help-button
10932  (of-object "GtkColorSelectionDialog")
10933  (prop-type "GParamObject")
10934  (docs "The help button of the dialog.")
10935  (readable #t)
10936  (writable #f)
10937  (construct-only #f)
10938)
10939
10940;; From GtkComboBox
10941
10942(define-signal popup
10943  (of-object "GtkComboBox")
10944  (return-type "void")
10945  (when "last")
10946)
10947
10948(define-signal popdown
10949  (of-object "GtkComboBox")
10950  (return-type "gboolean")
10951  (when "last")
10952)
10953
10954(define-signal changed
10955  (of-object "GtkComboBox")
10956  (return-type "void")
10957  (when "last")
10958)
10959
10960(define-signal move-active
10961  (of-object "GtkComboBox")
10962  (return-type "void")
10963  (when "last")
10964  (parameters
10965    '("GtkScrollType" "p0")
10966  )
10967)
10968
10969(define-property editing-canceled
10970  (of-object "GtkComboBox")
10971  (prop-type "GParamBoolean")
10972  (docs "Indicates that editing has been canceled")
10973  (readable #t)
10974  (writable #t)
10975  (construct-only #f)
10976)
10977
10978(define-property user-data
10979  (of-object "GtkComboBox")
10980  (prop-type "GParamPointer")
10981  (docs "Anonymous User Data Pointer")
10982  (readable #t)
10983  (writable #t)
10984  (construct-only #f)
10985)
10986
10987(define-property name
10988  (of-object "GtkComboBox")
10989  (prop-type "GParamString")
10990  (docs "The name of the widget")
10991  (readable #t)
10992  (writable #t)
10993  (construct-only #f)
10994)
10995
10996(define-property parent
10997  (of-object "GtkComboBox")
10998  (prop-type "GParamObject")
10999  (docs "The parent widget of this widget. Must be a Container widget")
11000  (readable #t)
11001  (writable #t)
11002  (construct-only #f)
11003)
11004
11005(define-property width-request
11006  (of-object "GtkComboBox")
11007  (prop-type "GParamInt")
11008  (docs "Override for width request of the widget, or -1 if natural request should be used")
11009  (readable #t)
11010  (writable #t)
11011  (construct-only #f)
11012)
11013
11014(define-property height-request
11015  (of-object "GtkComboBox")
11016  (prop-type "GParamInt")
11017  (docs "Override for height request of the widget, or -1 if natural request should be used")
11018  (readable #t)
11019  (writable #t)
11020  (construct-only #f)
11021)
11022
11023(define-property visible
11024  (of-object "GtkComboBox")
11025  (prop-type "GParamBoolean")
11026  (docs "Whether the widget is visible")
11027  (readable #t)
11028  (writable #t)
11029  (construct-only #f)
11030)
11031
11032(define-property sensitive
11033  (of-object "GtkComboBox")
11034  (prop-type "GParamBoolean")
11035  (docs "Whether the widget responds to input")
11036  (readable #t)
11037  (writable #t)
11038  (construct-only #f)
11039)
11040
11041(define-property app-paintable
11042  (of-object "GtkComboBox")
11043  (prop-type "GParamBoolean")
11044  (docs "Whether the application will paint directly on the widget")
11045  (readable #t)
11046  (writable #t)
11047  (construct-only #f)
11048)
11049
11050(define-property can-focus
11051  (of-object "GtkComboBox")
11052  (prop-type "GParamBoolean")
11053  (docs "Whether the widget can accept the input focus")
11054  (readable #t)
11055  (writable #t)
11056  (construct-only #f)
11057)
11058
11059(define-property has-focus
11060  (of-object "GtkComboBox")
11061  (prop-type "GParamBoolean")
11062  (docs "Whether the widget has the input focus")
11063  (readable #t)
11064  (writable #t)
11065  (construct-only #f)
11066)
11067
11068(define-property is-focus
11069  (of-object "GtkComboBox")
11070  (prop-type "GParamBoolean")
11071  (docs "Whether the widget is the focus widget within the toplevel")
11072  (readable #t)
11073  (writable #t)
11074  (construct-only #f)
11075)
11076
11077(define-property can-default
11078  (of-object "GtkComboBox")
11079  (prop-type "GParamBoolean")
11080  (docs "Whether the widget can be the default widget")
11081  (readable #t)
11082  (writable #t)
11083  (construct-only #f)
11084)
11085
11086(define-property has-default
11087  (of-object "GtkComboBox")
11088  (prop-type "GParamBoolean")
11089  (docs "Whether the widget is the default widget")
11090  (readable #t)
11091  (writable #t)
11092  (construct-only #f)
11093)
11094
11095(define-property receives-default
11096  (of-object "GtkComboBox")
11097  (prop-type "GParamBoolean")
11098  (docs "If TRUE, the widget will receive the default action when it is focused")
11099  (readable #t)
11100  (writable #t)
11101  (construct-only #f)
11102)
11103
11104(define-property composite-child
11105  (of-object "GtkComboBox")
11106  (prop-type "GParamBoolean")
11107  (docs "Whether the widget is part of a composite widget")
11108  (readable #t)
11109  (writable #f)
11110  (construct-only #f)
11111)
11112
11113(define-property style
11114  (of-object "GtkComboBox")
11115  (prop-type "GParamObject")
11116  (docs "The style of the widget, which contains information about how it will look (colors etc)")
11117  (readable #t)
11118  (writable #t)
11119  (construct-only #f)
11120)
11121
11122(define-property events
11123  (of-object "GtkComboBox")
11124  (prop-type "GParamFlags")
11125  (docs "The event mask that decides what kind of GdkEvents this widget gets")
11126  (readable #t)
11127  (writable #t)
11128  (construct-only #f)
11129)
11130
11131(define-property extension-events
11132  (of-object "GtkComboBox")
11133  (prop-type "GParamEnum")
11134  (docs "The mask that decides what kind of extension events this widget gets")
11135  (readable #t)
11136  (writable #t)
11137  (construct-only #f)
11138)
11139
11140(define-property no-show-all
11141  (of-object "GtkComboBox")
11142  (prop-type "GParamBoolean")
11143  (docs "Whether gtk_widget_show_all() should not affect this widget")
11144  (readable #t)
11145  (writable #t)
11146  (construct-only #f)
11147)
11148
11149(define-property has-tooltip
11150  (of-object "GtkComboBox")
11151  (prop-type "GParamBoolean")
11152  (docs "Whether this widget has a tooltip")
11153  (readable #t)
11154  (writable #t)
11155  (construct-only #f)
11156)
11157
11158(define-property tooltip-markup
11159  (of-object "GtkComboBox")
11160  (prop-type "GParamString")
11161  (docs "The contents of the tooltip for this widget")
11162  (readable #t)
11163  (writable #t)
11164  (construct-only #f)
11165)
11166
11167(define-property tooltip-text
11168  (of-object "GtkComboBox")
11169  (prop-type "GParamString")
11170  (docs "The contents of the tooltip for this widget")
11171  (readable #t)
11172  (writable #t)
11173  (construct-only #f)
11174)
11175
11176(define-property window
11177  (of-object "GtkComboBox")
11178  (prop-type "GParamObject")
11179  (docs "The widget's window if it is realized")
11180  (readable #t)
11181  (writable #f)
11182  (construct-only #f)
11183)
11184
11185(define-property double-buffered
11186  (of-object "GtkComboBox")
11187  (prop-type "GParamBoolean")
11188  (docs "Whether or not the widget is double buffered")
11189  (readable #t)
11190  (writable #t)
11191  (construct-only #f)
11192)
11193
11194(define-property border-width
11195  (of-object "GtkComboBox")
11196  (prop-type "GParamUInt")
11197  (docs "The width of the empty border outside the containers children")
11198  (readable #t)
11199  (writable #t)
11200  (construct-only #f)
11201)
11202
11203(define-property resize-mode
11204  (of-object "GtkComboBox")
11205  (prop-type "GParamEnum")
11206  (docs "Specify how resize events are handled")
11207  (readable #t)
11208  (writable #t)
11209  (construct-only #f)
11210)
11211
11212(define-property child
11213  (of-object "GtkComboBox")
11214  (prop-type "GParamObject")
11215  (docs "Can be used to add a new child to the container")
11216  (readable #f)
11217  (writable #t)
11218  (construct-only #f)
11219)
11220
11221(define-property model
11222  (of-object "GtkComboBox")
11223  (prop-type "GParamObject")
11224  (docs "The model for the combo box")
11225  (readable #t)
11226  (writable #t)
11227  (construct-only #f)
11228)
11229
11230(define-property wrap-width
11231  (of-object "GtkComboBox")
11232  (prop-type "GParamInt")
11233  (docs "Wrap width for laying out the items in a grid")
11234  (readable #t)
11235  (writable #t)
11236  (construct-only #f)
11237)
11238
11239(define-property row-span-column
11240  (of-object "GtkComboBox")
11241  (prop-type "GParamInt")
11242  (docs "TreeModel column containing the row span values")
11243  (readable #t)
11244  (writable #t)
11245  (construct-only #f)
11246)
11247
11248(define-property column-span-column
11249  (of-object "GtkComboBox")
11250  (prop-type "GParamInt")
11251  (docs "TreeModel column containing the column span values")
11252  (readable #t)
11253  (writable #t)
11254  (construct-only #f)
11255)
11256
11257(define-property active
11258  (of-object "GtkComboBox")
11259  (prop-type "GParamInt")
11260  (docs "The item which is currently active")
11261  (readable #t)
11262  (writable #t)
11263  (construct-only #f)
11264)
11265
11266(define-property add-tearoffs
11267  (of-object "GtkComboBox")
11268  (prop-type "GParamBoolean")
11269  (docs "Whether dropdowns should have a tearoff menu item")
11270  (readable #t)
11271  (writable #t)
11272  (construct-only #f)
11273)
11274
11275(define-property tearoff-title
11276  (of-object "GtkComboBox")
11277  (prop-type "GParamString")
11278  (docs "A title that may be displayed by the window manager when the popup is torn-off")
11279  (readable #t)
11280  (writable #t)
11281  (construct-only #f)
11282)
11283
11284(define-property has-frame
11285  (of-object "GtkComboBox")
11286  (prop-type "GParamBoolean")
11287  (docs "Whether the combo box draws a frame around the child")
11288  (readable #t)
11289  (writable #t)
11290  (construct-only #f)
11291)
11292
11293(define-property focus-on-click
11294  (of-object "GtkComboBox")
11295  (prop-type "GParamBoolean")
11296  (docs "Whether the combo box grabs focus when it is clicked with the mouse")
11297  (readable #t)
11298  (writable #t)
11299  (construct-only #f)
11300)
11301
11302(define-property popup-shown
11303  (of-object "GtkComboBox")
11304  (prop-type "GParamBoolean")
11305  (docs "Whether the combo's dropdown is shown")
11306  (readable #t)
11307  (writable #f)
11308  (construct-only #f)
11309)
11310
11311(define-property button-sensitivity
11312  (of-object "GtkComboBox")
11313  (prop-type "GParamEnum")
11314  (docs "Whether the dropdown button is sensitive when the model is empty")
11315  (readable #t)
11316  (writable #t)
11317  (construct-only #f)
11318)
11319
11320;; From GtkComboBoxEntry
11321
11322(define-property editing-canceled
11323  (of-object "GtkComboBoxEntry")
11324  (prop-type "GParamBoolean")
11325  (docs "Indicates that editing has been canceled")
11326  (readable #t)
11327  (writable #t)
11328  (construct-only #f)
11329)
11330
11331(define-property name
11332  (of-object "GtkComboBoxEntry")
11333  (prop-type "GParamString")
11334  (docs "The name of the widget")
11335  (readable #t)
11336  (writable #t)
11337  (construct-only #f)
11338)
11339
11340(define-property parent
11341  (of-object "GtkComboBoxEntry")
11342  (prop-type "GParamObject")
11343  (docs "The parent widget of this widget. Must be a Container widget")
11344  (readable #t)
11345  (writable #t)
11346  (construct-only #f)
11347)
11348
11349(define-property width-request
11350  (of-object "GtkComboBoxEntry")
11351  (prop-type "GParamInt")
11352  (docs "Override for width request of the widget, or -1 if natural request should be used")
11353  (readable #t)
11354  (writable #t)
11355  (construct-only #f)
11356)
11357
11358(define-property height-request
11359  (of-object "GtkComboBoxEntry")
11360  (prop-type "GParamInt")
11361  (docs "Override for height request of the widget, or -1 if natural request should be used")
11362  (readable #t)
11363  (writable #t)
11364  (construct-only #f)
11365)
11366
11367(define-property visible
11368  (of-object "GtkComboBoxEntry")
11369  (prop-type "GParamBoolean")
11370  (docs "Whether the widget is visible")
11371  (readable #t)
11372  (writable #t)
11373  (construct-only #f)
11374)
11375
11376(define-property sensitive
11377  (of-object "GtkComboBoxEntry")
11378  (prop-type "GParamBoolean")
11379  (docs "Whether the widget responds to input")
11380  (readable #t)
11381  (writable #t)
11382  (construct-only #f)
11383)
11384
11385(define-property app-paintable
11386  (of-object "GtkComboBoxEntry")
11387  (prop-type "GParamBoolean")
11388  (docs "Whether the application will paint directly on the widget")
11389  (readable #t)
11390  (writable #t)
11391  (construct-only #f)
11392)
11393
11394(define-property can-focus
11395  (of-object "GtkComboBoxEntry")
11396  (prop-type "GParamBoolean")
11397  (docs "Whether the widget can accept the input focus")
11398  (readable #t)
11399  (writable #t)
11400  (construct-only #f)
11401)
11402
11403(define-property has-focus
11404  (of-object "GtkComboBoxEntry")
11405  (prop-type "GParamBoolean")
11406  (docs "Whether the widget has the input focus")
11407  (readable #t)
11408  (writable #t)
11409  (construct-only #f)
11410)
11411
11412(define-property is-focus
11413  (of-object "GtkComboBoxEntry")
11414  (prop-type "GParamBoolean")
11415  (docs "Whether the widget is the focus widget within the toplevel")
11416  (readable #t)
11417  (writable #t)
11418  (construct-only #f)
11419)
11420
11421(define-property can-default
11422  (of-object "GtkComboBoxEntry")
11423  (prop-type "GParamBoolean")
11424  (docs "Whether the widget can be the default widget")
11425  (readable #t)
11426  (writable #t)
11427  (construct-only #f)
11428)
11429
11430(define-property has-default
11431  (of-object "GtkComboBoxEntry")
11432  (prop-type "GParamBoolean")
11433  (docs "Whether the widget is the default widget")
11434  (readable #t)
11435  (writable #t)
11436  (construct-only #f)
11437)
11438
11439(define-property receives-default
11440  (of-object "GtkComboBoxEntry")
11441  (prop-type "GParamBoolean")
11442  (docs "If TRUE, the widget will receive the default action when it is focused")
11443  (readable #t)
11444  (writable #t)
11445  (construct-only #f)
11446)
11447
11448(define-property composite-child
11449  (of-object "GtkComboBoxEntry")
11450  (prop-type "GParamBoolean")
11451  (docs "Whether the widget is part of a composite widget")
11452  (readable #t)
11453  (writable #f)
11454  (construct-only #f)
11455)
11456
11457(define-property style
11458  (of-object "GtkComboBoxEntry")
11459  (prop-type "GParamObject")
11460  (docs "The style of the widget, which contains information about how it will look (colors etc)")
11461  (readable #t)
11462  (writable #t)
11463  (construct-only #f)
11464)
11465
11466(define-property events
11467  (of-object "GtkComboBoxEntry")
11468  (prop-type "GParamFlags")
11469  (docs "The event mask that decides what kind of GdkEvents this widget gets")
11470  (readable #t)
11471  (writable #t)
11472  (construct-only #f)
11473)
11474
11475(define-property extension-events
11476  (of-object "GtkComboBoxEntry")
11477  (prop-type "GParamEnum")
11478  (docs "The mask that decides what kind of extension events this widget gets")
11479  (readable #t)
11480  (writable #t)
11481  (construct-only #f)
11482)
11483
11484(define-property no-show-all
11485  (of-object "GtkComboBoxEntry")
11486  (prop-type "GParamBoolean")
11487  (docs "Whether gtk_widget_show_all() should not affect this widget")
11488  (readable #t)
11489  (writable #t)
11490  (construct-only #f)
11491)
11492
11493(define-property has-tooltip
11494  (of-object "GtkComboBoxEntry")
11495  (prop-type "GParamBoolean")
11496  (docs "Whether this widget has a tooltip")
11497  (readable #t)
11498  (writable #t)
11499  (construct-only #f)
11500)
11501
11502(define-property tooltip-markup
11503  (of-object "GtkComboBoxEntry")
11504  (prop-type "GParamString")
11505  (docs "The contents of the tooltip for this widget")
11506  (readable #t)
11507  (writable #t)
11508  (construct-only #f)
11509)
11510
11511(define-property tooltip-text
11512  (of-object "GtkComboBoxEntry")
11513  (prop-type "GParamString")
11514  (docs "The contents of the tooltip for this widget")
11515  (readable #t)
11516  (writable #t)
11517  (construct-only #f)
11518)
11519
11520(define-property window
11521  (of-object "GtkComboBoxEntry")
11522  (prop-type "GParamObject")
11523  (docs "The widget's window if it is realized")
11524  (readable #t)
11525  (writable #f)
11526  (construct-only #f)
11527)
11528
11529(define-property double-buffered
11530  (of-object "GtkComboBoxEntry")
11531  (prop-type "GParamBoolean")
11532  (docs "Whether the widget is double buffered")
11533  (readable #t)
11534  (writable #t)
11535  (construct-only #f)
11536)
11537
11538(define-property halign
11539  (of-object "GtkComboBoxEntry")
11540  (prop-type "GParamEnum")
11541  (docs "How to position in extra horizontal space")
11542  (readable #t)
11543  (writable #t)
11544  (construct-only #f)
11545)
11546
11547(define-property valign
11548  (of-object "GtkComboBoxEntry")
11549  (prop-type "GParamEnum")
11550  (docs "How to position in extra vertical space")
11551  (readable #t)
11552  (writable #t)
11553  (construct-only #f)
11554)
11555
11556(define-property margin-left
11557  (of-object "GtkComboBoxEntry")
11558  (prop-type "GParamInt")
11559  (docs "Pixels of extra space on the left side")
11560  (readable #t)
11561  (writable #t)
11562  (construct-only #f)
11563)
11564
11565(define-property margin-right
11566  (of-object "GtkComboBoxEntry")
11567  (prop-type "GParamInt")
11568  (docs "Pixels of extra space on the right side")
11569  (readable #t)
11570  (writable #t)
11571  (construct-only #f)
11572)
11573
11574(define-property margin-top
11575  (of-object "GtkComboBoxEntry")
11576  (prop-type "GParamInt")
11577  (docs "Pixels of extra space on the top side")
11578  (readable #t)
11579  (writable #t)
11580  (construct-only #f)
11581)
11582
11583(define-property margin-bottom
11584  (of-object "GtkComboBoxEntry")
11585  (prop-type "GParamInt")
11586  (docs "Pixels of extra space on the bottom side")
11587  (readable #t)
11588  (writable #t)
11589  (construct-only #f)
11590)
11591
11592(define-property margin
11593  (of-object "GtkComboBoxEntry")
11594  (prop-type "GParamInt")
11595  (docs "Pixels of extra space on all four sides")
11596  (readable #t)
11597  (writable #t)
11598  (construct-only #f)
11599)
11600
11601(define-property border-width
11602  (of-object "GtkComboBoxEntry")
11603  (prop-type "GParamUInt")
11604  (docs "The width of the empty border outside the containers children")
11605  (readable #t)
11606  (writable #t)
11607  (construct-only #f)
11608)
11609
11610(define-property resize-mode
11611  (of-object "GtkComboBoxEntry")
11612  (prop-type "GParamEnum")
11613  (docs "Specify how resize events are handled")
11614  (readable #t)
11615  (writable #t)
11616  (construct-only #f)
11617)
11618
11619(define-property child
11620  (of-object "GtkComboBoxEntry")
11621  (prop-type "GParamObject")
11622  (docs "Can be used to add a new child to the container")
11623  (readable #f)
11624  (writable #t)
11625  (construct-only #f)
11626)
11627
11628(define-property model
11629  (of-object "GtkComboBoxEntry")
11630  (prop-type "GParamObject")
11631  (docs "The model for the combo box")
11632  (readable #t)
11633  (writable #t)
11634  (construct-only #f)
11635)
11636
11637(define-property wrap-width
11638  (of-object "GtkComboBoxEntry")
11639  (prop-type "GParamInt")
11640  (docs "Wrap width for laying out the items in a grid")
11641  (readable #t)
11642  (writable #t)
11643  (construct-only #f)
11644)
11645
11646(define-property row-span-column
11647  (of-object "GtkComboBoxEntry")
11648  (prop-type "GParamInt")
11649  (docs "TreeModel column containing the row span values")
11650  (readable #t)
11651  (writable #t)
11652  (construct-only #f)
11653)
11654
11655(define-property column-span-column
11656  (of-object "GtkComboBoxEntry")
11657  (prop-type "GParamInt")
11658  (docs "TreeModel column containing the column span values")
11659  (readable #t)
11660  (writable #t)
11661  (construct-only #f)
11662)
11663
11664(define-property active
11665  (of-object "GtkComboBoxEntry")
11666  (prop-type "GParamInt")
11667  (docs "The item which is currently active")
11668  (readable #t)
11669  (writable #t)
11670  (construct-only #f)
11671)
11672
11673(define-property add-tearoffs
11674  (of-object "GtkComboBoxEntry")
11675  (prop-type "GParamBoolean")
11676  (docs "Whether dropdowns should have a tearoff menu item")
11677  (readable #t)
11678  (writable #t)
11679  (construct-only #f)
11680)
11681
11682(define-property tearoff-title
11683  (of-object "GtkComboBoxEntry")
11684  (prop-type "GParamString")
11685  (docs "A title that may be displayed by the window manager when the popup is torn-off")
11686  (readable #t)
11687  (writable #t)
11688  (construct-only #f)
11689)
11690
11691(define-property has-frame
11692  (of-object "GtkComboBoxEntry")
11693  (prop-type "GParamBoolean")
11694  (docs "Whether the combo box draws a frame around the child")
11695  (readable #t)
11696  (writable #t)
11697  (construct-only #f)
11698)
11699
11700(define-property focus-on-click
11701  (of-object "GtkComboBoxEntry")
11702  (prop-type "GParamBoolean")
11703  (docs "Whether the combo box grabs focus when it is clicked with the mouse")
11704  (readable #t)
11705  (writable #t)
11706  (construct-only #f)
11707)
11708
11709(define-property popup-shown
11710  (of-object "GtkComboBoxEntry")
11711  (prop-type "GParamBoolean")
11712  (docs "Whether the combo's dropdown is shown")
11713  (readable #t)
11714  (writable #f)
11715  (construct-only #f)
11716)
11717
11718(define-property button-sensitivity
11719  (of-object "GtkComboBoxEntry")
11720  (prop-type "GParamEnum")
11721  (docs "Whether the dropdown button is sensitive when the model is empty")
11722  (readable #t)
11723  (writable #t)
11724  (construct-only #f)
11725)
11726
11727(define-property text-column
11728  (of-object "GtkComboBoxEntry")
11729  (prop-type "GParamInt")
11730  (docs "A column in the data source model to get the strings from")
11731  (readable #t)
11732  (writable #t)
11733  (construct-only #f)
11734)
11735
11736;; From GtkContainer
11737
11738(define-signal add
11739  (of-object "GtkContainer")
11740  (return-type "void")
11741  (when "first")
11742  (parameters
11743    '("GtkWidget*" "p0")
11744  )
11745)
11746
11747(define-signal remove
11748  (of-object "GtkContainer")
11749  (return-type "void")
11750  (when "first")
11751  (parameters
11752    '("GtkWidget*" "p0")
11753  )
11754)
11755
11756(define-signal check-resize
11757  (of-object "GtkContainer")
11758  (return-type "void")
11759  (when "last")
11760)
11761
11762(define-signal set-focus-child
11763  (of-object "GtkContainer")
11764  (return-type "void")
11765  (when "first")
11766  (parameters
11767    '("GtkWidget*" "p0")
11768  )
11769)
11770
11771(define-property user-data
11772  (of-object "GtkContainer")
11773  (prop-type "GParamPointer")
11774  (docs "Anonymous User Data Pointer")
11775  (readable #t)
11776  (writable #t)
11777  (construct-only #f)
11778)
11779
11780(define-property name
11781  (of-object "GtkContainer")
11782  (prop-type "GParamString")
11783  (docs "The name of the widget")
11784  (readable #t)
11785  (writable #t)
11786  (construct-only #f)
11787)
11788
11789(define-property parent
11790  (of-object "GtkContainer")
11791  (prop-type "GParamObject")
11792  (docs "The parent widget of this widget. Must be a Container widget")
11793  (readable #t)
11794  (writable #t)
11795  (construct-only #f)
11796)
11797
11798(define-property width-request
11799  (of-object "GtkContainer")
11800  (prop-type "GParamInt")
11801  (docs "Override for width request of the widget, or -1 if natural request should be used")
11802  (readable #t)
11803  (writable #t)
11804  (construct-only #f)
11805)
11806
11807(define-property height-request
11808  (of-object "GtkContainer")
11809  (prop-type "GParamInt")
11810  (docs "Override for height request of the widget, or -1 if natural request should be used")
11811  (readable #t)
11812  (writable #t)
11813  (construct-only #f)
11814)
11815
11816(define-property visible
11817  (of-object "GtkContainer")
11818  (prop-type "GParamBoolean")
11819  (docs "Whether the widget is visible")
11820  (readable #t)
11821  (writable #t)
11822  (construct-only #f)
11823)
11824
11825(define-property sensitive
11826  (of-object "GtkContainer")
11827  (prop-type "GParamBoolean")
11828  (docs "Whether the widget responds to input")
11829  (readable #t)
11830  (writable #t)
11831  (construct-only #f)
11832)
11833
11834(define-property app-paintable
11835  (of-object "GtkContainer")
11836  (prop-type "GParamBoolean")
11837  (docs "Whether the application will paint directly on the widget")
11838  (readable #t)
11839  (writable #t)
11840  (construct-only #f)
11841)
11842
11843(define-property can-focus
11844  (of-object "GtkContainer")
11845  (prop-type "GParamBoolean")
11846  (docs "Whether the widget can accept the input focus")
11847  (readable #t)
11848  (writable #t)
11849  (construct-only #f)
11850)
11851
11852(define-property has-focus
11853  (of-object "GtkContainer")
11854  (prop-type "GParamBoolean")
11855  (docs "Whether the widget has the input focus")
11856  (readable #t)
11857  (writable #t)
11858  (construct-only #f)
11859)
11860
11861(define-property is-focus
11862  (of-object "GtkContainer")
11863  (prop-type "GParamBoolean")
11864  (docs "Whether the widget is the focus widget within the toplevel")
11865  (readable #t)
11866  (writable #t)
11867  (construct-only #f)
11868)
11869
11870(define-property can-default
11871  (of-object "GtkContainer")
11872  (prop-type "GParamBoolean")
11873  (docs "Whether the widget can be the default widget")
11874  (readable #t)
11875  (writable #t)
11876  (construct-only #f)
11877)
11878
11879(define-property has-default
11880  (of-object "GtkContainer")
11881  (prop-type "GParamBoolean")
11882  (docs "Whether the widget is the default widget")
11883  (readable #t)
11884  (writable #t)
11885  (construct-only #f)
11886)
11887
11888(define-property receives-default
11889  (of-object "GtkContainer")
11890  (prop-type "GParamBoolean")
11891  (docs "If TRUE, the widget will receive the default action when it is focused")
11892  (readable #t)
11893  (writable #t)
11894  (construct-only #f)
11895)
11896
11897(define-property composite-child
11898  (of-object "GtkContainer")
11899  (prop-type "GParamBoolean")
11900  (docs "Whether the widget is part of a composite widget")
11901  (readable #t)
11902  (writable #f)
11903  (construct-only #f)
11904)
11905
11906(define-property style
11907  (of-object "GtkContainer")
11908  (prop-type "GParamObject")
11909  (docs "The style of the widget, which contains information about how it will look (colors etc)")
11910  (readable #t)
11911  (writable #t)
11912  (construct-only #f)
11913)
11914
11915(define-property events
11916  (of-object "GtkContainer")
11917  (prop-type "GParamFlags")
11918  (docs "The event mask that decides what kind of GdkEvents this widget gets")
11919  (readable #t)
11920  (writable #t)
11921  (construct-only #f)
11922)
11923
11924(define-property extension-events
11925  (of-object "GtkContainer")
11926  (prop-type "GParamEnum")
11927  (docs "The mask that decides what kind of extension events this widget gets")
11928  (readable #t)
11929  (writable #t)
11930  (construct-only #f)
11931)
11932
11933(define-property no-show-all
11934  (of-object "GtkContainer")
11935  (prop-type "GParamBoolean")
11936  (docs "Whether gtk_widget_show_all() should not affect this widget")
11937  (readable #t)
11938  (writable #t)
11939  (construct-only #f)
11940)
11941
11942(define-property has-tooltip
11943  (of-object "GtkContainer")
11944  (prop-type "GParamBoolean")
11945  (docs "Whether this widget has a tooltip")
11946  (readable #t)
11947  (writable #t)
11948  (construct-only #f)
11949)
11950
11951(define-property tooltip-markup
11952  (of-object "GtkContainer")
11953  (prop-type "GParamString")
11954  (docs "The contents of the tooltip for this widget")
11955  (readable #t)
11956  (writable #t)
11957  (construct-only #f)
11958)
11959
11960(define-property tooltip-text
11961  (of-object "GtkContainer")
11962  (prop-type "GParamString")
11963  (docs "The contents of the tooltip for this widget")
11964  (readable #t)
11965  (writable #t)
11966  (construct-only #f)
11967)
11968
11969(define-property window
11970  (of-object "GtkContainer")
11971  (prop-type "GParamObject")
11972  (docs "The widget's window if it is realized")
11973  (readable #t)
11974  (writable #f)
11975  (construct-only #f)
11976)
11977
11978(define-property double-buffered
11979  (of-object "GtkContainer")
11980  (prop-type "GParamBoolean")
11981  (docs "Whether or not the widget is double buffered")
11982  (readable #t)
11983  (writable #t)
11984  (construct-only #f)
11985)
11986
11987(define-property border-width
11988  (of-object "GtkContainer")
11989  (prop-type "GParamUInt")
11990  (docs "The width of the empty border outside the containers children")
11991  (readable #t)
11992  (writable #t)
11993  (construct-only #f)
11994)
11995
11996(define-property resize-mode
11997  (of-object "GtkContainer")
11998  (prop-type "GParamEnum")
11999  (docs "Specify how resize events are handled")
12000  (readable #t)
12001  (writable #t)
12002  (construct-only #f)
12003)
12004
12005(define-property child
12006  (of-object "GtkContainer")
12007  (prop-type "GParamObject")
12008  (docs "Can be used to add a new child to the container")
12009  (readable #f)
12010  (writable #t)
12011  (construct-only #f)
12012)
12013
12014;; From GtkCTree
12015
12016(define-signal tree-select-row
12017  (of-object "GtkCTree")
12018  (return-type "void")
12019  (when "first")
12020  (parameters
12021    '("GtkCTreeNode" "p0")
12022    '("gint" "p1")
12023  )
12024)
12025
12026(define-signal tree-unselect-row
12027  (of-object "GtkCTree")
12028  (return-type "void")
12029  (when "first")
12030  (parameters
12031    '("GtkCTreeNode" "p0")
12032    '("gint" "p1")
12033  )
12034)
12035
12036(define-signal tree-expand
12037  (of-object "GtkCTree")
12038  (return-type "void")
12039  (when "last")
12040  (parameters
12041    '("GtkCTreeNode" "p0")
12042  )
12043)
12044
12045(define-signal tree-collapse
12046  (of-object "GtkCTree")
12047  (return-type "void")
12048  (when "last")
12049  (parameters
12050    '("GtkCTreeNode" "p0")
12051  )
12052)
12053
12054(define-signal tree-move
12055  (of-object "GtkCTree")
12056  (return-type "void")
12057  (when "last")
12058  (parameters
12059    '("GtkCTreeNode" "p0")
12060    '("GtkCTreeNode" "p1")
12061    '("GtkCTreeNode" "p2")
12062  )
12063)
12064
12065(define-signal change-focus-row-expansion
12066  (of-object "GtkCTree")
12067  (return-type "void")
12068  (when "last")
12069  (parameters
12070    '("GtkCTreeExpansionType" "p0")
12071  )
12072)
12073
12074(define-property user-data
12075  (of-object "GtkCTree")
12076  (prop-type "GParamPointer")
12077  (docs "Anonymous User Data Pointer")
12078  (readable #t)
12079  (writable #t)
12080  (construct-only #f)
12081)
12082
12083(define-property name
12084  (of-object "GtkCTree")
12085  (prop-type "GParamString")
12086  (docs "The name of the widget")
12087  (readable #t)
12088  (writable #t)
12089  (construct-only #f)
12090)
12091
12092(define-property parent
12093  (of-object "GtkCTree")
12094  (prop-type "GParamObject")
12095  (docs "The parent widget of this widget. Must be a Container widget")
12096  (readable #t)
12097  (writable #t)
12098  (construct-only #f)
12099)
12100
12101(define-property width-request
12102  (of-object "GtkCTree")
12103  (prop-type "GParamInt")
12104  (docs "Override for width request of the widget, or -1 if natural request should be used")
12105  (readable #t)
12106  (writable #t)
12107  (construct-only #f)
12108)
12109
12110(define-property height-request
12111  (of-object "GtkCTree")
12112  (prop-type "GParamInt")
12113  (docs "Override for height request of the widget, or -1 if natural request should be used")
12114  (readable #t)
12115  (writable #t)
12116  (construct-only #f)
12117)
12118
12119(define-property visible
12120  (of-object "GtkCTree")
12121  (prop-type "GParamBoolean")
12122  (docs "Whether the widget is visible")
12123  (readable #t)
12124  (writable #t)
12125  (construct-only #f)
12126)
12127
12128(define-property sensitive
12129  (of-object "GtkCTree")
12130  (prop-type "GParamBoolean")
12131  (docs "Whether the widget responds to input")
12132  (readable #t)
12133  (writable #t)
12134  (construct-only #f)
12135)
12136
12137(define-property app-paintable
12138  (of-object "GtkCTree")
12139  (prop-type "GParamBoolean")
12140  (docs "Whether the application will paint directly on the widget")
12141  (readable #t)
12142  (writable #t)
12143  (construct-only #f)
12144)
12145
12146(define-property can-focus
12147  (of-object "GtkCTree")
12148  (prop-type "GParamBoolean")
12149  (docs "Whether the widget can accept the input focus")
12150  (readable #t)
12151  (writable #t)
12152  (construct-only #f)
12153)
12154
12155(define-property has-focus
12156  (of-object "GtkCTree")
12157  (prop-type "GParamBoolean")
12158  (docs "Whether the widget has the input focus")
12159  (readable #t)
12160  (writable #t)
12161  (construct-only #f)
12162)
12163
12164(define-property is-focus
12165  (of-object "GtkCTree")
12166  (prop-type "GParamBoolean")
12167  (docs "Whether the widget is the focus widget within the toplevel")
12168  (readable #t)
12169  (writable #t)
12170  (construct-only #f)
12171)
12172
12173(define-property can-default
12174  (of-object "GtkCTree")
12175  (prop-type "GParamBoolean")
12176  (docs "Whether the widget can be the default widget")
12177  (readable #t)
12178  (writable #t)
12179  (construct-only #f)
12180)
12181
12182(define-property has-default
12183  (of-object "GtkCTree")
12184  (prop-type "GParamBoolean")
12185  (docs "Whether the widget is the default widget")
12186  (readable #t)
12187  (writable #t)
12188  (construct-only #f)
12189)
12190
12191(define-property receives-default
12192  (of-object "GtkCTree")
12193  (prop-type "GParamBoolean")
12194  (docs "If TRUE, the widget will receive the default action when it is focused")
12195  (readable #t)
12196  (writable #t)
12197  (construct-only #f)
12198)
12199
12200(define-property composite-child
12201  (of-object "GtkCTree")
12202  (prop-type "GParamBoolean")
12203  (docs "Whether the widget is part of a composite widget")
12204  (readable #t)
12205  (writable #f)
12206  (construct-only #f)
12207)
12208
12209(define-property style
12210  (of-object "GtkCTree")
12211  (prop-type "GParamObject")
12212  (docs "The style of the widget, which contains information about how it will look (colors etc)")
12213  (readable #t)
12214  (writable #t)
12215  (construct-only #f)
12216)
12217
12218(define-property events
12219  (of-object "GtkCTree")
12220  (prop-type "GParamFlags")
12221  (docs "The event mask that decides what kind of GdkEvents this widget gets")
12222  (readable #t)
12223  (writable #t)
12224  (construct-only #f)
12225)
12226
12227(define-property extension-events
12228  (of-object "GtkCTree")
12229  (prop-type "GParamEnum")
12230  (docs "The mask that decides what kind of extension events this widget gets")
12231  (readable #t)
12232  (writable #t)
12233  (construct-only #f)
12234)
12235
12236(define-property no-show-all
12237  (of-object "GtkCTree")
12238  (prop-type "GParamBoolean")
12239  (docs "Whether gtk_widget_show_all() should not affect this widget")
12240  (readable #t)
12241  (writable #t)
12242  (construct-only #f)
12243)
12244
12245(define-property has-tooltip
12246  (of-object "GtkCTree")
12247  (prop-type "GParamBoolean")
12248  (docs "Whether this widget has a tooltip")
12249  (readable #t)
12250  (writable #t)
12251  (construct-only #f)
12252)
12253
12254(define-property tooltip-markup
12255  (of-object "GtkCTree")
12256  (prop-type "GParamString")
12257  (docs "The contents of the tooltip for this widget")
12258  (readable #t)
12259  (writable #t)
12260  (construct-only #f)
12261)
12262
12263(define-property tooltip-text
12264  (of-object "GtkCTree")
12265  (prop-type "GParamString")
12266  (docs "The contents of the tooltip for this widget")
12267  (readable #t)
12268  (writable #t)
12269  (construct-only #f)
12270)
12271
12272(define-property window
12273  (of-object "GtkCTree")
12274  (prop-type "GParamObject")
12275  (docs "The widget's window if it is realized")
12276  (readable #t)
12277  (writable #f)
12278  (construct-only #f)
12279)
12280
12281(define-property double-buffered
12282  (of-object "GtkCTree")
12283  (prop-type "GParamBoolean")
12284  (docs "Whether or not the widget is double buffered")
12285  (readable #t)
12286  (writable #t)
12287  (construct-only #f)
12288)
12289
12290(define-property border-width
12291  (of-object "GtkCTree")
12292  (prop-type "GParamUInt")
12293  (docs "The width of the empty border outside the containers children")
12294  (readable #t)
12295  (writable #t)
12296  (construct-only #f)
12297)
12298
12299(define-property resize-mode
12300  (of-object "GtkCTree")
12301  (prop-type "GParamEnum")
12302  (docs "Specify how resize events are handled")
12303  (readable #t)
12304  (writable #t)
12305  (construct-only #f)
12306)
12307
12308(define-property child
12309  (of-object "GtkCTree")
12310  (prop-type "GParamObject")
12311  (docs "Can be used to add a new child to the container")
12312  (readable #f)
12313  (writable #t)
12314  (construct-only #f)
12315)
12316
12317(define-property shadow-type
12318  (of-object "GtkCTree")
12319  (prop-type "GParamEnum")
12320  (docs "")
12321  (readable #t)
12322  (writable #t)
12323  (construct-only #f)
12324)
12325
12326(define-property selection-mode
12327  (of-object "GtkCTree")
12328  (prop-type "GParamEnum")
12329  (docs "")
12330  (readable #t)
12331  (writable #t)
12332  (construct-only #f)
12333)
12334
12335(define-property row-height
12336  (of-object "GtkCTree")
12337  (prop-type "GParamUInt")
12338  (docs "")
12339  (readable #t)
12340  (writable #t)
12341  (construct-only #f)
12342)
12343
12344(define-property titles-active
12345  (of-object "GtkCTree")
12346  (prop-type "GParamBoolean")
12347  (docs "")
12348  (readable #t)
12349  (writable #t)
12350  (construct-only #f)
12351)
12352
12353(define-property reorderable
12354  (of-object "GtkCTree")
12355  (prop-type "GParamBoolean")
12356  (docs "")
12357  (readable #t)
12358  (writable #t)
12359  (construct-only #f)
12360)
12361
12362(define-property use-drag-icons
12363  (of-object "GtkCTree")
12364  (prop-type "GParamBoolean")
12365  (docs "")
12366  (readable #t)
12367  (writable #t)
12368  (construct-only #f)
12369)
12370
12371(define-property sort-type
12372  (of-object "GtkCTree")
12373  (prop-type "GParamEnum")
12374  (docs "")
12375  (readable #t)
12376  (writable #t)
12377  (construct-only #f)
12378)
12379
12380(define-property n-columns
12381  (of-object "GtkCTree")
12382  (prop-type "GParamUInt")
12383  (docs "")
12384  (readable #t)
12385  (writable #t)
12386  (construct-only #t)
12387)
12388
12389(define-property tree-column
12390  (of-object "GtkCTree")
12391  (prop-type "GParamUInt")
12392  (docs "")
12393  (readable #t)
12394  (writable #t)
12395  (construct-only #t)
12396)
12397
12398(define-property indent
12399  (of-object "GtkCTree")
12400  (prop-type "GParamUInt")
12401  (docs "")
12402  (readable #t)
12403  (writable #t)
12404  (construct-only #f)
12405)
12406
12407(define-property spacing
12408  (of-object "GtkCTree")
12409  (prop-type "GParamUInt")
12410  (docs "")
12411  (readable #t)
12412  (writable #t)
12413  (construct-only #f)
12414)
12415
12416(define-property show-stub
12417  (of-object "GtkCTree")
12418  (prop-type "GParamBoolean")
12419  (docs "")
12420  (readable #t)
12421  (writable #t)
12422  (construct-only #f)
12423)
12424
12425(define-property line-style
12426  (of-object "GtkCTree")
12427  (prop-type "GParamEnum")
12428  (docs "")
12429  (readable #t)
12430  (writable #t)
12431  (construct-only #f)
12432)
12433
12434(define-property expander-style
12435  (of-object "GtkCTree")
12436  (prop-type "GParamEnum")
12437  (docs "")
12438  (readable #t)
12439  (writable #t)
12440  (construct-only #f)
12441)
12442
12443;; From GtkCellView
12444
12445(define-property user-data
12446  (of-object "GtkCellView")
12447  (prop-type "GParamPointer")
12448  (docs "Anonymous User Data Pointer")
12449  (readable #t)
12450  (writable #t)
12451  (construct-only #f)
12452)
12453
12454(define-property name
12455  (of-object "GtkCellView")
12456  (prop-type "GParamString")
12457  (docs "The name of the widget")
12458  (readable #t)
12459  (writable #t)
12460  (construct-only #f)
12461)
12462
12463(define-property parent
12464  (of-object "GtkCellView")
12465  (prop-type "GParamObject")
12466  (docs "The parent widget of this widget. Must be a Container widget")
12467  (readable #t)
12468  (writable #t)
12469  (construct-only #f)
12470)
12471
12472(define-property width-request
12473  (of-object "GtkCellView")
12474  (prop-type "GParamInt")
12475  (docs "Override for width request of the widget, or -1 if natural request should be used")
12476  (readable #t)
12477  (writable #t)
12478  (construct-only #f)
12479)
12480
12481(define-property height-request
12482  (of-object "GtkCellView")
12483  (prop-type "GParamInt")
12484  (docs "Override for height request of the widget, or -1 if natural request should be used")
12485  (readable #t)
12486  (writable #t)
12487  (construct-only #f)
12488)
12489
12490(define-property visible
12491  (of-object "GtkCellView")
12492  (prop-type "GParamBoolean")
12493  (docs "Whether the widget is visible")
12494  (readable #t)
12495  (writable #t)
12496  (construct-only #f)
12497)
12498
12499(define-property sensitive
12500  (of-object "GtkCellView")
12501  (prop-type "GParamBoolean")
12502  (docs "Whether the widget responds to input")
12503  (readable #t)
12504  (writable #t)
12505  (construct-only #f)
12506)
12507
12508(define-property app-paintable
12509  (of-object "GtkCellView")
12510  (prop-type "GParamBoolean")
12511  (docs "Whether the application will paint directly on the widget")
12512  (readable #t)
12513  (writable #t)
12514  (construct-only #f)
12515)
12516
12517(define-property can-focus
12518  (of-object "GtkCellView")
12519  (prop-type "GParamBoolean")
12520  (docs "Whether the widget can accept the input focus")
12521  (readable #t)
12522  (writable #t)
12523  (construct-only #f)
12524)
12525
12526(define-property has-focus
12527  (of-object "GtkCellView")
12528  (prop-type "GParamBoolean")
12529  (docs "Whether the widget has the input focus")
12530  (readable #t)
12531  (writable #t)
12532  (construct-only #f)
12533)
12534
12535(define-property is-focus
12536  (of-object "GtkCellView")
12537  (prop-type "GParamBoolean")
12538  (docs "Whether the widget is the focus widget within the toplevel")
12539  (readable #t)
12540  (writable #t)
12541  (construct-only #f)
12542)
12543
12544(define-property can-default
12545  (of-object "GtkCellView")
12546  (prop-type "GParamBoolean")
12547  (docs "Whether the widget can be the default widget")
12548  (readable #t)
12549  (writable #t)
12550  (construct-only #f)
12551)
12552
12553(define-property has-default
12554  (of-object "GtkCellView")
12555  (prop-type "GParamBoolean")
12556  (docs "Whether the widget is the default widget")
12557  (readable #t)
12558  (writable #t)
12559  (construct-only #f)
12560)
12561
12562(define-property receives-default
12563  (of-object "GtkCellView")
12564  (prop-type "GParamBoolean")
12565  (docs "If TRUE, the widget will receive the default action when it is focused")
12566  (readable #t)
12567  (writable #t)
12568  (construct-only #f)
12569)
12570
12571(define-property composite-child
12572  (of-object "GtkCellView")
12573  (prop-type "GParamBoolean")
12574  (docs "Whether the widget is part of a composite widget")
12575  (readable #t)
12576  (writable #f)
12577  (construct-only #f)
12578)
12579
12580(define-property style
12581  (of-object "GtkCellView")
12582  (prop-type "GParamObject")
12583  (docs "The style of the widget, which contains information about how it will look (colors etc)")
12584  (readable #t)
12585  (writable #t)
12586  (construct-only #f)
12587)
12588
12589(define-property events
12590  (of-object "GtkCellView")
12591  (prop-type "GParamFlags")
12592  (docs "The event mask that decides what kind of GdkEvents this widget gets")
12593  (readable #t)
12594  (writable #t)
12595  (construct-only #f)
12596)
12597
12598(define-property extension-events
12599  (of-object "GtkCellView")
12600  (prop-type "GParamEnum")
12601  (docs "The mask that decides what kind of extension events this widget gets")
12602  (readable #t)
12603  (writable #t)
12604  (construct-only #f)
12605)
12606
12607(define-property no-show-all
12608  (of-object "GtkCellView")
12609  (prop-type "GParamBoolean")
12610  (docs "Whether gtk_widget_show_all() should not affect this widget")
12611  (readable #t)
12612  (writable #t)
12613  (construct-only #f)
12614)
12615
12616(define-property has-tooltip
12617  (of-object "GtkCellView")
12618  (prop-type "GParamBoolean")
12619  (docs "Whether this widget has a tooltip")
12620  (readable #t)
12621  (writable #t)
12622  (construct-only #f)
12623)
12624
12625(define-property tooltip-markup
12626  (of-object "GtkCellView")
12627  (prop-type "GParamString")
12628  (docs "The contents of the tooltip for this widget")
12629  (readable #t)
12630  (writable #t)
12631  (construct-only #f)
12632)
12633
12634(define-property tooltip-text
12635  (of-object "GtkCellView")
12636  (prop-type "GParamString")
12637  (docs "The contents of the tooltip for this widget")
12638  (readable #t)
12639  (writable #t)
12640  (construct-only #f)
12641)
12642
12643(define-property window
12644  (of-object "GtkCellView")
12645  (prop-type "GParamObject")
12646  (docs "The widget's window if it is realized")
12647  (readable #t)
12648  (writable #f)
12649  (construct-only #f)
12650)
12651
12652(define-property double-buffered
12653  (of-object "GtkCellView")
12654  (prop-type "GParamBoolean")
12655  (docs "Whether or not the widget is double buffered")
12656  (readable #t)
12657  (writable #t)
12658  (construct-only #f)
12659)
12660
12661(define-property background
12662  (of-object "GtkCellView")
12663  (prop-type "GParamString")
12664  (docs "Background color as a string")
12665  (readable #f)
12666  (writable #t)
12667  (construct-only #f)
12668)
12669
12670(define-property background-gdk
12671  (of-object "GtkCellView")
12672  (prop-type "GParamBoxed")
12673  (docs "Background color as a GdkColor")
12674  (readable #t)
12675  (writable #t)
12676  (construct-only #f)
12677)
12678
12679(define-property background-set
12680  (of-object "GtkCellView")
12681  (prop-type "GParamBoolean")
12682  (docs "Whether this tag affects the background color")
12683  (readable #t)
12684  (writable #t)
12685  (construct-only #f)
12686)
12687
12688(define-property model
12689  (of-object "GtkCellView")
12690  (prop-type "GParamObject")
12691  (docs "The model for cell view")
12692  (readable #t)
12693  (writable #t)
12694  (construct-only #f)
12695)
12696
12697;; From GtkCurve
12698
12699(define-signal curve-type-changed
12700  (of-object "GtkCurve")
12701  (return-type "void")
12702  (when "first")
12703)
12704
12705(define-property user-data
12706  (of-object "GtkCurve")
12707  (prop-type "GParamPointer")
12708  (docs "Anonymous User Data Pointer")
12709  (readable #t)
12710  (writable #t)
12711  (construct-only #f)
12712)
12713
12714(define-property name
12715  (of-object "GtkCurve")
12716  (prop-type "GParamString")
12717  (docs "The name of the widget")
12718  (readable #t)
12719  (writable #t)
12720  (construct-only #f)
12721)
12722
12723(define-property parent
12724  (of-object "GtkCurve")
12725  (prop-type "GParamObject")
12726  (docs "The parent widget of this widget. Must be a Container widget")
12727  (readable #t)
12728  (writable #t)
12729  (construct-only #f)
12730)
12731
12732(define-property width-request
12733  (of-object "GtkCurve")
12734  (prop-type "GParamInt")
12735  (docs "Override for width request of the widget, or -1 if natural request should be used")
12736  (readable #t)
12737  (writable #t)
12738  (construct-only #f)
12739)
12740
12741(define-property height-request
12742  (of-object "GtkCurve")
12743  (prop-type "GParamInt")
12744  (docs "Override for height request of the widget, or -1 if natural request should be used")
12745  (readable #t)
12746  (writable #t)
12747  (construct-only #f)
12748)
12749
12750(define-property visible
12751  (of-object "GtkCurve")
12752  (prop-type "GParamBoolean")
12753  (docs "Whether the widget is visible")
12754  (readable #t)
12755  (writable #t)
12756  (construct-only #f)
12757)
12758
12759(define-property sensitive
12760  (of-object "GtkCurve")
12761  (prop-type "GParamBoolean")
12762  (docs "Whether the widget responds to input")
12763  (readable #t)
12764  (writable #t)
12765  (construct-only #f)
12766)
12767
12768(define-property app-paintable
12769  (of-object "GtkCurve")
12770  (prop-type "GParamBoolean")
12771  (docs "Whether the application will paint directly on the widget")
12772  (readable #t)
12773  (writable #t)
12774  (construct-only #f)
12775)
12776
12777(define-property can-focus
12778  (of-object "GtkCurve")
12779  (prop-type "GParamBoolean")
12780  (docs "Whether the widget can accept the input focus")
12781  (readable #t)
12782  (writable #t)
12783  (construct-only #f)
12784)
12785
12786(define-property has-focus
12787  (of-object "GtkCurve")
12788  (prop-type "GParamBoolean")
12789  (docs "Whether the widget has the input focus")
12790  (readable #t)
12791  (writable #t)
12792  (construct-only #f)
12793)
12794
12795(define-property is-focus
12796  (of-object "GtkCurve")
12797  (prop-type "GParamBoolean")
12798  (docs "Whether the widget is the focus widget within the toplevel")
12799  (readable #t)
12800  (writable #t)
12801  (construct-only #f)
12802)
12803
12804(define-property can-default
12805  (of-object "GtkCurve")
12806  (prop-type "GParamBoolean")
12807  (docs "Whether the widget can be the default widget")
12808  (readable #t)
12809  (writable #t)
12810  (construct-only #f)
12811)
12812
12813(define-property has-default
12814  (of-object "GtkCurve")
12815  (prop-type "GParamBoolean")
12816  (docs "Whether the widget is the default widget")
12817  (readable #t)
12818  (writable #t)
12819  (construct-only #f)
12820)
12821
12822(define-property receives-default
12823  (of-object "GtkCurve")
12824  (prop-type "GParamBoolean")
12825  (docs "If TRUE, the widget will receive the default action when it is focused")
12826  (readable #t)
12827  (writable #t)
12828  (construct-only #f)
12829)
12830
12831(define-property composite-child
12832  (of-object "GtkCurve")
12833  (prop-type "GParamBoolean")
12834  (docs "Whether the widget is part of a composite widget")
12835  (readable #t)
12836  (writable #f)
12837  (construct-only #f)
12838)
12839
12840(define-property style
12841  (of-object "GtkCurve")
12842  (prop-type "GParamObject")
12843  (docs "The style of the widget, which contains information about how it will look (colors etc)")
12844  (readable #t)
12845  (writable #t)
12846  (construct-only #f)
12847)
12848
12849(define-property events
12850  (of-object "GtkCurve")
12851  (prop-type "GParamFlags")
12852  (docs "The event mask that decides what kind of GdkEvents this widget gets")
12853  (readable #t)
12854  (writable #t)
12855  (construct-only #f)
12856)
12857
12858(define-property extension-events
12859  (of-object "GtkCurve")
12860  (prop-type "GParamEnum")
12861  (docs "The mask that decides what kind of extension events this widget gets")
12862  (readable #t)
12863  (writable #t)
12864  (construct-only #f)
12865)
12866
12867(define-property no-show-all
12868  (of-object "GtkCurve")
12869  (prop-type "GParamBoolean")
12870  (docs "Whether gtk_widget_show_all() should not affect this widget")
12871  (readable #t)
12872  (writable #t)
12873  (construct-only #f)
12874)
12875
12876(define-property has-tooltip
12877  (of-object "GtkCurve")
12878  (prop-type "GParamBoolean")
12879  (docs "Whether this widget has a tooltip")
12880  (readable #t)
12881  (writable #t)
12882  (construct-only #f)
12883)
12884
12885(define-property tooltip-markup
12886  (of-object "GtkCurve")
12887  (prop-type "GParamString")
12888  (docs "The contents of the tooltip for this widget")
12889  (readable #t)
12890  (writable #t)
12891  (construct-only #f)
12892)
12893
12894(define-property tooltip-text
12895  (of-object "GtkCurve")
12896  (prop-type "GParamString")
12897  (docs "The contents of the tooltip for this widget")
12898  (readable #t)
12899  (writable #t)
12900  (construct-only #f)
12901)
12902
12903(define-property window
12904  (of-object "GtkCurve")
12905  (prop-type "GParamObject")
12906  (docs "The widget's window if it is realized")
12907  (readable #t)
12908  (writable #f)
12909  (construct-only #f)
12910)
12911
12912(define-property double-buffered
12913  (of-object "GtkCurve")
12914  (prop-type "GParamBoolean")
12915  (docs "Whether or not the widget is double buffered")
12916  (readable #t)
12917  (writable #t)
12918  (construct-only #f)
12919)
12920
12921(define-property curve-type
12922  (of-object "GtkCurve")
12923  (prop-type "GParamEnum")
12924  (docs "Is this curve linear, spline interpolated, or free-form")
12925  (readable #t)
12926  (writable #t)
12927  (construct-only #f)
12928)
12929
12930(define-property min-x
12931  (of-object "GtkCurve")
12932  (prop-type "GParamFloat")
12933  (docs "Minimum possible value for X")
12934  (readable #t)
12935  (writable #t)
12936  (construct-only #f)
12937)
12938
12939(define-property max-x
12940  (of-object "GtkCurve")
12941  (prop-type "GParamFloat")
12942  (docs "Maximum possible X value")
12943  (readable #t)
12944  (writable #t)
12945  (construct-only #f)
12946)
12947
12948(define-property min-y
12949  (of-object "GtkCurve")
12950  (prop-type "GParamFloat")
12951  (docs "Minimum possible value for Y")
12952  (readable #t)
12953  (writable #t)
12954  (construct-only #f)
12955)
12956
12957(define-property max-y
12958  (of-object "GtkCurve")
12959  (prop-type "GParamFloat")
12960  (docs "Maximum possible value for Y")
12961  (readable #t)
12962  (writable #t)
12963  (construct-only #f)
12964)
12965
12966;; From GtkDialog
12967
12968(define-signal response
12969  (of-object "GtkDialog")
12970  (return-type "void")
12971  (when "last")
12972  (parameters
12973    '("gint" "p0")
12974  )
12975)
12976
12977(define-signal close
12978  (of-object "GtkDialog")
12979  (return-type "void")
12980  (when "last")
12981)
12982
12983(define-property user-data
12984  (of-object "GtkDialog")
12985  (prop-type "GParamPointer")
12986  (docs "Anonymous User Data Pointer")
12987  (readable #t)
12988  (writable #t)
12989  (construct-only #f)
12990)
12991
12992(define-property name
12993  (of-object "GtkDialog")
12994  (prop-type "GParamString")
12995  (docs "The name of the widget")
12996  (readable #t)
12997  (writable #t)
12998  (construct-only #f)
12999)
13000
13001(define-property parent
13002  (of-object "GtkDialog")
13003  (prop-type "GParamObject")
13004  (docs "The parent widget of this widget. Must be a Container widget")
13005  (readable #t)
13006  (writable #t)
13007  (construct-only #f)
13008)
13009
13010(define-property width-request
13011  (of-object "GtkDialog")
13012  (prop-type "GParamInt")
13013  (docs "Override for width request of the widget, or -1 if natural request should be used")
13014  (readable #t)
13015  (writable #t)
13016  (construct-only #f)
13017)
13018
13019(define-property height-request
13020  (of-object "GtkDialog")
13021  (prop-type "GParamInt")
13022  (docs "Override for height request of the widget, or -1 if natural request should be used")
13023  (readable #t)
13024  (writable #t)
13025  (construct-only #f)
13026)
13027
13028(define-property visible
13029  (of-object "GtkDialog")
13030  (prop-type "GParamBoolean")
13031  (docs "Whether the widget is visible")
13032  (readable #t)
13033  (writable #t)
13034  (construct-only #f)
13035)
13036
13037(define-property sensitive
13038  (of-object "GtkDialog")
13039  (prop-type "GParamBoolean")
13040  (docs "Whether the widget responds to input")
13041  (readable #t)
13042  (writable #t)
13043  (construct-only #f)
13044)
13045
13046(define-property app-paintable
13047  (of-object "GtkDialog")
13048  (prop-type "GParamBoolean")
13049  (docs "Whether the application will paint directly on the widget")
13050  (readable #t)
13051  (writable #t)
13052  (construct-only #f)
13053)
13054
13055(define-property can-focus
13056  (of-object "GtkDialog")
13057  (prop-type "GParamBoolean")
13058  (docs "Whether the widget can accept the input focus")
13059  (readable #t)
13060  (writable #t)
13061  (construct-only #f)
13062)
13063
13064(define-property has-focus
13065  (of-object "GtkDialog")
13066  (prop-type "GParamBoolean")
13067  (docs "Whether the widget has the input focus")
13068  (readable #t)
13069  (writable #t)
13070  (construct-only #f)
13071)
13072
13073(define-property is-focus
13074  (of-object "GtkDialog")
13075  (prop-type "GParamBoolean")
13076  (docs "Whether the widget is the focus widget within the toplevel")
13077  (readable #t)
13078  (writable #t)
13079  (construct-only #f)
13080)
13081
13082(define-property can-default
13083  (of-object "GtkDialog")
13084  (prop-type "GParamBoolean")
13085  (docs "Whether the widget can be the default widget")
13086  (readable #t)
13087  (writable #t)
13088  (construct-only #f)
13089)
13090
13091(define-property has-default
13092  (of-object "GtkDialog")
13093  (prop-type "GParamBoolean")
13094  (docs "Whether the widget is the default widget")
13095  (readable #t)
13096  (writable #t)
13097  (construct-only #f)
13098)
13099
13100(define-property receives-default
13101  (of-object "GtkDialog")
13102  (prop-type "GParamBoolean")
13103  (docs "If TRUE, the widget will receive the default action when it is focused")
13104  (readable #t)
13105  (writable #t)
13106  (construct-only #f)
13107)
13108
13109(define-property composite-child
13110  (of-object "GtkDialog")
13111  (prop-type "GParamBoolean")
13112  (docs "Whether the widget is part of a composite widget")
13113  (readable #t)
13114  (writable #f)
13115  (construct-only #f)
13116)
13117
13118(define-property style
13119  (of-object "GtkDialog")
13120  (prop-type "GParamObject")
13121  (docs "The style of the widget, which contains information about how it will look (colors etc)")
13122  (readable #t)
13123  (writable #t)
13124  (construct-only #f)
13125)
13126
13127(define-property events
13128  (of-object "GtkDialog")
13129  (prop-type "GParamFlags")
13130  (docs "The event mask that decides what kind of GdkEvents this widget gets")
13131  (readable #t)
13132  (writable #t)
13133  (construct-only #f)
13134)
13135
13136(define-property extension-events
13137  (of-object "GtkDialog")
13138  (prop-type "GParamEnum")
13139  (docs "The mask that decides what kind of extension events this widget gets")
13140  (readable #t)
13141  (writable #t)
13142  (construct-only #f)
13143)
13144
13145(define-property no-show-all
13146  (of-object "GtkDialog")
13147  (prop-type "GParamBoolean")
13148  (docs "Whether gtk_widget_show_all() should not affect this widget")
13149  (readable #t)
13150  (writable #t)
13151  (construct-only #f)
13152)
13153
13154(define-property has-tooltip
13155  (of-object "GtkDialog")
13156  (prop-type "GParamBoolean")
13157  (docs "Whether this widget has a tooltip")
13158  (readable #t)
13159  (writable #t)
13160  (construct-only #f)
13161)
13162
13163(define-property tooltip-markup
13164  (of-object "GtkDialog")
13165  (prop-type "GParamString")
13166  (docs "The contents of the tooltip for this widget")
13167  (readable #t)
13168  (writable #t)
13169  (construct-only #f)
13170)
13171
13172(define-property tooltip-text
13173  (of-object "GtkDialog")
13174  (prop-type "GParamString")
13175  (docs "The contents of the tooltip for this widget")
13176  (readable #t)
13177  (writable #t)
13178  (construct-only #f)
13179)
13180
13181(define-property window
13182  (of-object "GtkDialog")
13183  (prop-type "GParamObject")
13184  (docs "The widget's window if it is realized")
13185  (readable #t)
13186  (writable #f)
13187  (construct-only #f)
13188)
13189
13190(define-property double-buffered
13191  (of-object "GtkDialog")
13192  (prop-type "GParamBoolean")
13193  (docs "Whether or not the widget is double buffered")
13194  (readable #t)
13195  (writable #t)
13196  (construct-only #f)
13197)
13198
13199(define-property border-width
13200  (of-object "GtkDialog")
13201  (prop-type "GParamUInt")
13202  (docs "The width of the empty border outside the containers children")
13203  (readable #t)
13204  (writable #t)
13205  (construct-only #f)
13206)
13207
13208(define-property resize-mode
13209  (of-object "GtkDialog")
13210  (prop-type "GParamEnum")
13211  (docs "Specify how resize events are handled")
13212  (readable #t)
13213  (writable #t)
13214  (construct-only #f)
13215)
13216
13217(define-property child
13218  (of-object "GtkDialog")
13219  (prop-type "GParamObject")
13220  (docs "Can be used to add a new child to the container")
13221  (readable #f)
13222  (writable #t)
13223  (construct-only #f)
13224)
13225
13226(define-property type
13227  (of-object "GtkDialog")
13228  (prop-type "GParamEnum")
13229  (docs "The type of the window")
13230  (readable #t)
13231  (writable #t)
13232  (construct-only #t)
13233)
13234
13235(define-property title
13236  (of-object "GtkDialog")
13237  (prop-type "GParamString")
13238  (docs "The title of the window")
13239  (readable #t)
13240  (writable #t)
13241  (construct-only #f)
13242)
13243
13244(define-property role
13245  (of-object "GtkDialog")
13246  (prop-type "GParamString")
13247  (docs "Unique identifier for the window to be used when restoring a session")
13248  (readable #t)
13249  (writable #t)
13250  (construct-only #f)
13251)
13252
13253(define-property allow-shrink
13254  (of-object "GtkDialog")
13255  (prop-type "GParamBoolean")
13256  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
13257  (readable #t)
13258  (writable #t)
13259  (construct-only #f)
13260)
13261
13262(define-property allow-grow
13263  (of-object "GtkDialog")
13264  (prop-type "GParamBoolean")
13265  (docs "If TRUE, users can expand the window beyond its minimum size")
13266  (readable #t)
13267  (writable #t)
13268  (construct-only #f)
13269)
13270
13271(define-property resizable
13272  (of-object "GtkDialog")
13273  (prop-type "GParamBoolean")
13274  (docs "If TRUE, users can resize the window")
13275  (readable #t)
13276  (writable #t)
13277  (construct-only #f)
13278)
13279
13280(define-property modal
13281  (of-object "GtkDialog")
13282  (prop-type "GParamBoolean")
13283  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
13284  (readable #t)
13285  (writable #t)
13286  (construct-only #f)
13287)
13288
13289(define-property window-position
13290  (of-object "GtkDialog")
13291  (prop-type "GParamEnum")
13292  (docs "The initial position of the window")
13293  (readable #t)
13294  (writable #t)
13295  (construct-only #f)
13296)
13297
13298(define-property default-width
13299  (of-object "GtkDialog")
13300  (prop-type "GParamInt")
13301  (docs "The default width of the window, used when initially showing the window")
13302  (readable #t)
13303  (writable #t)
13304  (construct-only #f)
13305)
13306
13307(define-property default-height
13308  (of-object "GtkDialog")
13309  (prop-type "GParamInt")
13310  (docs "The default height of the window, used when initially showing the window")
13311  (readable #t)
13312  (writable #t)
13313  (construct-only #f)
13314)
13315
13316(define-property destroy-with-parent
13317  (of-object "GtkDialog")
13318  (prop-type "GParamBoolean")
13319  (docs "If this window should be destroyed when the parent is destroyed")
13320  (readable #t)
13321  (writable #t)
13322  (construct-only #f)
13323)
13324
13325(define-property icon
13326  (of-object "GtkDialog")
13327  (prop-type "GParamObject")
13328  (docs "Icon for this window")
13329  (readable #t)
13330  (writable #t)
13331  (construct-only #f)
13332)
13333
13334(define-property icon-name
13335  (of-object "GtkDialog")
13336  (prop-type "GParamString")
13337  (docs "Name of the themed icon for this window")
13338  (readable #t)
13339  (writable #t)
13340  (construct-only #f)
13341)
13342
13343(define-property screen
13344  (of-object "GtkDialog")
13345  (prop-type "GParamObject")
13346  (docs "The screen where this window will be displayed")
13347  (readable #t)
13348  (writable #t)
13349  (construct-only #f)
13350)
13351
13352(define-property type-hint
13353  (of-object "GtkDialog")
13354  (prop-type "GParamEnum")
13355  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
13356  (readable #t)
13357  (writable #t)
13358  (construct-only #f)
13359)
13360
13361(define-property skip-taskbar-hint
13362  (of-object "GtkDialog")
13363  (prop-type "GParamBoolean")
13364  (docs "TRUE if the window should not be in the task bar.")
13365  (readable #t)
13366  (writable #t)
13367  (construct-only #f)
13368)
13369
13370(define-property skip-pager-hint
13371  (of-object "GtkDialog")
13372  (prop-type "GParamBoolean")
13373  (docs "TRUE if the window should not be in the pager.")
13374  (readable #t)
13375  (writable #t)
13376  (construct-only #f)
13377)
13378
13379(define-property urgency-hint
13380  (of-object "GtkDialog")
13381  (prop-type "GParamBoolean")
13382  (docs "TRUE if the window should be brought to the user's attention.")
13383  (readable #t)
13384  (writable #t)
13385  (construct-only #f)
13386)
13387
13388(define-property accept-focus
13389  (of-object "GtkDialog")
13390  (prop-type "GParamBoolean")
13391  (docs "TRUE if the window should receive the input focus.")
13392  (readable #t)
13393  (writable #t)
13394  (construct-only #f)
13395)
13396
13397(define-property focus-on-map
13398  (of-object "GtkDialog")
13399  (prop-type "GParamBoolean")
13400  (docs "TRUE if the window should receive the input focus when mapped.")
13401  (readable #t)
13402  (writable #t)
13403  (construct-only #f)
13404)
13405
13406(define-property decorated
13407  (of-object "GtkDialog")
13408  (prop-type "GParamBoolean")
13409  (docs "Whether the window should be decorated by the window manager")
13410  (readable #t)
13411  (writable #t)
13412  (construct-only #f)
13413)
13414
13415(define-property deletable
13416  (of-object "GtkDialog")
13417  (prop-type "GParamBoolean")
13418  (docs "Whether the window frame should have a close button")
13419  (readable #t)
13420  (writable #t)
13421  (construct-only #f)
13422)
13423
13424(define-property gravity
13425  (of-object "GtkDialog")
13426  (prop-type "GParamEnum")
13427  (docs "The window gravity of the window")
13428  (readable #t)
13429  (writable #t)
13430  (construct-only #f)
13431)
13432
13433(define-property transient-for
13434  (of-object "GtkDialog")
13435  (prop-type "GParamObject")
13436  (docs "The transient parent of the dialog")
13437  (readable #t)
13438  (writable #t)
13439  (construct-only #f)
13440)
13441
13442(define-property opacity
13443  (of-object "GtkDialog")
13444  (prop-type "GParamDouble")
13445  (docs "The opacity of the window, from 0 to 1")
13446  (readable #t)
13447  (writable #t)
13448  (construct-only #f)
13449)
13450
13451(define-property is-active
13452  (of-object "GtkDialog")
13453  (prop-type "GParamBoolean")
13454  (docs "Whether the toplevel is the current active window")
13455  (readable #t)
13456  (writable #f)
13457  (construct-only #f)
13458)
13459
13460(define-property has-toplevel-focus
13461  (of-object "GtkDialog")
13462  (prop-type "GParamBoolean")
13463  (docs "Whether the input focus is within this GtkWindow")
13464  (readable #t)
13465  (writable #f)
13466  (construct-only #f)
13467)
13468
13469(define-property startup-id
13470  (of-object "GtkDialog")
13471  (prop-type "GParamString")
13472  (docs "Unique startup identifier for the window used by startup-notification")
13473  (readable #f)
13474  (writable #t)
13475  (construct-only #f)
13476)
13477
13478(define-property mnemonics-visible
13479  (of-object "GtkDialog")
13480  (prop-type "GParamBoolean")
13481  (docs "Whether mnemonics are currently visible in this window")
13482  (readable #t)
13483  (writable #t)
13484  (construct-only #f)
13485)
13486
13487(define-property has-separator
13488  (of-object "GtkDialog")
13489  (prop-type "GParamBoolean")
13490  (docs "The dialog has a separator bar above its buttons")
13491  (readable #t)
13492  (writable #t)
13493  (construct-only #f)
13494)
13495
13496;; From GtkDrawingArea
13497
13498(define-property user-data
13499  (of-object "GtkDrawingArea")
13500  (prop-type "GParamPointer")
13501  (docs "Anonymous User Data Pointer")
13502  (readable #t)
13503  (writable #t)
13504  (construct-only #f)
13505)
13506
13507(define-property name
13508  (of-object "GtkDrawingArea")
13509  (prop-type "GParamString")
13510  (docs "The name of the widget")
13511  (readable #t)
13512  (writable #t)
13513  (construct-only #f)
13514)
13515
13516(define-property parent
13517  (of-object "GtkDrawingArea")
13518  (prop-type "GParamObject")
13519  (docs "The parent widget of this widget. Must be a Container widget")
13520  (readable #t)
13521  (writable #t)
13522  (construct-only #f)
13523)
13524
13525(define-property width-request
13526  (of-object "GtkDrawingArea")
13527  (prop-type "GParamInt")
13528  (docs "Override for width request of the widget, or -1 if natural request should be used")
13529  (readable #t)
13530  (writable #t)
13531  (construct-only #f)
13532)
13533
13534(define-property height-request
13535  (of-object "GtkDrawingArea")
13536  (prop-type "GParamInt")
13537  (docs "Override for height request of the widget, or -1 if natural request should be used")
13538  (readable #t)
13539  (writable #t)
13540  (construct-only #f)
13541)
13542
13543(define-property visible
13544  (of-object "GtkDrawingArea")
13545  (prop-type "GParamBoolean")
13546  (docs "Whether the widget is visible")
13547  (readable #t)
13548  (writable #t)
13549  (construct-only #f)
13550)
13551
13552(define-property sensitive
13553  (of-object "GtkDrawingArea")
13554  (prop-type "GParamBoolean")
13555  (docs "Whether the widget responds to input")
13556  (readable #t)
13557  (writable #t)
13558  (construct-only #f)
13559)
13560
13561(define-property app-paintable
13562  (of-object "GtkDrawingArea")
13563  (prop-type "GParamBoolean")
13564  (docs "Whether the application will paint directly on the widget")
13565  (readable #t)
13566  (writable #t)
13567  (construct-only #f)
13568)
13569
13570(define-property can-focus
13571  (of-object "GtkDrawingArea")
13572  (prop-type "GParamBoolean")
13573  (docs "Whether the widget can accept the input focus")
13574  (readable #t)
13575  (writable #t)
13576  (construct-only #f)
13577)
13578
13579(define-property has-focus
13580  (of-object "GtkDrawingArea")
13581  (prop-type "GParamBoolean")
13582  (docs "Whether the widget has the input focus")
13583  (readable #t)
13584  (writable #t)
13585  (construct-only #f)
13586)
13587
13588(define-property is-focus
13589  (of-object "GtkDrawingArea")
13590  (prop-type "GParamBoolean")
13591  (docs "Whether the widget is the focus widget within the toplevel")
13592  (readable #t)
13593  (writable #t)
13594  (construct-only #f)
13595)
13596
13597(define-property can-default
13598  (of-object "GtkDrawingArea")
13599  (prop-type "GParamBoolean")
13600  (docs "Whether the widget can be the default widget")
13601  (readable #t)
13602  (writable #t)
13603  (construct-only #f)
13604)
13605
13606(define-property has-default
13607  (of-object "GtkDrawingArea")
13608  (prop-type "GParamBoolean")
13609  (docs "Whether the widget is the default widget")
13610  (readable #t)
13611  (writable #t)
13612  (construct-only #f)
13613)
13614
13615(define-property receives-default
13616  (of-object "GtkDrawingArea")
13617  (prop-type "GParamBoolean")
13618  (docs "If TRUE, the widget will receive the default action when it is focused")
13619  (readable #t)
13620  (writable #t)
13621  (construct-only #f)
13622)
13623
13624(define-property composite-child
13625  (of-object "GtkDrawingArea")
13626  (prop-type "GParamBoolean")
13627  (docs "Whether the widget is part of a composite widget")
13628  (readable #t)
13629  (writable #f)
13630  (construct-only #f)
13631)
13632
13633(define-property style
13634  (of-object "GtkDrawingArea")
13635  (prop-type "GParamObject")
13636  (docs "The style of the widget, which contains information about how it will look (colors etc)")
13637  (readable #t)
13638  (writable #t)
13639  (construct-only #f)
13640)
13641
13642(define-property events
13643  (of-object "GtkDrawingArea")
13644  (prop-type "GParamFlags")
13645  (docs "The event mask that decides what kind of GdkEvents this widget gets")
13646  (readable #t)
13647  (writable #t)
13648  (construct-only #f)
13649)
13650
13651(define-property extension-events
13652  (of-object "GtkDrawingArea")
13653  (prop-type "GParamEnum")
13654  (docs "The mask that decides what kind of extension events this widget gets")
13655  (readable #t)
13656  (writable #t)
13657  (construct-only #f)
13658)
13659
13660(define-property no-show-all
13661  (of-object "GtkDrawingArea")
13662  (prop-type "GParamBoolean")
13663  (docs "Whether gtk_widget_show_all() should not affect this widget")
13664  (readable #t)
13665  (writable #t)
13666  (construct-only #f)
13667)
13668
13669(define-property has-tooltip
13670  (of-object "GtkDrawingArea")
13671  (prop-type "GParamBoolean")
13672  (docs "Whether this widget has a tooltip")
13673  (readable #t)
13674  (writable #t)
13675  (construct-only #f)
13676)
13677
13678(define-property tooltip-markup
13679  (of-object "GtkDrawingArea")
13680  (prop-type "GParamString")
13681  (docs "The contents of the tooltip for this widget")
13682  (readable #t)
13683  (writable #t)
13684  (construct-only #f)
13685)
13686
13687(define-property tooltip-text
13688  (of-object "GtkDrawingArea")
13689  (prop-type "GParamString")
13690  (docs "The contents of the tooltip for this widget")
13691  (readable #t)
13692  (writable #t)
13693  (construct-only #f)
13694)
13695
13696(define-property window
13697  (of-object "GtkDrawingArea")
13698  (prop-type "GParamObject")
13699  (docs "The widget's window if it is realized")
13700  (readable #t)
13701  (writable #f)
13702  (construct-only #f)
13703)
13704
13705(define-property double-buffered
13706  (of-object "GtkDrawingArea")
13707  (prop-type "GParamBoolean")
13708  (docs "Whether or not the widget is double buffered")
13709  (readable #t)
13710  (writable #t)
13711  (construct-only #f)
13712)
13713
13714;; From GtkEditable
13715
13716(define-signal changed
13717  (of-object "GtkEditable")
13718  (return-type "void")
13719  (when "last")
13720)
13721
13722(define-signal insert-text
13723  (of-object "GtkEditable")
13724  (return-type "void")
13725  (when "last")
13726  (parameters
13727    '("const-gchar*" "p0")
13728    '("gint" "p1")
13729    '("gpointer" "p2")
13730  )
13731)
13732
13733(define-signal delete-text
13734  (of-object "GtkEditable")
13735  (return-type "void")
13736  (when "last")
13737  (parameters
13738    '("gint" "p0")
13739    '("gint" "p1")
13740  )
13741)
13742
13743;; From GtkEntry
13744
13745(define-signal activate
13746  (of-object "GtkEntry")
13747  (return-type "void")
13748  (when "last")
13749)
13750
13751(define-signal move-cursor
13752  (of-object "GtkEntry")
13753  (return-type "void")
13754  (when "last")
13755  (parameters
13756    '("GtkMovementStep" "p0")
13757    '("gint" "p1")
13758    '("gboolean" "p2")
13759  )
13760)
13761
13762(define-signal insert-at-cursor
13763  (of-object "GtkEntry")
13764  (return-type "void")
13765  (when "last")
13766  (parameters
13767    '("const-gchar*" "p0")
13768  )
13769)
13770
13771(define-signal delete-from-cursor
13772  (of-object "GtkEntry")
13773  (return-type "void")
13774  (when "last")
13775  (parameters
13776    '("GtkDeleteType" "p0")
13777    '("gint" "p1")
13778  )
13779)
13780
13781(define-signal backspace
13782  (of-object "GtkEntry")
13783  (return-type "void")
13784  (when "last")
13785)
13786
13787(define-signal cut-clipboard
13788  (of-object "GtkEntry")
13789  (return-type "void")
13790  (when "last")
13791)
13792
13793(define-signal copy-clipboard
13794  (of-object "GtkEntry")
13795  (return-type "void")
13796  (when "last")
13797)
13798
13799(define-signal paste-clipboard
13800  (of-object "GtkEntry")
13801  (return-type "void")
13802  (when "last")
13803)
13804
13805(define-signal toggle-overwrite
13806  (of-object "GtkEntry")
13807  (return-type "void")
13808  (when "last")
13809)
13810
13811(define-signal populate-popup
13812  (of-object "GtkEntry")
13813  (return-type "void")
13814  (when "last")
13815  (parameters
13816    '("GtkMenu*" "p0")
13817  )
13818)
13819
13820(define-signal preedit-changed
13821  (of-object "GtkEntry")
13822  (return-type "void")
13823  (when "last")
13824  (parameters
13825    '("const-gchar*" "p0")
13826  )
13827)
13828
13829(define-signal icon-press
13830  (of-object "GtkEntry")
13831  (return-type "void")
13832  (when "last")
13833  (parameters
13834    '("GtkEntryIconPosition" "p0")
13835    '("const-GdkEventButton*" "p1")
13836  )
13837)
13838
13839(define-signal icon-release
13840  (of-object "GtkEntry")
13841  (return-type "void")
13842  (when "last")
13843  (parameters
13844    '("GtkEntryIconPosition" "p0")
13845    '("const-GdkEventButton*" "p1")
13846  )
13847)
13848
13849(define-property editing-canceled
13850  (of-object "GtkEntry")
13851  (prop-type "GParamBoolean")
13852  (docs "Indicates that editing has been canceled")
13853  (readable #t)
13854  (writable #t)
13855  (construct-only #f)
13856)
13857
13858(define-property user-data
13859  (of-object "GtkEntry")
13860  (prop-type "GParamPointer")
13861  (docs "Anonymous User Data Pointer")
13862  (readable #t)
13863  (writable #t)
13864  (construct-only #f)
13865)
13866
13867(define-property name
13868  (of-object "GtkEntry")
13869  (prop-type "GParamString")
13870  (docs "The name of the widget")
13871  (readable #t)
13872  (writable #t)
13873  (construct-only #f)
13874)
13875
13876(define-property parent
13877  (of-object "GtkEntry")
13878  (prop-type "GParamObject")
13879  (docs "The parent widget of this widget. Must be a Container widget")
13880  (readable #t)
13881  (writable #t)
13882  (construct-only #f)
13883)
13884
13885(define-property width-request
13886  (of-object "GtkEntry")
13887  (prop-type "GParamInt")
13888  (docs "Override for width request of the widget, or -1 if natural request should be used")
13889  (readable #t)
13890  (writable #t)
13891  (construct-only #f)
13892)
13893
13894(define-property height-request
13895  (of-object "GtkEntry")
13896  (prop-type "GParamInt")
13897  (docs "Override for height request of the widget, or -1 if natural request should be used")
13898  (readable #t)
13899  (writable #t)
13900  (construct-only #f)
13901)
13902
13903(define-property visible
13904  (of-object "GtkEntry")
13905  (prop-type "GParamBoolean")
13906  (docs "Whether the widget is visible")
13907  (readable #t)
13908  (writable #t)
13909  (construct-only #f)
13910)
13911
13912(define-property sensitive
13913  (of-object "GtkEntry")
13914  (prop-type "GParamBoolean")
13915  (docs "Whether the widget responds to input")
13916  (readable #t)
13917  (writable #t)
13918  (construct-only #f)
13919)
13920
13921(define-property app-paintable
13922  (of-object "GtkEntry")
13923  (prop-type "GParamBoolean")
13924  (docs "Whether the application will paint directly on the widget")
13925  (readable #t)
13926  (writable #t)
13927  (construct-only #f)
13928)
13929
13930(define-property can-focus
13931  (of-object "GtkEntry")
13932  (prop-type "GParamBoolean")
13933  (docs "Whether the widget can accept the input focus")
13934  (readable #t)
13935  (writable #t)
13936  (construct-only #f)
13937)
13938
13939(define-property has-focus
13940  (of-object "GtkEntry")
13941  (prop-type "GParamBoolean")
13942  (docs "Whether the widget has the input focus")
13943  (readable #t)
13944  (writable #t)
13945  (construct-only #f)
13946)
13947
13948(define-property is-focus
13949  (of-object "GtkEntry")
13950  (prop-type "GParamBoolean")
13951  (docs "Whether the widget is the focus widget within the toplevel")
13952  (readable #t)
13953  (writable #t)
13954  (construct-only #f)
13955)
13956
13957(define-property can-default
13958  (of-object "GtkEntry")
13959  (prop-type "GParamBoolean")
13960  (docs "Whether the widget can be the default widget")
13961  (readable #t)
13962  (writable #t)
13963  (construct-only #f)
13964)
13965
13966(define-property has-default
13967  (of-object "GtkEntry")
13968  (prop-type "GParamBoolean")
13969  (docs "Whether the widget is the default widget")
13970  (readable #t)
13971  (writable #t)
13972  (construct-only #f)
13973)
13974
13975(define-property receives-default
13976  (of-object "GtkEntry")
13977  (prop-type "GParamBoolean")
13978  (docs "If TRUE, the widget will receive the default action when it is focused")
13979  (readable #t)
13980  (writable #t)
13981  (construct-only #f)
13982)
13983
13984(define-property composite-child
13985  (of-object "GtkEntry")
13986  (prop-type "GParamBoolean")
13987  (docs "Whether the widget is part of a composite widget")
13988  (readable #t)
13989  (writable #f)
13990  (construct-only #f)
13991)
13992
13993(define-property style
13994  (of-object "GtkEntry")
13995  (prop-type "GParamObject")
13996  (docs "The style of the widget, which contains information about how it will look (colors etc)")
13997  (readable #t)
13998  (writable #t)
13999  (construct-only #f)
14000)
14001
14002(define-property events
14003  (of-object "GtkEntry")
14004  (prop-type "GParamFlags")
14005  (docs "The event mask that decides what kind of GdkEvents this widget gets")
14006  (readable #t)
14007  (writable #t)
14008  (construct-only #f)
14009)
14010
14011(define-property extension-events
14012  (of-object "GtkEntry")
14013  (prop-type "GParamEnum")
14014  (docs "The mask that decides what kind of extension events this widget gets")
14015  (readable #t)
14016  (writable #t)
14017  (construct-only #f)
14018)
14019
14020(define-property no-show-all
14021  (of-object "GtkEntry")
14022  (prop-type "GParamBoolean")
14023  (docs "Whether gtk_widget_show_all() should not affect this widget")
14024  (readable #t)
14025  (writable #t)
14026  (construct-only #f)
14027)
14028
14029(define-property has-tooltip
14030  (of-object "GtkEntry")
14031  (prop-type "GParamBoolean")
14032  (docs "Whether this widget has a tooltip")
14033  (readable #t)
14034  (writable #t)
14035  (construct-only #f)
14036)
14037
14038(define-property tooltip-markup
14039  (of-object "GtkEntry")
14040  (prop-type "GParamString")
14041  (docs "The contents of the tooltip for this widget")
14042  (readable #t)
14043  (writable #t)
14044  (construct-only #f)
14045)
14046
14047(define-property tooltip-text
14048  (of-object "GtkEntry")
14049  (prop-type "GParamString")
14050  (docs "The contents of the tooltip for this widget")
14051  (readable #t)
14052  (writable #t)
14053  (construct-only #f)
14054)
14055
14056(define-property window
14057  (of-object "GtkEntry")
14058  (prop-type "GParamObject")
14059  (docs "The widget's window if it is realized")
14060  (readable #t)
14061  (writable #f)
14062  (construct-only #f)
14063)
14064
14065(define-property double-buffered
14066  (of-object "GtkEntry")
14067  (prop-type "GParamBoolean")
14068  (docs "Whether or not the widget is double buffered")
14069  (readable #t)
14070  (writable #t)
14071  (construct-only #f)
14072)
14073
14074(define-property buffer
14075  (of-object "GtkEntry")
14076  (prop-type "GParamObject")
14077  (docs "Text buffer object which actually stores entry text")
14078  (readable #t)
14079  (writable #t)
14080  (construct-only #f)
14081)
14082
14083(define-property cursor-position
14084  (of-object "GtkEntry")
14085  (prop-type "GParamInt")
14086  (docs "The current position of the insertion cursor in chars")
14087  (readable #t)
14088  (writable #f)
14089  (construct-only #f)
14090)
14091
14092(define-property selection-bound
14093  (of-object "GtkEntry")
14094  (prop-type "GParamInt")
14095  (docs "The position of the opposite end of the selection from the cursor in chars")
14096  (readable #t)
14097  (writable #f)
14098  (construct-only #f)
14099)
14100
14101(define-property editable
14102  (of-object "GtkEntry")
14103  (prop-type "GParamBoolean")
14104  (docs "Whether the entry contents can be edited")
14105  (readable #t)
14106  (writable #t)
14107  (construct-only #f)
14108)
14109
14110(define-property max-length
14111  (of-object "GtkEntry")
14112  (prop-type "GParamInt")
14113  (docs "Maximum number of characters for this entry. Zero if no maximum")
14114  (readable #t)
14115  (writable #t)
14116  (construct-only #f)
14117)
14118
14119(define-property visibility
14120  (of-object "GtkEntry")
14121  (prop-type "GParamBoolean")
14122  (docs "FALSE displays the 'invisible char' instead of the actual text (password mode)")
14123  (readable #t)
14124  (writable #t)
14125  (construct-only #f)
14126)
14127
14128(define-property has-frame
14129  (of-object "GtkEntry")
14130  (prop-type "GParamBoolean")
14131  (docs "FALSE removes outside bevel from entry")
14132  (readable #t)
14133  (writable #t)
14134  (construct-only #f)
14135)
14136
14137(define-property inner-border
14138  (of-object "GtkEntry")
14139  (prop-type "GParamBoxed")
14140  (docs "Border between text and frame. Overrides the inner-border style property")
14141  (readable #t)
14142  (writable #t)
14143  (construct-only #f)
14144)
14145
14146(define-property invisible-char
14147  (of-object "GtkEntry")
14148  (prop-type "GParamUnichar")
14149  (docs "The character to use when masking entry contents (in 'password mode')")
14150  (readable #t)
14151  (writable #t)
14152  (construct-only #f)
14153)
14154
14155(define-property activates-default
14156  (of-object "GtkEntry")
14157  (prop-type "GParamBoolean")
14158  (docs "Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed")
14159  (readable #t)
14160  (writable #t)
14161  (construct-only #f)
14162)
14163
14164(define-property width-chars
14165  (of-object "GtkEntry")
14166  (prop-type "GParamInt")
14167  (docs "Number of characters to leave space for in the entry")
14168  (readable #t)
14169  (writable #t)
14170  (construct-only #f)
14171)
14172
14173(define-property scroll-offset
14174  (of-object "GtkEntry")
14175  (prop-type "GParamInt")
14176  (docs "Number of pixels of the entry scrolled off the screen to the left")
14177  (readable #t)
14178  (writable #f)
14179  (construct-only #f)
14180)
14181
14182(define-property text
14183  (of-object "GtkEntry")
14184  (prop-type "GParamString")
14185  (docs "The contents of the entry")
14186  (readable #t)
14187  (writable #t)
14188  (construct-only #f)
14189)
14190
14191(define-property xalign
14192  (of-object "GtkEntry")
14193  (prop-type "GParamFloat")
14194  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
14195  (readable #t)
14196  (writable #t)
14197  (construct-only #f)
14198)
14199
14200(define-property truncate-multiline
14201  (of-object "GtkEntry")
14202  (prop-type "GParamBoolean")
14203  (docs "Whether to truncate multiline pastes to one line.")
14204  (readable #t)
14205  (writable #t)
14206  (construct-only #f)
14207)
14208
14209(define-property shadow-type
14210  (of-object "GtkEntry")
14211  (prop-type "GParamEnum")
14212  (docs "Which kind of shadow to draw around the entry when has-frame is set")
14213  (readable #t)
14214  (writable #t)
14215  (construct-only #f)
14216)
14217
14218(define-property overwrite-mode
14219  (of-object "GtkEntry")
14220  (prop-type "GParamBoolean")
14221  (docs "Whether new text overwrites existing text")
14222  (readable #t)
14223  (writable #t)
14224  (construct-only #f)
14225)
14226
14227(define-property text-length
14228  (of-object "GtkEntry")
14229  (prop-type "GParamUInt")
14230  (docs "Length of the text currently in the entry")
14231  (readable #t)
14232  (writable #f)
14233  (construct-only #f)
14234)
14235
14236(define-property invisible-char-set
14237  (of-object "GtkEntry")
14238  (prop-type "GParamBoolean")
14239  (docs "Whether the invisible char has been set")
14240  (readable #t)
14241  (writable #t)
14242  (construct-only #f)
14243)
14244
14245(define-property caps-lock-warning
14246  (of-object "GtkEntry")
14247  (prop-type "GParamBoolean")
14248  (docs "Whether password entries will show a warning when Caps Lock is on")
14249  (readable #t)
14250  (writable #t)
14251  (construct-only #f)
14252)
14253
14254(define-property progress-fraction
14255  (of-object "GtkEntry")
14256  (prop-type "GParamDouble")
14257  (docs "The current fraction of the task that's been completed")
14258  (readable #t)
14259  (writable #t)
14260  (construct-only #f)
14261)
14262
14263(define-property progress-pulse-step
14264  (of-object "GtkEntry")
14265  (prop-type "GParamDouble")
14266  (docs "The fraction of total entry width to move the progress bouncing block for each call to gtk_entry_progress_pulse()")
14267  (readable #t)
14268  (writable #t)
14269  (construct-only #f)
14270)
14271
14272(define-property primary-icon-pixbuf
14273  (of-object "GtkEntry")
14274  (prop-type "GParamObject")
14275  (docs "Primary pixbuf for the entry")
14276  (readable #t)
14277  (writable #t)
14278  (construct-only #f)
14279)
14280
14281(define-property secondary-icon-pixbuf
14282  (of-object "GtkEntry")
14283  (prop-type "GParamObject")
14284  (docs "Secondary pixbuf for the entry")
14285  (readable #t)
14286  (writable #t)
14287  (construct-only #f)
14288)
14289
14290(define-property primary-icon-stock
14291  (of-object "GtkEntry")
14292  (prop-type "GParamString")
14293  (docs "Stock ID for primary icon")
14294  (readable #t)
14295  (writable #t)
14296  (construct-only #f)
14297)
14298
14299(define-property secondary-icon-stock
14300  (of-object "GtkEntry")
14301  (prop-type "GParamString")
14302  (docs "Stock ID for secondary icon")
14303  (readable #t)
14304  (writable #t)
14305  (construct-only #f)
14306)
14307
14308(define-property primary-icon-name
14309  (of-object "GtkEntry")
14310  (prop-type "GParamString")
14311  (docs "Icon name for primary icon")
14312  (readable #t)
14313  (writable #t)
14314  (construct-only #f)
14315)
14316
14317(define-property secondary-icon-name
14318  (of-object "GtkEntry")
14319  (prop-type "GParamString")
14320  (docs "Icon name for secondary icon")
14321  (readable #t)
14322  (writable #t)
14323  (construct-only #f)
14324)
14325
14326(define-property primary-icon-gicon
14327  (of-object "GtkEntry")
14328  (prop-type "GParamObject")
14329  (docs "GIcon for primary icon")
14330  (readable #t)
14331  (writable #t)
14332  (construct-only #f)
14333)
14334
14335(define-property secondary-icon-gicon
14336  (of-object "GtkEntry")
14337  (prop-type "GParamObject")
14338  (docs "GIcon for secondary icon")
14339  (readable #t)
14340  (writable #t)
14341  (construct-only #f)
14342)
14343
14344(define-property primary-icon-storage-type
14345  (of-object "GtkEntry")
14346  (prop-type "GParamEnum")
14347  (docs "The representation being used for primary icon")
14348  (readable #t)
14349  (writable #f)
14350  (construct-only #f)
14351)
14352
14353(define-property secondary-icon-storage-type
14354  (of-object "GtkEntry")
14355  (prop-type "GParamEnum")
14356  (docs "The representation being used for secondary icon")
14357  (readable #t)
14358  (writable #f)
14359  (construct-only #f)
14360)
14361
14362(define-property primary-icon-activatable
14363  (of-object "GtkEntry")
14364  (prop-type "GParamBoolean")
14365  (docs "Whether the primary icon is activatable")
14366  (readable #t)
14367  (writable #t)
14368  (construct-only #f)
14369)
14370
14371(define-property secondary-icon-activatable
14372  (of-object "GtkEntry")
14373  (prop-type "GParamBoolean")
14374  (docs "Whether the secondary icon is activatable")
14375  (readable #t)
14376  (writable #t)
14377  (construct-only #f)
14378)
14379
14380(define-property primary-icon-sensitive
14381  (of-object "GtkEntry")
14382  (prop-type "GParamBoolean")
14383  (docs "Whether the primary icon is sensitive")
14384  (readable #t)
14385  (writable #t)
14386  (construct-only #f)
14387)
14388
14389(define-property secondary-icon-sensitive
14390  (of-object "GtkEntry")
14391  (prop-type "GParamBoolean")
14392  (docs "Whether the secondary icon is sensitive")
14393  (readable #t)
14394  (writable #t)
14395  (construct-only #f)
14396)
14397
14398(define-property primary-icon-tooltip-text
14399  (of-object "GtkEntry")
14400  (prop-type "GParamString")
14401  (docs "The contents of the tooltip on the primary icon")
14402  (readable #t)
14403  (writable #t)
14404  (construct-only #f)
14405)
14406
14407(define-property secondary-icon-tooltip-text
14408  (of-object "GtkEntry")
14409  (prop-type "GParamString")
14410  (docs "The contents of the tooltip on the secondary icon")
14411  (readable #t)
14412  (writable #t)
14413  (construct-only #f)
14414)
14415
14416(define-property primary-icon-tooltip-markup
14417  (of-object "GtkEntry")
14418  (prop-type "GParamString")
14419  (docs "The contents of the tooltip on the primary icon")
14420  (readable #t)
14421  (writable #t)
14422  (construct-only #f)
14423)
14424
14425(define-property secondary-icon-tooltip-markup
14426  (of-object "GtkEntry")
14427  (prop-type "GParamString")
14428  (docs "The contents of the tooltip on the secondary icon")
14429  (readable #t)
14430  (writable #t)
14431  (construct-only #f)
14432)
14433
14434(define-property im-module
14435  (of-object "GtkEntry")
14436  (prop-type "GParamString")
14437  (docs "Which IM module should be used")
14438  (readable #t)
14439  (writable #t)
14440  (construct-only #f)
14441)
14442
14443;; From GtkEntryCompletion
14444
14445(define-signal insert-prefix
14446  (of-object "GtkEntryCompletion")
14447  (return-type "gboolean")
14448  (when "last")
14449  (parameters
14450    '("const-gchar*" "p0")
14451  )
14452)
14453
14454(define-signal match-selected
14455  (of-object "GtkEntryCompletion")
14456  (return-type "gboolean")
14457  (when "last")
14458  (parameters
14459    '("GtkTreeModel*" "p0")
14460    '("GtkTreeIter*" "p1")
14461  )
14462)
14463
14464(define-signal cursor-on-match
14465  (of-object "GtkEntryCompletion")
14466  (return-type "gboolean")
14467  (when "last")
14468  (parameters
14469    '("GtkTreeModel*" "p0")
14470    '("GtkTreeIter*" "p1")
14471  )
14472)
14473
14474(define-signal action-activated
14475  (of-object "GtkEntryCompletion")
14476  (return-type "void")
14477  (when "last")
14478  (parameters
14479    '("gint" "p0")
14480  )
14481)
14482
14483(define-property model
14484  (of-object "GtkEntryCompletion")
14485  (prop-type "GParamObject")
14486  (docs "The model to find matches in")
14487  (readable #t)
14488  (writable #t)
14489  (construct-only #f)
14490)
14491
14492(define-property minimum-key-length
14493  (of-object "GtkEntryCompletion")
14494  (prop-type "GParamInt")
14495  (docs "Minimum length of the search key in order to look up matches")
14496  (readable #t)
14497  (writable #t)
14498  (construct-only #f)
14499)
14500
14501(define-property text-column
14502  (of-object "GtkEntryCompletion")
14503  (prop-type "GParamInt")
14504  (docs "The column of the model containing the strings.")
14505  (readable #t)
14506  (writable #t)
14507  (construct-only #f)
14508)
14509
14510(define-property inline-completion
14511  (of-object "GtkEntryCompletion")
14512  (prop-type "GParamBoolean")
14513  (docs "Whether the common prefix should be inserted automatically")
14514  (readable #t)
14515  (writable #t)
14516  (construct-only #f)
14517)
14518
14519(define-property popup-completion
14520  (of-object "GtkEntryCompletion")
14521  (prop-type "GParamBoolean")
14522  (docs "Whether the completions should be shown in a popup window")
14523  (readable #t)
14524  (writable #t)
14525  (construct-only #f)
14526)
14527
14528(define-property popup-set-width
14529  (of-object "GtkEntryCompletion")
14530  (prop-type "GParamBoolean")
14531  (docs "If TRUE, the popup window will have the same size as the entry")
14532  (readable #t)
14533  (writable #t)
14534  (construct-only #f)
14535)
14536
14537(define-property popup-single-match
14538  (of-object "GtkEntryCompletion")
14539  (prop-type "GParamBoolean")
14540  (docs "If TRUE, the popup window will appear for a single match.")
14541  (readable #t)
14542  (writable #t)
14543  (construct-only #f)
14544)
14545
14546(define-property inline-selection
14547  (of-object "GtkEntryCompletion")
14548  (prop-type "GParamBoolean")
14549  (docs "Your description here")
14550  (readable #t)
14551  (writable #t)
14552  (construct-only #f)
14553)
14554
14555;; From GtkEntryBuffer
14556
14557(define-signal inserted-text
14558  (of-object "GtkEntryBuffer")
14559  (return-type "void")
14560  (when "first")
14561  (parameters
14562    '("guint" "p0")
14563    '("const-gchar*" "p1")
14564    '("guint" "p2")
14565  )
14566)
14567
14568(define-signal deleted-text
14569  (of-object "GtkEntryBuffer")
14570  (return-type "void")
14571  (when "first")
14572  (parameters
14573    '("guint" "p0")
14574    '("guint" "p1")
14575  )
14576)
14577
14578(define-property text
14579  (of-object "GtkEntryBuffer")
14580  (prop-type "GParamString")
14581  (docs "The contents of the buffer")
14582  (readable #t)
14583  (writable #t)
14584  (construct-only #f)
14585)
14586
14587(define-property length
14588  (of-object "GtkEntryBuffer")
14589  (prop-type "GParamUInt")
14590  (docs "Length of the text currently in the buffer")
14591  (readable #t)
14592  (writable #f)
14593  (construct-only #f)
14594)
14595
14596(define-property max-length
14597  (of-object "GtkEntryBuffer")
14598  (prop-type "GParamInt")
14599  (docs "Maximum number of characters for this entry. Zero if no maximum")
14600  (readable #t)
14601  (writable #t)
14602  (construct-only #f)
14603)
14604
14605;; From GtkEventBox
14606
14607(define-property user-data
14608  (of-object "GtkEventBox")
14609  (prop-type "GParamPointer")
14610  (docs "Anonymous User Data Pointer")
14611  (readable #t)
14612  (writable #t)
14613  (construct-only #f)
14614)
14615
14616(define-property name
14617  (of-object "GtkEventBox")
14618  (prop-type "GParamString")
14619  (docs "The name of the widget")
14620  (readable #t)
14621  (writable #t)
14622  (construct-only #f)
14623)
14624
14625(define-property parent
14626  (of-object "GtkEventBox")
14627  (prop-type "GParamObject")
14628  (docs "The parent widget of this widget. Must be a Container widget")
14629  (readable #t)
14630  (writable #t)
14631  (construct-only #f)
14632)
14633
14634(define-property width-request
14635  (of-object "GtkEventBox")
14636  (prop-type "GParamInt")
14637  (docs "Override for width request of the widget, or -1 if natural request should be used")
14638  (readable #t)
14639  (writable #t)
14640  (construct-only #f)
14641)
14642
14643(define-property height-request
14644  (of-object "GtkEventBox")
14645  (prop-type "GParamInt")
14646  (docs "Override for height request of the widget, or -1 if natural request should be used")
14647  (readable #t)
14648  (writable #t)
14649  (construct-only #f)
14650)
14651
14652(define-property visible
14653  (of-object "GtkEventBox")
14654  (prop-type "GParamBoolean")
14655  (docs "Whether the widget is visible")
14656  (readable #t)
14657  (writable #t)
14658  (construct-only #f)
14659)
14660
14661(define-property sensitive
14662  (of-object "GtkEventBox")
14663  (prop-type "GParamBoolean")
14664  (docs "Whether the widget responds to input")
14665  (readable #t)
14666  (writable #t)
14667  (construct-only #f)
14668)
14669
14670(define-property app-paintable
14671  (of-object "GtkEventBox")
14672  (prop-type "GParamBoolean")
14673  (docs "Whether the application will paint directly on the widget")
14674  (readable #t)
14675  (writable #t)
14676  (construct-only #f)
14677)
14678
14679(define-property can-focus
14680  (of-object "GtkEventBox")
14681  (prop-type "GParamBoolean")
14682  (docs "Whether the widget can accept the input focus")
14683  (readable #t)
14684  (writable #t)
14685  (construct-only #f)
14686)
14687
14688(define-property has-focus
14689  (of-object "GtkEventBox")
14690  (prop-type "GParamBoolean")
14691  (docs "Whether the widget has the input focus")
14692  (readable #t)
14693  (writable #t)
14694  (construct-only #f)
14695)
14696
14697(define-property is-focus
14698  (of-object "GtkEventBox")
14699  (prop-type "GParamBoolean")
14700  (docs "Whether the widget is the focus widget within the toplevel")
14701  (readable #t)
14702  (writable #t)
14703  (construct-only #f)
14704)
14705
14706(define-property can-default
14707  (of-object "GtkEventBox")
14708  (prop-type "GParamBoolean")
14709  (docs "Whether the widget can be the default widget")
14710  (readable #t)
14711  (writable #t)
14712  (construct-only #f)
14713)
14714
14715(define-property has-default
14716  (of-object "GtkEventBox")
14717  (prop-type "GParamBoolean")
14718  (docs "Whether the widget is the default widget")
14719  (readable #t)
14720  (writable #t)
14721  (construct-only #f)
14722)
14723
14724(define-property receives-default
14725  (of-object "GtkEventBox")
14726  (prop-type "GParamBoolean")
14727  (docs "If TRUE, the widget will receive the default action when it is focused")
14728  (readable #t)
14729  (writable #t)
14730  (construct-only #f)
14731)
14732
14733(define-property composite-child
14734  (of-object "GtkEventBox")
14735  (prop-type "GParamBoolean")
14736  (docs "Whether the widget is part of a composite widget")
14737  (readable #t)
14738  (writable #f)
14739  (construct-only #f)
14740)
14741
14742(define-property style
14743  (of-object "GtkEventBox")
14744  (prop-type "GParamObject")
14745  (docs "The style of the widget, which contains information about how it will look (colors etc)")
14746  (readable #t)
14747  (writable #t)
14748  (construct-only #f)
14749)
14750
14751(define-property events
14752  (of-object "GtkEventBox")
14753  (prop-type "GParamFlags")
14754  (docs "The event mask that decides what kind of GdkEvents this widget gets")
14755  (readable #t)
14756  (writable #t)
14757  (construct-only #f)
14758)
14759
14760(define-property extension-events
14761  (of-object "GtkEventBox")
14762  (prop-type "GParamEnum")
14763  (docs "The mask that decides what kind of extension events this widget gets")
14764  (readable #t)
14765  (writable #t)
14766  (construct-only #f)
14767)
14768
14769(define-property no-show-all
14770  (of-object "GtkEventBox")
14771  (prop-type "GParamBoolean")
14772  (docs "Whether gtk_widget_show_all() should not affect this widget")
14773  (readable #t)
14774  (writable #t)
14775  (construct-only #f)
14776)
14777
14778(define-property has-tooltip
14779  (of-object "GtkEventBox")
14780  (prop-type "GParamBoolean")
14781  (docs "Whether this widget has a tooltip")
14782  (readable #t)
14783  (writable #t)
14784  (construct-only #f)
14785)
14786
14787(define-property tooltip-markup
14788  (of-object "GtkEventBox")
14789  (prop-type "GParamString")
14790  (docs "The contents of the tooltip for this widget")
14791  (readable #t)
14792  (writable #t)
14793  (construct-only #f)
14794)
14795
14796(define-property tooltip-text
14797  (of-object "GtkEventBox")
14798  (prop-type "GParamString")
14799  (docs "The contents of the tooltip for this widget")
14800  (readable #t)
14801  (writable #t)
14802  (construct-only #f)
14803)
14804
14805(define-property window
14806  (of-object "GtkEventBox")
14807  (prop-type "GParamObject")
14808  (docs "The widget's window if it is realized")
14809  (readable #t)
14810  (writable #f)
14811  (construct-only #f)
14812)
14813
14814(define-property double-buffered
14815  (of-object "GtkEventBox")
14816  (prop-type "GParamBoolean")
14817  (docs "Whether or not the widget is double buffered")
14818  (readable #t)
14819  (writable #t)
14820  (construct-only #f)
14821)
14822
14823(define-property border-width
14824  (of-object "GtkEventBox")
14825  (prop-type "GParamUInt")
14826  (docs "The width of the empty border outside the containers children")
14827  (readable #t)
14828  (writable #t)
14829  (construct-only #f)
14830)
14831
14832(define-property resize-mode
14833  (of-object "GtkEventBox")
14834  (prop-type "GParamEnum")
14835  (docs "Specify how resize events are handled")
14836  (readable #t)
14837  (writable #t)
14838  (construct-only #f)
14839)
14840
14841(define-property child
14842  (of-object "GtkEventBox")
14843  (prop-type "GParamObject")
14844  (docs "Can be used to add a new child to the container")
14845  (readable #f)
14846  (writable #t)
14847  (construct-only #f)
14848)
14849
14850(define-property visible-window
14851  (of-object "GtkEventBox")
14852  (prop-type "GParamBoolean")
14853  (docs "Whether the event box is visible, as opposed to invisible and only used to trap events.")
14854  (readable #t)
14855  (writable #t)
14856  (construct-only #f)
14857)
14858
14859(define-property above-child
14860  (of-object "GtkEventBox")
14861  (prop-type "GParamBoolean")
14862  (docs "Whether the event-trapping window of the eventbox is above the window of the child widget as opposed to below it.")
14863  (readable #t)
14864  (writable #t)
14865  (construct-only #f)
14866)
14867
14868;; From GtkExpander
14869
14870(define-signal activate
14871  (of-object "GtkExpander")
14872  (return-type "void")
14873  (when "last")
14874)
14875
14876(define-property user-data
14877  (of-object "GtkExpander")
14878  (prop-type "GParamPointer")
14879  (docs "Anonymous User Data Pointer")
14880  (readable #t)
14881  (writable #t)
14882  (construct-only #f)
14883)
14884
14885(define-property name
14886  (of-object "GtkExpander")
14887  (prop-type "GParamString")
14888  (docs "The name of the widget")
14889  (readable #t)
14890  (writable #t)
14891  (construct-only #f)
14892)
14893
14894(define-property parent
14895  (of-object "GtkExpander")
14896  (prop-type "GParamObject")
14897  (docs "The parent widget of this widget. Must be a Container widget")
14898  (readable #t)
14899  (writable #t)
14900  (construct-only #f)
14901)
14902
14903(define-property width-request
14904  (of-object "GtkExpander")
14905  (prop-type "GParamInt")
14906  (docs "Override for width request of the widget, or -1 if natural request should be used")
14907  (readable #t)
14908  (writable #t)
14909  (construct-only #f)
14910)
14911
14912(define-property height-request
14913  (of-object "GtkExpander")
14914  (prop-type "GParamInt")
14915  (docs "Override for height request of the widget, or -1 if natural request should be used")
14916  (readable #t)
14917  (writable #t)
14918  (construct-only #f)
14919)
14920
14921(define-property visible
14922  (of-object "GtkExpander")
14923  (prop-type "GParamBoolean")
14924  (docs "Whether the widget is visible")
14925  (readable #t)
14926  (writable #t)
14927  (construct-only #f)
14928)
14929
14930(define-property sensitive
14931  (of-object "GtkExpander")
14932  (prop-type "GParamBoolean")
14933  (docs "Whether the widget responds to input")
14934  (readable #t)
14935  (writable #t)
14936  (construct-only #f)
14937)
14938
14939(define-property app-paintable
14940  (of-object "GtkExpander")
14941  (prop-type "GParamBoolean")
14942  (docs "Whether the application will paint directly on the widget")
14943  (readable #t)
14944  (writable #t)
14945  (construct-only #f)
14946)
14947
14948(define-property can-focus
14949  (of-object "GtkExpander")
14950  (prop-type "GParamBoolean")
14951  (docs "Whether the widget can accept the input focus")
14952  (readable #t)
14953  (writable #t)
14954  (construct-only #f)
14955)
14956
14957(define-property has-focus
14958  (of-object "GtkExpander")
14959  (prop-type "GParamBoolean")
14960  (docs "Whether the widget has the input focus")
14961  (readable #t)
14962  (writable #t)
14963  (construct-only #f)
14964)
14965
14966(define-property is-focus
14967  (of-object "GtkExpander")
14968  (prop-type "GParamBoolean")
14969  (docs "Whether the widget is the focus widget within the toplevel")
14970  (readable #t)
14971  (writable #t)
14972  (construct-only #f)
14973)
14974
14975(define-property can-default
14976  (of-object "GtkExpander")
14977  (prop-type "GParamBoolean")
14978  (docs "Whether the widget can be the default widget")
14979  (readable #t)
14980  (writable #t)
14981  (construct-only #f)
14982)
14983
14984(define-property has-default
14985  (of-object "GtkExpander")
14986  (prop-type "GParamBoolean")
14987  (docs "Whether the widget is the default widget")
14988  (readable #t)
14989  (writable #t)
14990  (construct-only #f)
14991)
14992
14993(define-property receives-default
14994  (of-object "GtkExpander")
14995  (prop-type "GParamBoolean")
14996  (docs "If TRUE, the widget will receive the default action when it is focused")
14997  (readable #t)
14998  (writable #t)
14999  (construct-only #f)
15000)
15001
15002(define-property composite-child
15003  (of-object "GtkExpander")
15004  (prop-type "GParamBoolean")
15005  (docs "Whether the widget is part of a composite widget")
15006  (readable #t)
15007  (writable #f)
15008  (construct-only #f)
15009)
15010
15011(define-property style
15012  (of-object "GtkExpander")
15013  (prop-type "GParamObject")
15014  (docs "The style of the widget, which contains information about how it will look (colors etc)")
15015  (readable #t)
15016  (writable #t)
15017  (construct-only #f)
15018)
15019
15020(define-property events
15021  (of-object "GtkExpander")
15022  (prop-type "GParamFlags")
15023  (docs "The event mask that decides what kind of GdkEvents this widget gets")
15024  (readable #t)
15025  (writable #t)
15026  (construct-only #f)
15027)
15028
15029(define-property extension-events
15030  (of-object "GtkExpander")
15031  (prop-type "GParamEnum")
15032  (docs "The mask that decides what kind of extension events this widget gets")
15033  (readable #t)
15034  (writable #t)
15035  (construct-only #f)
15036)
15037
15038(define-property no-show-all
15039  (of-object "GtkExpander")
15040  (prop-type "GParamBoolean")
15041  (docs "Whether gtk_widget_show_all() should not affect this widget")
15042  (readable #t)
15043  (writable #t)
15044  (construct-only #f)
15045)
15046
15047(define-property has-tooltip
15048  (of-object "GtkExpander")
15049  (prop-type "GParamBoolean")
15050  (docs "Whether this widget has a tooltip")
15051  (readable #t)
15052  (writable #t)
15053  (construct-only #f)
15054)
15055
15056(define-property tooltip-markup
15057  (of-object "GtkExpander")
15058  (prop-type "GParamString")
15059  (docs "The contents of the tooltip for this widget")
15060  (readable #t)
15061  (writable #t)
15062  (construct-only #f)
15063)
15064
15065(define-property tooltip-text
15066  (of-object "GtkExpander")
15067  (prop-type "GParamString")
15068  (docs "The contents of the tooltip for this widget")
15069  (readable #t)
15070  (writable #t)
15071  (construct-only #f)
15072)
15073
15074(define-property window
15075  (of-object "GtkExpander")
15076  (prop-type "GParamObject")
15077  (docs "The widget's window if it is realized")
15078  (readable #t)
15079  (writable #f)
15080  (construct-only #f)
15081)
15082
15083(define-property double-buffered
15084  (of-object "GtkExpander")
15085  (prop-type "GParamBoolean")
15086  (docs "Whether or not the widget is double buffered")
15087  (readable #t)
15088  (writable #t)
15089  (construct-only #f)
15090)
15091
15092(define-property border-width
15093  (of-object "GtkExpander")
15094  (prop-type "GParamUInt")
15095  (docs "The width of the empty border outside the containers children")
15096  (readable #t)
15097  (writable #t)
15098  (construct-only #f)
15099)
15100
15101(define-property resize-mode
15102  (of-object "GtkExpander")
15103  (prop-type "GParamEnum")
15104  (docs "Specify how resize events are handled")
15105  (readable #t)
15106  (writable #t)
15107  (construct-only #f)
15108)
15109
15110(define-property child
15111  (of-object "GtkExpander")
15112  (prop-type "GParamObject")
15113  (docs "Can be used to add a new child to the container")
15114  (readable #f)
15115  (writable #t)
15116  (construct-only #f)
15117)
15118
15119(define-property expanded
15120  (of-object "GtkExpander")
15121  (prop-type "GParamBoolean")
15122  (docs "Whether the expander has been opened to reveal the child widget")
15123  (readable #t)
15124  (writable #t)
15125  (construct-only #f)
15126)
15127
15128(define-property label
15129  (of-object "GtkExpander")
15130  (prop-type "GParamString")
15131  (docs "Text of the expander's label")
15132  (readable #t)
15133  (writable #t)
15134  (construct-only #f)
15135)
15136
15137(define-property use-underline
15138  (of-object "GtkExpander")
15139  (prop-type "GParamBoolean")
15140  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
15141  (readable #t)
15142  (writable #t)
15143  (construct-only #f)
15144)
15145
15146(define-property use-markup
15147  (of-object "GtkExpander")
15148  (prop-type "GParamBoolean")
15149  (docs "The text of the label includes XML markup. See pango_parse_markup()")
15150  (readable #t)
15151  (writable #t)
15152  (construct-only #f)
15153)
15154
15155(define-property spacing
15156  (of-object "GtkExpander")
15157  (prop-type "GParamInt")
15158  (docs "Space to put between the label and the child")
15159  (readable #t)
15160  (writable #t)
15161  (construct-only #f)
15162)
15163
15164(define-property label-widget
15165  (of-object "GtkExpander")
15166  (prop-type "GParamObject")
15167  (docs "A widget to display in place of the usual expander label")
15168  (readable #t)
15169  (writable #t)
15170  (construct-only #f)
15171)
15172
15173(define-property label-fill
15174  (of-object "GtkExpander")
15175  (prop-type "GParamBoolean")
15176  (docs "Whether the label widget should fill all available horizontal space")
15177  (readable #t)
15178  (writable #t)
15179  (construct-only #f)
15180)
15181
15182;; From GtkFileFilter
15183
15184(define-property user-data
15185  (of-object "GtkFileFilter")
15186  (prop-type "GParamPointer")
15187  (docs "Anonymous User Data Pointer")
15188  (readable #t)
15189  (writable #t)
15190  (construct-only #f)
15191)
15192
15193;; From GtkFileChooser
15194
15195(define-signal selection-changed
15196  (of-object "GtkFileChooser")
15197  (return-type "void")
15198  (when "last")
15199)
15200
15201(define-signal current-folder-changed
15202  (of-object "GtkFileChooser")
15203  (return-type "void")
15204  (when "last")
15205)
15206
15207(define-signal update-preview
15208  (of-object "GtkFileChooser")
15209  (return-type "void")
15210  (when "last")
15211)
15212
15213(define-signal file-activated
15214  (of-object "GtkFileChooser")
15215  (return-type "void")
15216  (when "last")
15217)
15218
15219(define-signal confirm-overwrite
15220  (of-object "GtkFileChooser")
15221  (return-type "GtkFileChooserConfirmation")
15222  (when "last")
15223)
15224
15225(define-property action
15226  (of-object "GtkFileChooser")
15227  (prop-type "GParamEnum")
15228  (docs "The type of operation that the file selector is performing")
15229  (readable #t)
15230  (writable #t)
15231  (construct-only #f)
15232)
15233
15234(define-property create-folders
15235  (of-object "GtkFileChooser")
15236  (prop-type "GParamBoolean")
15237  (docs "Whether a file chooser not in open mode will offer the user to create new folders.")
15238  (readable #t)
15239  (writable #t)
15240  (construct-only #f)
15241)
15242
15243(define-property do-overwrite-confirmation
15244  (of-object "GtkFileChooser")
15245  (prop-type "GParamBoolean")
15246  (docs "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary.")
15247  (readable #t)
15248  (writable #t)
15249  (construct-only #f)
15250)
15251
15252(define-property extra-widget
15253  (of-object "GtkFileChooser")
15254  (prop-type "GParamObject")
15255  (docs "Application supplied widget for extra options.")
15256  (readable #t)
15257  (writable #t)
15258  (construct-only #f)
15259)
15260
15261(define-property file-system-backend
15262  (of-object "GtkFileChooser")
15263  (prop-type "GParamString")
15264  (docs "Name of file system backend to use")
15265  (readable #f)
15266  (writable #t)
15267  (construct-only #t)
15268)
15269
15270(define-property filter
15271  (of-object "GtkFileChooser")
15272  (prop-type "GParamObject")
15273  (docs "The current filter for selecting which files are displayed")
15274  (readable #t)
15275  (writable #t)
15276  (construct-only #f)
15277)
15278
15279(define-property local-only
15280  (of-object "GtkFileChooser")
15281  (prop-type "GParamBoolean")
15282  (docs "Whether the selected file(s) should be limited to local file: URLs")
15283  (readable #t)
15284  (writable #t)
15285  (construct-only #f)
15286)
15287
15288(define-property preview-widget
15289  (of-object "GtkFileChooser")
15290  (prop-type "GParamObject")
15291  (docs "Application supplied widget for custom previews.")
15292  (readable #t)
15293  (writable #t)
15294  (construct-only #f)
15295)
15296
15297(define-property preview-widget-active
15298  (of-object "GtkFileChooser")
15299  (prop-type "GParamBoolean")
15300  (docs "Whether the application supplied widget for custom previews should be shown.")
15301  (readable #t)
15302  (writable #t)
15303  (construct-only #f)
15304)
15305
15306(define-property select-multiple
15307  (of-object "GtkFileChooser")
15308  (prop-type "GParamBoolean")
15309  (docs "Whether to allow multiple files to be selected")
15310  (readable #t)
15311  (writable #t)
15312  (construct-only #f)
15313)
15314
15315(define-property show-hidden
15316  (of-object "GtkFileChooser")
15317  (prop-type "GParamBoolean")
15318  (docs "Whether the hidden files and folders should be displayed")
15319  (readable #t)
15320  (writable #t)
15321  (construct-only #f)
15322)
15323
15324(define-property use-preview-label
15325  (of-object "GtkFileChooser")
15326  (prop-type "GParamBoolean")
15327  (docs "Whether to display a stock label with the name of the previewed file.")
15328  (readable #t)
15329  (writable #t)
15330  (construct-only #f)
15331)
15332
15333;; From GtkFileChooserButton
15334
15335(define-signal file-set
15336  (of-object "GtkFileChooserButton")
15337  (return-type "void")
15338  (when "first")
15339)
15340
15341(define-property action
15342  (of-object "GtkFileChooserButton")
15343  (prop-type "GParamEnum")
15344  (docs "The type of operation that the file selector is performing")
15345  (readable #t)
15346  (writable #t)
15347  (construct-only #f)
15348)
15349
15350(define-property create-folders
15351  (of-object "GtkFileChooserButton")
15352  (prop-type "GParamBoolean")
15353  (docs "Whether a file chooser not in open mode will offer the user to create new folders.")
15354  (readable #t)
15355  (writable #t)
15356  (construct-only #f)
15357)
15358
15359(define-property do-overwrite-confirmation
15360  (of-object "GtkFileChooserButton")
15361  (prop-type "GParamBoolean")
15362  (docs "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary.")
15363  (readable #t)
15364  (writable #t)
15365  (construct-only #f)
15366)
15367
15368(define-property extra-widget
15369  (of-object "GtkFileChooserButton")
15370  (prop-type "GParamObject")
15371  (docs "Application supplied widget for extra options.")
15372  (readable #t)
15373  (writable #t)
15374  (construct-only #f)
15375)
15376
15377(define-property file-system-backend
15378  (of-object "GtkFileChooserButton")
15379  (prop-type "GParamString")
15380  (docs "Name of file system backend to use")
15381  (readable #f)
15382  (writable #t)
15383  (construct-only #t)
15384)
15385
15386(define-property filter
15387  (of-object "GtkFileChooserButton")
15388  (prop-type "GParamObject")
15389  (docs "The current filter for selecting which files are displayed")
15390  (readable #t)
15391  (writable #t)
15392  (construct-only #f)
15393)
15394
15395(define-property local-only
15396  (of-object "GtkFileChooserButton")
15397  (prop-type "GParamBoolean")
15398  (docs "Whether the selected file(s) should be limited to local file: URLs")
15399  (readable #t)
15400  (writable #t)
15401  (construct-only #f)
15402)
15403
15404(define-property orientation
15405  (of-object "GtkFileChooserButton")
15406  (prop-type "GParamEnum")
15407  (docs "The orientation of the orientable")
15408  (readable #t)
15409  (writable #t)
15410  (construct-only #f)
15411)
15412
15413(define-property preview-widget
15414  (of-object "GtkFileChooserButton")
15415  (prop-type "GParamObject")
15416  (docs "Application supplied widget for custom previews.")
15417  (readable #t)
15418  (writable #t)
15419  (construct-only #f)
15420)
15421
15422(define-property preview-widget-active
15423  (of-object "GtkFileChooserButton")
15424  (prop-type "GParamBoolean")
15425  (docs "Whether the application supplied widget for custom previews should be shown.")
15426  (readable #t)
15427  (writable #t)
15428  (construct-only #f)
15429)
15430
15431(define-property select-multiple
15432  (of-object "GtkFileChooserButton")
15433  (prop-type "GParamBoolean")
15434  (docs "Whether to allow multiple files to be selected")
15435  (readable #t)
15436  (writable #t)
15437  (construct-only #f)
15438)
15439
15440(define-property show-hidden
15441  (of-object "GtkFileChooserButton")
15442  (prop-type "GParamBoolean")
15443  (docs "Whether the hidden files and folders should be displayed")
15444  (readable #t)
15445  (writable #t)
15446  (construct-only #f)
15447)
15448
15449(define-property use-preview-label
15450  (of-object "GtkFileChooserButton")
15451  (prop-type "GParamBoolean")
15452  (docs "Whether to display a stock label with the name of the previewed file.")
15453  (readable #t)
15454  (writable #t)
15455  (construct-only #f)
15456)
15457
15458(define-property user-data
15459  (of-object "GtkFileChooserButton")
15460  (prop-type "GParamPointer")
15461  (docs "Anonymous User Data Pointer")
15462  (readable #t)
15463  (writable #t)
15464  (construct-only #f)
15465)
15466
15467(define-property name
15468  (of-object "GtkFileChooserButton")
15469  (prop-type "GParamString")
15470  (docs "The name of the widget")
15471  (readable #t)
15472  (writable #t)
15473  (construct-only #f)
15474)
15475
15476(define-property parent
15477  (of-object "GtkFileChooserButton")
15478  (prop-type "GParamObject")
15479  (docs "The parent widget of this widget. Must be a Container widget")
15480  (readable #t)
15481  (writable #t)
15482  (construct-only #f)
15483)
15484
15485(define-property width-request
15486  (of-object "GtkFileChooserButton")
15487  (prop-type "GParamInt")
15488  (docs "Override for width request of the widget, or -1 if natural request should be used")
15489  (readable #t)
15490  (writable #t)
15491  (construct-only #f)
15492)
15493
15494(define-property height-request
15495  (of-object "GtkFileChooserButton")
15496  (prop-type "GParamInt")
15497  (docs "Override for height request of the widget, or -1 if natural request should be used")
15498  (readable #t)
15499  (writable #t)
15500  (construct-only #f)
15501)
15502
15503(define-property visible
15504  (of-object "GtkFileChooserButton")
15505  (prop-type "GParamBoolean")
15506  (docs "Whether the widget is visible")
15507  (readable #t)
15508  (writable #t)
15509  (construct-only #f)
15510)
15511
15512(define-property sensitive
15513  (of-object "GtkFileChooserButton")
15514  (prop-type "GParamBoolean")
15515  (docs "Whether the widget responds to input")
15516  (readable #t)
15517  (writable #t)
15518  (construct-only #f)
15519)
15520
15521(define-property app-paintable
15522  (of-object "GtkFileChooserButton")
15523  (prop-type "GParamBoolean")
15524  (docs "Whether the application will paint directly on the widget")
15525  (readable #t)
15526  (writable #t)
15527  (construct-only #f)
15528)
15529
15530(define-property can-focus
15531  (of-object "GtkFileChooserButton")
15532  (prop-type "GParamBoolean")
15533  (docs "Whether the widget can accept the input focus")
15534  (readable #t)
15535  (writable #t)
15536  (construct-only #f)
15537)
15538
15539(define-property has-focus
15540  (of-object "GtkFileChooserButton")
15541  (prop-type "GParamBoolean")
15542  (docs "Whether the widget has the input focus")
15543  (readable #t)
15544  (writable #t)
15545  (construct-only #f)
15546)
15547
15548(define-property is-focus
15549  (of-object "GtkFileChooserButton")
15550  (prop-type "GParamBoolean")
15551  (docs "Whether the widget is the focus widget within the toplevel")
15552  (readable #t)
15553  (writable #t)
15554  (construct-only #f)
15555)
15556
15557(define-property can-default
15558  (of-object "GtkFileChooserButton")
15559  (prop-type "GParamBoolean")
15560  (docs "Whether the widget can be the default widget")
15561  (readable #t)
15562  (writable #t)
15563  (construct-only #f)
15564)
15565
15566(define-property has-default
15567  (of-object "GtkFileChooserButton")
15568  (prop-type "GParamBoolean")
15569  (docs "Whether the widget is the default widget")
15570  (readable #t)
15571  (writable #t)
15572  (construct-only #f)
15573)
15574
15575(define-property receives-default
15576  (of-object "GtkFileChooserButton")
15577  (prop-type "GParamBoolean")
15578  (docs "If TRUE, the widget will receive the default action when it is focused")
15579  (readable #t)
15580  (writable #t)
15581  (construct-only #f)
15582)
15583
15584(define-property composite-child
15585  (of-object "GtkFileChooserButton")
15586  (prop-type "GParamBoolean")
15587  (docs "Whether the widget is part of a composite widget")
15588  (readable #t)
15589  (writable #f)
15590  (construct-only #f)
15591)
15592
15593(define-property style
15594  (of-object "GtkFileChooserButton")
15595  (prop-type "GParamObject")
15596  (docs "The style of the widget, which contains information about how it will look (colors etc)")
15597  (readable #t)
15598  (writable #t)
15599  (construct-only #f)
15600)
15601
15602(define-property events
15603  (of-object "GtkFileChooserButton")
15604  (prop-type "GParamFlags")
15605  (docs "The event mask that decides what kind of GdkEvents this widget gets")
15606  (readable #t)
15607  (writable #t)
15608  (construct-only #f)
15609)
15610
15611(define-property extension-events
15612  (of-object "GtkFileChooserButton")
15613  (prop-type "GParamEnum")
15614  (docs "The mask that decides what kind of extension events this widget gets")
15615  (readable #t)
15616  (writable #t)
15617  (construct-only #f)
15618)
15619
15620(define-property no-show-all
15621  (of-object "GtkFileChooserButton")
15622  (prop-type "GParamBoolean")
15623  (docs "Whether gtk_widget_show_all() should not affect this widget")
15624  (readable #t)
15625  (writable #t)
15626  (construct-only #f)
15627)
15628
15629(define-property has-tooltip
15630  (of-object "GtkFileChooserButton")
15631  (prop-type "GParamBoolean")
15632  (docs "Whether this widget has a tooltip")
15633  (readable #t)
15634  (writable #t)
15635  (construct-only #f)
15636)
15637
15638(define-property tooltip-markup
15639  (of-object "GtkFileChooserButton")
15640  (prop-type "GParamString")
15641  (docs "The contents of the tooltip for this widget")
15642  (readable #t)
15643  (writable #t)
15644  (construct-only #f)
15645)
15646
15647(define-property tooltip-text
15648  (of-object "GtkFileChooserButton")
15649  (prop-type "GParamString")
15650  (docs "The contents of the tooltip for this widget")
15651  (readable #t)
15652  (writable #t)
15653  (construct-only #f)
15654)
15655
15656(define-property window
15657  (of-object "GtkFileChooserButton")
15658  (prop-type "GParamObject")
15659  (docs "The widget's window if it is realized")
15660  (readable #t)
15661  (writable #f)
15662  (construct-only #f)
15663)
15664
15665(define-property double-buffered
15666  (of-object "GtkFileChooserButton")
15667  (prop-type "GParamBoolean")
15668  (docs "Whether or not the widget is double buffered")
15669  (readable #t)
15670  (writable #t)
15671  (construct-only #f)
15672)
15673
15674(define-property border-width
15675  (of-object "GtkFileChooserButton")
15676  (prop-type "GParamUInt")
15677  (docs "The width of the empty border outside the containers children")
15678  (readable #t)
15679  (writable #t)
15680  (construct-only #f)
15681)
15682
15683(define-property resize-mode
15684  (of-object "GtkFileChooserButton")
15685  (prop-type "GParamEnum")
15686  (docs "Specify how resize events are handled")
15687  (readable #t)
15688  (writable #t)
15689  (construct-only #f)
15690)
15691
15692(define-property child
15693  (of-object "GtkFileChooserButton")
15694  (prop-type "GParamObject")
15695  (docs "Can be used to add a new child to the container")
15696  (readable #f)
15697  (writable #t)
15698  (construct-only #f)
15699)
15700
15701(define-property spacing
15702  (of-object "GtkFileChooserButton")
15703  (prop-type "GParamInt")
15704  (docs "The amount of space between children")
15705  (readable #t)
15706  (writable #t)
15707  (construct-only #f)
15708)
15709
15710(define-property homogeneous
15711  (of-object "GtkFileChooserButton")
15712  (prop-type "GParamBoolean")
15713  (docs "Whether the children should all be the same size")
15714  (readable #t)
15715  (writable #t)
15716  (construct-only #f)
15717)
15718
15719(define-property dialog
15720  (of-object "GtkFileChooserButton")
15721  (prop-type "GParamObject")
15722  (docs "The file chooser dialog to use.")
15723  (readable #f)
15724  (writable #t)
15725  (construct-only #t)
15726)
15727
15728(define-property focus-on-click
15729  (of-object "GtkFileChooserButton")
15730  (prop-type "GParamBoolean")
15731  (docs "Whether the button grabs focus when it is clicked with the mouse")
15732  (readable #t)
15733  (writable #t)
15734  (construct-only #f)
15735)
15736
15737(define-property title
15738  (of-object "GtkFileChooserButton")
15739  (prop-type "GParamString")
15740  (docs "The title of the file chooser dialog.")
15741  (readable #t)
15742  (writable #t)
15743  (construct-only #f)
15744)
15745
15746(define-property width-chars
15747  (of-object "GtkFileChooserButton")
15748  (prop-type "GParamInt")
15749  (docs "The desired width of the button widget, in characters.")
15750  (readable #t)
15751  (writable #t)
15752  (construct-only #f)
15753)
15754
15755;; From GtkFileChooserDialog
15756
15757(define-property action
15758  (of-object "GtkFileChooserDialog")
15759  (prop-type "GParamEnum")
15760  (docs "The type of operation that the file selector is performing")
15761  (readable #t)
15762  (writable #t)
15763  (construct-only #f)
15764)
15765
15766(define-property create-folders
15767  (of-object "GtkFileChooserDialog")
15768  (prop-type "GParamBoolean")
15769  (docs "Whether a file chooser not in open mode will offer the user to create new folders.")
15770  (readable #t)
15771  (writable #t)
15772  (construct-only #f)
15773)
15774
15775(define-property do-overwrite-confirmation
15776  (of-object "GtkFileChooserDialog")
15777  (prop-type "GParamBoolean")
15778  (docs "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary.")
15779  (readable #t)
15780  (writable #t)
15781  (construct-only #f)
15782)
15783
15784(define-property extra-widget
15785  (of-object "GtkFileChooserDialog")
15786  (prop-type "GParamObject")
15787  (docs "Application supplied widget for extra options.")
15788  (readable #t)
15789  (writable #t)
15790  (construct-only #f)
15791)
15792
15793(define-property file-system-backend
15794  (of-object "GtkFileChooserDialog")
15795  (prop-type "GParamString")
15796  (docs "Name of file system backend to use")
15797  (readable #f)
15798  (writable #t)
15799  (construct-only #t)
15800)
15801
15802(define-property filter
15803  (of-object "GtkFileChooserDialog")
15804  (prop-type "GParamObject")
15805  (docs "The current filter for selecting which files are displayed")
15806  (readable #t)
15807  (writable #t)
15808  (construct-only #f)
15809)
15810
15811(define-property local-only
15812  (of-object "GtkFileChooserDialog")
15813  (prop-type "GParamBoolean")
15814  (docs "Whether the selected file(s) should be limited to local file: URLs")
15815  (readable #t)
15816  (writable #t)
15817  (construct-only #f)
15818)
15819
15820(define-property preview-widget
15821  (of-object "GtkFileChooserDialog")
15822  (prop-type "GParamObject")
15823  (docs "Application supplied widget for custom previews.")
15824  (readable #t)
15825  (writable #t)
15826  (construct-only #f)
15827)
15828
15829(define-property preview-widget-active
15830  (of-object "GtkFileChooserDialog")
15831  (prop-type "GParamBoolean")
15832  (docs "Whether the application supplied widget for custom previews should be shown.")
15833  (readable #t)
15834  (writable #t)
15835  (construct-only #f)
15836)
15837
15838(define-property select-multiple
15839  (of-object "GtkFileChooserDialog")
15840  (prop-type "GParamBoolean")
15841  (docs "Whether to allow multiple files to be selected")
15842  (readable #t)
15843  (writable #t)
15844  (construct-only #f)
15845)
15846
15847(define-property show-hidden
15848  (of-object "GtkFileChooserDialog")
15849  (prop-type "GParamBoolean")
15850  (docs "Whether the hidden files and folders should be displayed")
15851  (readable #t)
15852  (writable #t)
15853  (construct-only #f)
15854)
15855
15856(define-property use-preview-label
15857  (of-object "GtkFileChooserDialog")
15858  (prop-type "GParamBoolean")
15859  (docs "Whether to display a stock label with the name of the previewed file.")
15860  (readable #t)
15861  (writable #t)
15862  (construct-only #f)
15863)
15864
15865(define-property user-data
15866  (of-object "GtkFileChooserDialog")
15867  (prop-type "GParamPointer")
15868  (docs "Anonymous User Data Pointer")
15869  (readable #t)
15870  (writable #t)
15871  (construct-only #f)
15872)
15873
15874(define-property name
15875  (of-object "GtkFileChooserDialog")
15876  (prop-type "GParamString")
15877  (docs "The name of the widget")
15878  (readable #t)
15879  (writable #t)
15880  (construct-only #f)
15881)
15882
15883(define-property parent
15884  (of-object "GtkFileChooserDialog")
15885  (prop-type "GParamObject")
15886  (docs "The parent widget of this widget. Must be a Container widget")
15887  (readable #t)
15888  (writable #t)
15889  (construct-only #f)
15890)
15891
15892(define-property width-request
15893  (of-object "GtkFileChooserDialog")
15894  (prop-type "GParamInt")
15895  (docs "Override for width request of the widget, or -1 if natural request should be used")
15896  (readable #t)
15897  (writable #t)
15898  (construct-only #f)
15899)
15900
15901(define-property height-request
15902  (of-object "GtkFileChooserDialog")
15903  (prop-type "GParamInt")
15904  (docs "Override for height request of the widget, or -1 if natural request should be used")
15905  (readable #t)
15906  (writable #t)
15907  (construct-only #f)
15908)
15909
15910(define-property visible
15911  (of-object "GtkFileChooserDialog")
15912  (prop-type "GParamBoolean")
15913  (docs "Whether the widget is visible")
15914  (readable #t)
15915  (writable #t)
15916  (construct-only #f)
15917)
15918
15919(define-property sensitive
15920  (of-object "GtkFileChooserDialog")
15921  (prop-type "GParamBoolean")
15922  (docs "Whether the widget responds to input")
15923  (readable #t)
15924  (writable #t)
15925  (construct-only #f)
15926)
15927
15928(define-property app-paintable
15929  (of-object "GtkFileChooserDialog")
15930  (prop-type "GParamBoolean")
15931  (docs "Whether the application will paint directly on the widget")
15932  (readable #t)
15933  (writable #t)
15934  (construct-only #f)
15935)
15936
15937(define-property can-focus
15938  (of-object "GtkFileChooserDialog")
15939  (prop-type "GParamBoolean")
15940  (docs "Whether the widget can accept the input focus")
15941  (readable #t)
15942  (writable #t)
15943  (construct-only #f)
15944)
15945
15946(define-property has-focus
15947  (of-object "GtkFileChooserDialog")
15948  (prop-type "GParamBoolean")
15949  (docs "Whether the widget has the input focus")
15950  (readable #t)
15951  (writable #t)
15952  (construct-only #f)
15953)
15954
15955(define-property is-focus
15956  (of-object "GtkFileChooserDialog")
15957  (prop-type "GParamBoolean")
15958  (docs "Whether the widget is the focus widget within the toplevel")
15959  (readable #t)
15960  (writable #t)
15961  (construct-only #f)
15962)
15963
15964(define-property can-default
15965  (of-object "GtkFileChooserDialog")
15966  (prop-type "GParamBoolean")
15967  (docs "Whether the widget can be the default widget")
15968  (readable #t)
15969  (writable #t)
15970  (construct-only #f)
15971)
15972
15973(define-property has-default
15974  (of-object "GtkFileChooserDialog")
15975  (prop-type "GParamBoolean")
15976  (docs "Whether the widget is the default widget")
15977  (readable #t)
15978  (writable #t)
15979  (construct-only #f)
15980)
15981
15982(define-property receives-default
15983  (of-object "GtkFileChooserDialog")
15984  (prop-type "GParamBoolean")
15985  (docs "If TRUE, the widget will receive the default action when it is focused")
15986  (readable #t)
15987  (writable #t)
15988  (construct-only #f)
15989)
15990
15991(define-property composite-child
15992  (of-object "GtkFileChooserDialog")
15993  (prop-type "GParamBoolean")
15994  (docs "Whether the widget is part of a composite widget")
15995  (readable #t)
15996  (writable #f)
15997  (construct-only #f)
15998)
15999
16000(define-property style
16001  (of-object "GtkFileChooserDialog")
16002  (prop-type "GParamObject")
16003  (docs "The style of the widget, which contains information about how it will look (colors etc)")
16004  (readable #t)
16005  (writable #t)
16006  (construct-only #f)
16007)
16008
16009(define-property events
16010  (of-object "GtkFileChooserDialog")
16011  (prop-type "GParamFlags")
16012  (docs "The event mask that decides what kind of GdkEvents this widget gets")
16013  (readable #t)
16014  (writable #t)
16015  (construct-only #f)
16016)
16017
16018(define-property extension-events
16019  (of-object "GtkFileChooserDialog")
16020  (prop-type "GParamEnum")
16021  (docs "The mask that decides what kind of extension events this widget gets")
16022  (readable #t)
16023  (writable #t)
16024  (construct-only #f)
16025)
16026
16027(define-property no-show-all
16028  (of-object "GtkFileChooserDialog")
16029  (prop-type "GParamBoolean")
16030  (docs "Whether gtk_widget_show_all() should not affect this widget")
16031  (readable #t)
16032  (writable #t)
16033  (construct-only #f)
16034)
16035
16036(define-property has-tooltip
16037  (of-object "GtkFileChooserDialog")
16038  (prop-type "GParamBoolean")
16039  (docs "Whether this widget has a tooltip")
16040  (readable #t)
16041  (writable #t)
16042  (construct-only #f)
16043)
16044
16045(define-property tooltip-markup
16046  (of-object "GtkFileChooserDialog")
16047  (prop-type "GParamString")
16048  (docs "The contents of the tooltip for this widget")
16049  (readable #t)
16050  (writable #t)
16051  (construct-only #f)
16052)
16053
16054(define-property tooltip-text
16055  (of-object "GtkFileChooserDialog")
16056  (prop-type "GParamString")
16057  (docs "The contents of the tooltip for this widget")
16058  (readable #t)
16059  (writable #t)
16060  (construct-only #f)
16061)
16062
16063(define-property window
16064  (of-object "GtkFileChooserDialog")
16065  (prop-type "GParamObject")
16066  (docs "The widget's window if it is realized")
16067  (readable #t)
16068  (writable #f)
16069  (construct-only #f)
16070)
16071
16072(define-property double-buffered
16073  (of-object "GtkFileChooserDialog")
16074  (prop-type "GParamBoolean")
16075  (docs "Whether or not the widget is double buffered")
16076  (readable #t)
16077  (writable #t)
16078  (construct-only #f)
16079)
16080
16081(define-property border-width
16082  (of-object "GtkFileChooserDialog")
16083  (prop-type "GParamUInt")
16084  (docs "The width of the empty border outside the containers children")
16085  (readable #t)
16086  (writable #t)
16087  (construct-only #f)
16088)
16089
16090(define-property resize-mode
16091  (of-object "GtkFileChooserDialog")
16092  (prop-type "GParamEnum")
16093  (docs "Specify how resize events are handled")
16094  (readable #t)
16095  (writable #t)
16096  (construct-only #f)
16097)
16098
16099(define-property child
16100  (of-object "GtkFileChooserDialog")
16101  (prop-type "GParamObject")
16102  (docs "Can be used to add a new child to the container")
16103  (readable #f)
16104  (writable #t)
16105  (construct-only #f)
16106)
16107
16108(define-property type
16109  (of-object "GtkFileChooserDialog")
16110  (prop-type "GParamEnum")
16111  (docs "The type of the window")
16112  (readable #t)
16113  (writable #t)
16114  (construct-only #t)
16115)
16116
16117(define-property title
16118  (of-object "GtkFileChooserDialog")
16119  (prop-type "GParamString")
16120  (docs "The title of the window")
16121  (readable #t)
16122  (writable #t)
16123  (construct-only #f)
16124)
16125
16126(define-property role
16127  (of-object "GtkFileChooserDialog")
16128  (prop-type "GParamString")
16129  (docs "Unique identifier for the window to be used when restoring a session")
16130  (readable #t)
16131  (writable #t)
16132  (construct-only #f)
16133)
16134
16135(define-property allow-shrink
16136  (of-object "GtkFileChooserDialog")
16137  (prop-type "GParamBoolean")
16138  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
16139  (readable #t)
16140  (writable #t)
16141  (construct-only #f)
16142)
16143
16144(define-property allow-grow
16145  (of-object "GtkFileChooserDialog")
16146  (prop-type "GParamBoolean")
16147  (docs "If TRUE, users can expand the window beyond its minimum size")
16148  (readable #t)
16149  (writable #t)
16150  (construct-only #f)
16151)
16152
16153(define-property resizable
16154  (of-object "GtkFileChooserDialog")
16155  (prop-type "GParamBoolean")
16156  (docs "If TRUE, users can resize the window")
16157  (readable #t)
16158  (writable #t)
16159  (construct-only #f)
16160)
16161
16162(define-property modal
16163  (of-object "GtkFileChooserDialog")
16164  (prop-type "GParamBoolean")
16165  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
16166  (readable #t)
16167  (writable #t)
16168  (construct-only #f)
16169)
16170
16171(define-property window-position
16172  (of-object "GtkFileChooserDialog")
16173  (prop-type "GParamEnum")
16174  (docs "The initial position of the window")
16175  (readable #t)
16176  (writable #t)
16177  (construct-only #f)
16178)
16179
16180(define-property default-width
16181  (of-object "GtkFileChooserDialog")
16182  (prop-type "GParamInt")
16183  (docs "The default width of the window, used when initially showing the window")
16184  (readable #t)
16185  (writable #t)
16186  (construct-only #f)
16187)
16188
16189(define-property default-height
16190  (of-object "GtkFileChooserDialog")
16191  (prop-type "GParamInt")
16192  (docs "The default height of the window, used when initially showing the window")
16193  (readable #t)
16194  (writable #t)
16195  (construct-only #f)
16196)
16197
16198(define-property destroy-with-parent
16199  (of-object "GtkFileChooserDialog")
16200  (prop-type "GParamBoolean")
16201  (docs "If this window should be destroyed when the parent is destroyed")
16202  (readable #t)
16203  (writable #t)
16204  (construct-only #f)
16205)
16206
16207(define-property icon
16208  (of-object "GtkFileChooserDialog")
16209  (prop-type "GParamObject")
16210  (docs "Icon for this window")
16211  (readable #t)
16212  (writable #t)
16213  (construct-only #f)
16214)
16215
16216(define-property icon-name
16217  (of-object "GtkFileChooserDialog")
16218  (prop-type "GParamString")
16219  (docs "Name of the themed icon for this window")
16220  (readable #t)
16221  (writable #t)
16222  (construct-only #f)
16223)
16224
16225(define-property screen
16226  (of-object "GtkFileChooserDialog")
16227  (prop-type "GParamObject")
16228  (docs "The screen where this window will be displayed")
16229  (readable #t)
16230  (writable #t)
16231  (construct-only #f)
16232)
16233
16234(define-property type-hint
16235  (of-object "GtkFileChooserDialog")
16236  (prop-type "GParamEnum")
16237  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
16238  (readable #t)
16239  (writable #t)
16240  (construct-only #f)
16241)
16242
16243(define-property skip-taskbar-hint
16244  (of-object "GtkFileChooserDialog")
16245  (prop-type "GParamBoolean")
16246  (docs "TRUE if the window should not be in the task bar.")
16247  (readable #t)
16248  (writable #t)
16249  (construct-only #f)
16250)
16251
16252(define-property skip-pager-hint
16253  (of-object "GtkFileChooserDialog")
16254  (prop-type "GParamBoolean")
16255  (docs "TRUE if the window should not be in the pager.")
16256  (readable #t)
16257  (writable #t)
16258  (construct-only #f)
16259)
16260
16261(define-property urgency-hint
16262  (of-object "GtkFileChooserDialog")
16263  (prop-type "GParamBoolean")
16264  (docs "TRUE if the window should be brought to the user's attention.")
16265  (readable #t)
16266  (writable #t)
16267  (construct-only #f)
16268)
16269
16270(define-property accept-focus
16271  (of-object "GtkFileChooserDialog")
16272  (prop-type "GParamBoolean")
16273  (docs "TRUE if the window should receive the input focus.")
16274  (readable #t)
16275  (writable #t)
16276  (construct-only #f)
16277)
16278
16279(define-property focus-on-map
16280  (of-object "GtkFileChooserDialog")
16281  (prop-type "GParamBoolean")
16282  (docs "TRUE if the window should receive the input focus when mapped.")
16283  (readable #t)
16284  (writable #t)
16285  (construct-only #f)
16286)
16287
16288(define-property decorated
16289  (of-object "GtkFileChooserDialog")
16290  (prop-type "GParamBoolean")
16291  (docs "Whether the window should be decorated by the window manager")
16292  (readable #t)
16293  (writable #t)
16294  (construct-only #f)
16295)
16296
16297(define-property deletable
16298  (of-object "GtkFileChooserDialog")
16299  (prop-type "GParamBoolean")
16300  (docs "Whether the window frame should have a close button")
16301  (readable #t)
16302  (writable #t)
16303  (construct-only #f)
16304)
16305
16306(define-property gravity
16307  (of-object "GtkFileChooserDialog")
16308  (prop-type "GParamEnum")
16309  (docs "The window gravity of the window")
16310  (readable #t)
16311  (writable #t)
16312  (construct-only #f)
16313)
16314
16315(define-property transient-for
16316  (of-object "GtkFileChooserDialog")
16317  (prop-type "GParamObject")
16318  (docs "The transient parent of the dialog")
16319  (readable #t)
16320  (writable #t)
16321  (construct-only #f)
16322)
16323
16324(define-property opacity
16325  (of-object "GtkFileChooserDialog")
16326  (prop-type "GParamDouble")
16327  (docs "The opacity of the window, from 0 to 1")
16328  (readable #t)
16329  (writable #t)
16330  (construct-only #f)
16331)
16332
16333(define-property is-active
16334  (of-object "GtkFileChooserDialog")
16335  (prop-type "GParamBoolean")
16336  (docs "Whether the toplevel is the current active window")
16337  (readable #t)
16338  (writable #f)
16339  (construct-only #f)
16340)
16341
16342(define-property has-toplevel-focus
16343  (of-object "GtkFileChooserDialog")
16344  (prop-type "GParamBoolean")
16345  (docs "Whether the input focus is within this GtkWindow")
16346  (readable #t)
16347  (writable #f)
16348  (construct-only #f)
16349)
16350
16351(define-property startup-id
16352  (of-object "GtkFileChooserDialog")
16353  (prop-type "GParamString")
16354  (docs "Unique startup identifier for the window used by startup-notification")
16355  (readable #f)
16356  (writable #t)
16357  (construct-only #f)
16358)
16359
16360(define-property mnemonics-visible
16361  (of-object "GtkFileChooserDialog")
16362  (prop-type "GParamBoolean")
16363  (docs "Whether mnemonics are currently visible in this window")
16364  (readable #t)
16365  (writable #t)
16366  (construct-only #f)
16367)
16368
16369(define-property has-separator
16370  (of-object "GtkFileChooserDialog")
16371  (prop-type "GParamBoolean")
16372  (docs "The dialog has a separator bar above its buttons")
16373  (readable #t)
16374  (writable #t)
16375  (construct-only #f)
16376)
16377
16378;; From GtkFileChooserWidget
16379
16380(define-property action
16381  (of-object "GtkFileChooserWidget")
16382  (prop-type "GParamEnum")
16383  (docs "The type of operation that the file selector is performing")
16384  (readable #t)
16385  (writable #t)
16386  (construct-only #f)
16387)
16388
16389(define-property create-folders
16390  (of-object "GtkFileChooserWidget")
16391  (prop-type "GParamBoolean")
16392  (docs "Whether a file chooser not in open mode will offer the user to create new folders.")
16393  (readable #t)
16394  (writable #t)
16395  (construct-only #f)
16396)
16397
16398(define-property do-overwrite-confirmation
16399  (of-object "GtkFileChooserWidget")
16400  (prop-type "GParamBoolean")
16401  (docs "Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary.")
16402  (readable #t)
16403  (writable #t)
16404  (construct-only #f)
16405)
16406
16407(define-property extra-widget
16408  (of-object "GtkFileChooserWidget")
16409  (prop-type "GParamObject")
16410  (docs "Application supplied widget for extra options.")
16411  (readable #t)
16412  (writable #t)
16413  (construct-only #f)
16414)
16415
16416(define-property file-system-backend
16417  (of-object "GtkFileChooserWidget")
16418  (prop-type "GParamString")
16419  (docs "Name of file system backend to use")
16420  (readable #f)
16421  (writable #t)
16422  (construct-only #t)
16423)
16424
16425(define-property filter
16426  (of-object "GtkFileChooserWidget")
16427  (prop-type "GParamObject")
16428  (docs "The current filter for selecting which files are displayed")
16429  (readable #t)
16430  (writable #t)
16431  (construct-only #f)
16432)
16433
16434(define-property local-only
16435  (of-object "GtkFileChooserWidget")
16436  (prop-type "GParamBoolean")
16437  (docs "Whether the selected file(s) should be limited to local file: URLs")
16438  (readable #t)
16439  (writable #t)
16440  (construct-only #f)
16441)
16442
16443(define-property orientation
16444  (of-object "GtkFileChooserWidget")
16445  (prop-type "GParamEnum")
16446  (docs "The orientation of the orientable")
16447  (readable #t)
16448  (writable #t)
16449  (construct-only #f)
16450)
16451
16452(define-property preview-widget
16453  (of-object "GtkFileChooserWidget")
16454  (prop-type "GParamObject")
16455  (docs "Application supplied widget for custom previews.")
16456  (readable #t)
16457  (writable #t)
16458  (construct-only #f)
16459)
16460
16461(define-property preview-widget-active
16462  (of-object "GtkFileChooserWidget")
16463  (prop-type "GParamBoolean")
16464  (docs "Whether the application supplied widget for custom previews should be shown.")
16465  (readable #t)
16466  (writable #t)
16467  (construct-only #f)
16468)
16469
16470(define-property select-multiple
16471  (of-object "GtkFileChooserWidget")
16472  (prop-type "GParamBoolean")
16473  (docs "Whether to allow multiple files to be selected")
16474  (readable #t)
16475  (writable #t)
16476  (construct-only #f)
16477)
16478
16479(define-property show-hidden
16480  (of-object "GtkFileChooserWidget")
16481  (prop-type "GParamBoolean")
16482  (docs "Whether the hidden files and folders should be displayed")
16483  (readable #t)
16484  (writable #t)
16485  (construct-only #f)
16486)
16487
16488(define-property use-preview-label
16489  (of-object "GtkFileChooserWidget")
16490  (prop-type "GParamBoolean")
16491  (docs "Whether to display a stock label with the name of the previewed file.")
16492  (readable #t)
16493  (writable #t)
16494  (construct-only #f)
16495)
16496
16497(define-property user-data
16498  (of-object "GtkFileChooserWidget")
16499  (prop-type "GParamPointer")
16500  (docs "Anonymous User Data Pointer")
16501  (readable #t)
16502  (writable #t)
16503  (construct-only #f)
16504)
16505
16506(define-property name
16507  (of-object "GtkFileChooserWidget")
16508  (prop-type "GParamString")
16509  (docs "The name of the widget")
16510  (readable #t)
16511  (writable #t)
16512  (construct-only #f)
16513)
16514
16515(define-property parent
16516  (of-object "GtkFileChooserWidget")
16517  (prop-type "GParamObject")
16518  (docs "The parent widget of this widget. Must be a Container widget")
16519  (readable #t)
16520  (writable #t)
16521  (construct-only #f)
16522)
16523
16524(define-property width-request
16525  (of-object "GtkFileChooserWidget")
16526  (prop-type "GParamInt")
16527  (docs "Override for width request of the widget, or -1 if natural request should be used")
16528  (readable #t)
16529  (writable #t)
16530  (construct-only #f)
16531)
16532
16533(define-property height-request
16534  (of-object "GtkFileChooserWidget")
16535  (prop-type "GParamInt")
16536  (docs "Override for height request of the widget, or -1 if natural request should be used")
16537  (readable #t)
16538  (writable #t)
16539  (construct-only #f)
16540)
16541
16542(define-property visible
16543  (of-object "GtkFileChooserWidget")
16544  (prop-type "GParamBoolean")
16545  (docs "Whether the widget is visible")
16546  (readable #t)
16547  (writable #t)
16548  (construct-only #f)
16549)
16550
16551(define-property sensitive
16552  (of-object "GtkFileChooserWidget")
16553  (prop-type "GParamBoolean")
16554  (docs "Whether the widget responds to input")
16555  (readable #t)
16556  (writable #t)
16557  (construct-only #f)
16558)
16559
16560(define-property app-paintable
16561  (of-object "GtkFileChooserWidget")
16562  (prop-type "GParamBoolean")
16563  (docs "Whether the application will paint directly on the widget")
16564  (readable #t)
16565  (writable #t)
16566  (construct-only #f)
16567)
16568
16569(define-property can-focus
16570  (of-object "GtkFileChooserWidget")
16571  (prop-type "GParamBoolean")
16572  (docs "Whether the widget can accept the input focus")
16573  (readable #t)
16574  (writable #t)
16575  (construct-only #f)
16576)
16577
16578(define-property has-focus
16579  (of-object "GtkFileChooserWidget")
16580  (prop-type "GParamBoolean")
16581  (docs "Whether the widget has the input focus")
16582  (readable #t)
16583  (writable #t)
16584  (construct-only #f)
16585)
16586
16587(define-property is-focus
16588  (of-object "GtkFileChooserWidget")
16589  (prop-type "GParamBoolean")
16590  (docs "Whether the widget is the focus widget within the toplevel")
16591  (readable #t)
16592  (writable #t)
16593  (construct-only #f)
16594)
16595
16596(define-property can-default
16597  (of-object "GtkFileChooserWidget")
16598  (prop-type "GParamBoolean")
16599  (docs "Whether the widget can be the default widget")
16600  (readable #t)
16601  (writable #t)
16602  (construct-only #f)
16603)
16604
16605(define-property has-default
16606  (of-object "GtkFileChooserWidget")
16607  (prop-type "GParamBoolean")
16608  (docs "Whether the widget is the default widget")
16609  (readable #t)
16610  (writable #t)
16611  (construct-only #f)
16612)
16613
16614(define-property receives-default
16615  (of-object "GtkFileChooserWidget")
16616  (prop-type "GParamBoolean")
16617  (docs "If TRUE, the widget will receive the default action when it is focused")
16618  (readable #t)
16619  (writable #t)
16620  (construct-only #f)
16621)
16622
16623(define-property composite-child
16624  (of-object "GtkFileChooserWidget")
16625  (prop-type "GParamBoolean")
16626  (docs "Whether the widget is part of a composite widget")
16627  (readable #t)
16628  (writable #f)
16629  (construct-only #f)
16630)
16631
16632(define-property style
16633  (of-object "GtkFileChooserWidget")
16634  (prop-type "GParamObject")
16635  (docs "The style of the widget, which contains information about how it will look (colors etc)")
16636  (readable #t)
16637  (writable #t)
16638  (construct-only #f)
16639)
16640
16641(define-property events
16642  (of-object "GtkFileChooserWidget")
16643  (prop-type "GParamFlags")
16644  (docs "The event mask that decides what kind of GdkEvents this widget gets")
16645  (readable #t)
16646  (writable #t)
16647  (construct-only #f)
16648)
16649
16650(define-property extension-events
16651  (of-object "GtkFileChooserWidget")
16652  (prop-type "GParamEnum")
16653  (docs "The mask that decides what kind of extension events this widget gets")
16654  (readable #t)
16655  (writable #t)
16656  (construct-only #f)
16657)
16658
16659(define-property no-show-all
16660  (of-object "GtkFileChooserWidget")
16661  (prop-type "GParamBoolean")
16662  (docs "Whether gtk_widget_show_all() should not affect this widget")
16663  (readable #t)
16664  (writable #t)
16665  (construct-only #f)
16666)
16667
16668(define-property has-tooltip
16669  (of-object "GtkFileChooserWidget")
16670  (prop-type "GParamBoolean")
16671  (docs "Whether this widget has a tooltip")
16672  (readable #t)
16673  (writable #t)
16674  (construct-only #f)
16675)
16676
16677(define-property tooltip-markup
16678  (of-object "GtkFileChooserWidget")
16679  (prop-type "GParamString")
16680  (docs "The contents of the tooltip for this widget")
16681  (readable #t)
16682  (writable #t)
16683  (construct-only #f)
16684)
16685
16686(define-property tooltip-text
16687  (of-object "GtkFileChooserWidget")
16688  (prop-type "GParamString")
16689  (docs "The contents of the tooltip for this widget")
16690  (readable #t)
16691  (writable #t)
16692  (construct-only #f)
16693)
16694
16695(define-property window
16696  (of-object "GtkFileChooserWidget")
16697  (prop-type "GParamObject")
16698  (docs "The widget's window if it is realized")
16699  (readable #t)
16700  (writable #f)
16701  (construct-only #f)
16702)
16703
16704(define-property double-buffered
16705  (of-object "GtkFileChooserWidget")
16706  (prop-type "GParamBoolean")
16707  (docs "Whether or not the widget is double buffered")
16708  (readable #t)
16709  (writable #t)
16710  (construct-only #f)
16711)
16712
16713(define-property border-width
16714  (of-object "GtkFileChooserWidget")
16715  (prop-type "GParamUInt")
16716  (docs "The width of the empty border outside the containers children")
16717  (readable #t)
16718  (writable #t)
16719  (construct-only #f)
16720)
16721
16722(define-property resize-mode
16723  (of-object "GtkFileChooserWidget")
16724  (prop-type "GParamEnum")
16725  (docs "Specify how resize events are handled")
16726  (readable #t)
16727  (writable #t)
16728  (construct-only #f)
16729)
16730
16731(define-property child
16732  (of-object "GtkFileChooserWidget")
16733  (prop-type "GParamObject")
16734  (docs "Can be used to add a new child to the container")
16735  (readable #f)
16736  (writable #t)
16737  (construct-only #f)
16738)
16739
16740(define-property spacing
16741  (of-object "GtkFileChooserWidget")
16742  (prop-type "GParamInt")
16743  (docs "The amount of space between children")
16744  (readable #t)
16745  (writable #t)
16746  (construct-only #f)
16747)
16748
16749(define-property homogeneous
16750  (of-object "GtkFileChooserWidget")
16751  (prop-type "GParamBoolean")
16752  (docs "Whether the children should all be the same size")
16753  (readable #t)
16754  (writable #t)
16755  (construct-only #f)
16756)
16757
16758;; From GtkFileSelection
16759
16760(define-property user-data
16761  (of-object "GtkFileSelection")
16762  (prop-type "GParamPointer")
16763  (docs "Anonymous User Data Pointer")
16764  (readable #t)
16765  (writable #t)
16766  (construct-only #f)
16767)
16768
16769(define-property name
16770  (of-object "GtkFileSelection")
16771  (prop-type "GParamString")
16772  (docs "The name of the widget")
16773  (readable #t)
16774  (writable #t)
16775  (construct-only #f)
16776)
16777
16778(define-property parent
16779  (of-object "GtkFileSelection")
16780  (prop-type "GParamObject")
16781  (docs "The parent widget of this widget. Must be a Container widget")
16782  (readable #t)
16783  (writable #t)
16784  (construct-only #f)
16785)
16786
16787(define-property width-request
16788  (of-object "GtkFileSelection")
16789  (prop-type "GParamInt")
16790  (docs "Override for width request of the widget, or -1 if natural request should be used")
16791  (readable #t)
16792  (writable #t)
16793  (construct-only #f)
16794)
16795
16796(define-property height-request
16797  (of-object "GtkFileSelection")
16798  (prop-type "GParamInt")
16799  (docs "Override for height request of the widget, or -1 if natural request should be used")
16800  (readable #t)
16801  (writable #t)
16802  (construct-only #f)
16803)
16804
16805(define-property visible
16806  (of-object "GtkFileSelection")
16807  (prop-type "GParamBoolean")
16808  (docs "Whether the widget is visible")
16809  (readable #t)
16810  (writable #t)
16811  (construct-only #f)
16812)
16813
16814(define-property sensitive
16815  (of-object "GtkFileSelection")
16816  (prop-type "GParamBoolean")
16817  (docs "Whether the widget responds to input")
16818  (readable #t)
16819  (writable #t)
16820  (construct-only #f)
16821)
16822
16823(define-property app-paintable
16824  (of-object "GtkFileSelection")
16825  (prop-type "GParamBoolean")
16826  (docs "Whether the application will paint directly on the widget")
16827  (readable #t)
16828  (writable #t)
16829  (construct-only #f)
16830)
16831
16832(define-property can-focus
16833  (of-object "GtkFileSelection")
16834  (prop-type "GParamBoolean")
16835  (docs "Whether the widget can accept the input focus")
16836  (readable #t)
16837  (writable #t)
16838  (construct-only #f)
16839)
16840
16841(define-property has-focus
16842  (of-object "GtkFileSelection")
16843  (prop-type "GParamBoolean")
16844  (docs "Whether the widget has the input focus")
16845  (readable #t)
16846  (writable #t)
16847  (construct-only #f)
16848)
16849
16850(define-property is-focus
16851  (of-object "GtkFileSelection")
16852  (prop-type "GParamBoolean")
16853  (docs "Whether the widget is the focus widget within the toplevel")
16854  (readable #t)
16855  (writable #t)
16856  (construct-only #f)
16857)
16858
16859(define-property can-default
16860  (of-object "GtkFileSelection")
16861  (prop-type "GParamBoolean")
16862  (docs "Whether the widget can be the default widget")
16863  (readable #t)
16864  (writable #t)
16865  (construct-only #f)
16866)
16867
16868(define-property has-default
16869  (of-object "GtkFileSelection")
16870  (prop-type "GParamBoolean")
16871  (docs "Whether the widget is the default widget")
16872  (readable #t)
16873  (writable #t)
16874  (construct-only #f)
16875)
16876
16877(define-property receives-default
16878  (of-object "GtkFileSelection")
16879  (prop-type "GParamBoolean")
16880  (docs "If TRUE, the widget will receive the default action when it is focused")
16881  (readable #t)
16882  (writable #t)
16883  (construct-only #f)
16884)
16885
16886(define-property composite-child
16887  (of-object "GtkFileSelection")
16888  (prop-type "GParamBoolean")
16889  (docs "Whether the widget is part of a composite widget")
16890  (readable #t)
16891  (writable #f)
16892  (construct-only #f)
16893)
16894
16895(define-property style
16896  (of-object "GtkFileSelection")
16897  (prop-type "GParamObject")
16898  (docs "The style of the widget, which contains information about how it will look (colors etc)")
16899  (readable #t)
16900  (writable #t)
16901  (construct-only #f)
16902)
16903
16904(define-property events
16905  (of-object "GtkFileSelection")
16906  (prop-type "GParamFlags")
16907  (docs "The event mask that decides what kind of GdkEvents this widget gets")
16908  (readable #t)
16909  (writable #t)
16910  (construct-only #f)
16911)
16912
16913(define-property extension-events
16914  (of-object "GtkFileSelection")
16915  (prop-type "GParamEnum")
16916  (docs "The mask that decides what kind of extension events this widget gets")
16917  (readable #t)
16918  (writable #t)
16919  (construct-only #f)
16920)
16921
16922(define-property no-show-all
16923  (of-object "GtkFileSelection")
16924  (prop-type "GParamBoolean")
16925  (docs "Whether gtk_widget_show_all() should not affect this widget")
16926  (readable #t)
16927  (writable #t)
16928  (construct-only #f)
16929)
16930
16931(define-property has-tooltip
16932  (of-object "GtkFileSelection")
16933  (prop-type "GParamBoolean")
16934  (docs "Whether this widget has a tooltip")
16935  (readable #t)
16936  (writable #t)
16937  (construct-only #f)
16938)
16939
16940(define-property tooltip-markup
16941  (of-object "GtkFileSelection")
16942  (prop-type "GParamString")
16943  (docs "The contents of the tooltip for this widget")
16944  (readable #t)
16945  (writable #t)
16946  (construct-only #f)
16947)
16948
16949(define-property tooltip-text
16950  (of-object "GtkFileSelection")
16951  (prop-type "GParamString")
16952  (docs "The contents of the tooltip for this widget")
16953  (readable #t)
16954  (writable #t)
16955  (construct-only #f)
16956)
16957
16958(define-property window
16959  (of-object "GtkFileSelection")
16960  (prop-type "GParamObject")
16961  (docs "The widget's window if it is realized")
16962  (readable #t)
16963  (writable #f)
16964  (construct-only #f)
16965)
16966
16967(define-property double-buffered
16968  (of-object "GtkFileSelection")
16969  (prop-type "GParamBoolean")
16970  (docs "Whether or not the widget is double buffered")
16971  (readable #t)
16972  (writable #t)
16973  (construct-only #f)
16974)
16975
16976(define-property border-width
16977  (of-object "GtkFileSelection")
16978  (prop-type "GParamUInt")
16979  (docs "The width of the empty border outside the containers children")
16980  (readable #t)
16981  (writable #t)
16982  (construct-only #f)
16983)
16984
16985(define-property resize-mode
16986  (of-object "GtkFileSelection")
16987  (prop-type "GParamEnum")
16988  (docs "Specify how resize events are handled")
16989  (readable #t)
16990  (writable #t)
16991  (construct-only #f)
16992)
16993
16994(define-property child
16995  (of-object "GtkFileSelection")
16996  (prop-type "GParamObject")
16997  (docs "Can be used to add a new child to the container")
16998  (readable #f)
16999  (writable #t)
17000  (construct-only #f)
17001)
17002
17003(define-property type
17004  (of-object "GtkFileSelection")
17005  (prop-type "GParamEnum")
17006  (docs "The type of the window")
17007  (readable #t)
17008  (writable #t)
17009  (construct-only #t)
17010)
17011
17012(define-property title
17013  (of-object "GtkFileSelection")
17014  (prop-type "GParamString")
17015  (docs "The title of the window")
17016  (readable #t)
17017  (writable #t)
17018  (construct-only #f)
17019)
17020
17021(define-property role
17022  (of-object "GtkFileSelection")
17023  (prop-type "GParamString")
17024  (docs "Unique identifier for the window to be used when restoring a session")
17025  (readable #t)
17026  (writable #t)
17027  (construct-only #f)
17028)
17029
17030(define-property allow-shrink
17031  (of-object "GtkFileSelection")
17032  (prop-type "GParamBoolean")
17033  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
17034  (readable #t)
17035  (writable #t)
17036  (construct-only #f)
17037)
17038
17039(define-property allow-grow
17040  (of-object "GtkFileSelection")
17041  (prop-type "GParamBoolean")
17042  (docs "If TRUE, users can expand the window beyond its minimum size")
17043  (readable #t)
17044  (writable #t)
17045  (construct-only #f)
17046)
17047
17048(define-property resizable
17049  (of-object "GtkFileSelection")
17050  (prop-type "GParamBoolean")
17051  (docs "If TRUE, users can resize the window")
17052  (readable #t)
17053  (writable #t)
17054  (construct-only #f)
17055)
17056
17057(define-property modal
17058  (of-object "GtkFileSelection")
17059  (prop-type "GParamBoolean")
17060  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
17061  (readable #t)
17062  (writable #t)
17063  (construct-only #f)
17064)
17065
17066(define-property window-position
17067  (of-object "GtkFileSelection")
17068  (prop-type "GParamEnum")
17069  (docs "The initial position of the window")
17070  (readable #t)
17071  (writable #t)
17072  (construct-only #f)
17073)
17074
17075(define-property default-width
17076  (of-object "GtkFileSelection")
17077  (prop-type "GParamInt")
17078  (docs "The default width of the window, used when initially showing the window")
17079  (readable #t)
17080  (writable #t)
17081  (construct-only #f)
17082)
17083
17084(define-property default-height
17085  (of-object "GtkFileSelection")
17086  (prop-type "GParamInt")
17087  (docs "The default height of the window, used when initially showing the window")
17088  (readable #t)
17089  (writable #t)
17090  (construct-only #f)
17091)
17092
17093(define-property destroy-with-parent
17094  (of-object "GtkFileSelection")
17095  (prop-type "GParamBoolean")
17096  (docs "If this window should be destroyed when the parent is destroyed")
17097  (readable #t)
17098  (writable #t)
17099  (construct-only #f)
17100)
17101
17102(define-property icon
17103  (of-object "GtkFileSelection")
17104  (prop-type "GParamObject")
17105  (docs "Icon for this window")
17106  (readable #t)
17107  (writable #t)
17108  (construct-only #f)
17109)
17110
17111(define-property icon-name
17112  (of-object "GtkFileSelection")
17113  (prop-type "GParamString")
17114  (docs "Name of the themed icon for this window")
17115  (readable #t)
17116  (writable #t)
17117  (construct-only #f)
17118)
17119
17120(define-property screen
17121  (of-object "GtkFileSelection")
17122  (prop-type "GParamObject")
17123  (docs "The screen where this window will be displayed")
17124  (readable #t)
17125  (writable #t)
17126  (construct-only #f)
17127)
17128
17129(define-property type-hint
17130  (of-object "GtkFileSelection")
17131  (prop-type "GParamEnum")
17132  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
17133  (readable #t)
17134  (writable #t)
17135  (construct-only #f)
17136)
17137
17138(define-property skip-taskbar-hint
17139  (of-object "GtkFileSelection")
17140  (prop-type "GParamBoolean")
17141  (docs "TRUE if the window should not be in the task bar.")
17142  (readable #t)
17143  (writable #t)
17144  (construct-only #f)
17145)
17146
17147(define-property skip-pager-hint
17148  (of-object "GtkFileSelection")
17149  (prop-type "GParamBoolean")
17150  (docs "TRUE if the window should not be in the pager.")
17151  (readable #t)
17152  (writable #t)
17153  (construct-only #f)
17154)
17155
17156(define-property urgency-hint
17157  (of-object "GtkFileSelection")
17158  (prop-type "GParamBoolean")
17159  (docs "TRUE if the window should be brought to the user's attention.")
17160  (readable #t)
17161  (writable #t)
17162  (construct-only #f)
17163)
17164
17165(define-property accept-focus
17166  (of-object "GtkFileSelection")
17167  (prop-type "GParamBoolean")
17168  (docs "TRUE if the window should receive the input focus.")
17169  (readable #t)
17170  (writable #t)
17171  (construct-only #f)
17172)
17173
17174(define-property focus-on-map
17175  (of-object "GtkFileSelection")
17176  (prop-type "GParamBoolean")
17177  (docs "TRUE if the window should receive the input focus when mapped.")
17178  (readable #t)
17179  (writable #t)
17180  (construct-only #f)
17181)
17182
17183(define-property decorated
17184  (of-object "GtkFileSelection")
17185  (prop-type "GParamBoolean")
17186  (docs "Whether the window should be decorated by the window manager")
17187  (readable #t)
17188  (writable #t)
17189  (construct-only #f)
17190)
17191
17192(define-property deletable
17193  (of-object "GtkFileSelection")
17194  (prop-type "GParamBoolean")
17195  (docs "Whether the window frame should have a close button")
17196  (readable #t)
17197  (writable #t)
17198  (construct-only #f)
17199)
17200
17201(define-property gravity
17202  (of-object "GtkFileSelection")
17203  (prop-type "GParamEnum")
17204  (docs "The window gravity of the window")
17205  (readable #t)
17206  (writable #t)
17207  (construct-only #f)
17208)
17209
17210(define-property transient-for
17211  (of-object "GtkFileSelection")
17212  (prop-type "GParamObject")
17213  (docs "The transient parent of the dialog")
17214  (readable #t)
17215  (writable #t)
17216  (construct-only #f)
17217)
17218
17219(define-property opacity
17220  (of-object "GtkFileSelection")
17221  (prop-type "GParamDouble")
17222  (docs "The opacity of the window, from 0 to 1")
17223  (readable #t)
17224  (writable #t)
17225  (construct-only #f)
17226)
17227
17228(define-property is-active
17229  (of-object "GtkFileSelection")
17230  (prop-type "GParamBoolean")
17231  (docs "Whether the toplevel is the current active window")
17232  (readable #t)
17233  (writable #f)
17234  (construct-only #f)
17235)
17236
17237(define-property has-toplevel-focus
17238  (of-object "GtkFileSelection")
17239  (prop-type "GParamBoolean")
17240  (docs "Whether the input focus is within this GtkWindow")
17241  (readable #t)
17242  (writable #f)
17243  (construct-only #f)
17244)
17245
17246(define-property startup-id
17247  (of-object "GtkFileSelection")
17248  (prop-type "GParamString")
17249  (docs "Unique startup identifier for the window used by startup-notification")
17250  (readable #f)
17251  (writable #t)
17252  (construct-only #f)
17253)
17254
17255(define-property mnemonics-visible
17256  (of-object "GtkFileSelection")
17257  (prop-type "GParamBoolean")
17258  (docs "Whether mnemonics are currently visible in this window")
17259  (readable #t)
17260  (writable #t)
17261  (construct-only #f)
17262)
17263
17264(define-property has-separator
17265  (of-object "GtkFileSelection")
17266  (prop-type "GParamBoolean")
17267  (docs "The dialog has a separator bar above its buttons")
17268  (readable #t)
17269  (writable #t)
17270  (construct-only #f)
17271)
17272
17273(define-property show-fileops
17274  (of-object "GtkFileSelection")
17275  (prop-type "GParamBoolean")
17276  (docs "Whether buttons for creating/manipulating files should be displayed")
17277  (readable #t)
17278  (writable #t)
17279  (construct-only #f)
17280)
17281
17282(define-property filename
17283  (of-object "GtkFileSelection")
17284  (prop-type "GParamString")
17285  (docs "The currently selected filename")
17286  (readable #t)
17287  (writable #t)
17288  (construct-only #f)
17289)
17290
17291(define-property select-multiple
17292  (of-object "GtkFileSelection")
17293  (prop-type "GParamBoolean")
17294  (docs "Whether to allow multiple files to be selected")
17295  (readable #t)
17296  (writable #t)
17297  (construct-only #f)
17298)
17299
17300;; From GtkFixed
17301
17302(define-property user-data
17303  (of-object "GtkFixed")
17304  (prop-type "GParamPointer")
17305  (docs "Anonymous User Data Pointer")
17306  (readable #t)
17307  (writable #t)
17308  (construct-only #f)
17309)
17310
17311(define-property name
17312  (of-object "GtkFixed")
17313  (prop-type "GParamString")
17314  (docs "The name of the widget")
17315  (readable #t)
17316  (writable #t)
17317  (construct-only #f)
17318)
17319
17320(define-property parent
17321  (of-object "GtkFixed")
17322  (prop-type "GParamObject")
17323  (docs "The parent widget of this widget. Must be a Container widget")
17324  (readable #t)
17325  (writable #t)
17326  (construct-only #f)
17327)
17328
17329(define-property width-request
17330  (of-object "GtkFixed")
17331  (prop-type "GParamInt")
17332  (docs "Override for width request of the widget, or -1 if natural request should be used")
17333  (readable #t)
17334  (writable #t)
17335  (construct-only #f)
17336)
17337
17338(define-property height-request
17339  (of-object "GtkFixed")
17340  (prop-type "GParamInt")
17341  (docs "Override for height request of the widget, or -1 if natural request should be used")
17342  (readable #t)
17343  (writable #t)
17344  (construct-only #f)
17345)
17346
17347(define-property visible
17348  (of-object "GtkFixed")
17349  (prop-type "GParamBoolean")
17350  (docs "Whether the widget is visible")
17351  (readable #t)
17352  (writable #t)
17353  (construct-only #f)
17354)
17355
17356(define-property sensitive
17357  (of-object "GtkFixed")
17358  (prop-type "GParamBoolean")
17359  (docs "Whether the widget responds to input")
17360  (readable #t)
17361  (writable #t)
17362  (construct-only #f)
17363)
17364
17365(define-property app-paintable
17366  (of-object "GtkFixed")
17367  (prop-type "GParamBoolean")
17368  (docs "Whether the application will paint directly on the widget")
17369  (readable #t)
17370  (writable #t)
17371  (construct-only #f)
17372)
17373
17374(define-property can-focus
17375  (of-object "GtkFixed")
17376  (prop-type "GParamBoolean")
17377  (docs "Whether the widget can accept the input focus")
17378  (readable #t)
17379  (writable #t)
17380  (construct-only #f)
17381)
17382
17383(define-property has-focus
17384  (of-object "GtkFixed")
17385  (prop-type "GParamBoolean")
17386  (docs "Whether the widget has the input focus")
17387  (readable #t)
17388  (writable #t)
17389  (construct-only #f)
17390)
17391
17392(define-property is-focus
17393  (of-object "GtkFixed")
17394  (prop-type "GParamBoolean")
17395  (docs "Whether the widget is the focus widget within the toplevel")
17396  (readable #t)
17397  (writable #t)
17398  (construct-only #f)
17399)
17400
17401(define-property can-default
17402  (of-object "GtkFixed")
17403  (prop-type "GParamBoolean")
17404  (docs "Whether the widget can be the default widget")
17405  (readable #t)
17406  (writable #t)
17407  (construct-only #f)
17408)
17409
17410(define-property has-default
17411  (of-object "GtkFixed")
17412  (prop-type "GParamBoolean")
17413  (docs "Whether the widget is the default widget")
17414  (readable #t)
17415  (writable #t)
17416  (construct-only #f)
17417)
17418
17419(define-property receives-default
17420  (of-object "GtkFixed")
17421  (prop-type "GParamBoolean")
17422  (docs "If TRUE, the widget will receive the default action when it is focused")
17423  (readable #t)
17424  (writable #t)
17425  (construct-only #f)
17426)
17427
17428(define-property composite-child
17429  (of-object "GtkFixed")
17430  (prop-type "GParamBoolean")
17431  (docs "Whether the widget is part of a composite widget")
17432  (readable #t)
17433  (writable #f)
17434  (construct-only #f)
17435)
17436
17437(define-property style
17438  (of-object "GtkFixed")
17439  (prop-type "GParamObject")
17440  (docs "The style of the widget, which contains information about how it will look (colors etc)")
17441  (readable #t)
17442  (writable #t)
17443  (construct-only #f)
17444)
17445
17446(define-property events
17447  (of-object "GtkFixed")
17448  (prop-type "GParamFlags")
17449  (docs "The event mask that decides what kind of GdkEvents this widget gets")
17450  (readable #t)
17451  (writable #t)
17452  (construct-only #f)
17453)
17454
17455(define-property extension-events
17456  (of-object "GtkFixed")
17457  (prop-type "GParamEnum")
17458  (docs "The mask that decides what kind of extension events this widget gets")
17459  (readable #t)
17460  (writable #t)
17461  (construct-only #f)
17462)
17463
17464(define-property no-show-all
17465  (of-object "GtkFixed")
17466  (prop-type "GParamBoolean")
17467  (docs "Whether gtk_widget_show_all() should not affect this widget")
17468  (readable #t)
17469  (writable #t)
17470  (construct-only #f)
17471)
17472
17473(define-property has-tooltip
17474  (of-object "GtkFixed")
17475  (prop-type "GParamBoolean")
17476  (docs "Whether this widget has a tooltip")
17477  (readable #t)
17478  (writable #t)
17479  (construct-only #f)
17480)
17481
17482(define-property tooltip-markup
17483  (of-object "GtkFixed")
17484  (prop-type "GParamString")
17485  (docs "The contents of the tooltip for this widget")
17486  (readable #t)
17487  (writable #t)
17488  (construct-only #f)
17489)
17490
17491(define-property tooltip-text
17492  (of-object "GtkFixed")
17493  (prop-type "GParamString")
17494  (docs "The contents of the tooltip for this widget")
17495  (readable #t)
17496  (writable #t)
17497  (construct-only #f)
17498)
17499
17500(define-property window
17501  (of-object "GtkFixed")
17502  (prop-type "GParamObject")
17503  (docs "The widget's window if it is realized")
17504  (readable #t)
17505  (writable #f)
17506  (construct-only #f)
17507)
17508
17509(define-property double-buffered
17510  (of-object "GtkFixed")
17511  (prop-type "GParamBoolean")
17512  (docs "Whether or not the widget is double buffered")
17513  (readable #t)
17514  (writable #t)
17515  (construct-only #f)
17516)
17517
17518(define-property border-width
17519  (of-object "GtkFixed")
17520  (prop-type "GParamUInt")
17521  (docs "The width of the empty border outside the containers children")
17522  (readable #t)
17523  (writable #t)
17524  (construct-only #f)
17525)
17526
17527(define-property resize-mode
17528  (of-object "GtkFixed")
17529  (prop-type "GParamEnum")
17530  (docs "Specify how resize events are handled")
17531  (readable #t)
17532  (writable #t)
17533  (construct-only #f)
17534)
17535
17536(define-property child
17537  (of-object "GtkFixed")
17538  (prop-type "GParamObject")
17539  (docs "Can be used to add a new child to the container")
17540  (readable #f)
17541  (writable #t)
17542  (construct-only #f)
17543)
17544
17545;; From GtkFontButton
17546
17547(define-signal font-set
17548  (of-object "GtkFontButton")
17549  (return-type "void")
17550  (when "first")
17551)
17552
17553(define-property related-action
17554  (of-object "GtkFontButton")
17555  (prop-type "GParamObject")
17556  (docs "The action this activatable will activate and receive updates from")
17557  (readable #t)
17558  (writable #t)
17559  (construct-only #f)
17560)
17561
17562(define-property use-action-appearance
17563  (of-object "GtkFontButton")
17564  (prop-type "GParamBoolean")
17565  (docs "Whether to use the related actions appearance properties")
17566  (readable #t)
17567  (writable #t)
17568  (construct-only #f)
17569)
17570
17571(define-property user-data
17572  (of-object "GtkFontButton")
17573  (prop-type "GParamPointer")
17574  (docs "Anonymous User Data Pointer")
17575  (readable #t)
17576  (writable #t)
17577  (construct-only #f)
17578)
17579
17580(define-property name
17581  (of-object "GtkFontButton")
17582  (prop-type "GParamString")
17583  (docs "The name of the widget")
17584  (readable #t)
17585  (writable #t)
17586  (construct-only #f)
17587)
17588
17589(define-property parent
17590  (of-object "GtkFontButton")
17591  (prop-type "GParamObject")
17592  (docs "The parent widget of this widget. Must be a Container widget")
17593  (readable #t)
17594  (writable #t)
17595  (construct-only #f)
17596)
17597
17598(define-property width-request
17599  (of-object "GtkFontButton")
17600  (prop-type "GParamInt")
17601  (docs "Override for width request of the widget, or -1 if natural request should be used")
17602  (readable #t)
17603  (writable #t)
17604  (construct-only #f)
17605)
17606
17607(define-property height-request
17608  (of-object "GtkFontButton")
17609  (prop-type "GParamInt")
17610  (docs "Override for height request of the widget, or -1 if natural request should be used")
17611  (readable #t)
17612  (writable #t)
17613  (construct-only #f)
17614)
17615
17616(define-property visible
17617  (of-object "GtkFontButton")
17618  (prop-type "GParamBoolean")
17619  (docs "Whether the widget is visible")
17620  (readable #t)
17621  (writable #t)
17622  (construct-only #f)
17623)
17624
17625(define-property sensitive
17626  (of-object "GtkFontButton")
17627  (prop-type "GParamBoolean")
17628  (docs "Whether the widget responds to input")
17629  (readable #t)
17630  (writable #t)
17631  (construct-only #f)
17632)
17633
17634(define-property app-paintable
17635  (of-object "GtkFontButton")
17636  (prop-type "GParamBoolean")
17637  (docs "Whether the application will paint directly on the widget")
17638  (readable #t)
17639  (writable #t)
17640  (construct-only #f)
17641)
17642
17643(define-property can-focus
17644  (of-object "GtkFontButton")
17645  (prop-type "GParamBoolean")
17646  (docs "Whether the widget can accept the input focus")
17647  (readable #t)
17648  (writable #t)
17649  (construct-only #f)
17650)
17651
17652(define-property has-focus
17653  (of-object "GtkFontButton")
17654  (prop-type "GParamBoolean")
17655  (docs "Whether the widget has the input focus")
17656  (readable #t)
17657  (writable #t)
17658  (construct-only #f)
17659)
17660
17661(define-property is-focus
17662  (of-object "GtkFontButton")
17663  (prop-type "GParamBoolean")
17664  (docs "Whether the widget is the focus widget within the toplevel")
17665  (readable #t)
17666  (writable #t)
17667  (construct-only #f)
17668)
17669
17670(define-property can-default
17671  (of-object "GtkFontButton")
17672  (prop-type "GParamBoolean")
17673  (docs "Whether the widget can be the default widget")
17674  (readable #t)
17675  (writable #t)
17676  (construct-only #f)
17677)
17678
17679(define-property has-default
17680  (of-object "GtkFontButton")
17681  (prop-type "GParamBoolean")
17682  (docs "Whether the widget is the default widget")
17683  (readable #t)
17684  (writable #t)
17685  (construct-only #f)
17686)
17687
17688(define-property receives-default
17689  (of-object "GtkFontButton")
17690  (prop-type "GParamBoolean")
17691  (docs "If TRUE, the widget will receive the default action when it is focused")
17692  (readable #t)
17693  (writable #t)
17694  (construct-only #f)
17695)
17696
17697(define-property composite-child
17698  (of-object "GtkFontButton")
17699  (prop-type "GParamBoolean")
17700  (docs "Whether the widget is part of a composite widget")
17701  (readable #t)
17702  (writable #f)
17703  (construct-only #f)
17704)
17705
17706(define-property style
17707  (of-object "GtkFontButton")
17708  (prop-type "GParamObject")
17709  (docs "The style of the widget, which contains information about how it will look (colors etc)")
17710  (readable #t)
17711  (writable #t)
17712  (construct-only #f)
17713)
17714
17715(define-property events
17716  (of-object "GtkFontButton")
17717  (prop-type "GParamFlags")
17718  (docs "The event mask that decides what kind of GdkEvents this widget gets")
17719  (readable #t)
17720  (writable #t)
17721  (construct-only #f)
17722)
17723
17724(define-property extension-events
17725  (of-object "GtkFontButton")
17726  (prop-type "GParamEnum")
17727  (docs "The mask that decides what kind of extension events this widget gets")
17728  (readable #t)
17729  (writable #t)
17730  (construct-only #f)
17731)
17732
17733(define-property no-show-all
17734  (of-object "GtkFontButton")
17735  (prop-type "GParamBoolean")
17736  (docs "Whether gtk_widget_show_all() should not affect this widget")
17737  (readable #t)
17738  (writable #t)
17739  (construct-only #f)
17740)
17741
17742(define-property has-tooltip
17743  (of-object "GtkFontButton")
17744  (prop-type "GParamBoolean")
17745  (docs "Whether this widget has a tooltip")
17746  (readable #t)
17747  (writable #t)
17748  (construct-only #f)
17749)
17750
17751(define-property tooltip-markup
17752  (of-object "GtkFontButton")
17753  (prop-type "GParamString")
17754  (docs "The contents of the tooltip for this widget")
17755  (readable #t)
17756  (writable #t)
17757  (construct-only #f)
17758)
17759
17760(define-property tooltip-text
17761  (of-object "GtkFontButton")
17762  (prop-type "GParamString")
17763  (docs "The contents of the tooltip for this widget")
17764  (readable #t)
17765  (writable #t)
17766  (construct-only #f)
17767)
17768
17769(define-property window
17770  (of-object "GtkFontButton")
17771  (prop-type "GParamObject")
17772  (docs "The widget's window if it is realized")
17773  (readable #t)
17774  (writable #f)
17775  (construct-only #f)
17776)
17777
17778(define-property double-buffered
17779  (of-object "GtkFontButton")
17780  (prop-type "GParamBoolean")
17781  (docs "Whether or not the widget is double buffered")
17782  (readable #t)
17783  (writable #t)
17784  (construct-only #f)
17785)
17786
17787(define-property border-width
17788  (of-object "GtkFontButton")
17789  (prop-type "GParamUInt")
17790  (docs "The width of the empty border outside the containers children")
17791  (readable #t)
17792  (writable #t)
17793  (construct-only #f)
17794)
17795
17796(define-property resize-mode
17797  (of-object "GtkFontButton")
17798  (prop-type "GParamEnum")
17799  (docs "Specify how resize events are handled")
17800  (readable #t)
17801  (writable #t)
17802  (construct-only #f)
17803)
17804
17805(define-property child
17806  (of-object "GtkFontButton")
17807  (prop-type "GParamObject")
17808  (docs "Can be used to add a new child to the container")
17809  (readable #f)
17810  (writable #t)
17811  (construct-only #f)
17812)
17813
17814(define-property label
17815  (of-object "GtkFontButton")
17816  (prop-type "GParamString")
17817  (docs "Text of the label widget inside the button, if the button contains a label widget")
17818  (readable #t)
17819  (writable #t)
17820  (construct-only #f)
17821)
17822
17823(define-property image
17824  (of-object "GtkFontButton")
17825  (prop-type "GParamObject")
17826  (docs "Child widget to appear next to the button text")
17827  (readable #t)
17828  (writable #t)
17829  (construct-only #f)
17830)
17831
17832(define-property relief
17833  (of-object "GtkFontButton")
17834  (prop-type "GParamEnum")
17835  (docs "The border relief style")
17836  (readable #t)
17837  (writable #t)
17838  (construct-only #f)
17839)
17840
17841(define-property use-underline
17842  (of-object "GtkFontButton")
17843  (prop-type "GParamBoolean")
17844  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
17845  (readable #t)
17846  (writable #t)
17847  (construct-only #f)
17848)
17849
17850(define-property use-stock
17851  (of-object "GtkFontButton")
17852  (prop-type "GParamBoolean")
17853  (docs "If set, the label is used to pick a stock item instead of being displayed")
17854  (readable #t)
17855  (writable #t)
17856  (construct-only #f)
17857)
17858
17859(define-property focus-on-click
17860  (of-object "GtkFontButton")
17861  (prop-type "GParamBoolean")
17862  (docs "Whether the button grabs focus when it is clicked with the mouse")
17863  (readable #t)
17864  (writable #t)
17865  (construct-only #f)
17866)
17867
17868(define-property xalign
17869  (of-object "GtkFontButton")
17870  (prop-type "GParamFloat")
17871  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
17872  (readable #t)
17873  (writable #t)
17874  (construct-only #f)
17875)
17876
17877(define-property yalign
17878  (of-object "GtkFontButton")
17879  (prop-type "GParamFloat")
17880  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
17881  (readable #t)
17882  (writable #t)
17883  (construct-only #f)
17884)
17885
17886(define-property image-position
17887  (of-object "GtkFontButton")
17888  (prop-type "GParamEnum")
17889  (docs "The position of the image relative to the text")
17890  (readable #t)
17891  (writable #t)
17892  (construct-only #f)
17893)
17894
17895(define-property title
17896  (of-object "GtkFontButton")
17897  (prop-type "GParamString")
17898  (docs "The title of the font selection dialog")
17899  (readable #t)
17900  (writable #t)
17901  (construct-only #f)
17902)
17903
17904(define-property font-name
17905  (of-object "GtkFontButton")
17906  (prop-type "GParamString")
17907  (docs "The name of the selected font")
17908  (readable #t)
17909  (writable #t)
17910  (construct-only #f)
17911)
17912
17913(define-property use-font
17914  (of-object "GtkFontButton")
17915  (prop-type "GParamBoolean")
17916  (docs "Whether the label is drawn in the selected font")
17917  (readable #t)
17918  (writable #t)
17919  (construct-only #f)
17920)
17921
17922(define-property use-size
17923  (of-object "GtkFontButton")
17924  (prop-type "GParamBoolean")
17925  (docs "Whether the label is drawn with the selected font size")
17926  (readable #t)
17927  (writable #t)
17928  (construct-only #f)
17929)
17930
17931(define-property show-style
17932  (of-object "GtkFontButton")
17933  (prop-type "GParamBoolean")
17934  (docs "Whether the selected font style is shown in the label")
17935  (readable #t)
17936  (writable #t)
17937  (construct-only #f)
17938)
17939
17940(define-property show-size
17941  (of-object "GtkFontButton")
17942  (prop-type "GParamBoolean")
17943  (docs "Whether selected font size is shown in the label")
17944  (readable #t)
17945  (writable #t)
17946  (construct-only #f)
17947)
17948
17949;; From GtkFontSelection
17950
17951(define-property orientation
17952  (of-object "GtkFontSelection")
17953  (prop-type "GParamEnum")
17954  (docs "The orientation of the orientable")
17955  (readable #t)
17956  (writable #t)
17957  (construct-only #f)
17958)
17959
17960(define-property user-data
17961  (of-object "GtkFontSelection")
17962  (prop-type "GParamPointer")
17963  (docs "Anonymous User Data Pointer")
17964  (readable #t)
17965  (writable #t)
17966  (construct-only #f)
17967)
17968
17969(define-property name
17970  (of-object "GtkFontSelection")
17971  (prop-type "GParamString")
17972  (docs "The name of the widget")
17973  (readable #t)
17974  (writable #t)
17975  (construct-only #f)
17976)
17977
17978(define-property parent
17979  (of-object "GtkFontSelection")
17980  (prop-type "GParamObject")
17981  (docs "The parent widget of this widget. Must be a Container widget")
17982  (readable #t)
17983  (writable #t)
17984  (construct-only #f)
17985)
17986
17987(define-property width-request
17988  (of-object "GtkFontSelection")
17989  (prop-type "GParamInt")
17990  (docs "Override for width request of the widget, or -1 if natural request should be used")
17991  (readable #t)
17992  (writable #t)
17993  (construct-only #f)
17994)
17995
17996(define-property height-request
17997  (of-object "GtkFontSelection")
17998  (prop-type "GParamInt")
17999  (docs "Override for height request of the widget, or -1 if natural request should be used")
18000  (readable #t)
18001  (writable #t)
18002  (construct-only #f)
18003)
18004
18005(define-property visible
18006  (of-object "GtkFontSelection")
18007  (prop-type "GParamBoolean")
18008  (docs "Whether the widget is visible")
18009  (readable #t)
18010  (writable #t)
18011  (construct-only #f)
18012)
18013
18014(define-property sensitive
18015  (of-object "GtkFontSelection")
18016  (prop-type "GParamBoolean")
18017  (docs "Whether the widget responds to input")
18018  (readable #t)
18019  (writable #t)
18020  (construct-only #f)
18021)
18022
18023(define-property app-paintable
18024  (of-object "GtkFontSelection")
18025  (prop-type "GParamBoolean")
18026  (docs "Whether the application will paint directly on the widget")
18027  (readable #t)
18028  (writable #t)
18029  (construct-only #f)
18030)
18031
18032(define-property can-focus
18033  (of-object "GtkFontSelection")
18034  (prop-type "GParamBoolean")
18035  (docs "Whether the widget can accept the input focus")
18036  (readable #t)
18037  (writable #t)
18038  (construct-only #f)
18039)
18040
18041(define-property has-focus
18042  (of-object "GtkFontSelection")
18043  (prop-type "GParamBoolean")
18044  (docs "Whether the widget has the input focus")
18045  (readable #t)
18046  (writable #t)
18047  (construct-only #f)
18048)
18049
18050(define-property is-focus
18051  (of-object "GtkFontSelection")
18052  (prop-type "GParamBoolean")
18053  (docs "Whether the widget is the focus widget within the toplevel")
18054  (readable #t)
18055  (writable #t)
18056  (construct-only #f)
18057)
18058
18059(define-property can-default
18060  (of-object "GtkFontSelection")
18061  (prop-type "GParamBoolean")
18062  (docs "Whether the widget can be the default widget")
18063  (readable #t)
18064  (writable #t)
18065  (construct-only #f)
18066)
18067
18068(define-property has-default
18069  (of-object "GtkFontSelection")
18070  (prop-type "GParamBoolean")
18071  (docs "Whether the widget is the default widget")
18072  (readable #t)
18073  (writable #t)
18074  (construct-only #f)
18075)
18076
18077(define-property receives-default
18078  (of-object "GtkFontSelection")
18079  (prop-type "GParamBoolean")
18080  (docs "If TRUE, the widget will receive the default action when it is focused")
18081  (readable #t)
18082  (writable #t)
18083  (construct-only #f)
18084)
18085
18086(define-property composite-child
18087  (of-object "GtkFontSelection")
18088  (prop-type "GParamBoolean")
18089  (docs "Whether the widget is part of a composite widget")
18090  (readable #t)
18091  (writable #f)
18092  (construct-only #f)
18093)
18094
18095(define-property style
18096  (of-object "GtkFontSelection")
18097  (prop-type "GParamObject")
18098  (docs "The style of the widget, which contains information about how it will look (colors etc)")
18099  (readable #t)
18100  (writable #t)
18101  (construct-only #f)
18102)
18103
18104(define-property events
18105  (of-object "GtkFontSelection")
18106  (prop-type "GParamFlags")
18107  (docs "The event mask that decides what kind of GdkEvents this widget gets")
18108  (readable #t)
18109  (writable #t)
18110  (construct-only #f)
18111)
18112
18113(define-property extension-events
18114  (of-object "GtkFontSelection")
18115  (prop-type "GParamEnum")
18116  (docs "The mask that decides what kind of extension events this widget gets")
18117  (readable #t)
18118  (writable #t)
18119  (construct-only #f)
18120)
18121
18122(define-property no-show-all
18123  (of-object "GtkFontSelection")
18124  (prop-type "GParamBoolean")
18125  (docs "Whether gtk_widget_show_all() should not affect this widget")
18126  (readable #t)
18127  (writable #t)
18128  (construct-only #f)
18129)
18130
18131(define-property has-tooltip
18132  (of-object "GtkFontSelection")
18133  (prop-type "GParamBoolean")
18134  (docs "Whether this widget has a tooltip")
18135  (readable #t)
18136  (writable #t)
18137  (construct-only #f)
18138)
18139
18140(define-property tooltip-markup
18141  (of-object "GtkFontSelection")
18142  (prop-type "GParamString")
18143  (docs "The contents of the tooltip for this widget")
18144  (readable #t)
18145  (writable #t)
18146  (construct-only #f)
18147)
18148
18149(define-property tooltip-text
18150  (of-object "GtkFontSelection")
18151  (prop-type "GParamString")
18152  (docs "The contents of the tooltip for this widget")
18153  (readable #t)
18154  (writable #t)
18155  (construct-only #f)
18156)
18157
18158(define-property window
18159  (of-object "GtkFontSelection")
18160  (prop-type "GParamObject")
18161  (docs "The widget's window if it is realized")
18162  (readable #t)
18163  (writable #f)
18164  (construct-only #f)
18165)
18166
18167(define-property double-buffered
18168  (of-object "GtkFontSelection")
18169  (prop-type "GParamBoolean")
18170  (docs "Whether or not the widget is double buffered")
18171  (readable #t)
18172  (writable #t)
18173  (construct-only #f)
18174)
18175
18176(define-property border-width
18177  (of-object "GtkFontSelection")
18178  (prop-type "GParamUInt")
18179  (docs "The width of the empty border outside the containers children")
18180  (readable #t)
18181  (writable #t)
18182  (construct-only #f)
18183)
18184
18185(define-property resize-mode
18186  (of-object "GtkFontSelection")
18187  (prop-type "GParamEnum")
18188  (docs "Specify how resize events are handled")
18189  (readable #t)
18190  (writable #t)
18191  (construct-only #f)
18192)
18193
18194(define-property child
18195  (of-object "GtkFontSelection")
18196  (prop-type "GParamObject")
18197  (docs "Can be used to add a new child to the container")
18198  (readable #f)
18199  (writable #t)
18200  (construct-only #f)
18201)
18202
18203(define-property spacing
18204  (of-object "GtkFontSelection")
18205  (prop-type "GParamInt")
18206  (docs "The amount of space between children")
18207  (readable #t)
18208  (writable #t)
18209  (construct-only #f)
18210)
18211
18212(define-property homogeneous
18213  (of-object "GtkFontSelection")
18214  (prop-type "GParamBoolean")
18215  (docs "Whether the children should all be the same size")
18216  (readable #t)
18217  (writable #t)
18218  (construct-only #f)
18219)
18220
18221(define-property font-name
18222  (of-object "GtkFontSelection")
18223  (prop-type "GParamString")
18224  (docs "The string that represents this font")
18225  (readable #t)
18226  (writable #t)
18227  (construct-only #f)
18228)
18229
18230(define-property font
18231  (of-object "GtkFontSelection")
18232  (prop-type "GParamBoxed")
18233  (docs "The GdkFont that is currently selected")
18234  (readable #t)
18235  (writable #f)
18236  (construct-only #f)
18237)
18238
18239(define-property preview-text
18240  (of-object "GtkFontSelection")
18241  (prop-type "GParamString")
18242  (docs "The text to display in order to demonstrate the selected font")
18243  (readable #t)
18244  (writable #t)
18245  (construct-only #f)
18246)
18247
18248;; From GtkFontSelectionDialog
18249
18250(define-property user-data
18251  (of-object "GtkFontSelectionDialog")
18252  (prop-type "GParamPointer")
18253  (docs "Anonymous User Data Pointer")
18254  (readable #t)
18255  (writable #t)
18256  (construct-only #f)
18257)
18258
18259(define-property name
18260  (of-object "GtkFontSelectionDialog")
18261  (prop-type "GParamString")
18262  (docs "The name of the widget")
18263  (readable #t)
18264  (writable #t)
18265  (construct-only #f)
18266)
18267
18268(define-property parent
18269  (of-object "GtkFontSelectionDialog")
18270  (prop-type "GParamObject")
18271  (docs "The parent widget of this widget. Must be a Container widget")
18272  (readable #t)
18273  (writable #t)
18274  (construct-only #f)
18275)
18276
18277(define-property width-request
18278  (of-object "GtkFontSelectionDialog")
18279  (prop-type "GParamInt")
18280  (docs "Override for width request of the widget, or -1 if natural request should be used")
18281  (readable #t)
18282  (writable #t)
18283  (construct-only #f)
18284)
18285
18286(define-property height-request
18287  (of-object "GtkFontSelectionDialog")
18288  (prop-type "GParamInt")
18289  (docs "Override for height request of the widget, or -1 if natural request should be used")
18290  (readable #t)
18291  (writable #t)
18292  (construct-only #f)
18293)
18294
18295(define-property visible
18296  (of-object "GtkFontSelectionDialog")
18297  (prop-type "GParamBoolean")
18298  (docs "Whether the widget is visible")
18299  (readable #t)
18300  (writable #t)
18301  (construct-only #f)
18302)
18303
18304(define-property sensitive
18305  (of-object "GtkFontSelectionDialog")
18306  (prop-type "GParamBoolean")
18307  (docs "Whether the widget responds to input")
18308  (readable #t)
18309  (writable #t)
18310  (construct-only #f)
18311)
18312
18313(define-property app-paintable
18314  (of-object "GtkFontSelectionDialog")
18315  (prop-type "GParamBoolean")
18316  (docs "Whether the application will paint directly on the widget")
18317  (readable #t)
18318  (writable #t)
18319  (construct-only #f)
18320)
18321
18322(define-property can-focus
18323  (of-object "GtkFontSelectionDialog")
18324  (prop-type "GParamBoolean")
18325  (docs "Whether the widget can accept the input focus")
18326  (readable #t)
18327  (writable #t)
18328  (construct-only #f)
18329)
18330
18331(define-property has-focus
18332  (of-object "GtkFontSelectionDialog")
18333  (prop-type "GParamBoolean")
18334  (docs "Whether the widget has the input focus")
18335  (readable #t)
18336  (writable #t)
18337  (construct-only #f)
18338)
18339
18340(define-property is-focus
18341  (of-object "GtkFontSelectionDialog")
18342  (prop-type "GParamBoolean")
18343  (docs "Whether the widget is the focus widget within the toplevel")
18344  (readable #t)
18345  (writable #t)
18346  (construct-only #f)
18347)
18348
18349(define-property can-default
18350  (of-object "GtkFontSelectionDialog")
18351  (prop-type "GParamBoolean")
18352  (docs "Whether the widget can be the default widget")
18353  (readable #t)
18354  (writable #t)
18355  (construct-only #f)
18356)
18357
18358(define-property has-default
18359  (of-object "GtkFontSelectionDialog")
18360  (prop-type "GParamBoolean")
18361  (docs "Whether the widget is the default widget")
18362  (readable #t)
18363  (writable #t)
18364  (construct-only #f)
18365)
18366
18367(define-property receives-default
18368  (of-object "GtkFontSelectionDialog")
18369  (prop-type "GParamBoolean")
18370  (docs "If TRUE, the widget will receive the default action when it is focused")
18371  (readable #t)
18372  (writable #t)
18373  (construct-only #f)
18374)
18375
18376(define-property composite-child
18377  (of-object "GtkFontSelectionDialog")
18378  (prop-type "GParamBoolean")
18379  (docs "Whether the widget is part of a composite widget")
18380  (readable #t)
18381  (writable #f)
18382  (construct-only #f)
18383)
18384
18385(define-property style
18386  (of-object "GtkFontSelectionDialog")
18387  (prop-type "GParamObject")
18388  (docs "The style of the widget, which contains information about how it will look (colors etc)")
18389  (readable #t)
18390  (writable #t)
18391  (construct-only #f)
18392)
18393
18394(define-property events
18395  (of-object "GtkFontSelectionDialog")
18396  (prop-type "GParamFlags")
18397  (docs "The event mask that decides what kind of GdkEvents this widget gets")
18398  (readable #t)
18399  (writable #t)
18400  (construct-only #f)
18401)
18402
18403(define-property extension-events
18404  (of-object "GtkFontSelectionDialog")
18405  (prop-type "GParamEnum")
18406  (docs "The mask that decides what kind of extension events this widget gets")
18407  (readable #t)
18408  (writable #t)
18409  (construct-only #f)
18410)
18411
18412(define-property no-show-all
18413  (of-object "GtkFontSelectionDialog")
18414  (prop-type "GParamBoolean")
18415  (docs "Whether gtk_widget_show_all() should not affect this widget")
18416  (readable #t)
18417  (writable #t)
18418  (construct-only #f)
18419)
18420
18421(define-property has-tooltip
18422  (of-object "GtkFontSelectionDialog")
18423  (prop-type "GParamBoolean")
18424  (docs "Whether this widget has a tooltip")
18425  (readable #t)
18426  (writable #t)
18427  (construct-only #f)
18428)
18429
18430(define-property tooltip-markup
18431  (of-object "GtkFontSelectionDialog")
18432  (prop-type "GParamString")
18433  (docs "The contents of the tooltip for this widget")
18434  (readable #t)
18435  (writable #t)
18436  (construct-only #f)
18437)
18438
18439(define-property tooltip-text
18440  (of-object "GtkFontSelectionDialog")
18441  (prop-type "GParamString")
18442  (docs "The contents of the tooltip for this widget")
18443  (readable #t)
18444  (writable #t)
18445  (construct-only #f)
18446)
18447
18448(define-property window
18449  (of-object "GtkFontSelectionDialog")
18450  (prop-type "GParamObject")
18451  (docs "The widget's window if it is realized")
18452  (readable #t)
18453  (writable #f)
18454  (construct-only #f)
18455)
18456
18457(define-property double-buffered
18458  (of-object "GtkFontSelectionDialog")
18459  (prop-type "GParamBoolean")
18460  (docs "Whether or not the widget is double buffered")
18461  (readable #t)
18462  (writable #t)
18463  (construct-only #f)
18464)
18465
18466(define-property border-width
18467  (of-object "GtkFontSelectionDialog")
18468  (prop-type "GParamUInt")
18469  (docs "The width of the empty border outside the containers children")
18470  (readable #t)
18471  (writable #t)
18472  (construct-only #f)
18473)
18474
18475(define-property resize-mode
18476  (of-object "GtkFontSelectionDialog")
18477  (prop-type "GParamEnum")
18478  (docs "Specify how resize events are handled")
18479  (readable #t)
18480  (writable #t)
18481  (construct-only #f)
18482)
18483
18484(define-property child
18485  (of-object "GtkFontSelectionDialog")
18486  (prop-type "GParamObject")
18487  (docs "Can be used to add a new child to the container")
18488  (readable #f)
18489  (writable #t)
18490  (construct-only #f)
18491)
18492
18493(define-property type
18494  (of-object "GtkFontSelectionDialog")
18495  (prop-type "GParamEnum")
18496  (docs "The type of the window")
18497  (readable #t)
18498  (writable #t)
18499  (construct-only #t)
18500)
18501
18502(define-property title
18503  (of-object "GtkFontSelectionDialog")
18504  (prop-type "GParamString")
18505  (docs "The title of the window")
18506  (readable #t)
18507  (writable #t)
18508  (construct-only #f)
18509)
18510
18511(define-property role
18512  (of-object "GtkFontSelectionDialog")
18513  (prop-type "GParamString")
18514  (docs "Unique identifier for the window to be used when restoring a session")
18515  (readable #t)
18516  (writable #t)
18517  (construct-only #f)
18518)
18519
18520(define-property allow-shrink
18521  (of-object "GtkFontSelectionDialog")
18522  (prop-type "GParamBoolean")
18523  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
18524  (readable #t)
18525  (writable #t)
18526  (construct-only #f)
18527)
18528
18529(define-property allow-grow
18530  (of-object "GtkFontSelectionDialog")
18531  (prop-type "GParamBoolean")
18532  (docs "If TRUE, users can expand the window beyond its minimum size")
18533  (readable #t)
18534  (writable #t)
18535  (construct-only #f)
18536)
18537
18538(define-property resizable
18539  (of-object "GtkFontSelectionDialog")
18540  (prop-type "GParamBoolean")
18541  (docs "If TRUE, users can resize the window")
18542  (readable #t)
18543  (writable #t)
18544  (construct-only #f)
18545)
18546
18547(define-property modal
18548  (of-object "GtkFontSelectionDialog")
18549  (prop-type "GParamBoolean")
18550  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
18551  (readable #t)
18552  (writable #t)
18553  (construct-only #f)
18554)
18555
18556(define-property window-position
18557  (of-object "GtkFontSelectionDialog")
18558  (prop-type "GParamEnum")
18559  (docs "The initial position of the window")
18560  (readable #t)
18561  (writable #t)
18562  (construct-only #f)
18563)
18564
18565(define-property default-width
18566  (of-object "GtkFontSelectionDialog")
18567  (prop-type "GParamInt")
18568  (docs "The default width of the window, used when initially showing the window")
18569  (readable #t)
18570  (writable #t)
18571  (construct-only #f)
18572)
18573
18574(define-property default-height
18575  (of-object "GtkFontSelectionDialog")
18576  (prop-type "GParamInt")
18577  (docs "The default height of the window, used when initially showing the window")
18578  (readable #t)
18579  (writable #t)
18580  (construct-only #f)
18581)
18582
18583(define-property destroy-with-parent
18584  (of-object "GtkFontSelectionDialog")
18585  (prop-type "GParamBoolean")
18586  (docs "If this window should be destroyed when the parent is destroyed")
18587  (readable #t)
18588  (writable #t)
18589  (construct-only #f)
18590)
18591
18592(define-property icon
18593  (of-object "GtkFontSelectionDialog")
18594  (prop-type "GParamObject")
18595  (docs "Icon for this window")
18596  (readable #t)
18597  (writable #t)
18598  (construct-only #f)
18599)
18600
18601(define-property icon-name
18602  (of-object "GtkFontSelectionDialog")
18603  (prop-type "GParamString")
18604  (docs "Name of the themed icon for this window")
18605  (readable #t)
18606  (writable #t)
18607  (construct-only #f)
18608)
18609
18610(define-property screen
18611  (of-object "GtkFontSelectionDialog")
18612  (prop-type "GParamObject")
18613  (docs "The screen where this window will be displayed")
18614  (readable #t)
18615  (writable #t)
18616  (construct-only #f)
18617)
18618
18619(define-property type-hint
18620  (of-object "GtkFontSelectionDialog")
18621  (prop-type "GParamEnum")
18622  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
18623  (readable #t)
18624  (writable #t)
18625  (construct-only #f)
18626)
18627
18628(define-property skip-taskbar-hint
18629  (of-object "GtkFontSelectionDialog")
18630  (prop-type "GParamBoolean")
18631  (docs "TRUE if the window should not be in the task bar.")
18632  (readable #t)
18633  (writable #t)
18634  (construct-only #f)
18635)
18636
18637(define-property skip-pager-hint
18638  (of-object "GtkFontSelectionDialog")
18639  (prop-type "GParamBoolean")
18640  (docs "TRUE if the window should not be in the pager.")
18641  (readable #t)
18642  (writable #t)
18643  (construct-only #f)
18644)
18645
18646(define-property urgency-hint
18647  (of-object "GtkFontSelectionDialog")
18648  (prop-type "GParamBoolean")
18649  (docs "TRUE if the window should be brought to the user's attention.")
18650  (readable #t)
18651  (writable #t)
18652  (construct-only #f)
18653)
18654
18655(define-property accept-focus
18656  (of-object "GtkFontSelectionDialog")
18657  (prop-type "GParamBoolean")
18658  (docs "TRUE if the window should receive the input focus.")
18659  (readable #t)
18660  (writable #t)
18661  (construct-only #f)
18662)
18663
18664(define-property focus-on-map
18665  (of-object "GtkFontSelectionDialog")
18666  (prop-type "GParamBoolean")
18667  (docs "TRUE if the window should receive the input focus when mapped.")
18668  (readable #t)
18669  (writable #t)
18670  (construct-only #f)
18671)
18672
18673(define-property decorated
18674  (of-object "GtkFontSelectionDialog")
18675  (prop-type "GParamBoolean")
18676  (docs "Whether the window should be decorated by the window manager")
18677  (readable #t)
18678  (writable #t)
18679  (construct-only #f)
18680)
18681
18682(define-property deletable
18683  (of-object "GtkFontSelectionDialog")
18684  (prop-type "GParamBoolean")
18685  (docs "Whether the window frame should have a close button")
18686  (readable #t)
18687  (writable #t)
18688  (construct-only #f)
18689)
18690
18691(define-property gravity
18692  (of-object "GtkFontSelectionDialog")
18693  (prop-type "GParamEnum")
18694  (docs "The window gravity of the window")
18695  (readable #t)
18696  (writable #t)
18697  (construct-only #f)
18698)
18699
18700(define-property transient-for
18701  (of-object "GtkFontSelectionDialog")
18702  (prop-type "GParamObject")
18703  (docs "The transient parent of the dialog")
18704  (readable #t)
18705  (writable #t)
18706  (construct-only #f)
18707)
18708
18709(define-property opacity
18710  (of-object "GtkFontSelectionDialog")
18711  (prop-type "GParamDouble")
18712  (docs "The opacity of the window, from 0 to 1")
18713  (readable #t)
18714  (writable #t)
18715  (construct-only #f)
18716)
18717
18718(define-property is-active
18719  (of-object "GtkFontSelectionDialog")
18720  (prop-type "GParamBoolean")
18721  (docs "Whether the toplevel is the current active window")
18722  (readable #t)
18723  (writable #f)
18724  (construct-only #f)
18725)
18726
18727(define-property has-toplevel-focus
18728  (of-object "GtkFontSelectionDialog")
18729  (prop-type "GParamBoolean")
18730  (docs "Whether the input focus is within this GtkWindow")
18731  (readable #t)
18732  (writable #f)
18733  (construct-only #f)
18734)
18735
18736(define-property startup-id
18737  (of-object "GtkFontSelectionDialog")
18738  (prop-type "GParamString")
18739  (docs "Unique startup identifier for the window used by startup-notification")
18740  (readable #f)
18741  (writable #t)
18742  (construct-only #f)
18743)
18744
18745(define-property mnemonics-visible
18746  (of-object "GtkFontSelectionDialog")
18747  (prop-type "GParamBoolean")
18748  (docs "Whether mnemonics are currently visible in this window")
18749  (readable #t)
18750  (writable #t)
18751  (construct-only #f)
18752)
18753
18754(define-property has-separator
18755  (of-object "GtkFontSelectionDialog")
18756  (prop-type "GParamBoolean")
18757  (docs "The dialog has a separator bar above its buttons")
18758  (readable #t)
18759  (writable #t)
18760  (construct-only #f)
18761)
18762
18763;; From GtkFrame
18764
18765(define-property user-data
18766  (of-object "GtkFrame")
18767  (prop-type "GParamPointer")
18768  (docs "Anonymous User Data Pointer")
18769  (readable #t)
18770  (writable #t)
18771  (construct-only #f)
18772)
18773
18774(define-property name
18775  (of-object "GtkFrame")
18776  (prop-type "GParamString")
18777  (docs "The name of the widget")
18778  (readable #t)
18779  (writable #t)
18780  (construct-only #f)
18781)
18782
18783(define-property parent
18784  (of-object "GtkFrame")
18785  (prop-type "GParamObject")
18786  (docs "The parent widget of this widget. Must be a Container widget")
18787  (readable #t)
18788  (writable #t)
18789  (construct-only #f)
18790)
18791
18792(define-property width-request
18793  (of-object "GtkFrame")
18794  (prop-type "GParamInt")
18795  (docs "Override for width request of the widget, or -1 if natural request should be used")
18796  (readable #t)
18797  (writable #t)
18798  (construct-only #f)
18799)
18800
18801(define-property height-request
18802  (of-object "GtkFrame")
18803  (prop-type "GParamInt")
18804  (docs "Override for height request of the widget, or -1 if natural request should be used")
18805  (readable #t)
18806  (writable #t)
18807  (construct-only #f)
18808)
18809
18810(define-property visible
18811  (of-object "GtkFrame")
18812  (prop-type "GParamBoolean")
18813  (docs "Whether the widget is visible")
18814  (readable #t)
18815  (writable #t)
18816  (construct-only #f)
18817)
18818
18819(define-property sensitive
18820  (of-object "GtkFrame")
18821  (prop-type "GParamBoolean")
18822  (docs "Whether the widget responds to input")
18823  (readable #t)
18824  (writable #t)
18825  (construct-only #f)
18826)
18827
18828(define-property app-paintable
18829  (of-object "GtkFrame")
18830  (prop-type "GParamBoolean")
18831  (docs "Whether the application will paint directly on the widget")
18832  (readable #t)
18833  (writable #t)
18834  (construct-only #f)
18835)
18836
18837(define-property can-focus
18838  (of-object "GtkFrame")
18839  (prop-type "GParamBoolean")
18840  (docs "Whether the widget can accept the input focus")
18841  (readable #t)
18842  (writable #t)
18843  (construct-only #f)
18844)
18845
18846(define-property has-focus
18847  (of-object "GtkFrame")
18848  (prop-type "GParamBoolean")
18849  (docs "Whether the widget has the input focus")
18850  (readable #t)
18851  (writable #t)
18852  (construct-only #f)
18853)
18854
18855(define-property is-focus
18856  (of-object "GtkFrame")
18857  (prop-type "GParamBoolean")
18858  (docs "Whether the widget is the focus widget within the toplevel")
18859  (readable #t)
18860  (writable #t)
18861  (construct-only #f)
18862)
18863
18864(define-property can-default
18865  (of-object "GtkFrame")
18866  (prop-type "GParamBoolean")
18867  (docs "Whether the widget can be the default widget")
18868  (readable #t)
18869  (writable #t)
18870  (construct-only #f)
18871)
18872
18873(define-property has-default
18874  (of-object "GtkFrame")
18875  (prop-type "GParamBoolean")
18876  (docs "Whether the widget is the default widget")
18877  (readable #t)
18878  (writable #t)
18879  (construct-only #f)
18880)
18881
18882(define-property receives-default
18883  (of-object "GtkFrame")
18884  (prop-type "GParamBoolean")
18885  (docs "If TRUE, the widget will receive the default action when it is focused")
18886  (readable #t)
18887  (writable #t)
18888  (construct-only #f)
18889)
18890
18891(define-property composite-child
18892  (of-object "GtkFrame")
18893  (prop-type "GParamBoolean")
18894  (docs "Whether the widget is part of a composite widget")
18895  (readable #t)
18896  (writable #f)
18897  (construct-only #f)
18898)
18899
18900(define-property style
18901  (of-object "GtkFrame")
18902  (prop-type "GParamObject")
18903  (docs "The style of the widget, which contains information about how it will look (colors etc)")
18904  (readable #t)
18905  (writable #t)
18906  (construct-only #f)
18907)
18908
18909(define-property events
18910  (of-object "GtkFrame")
18911  (prop-type "GParamFlags")
18912  (docs "The event mask that decides what kind of GdkEvents this widget gets")
18913  (readable #t)
18914  (writable #t)
18915  (construct-only #f)
18916)
18917
18918(define-property extension-events
18919  (of-object "GtkFrame")
18920  (prop-type "GParamEnum")
18921  (docs "The mask that decides what kind of extension events this widget gets")
18922  (readable #t)
18923  (writable #t)
18924  (construct-only #f)
18925)
18926
18927(define-property no-show-all
18928  (of-object "GtkFrame")
18929  (prop-type "GParamBoolean")
18930  (docs "Whether gtk_widget_show_all() should not affect this widget")
18931  (readable #t)
18932  (writable #t)
18933  (construct-only #f)
18934)
18935
18936(define-property has-tooltip
18937  (of-object "GtkFrame")
18938  (prop-type "GParamBoolean")
18939  (docs "Whether this widget has a tooltip")
18940  (readable #t)
18941  (writable #t)
18942  (construct-only #f)
18943)
18944
18945(define-property tooltip-markup
18946  (of-object "GtkFrame")
18947  (prop-type "GParamString")
18948  (docs "The contents of the tooltip for this widget")
18949  (readable #t)
18950  (writable #t)
18951  (construct-only #f)
18952)
18953
18954(define-property tooltip-text
18955  (of-object "GtkFrame")
18956  (prop-type "GParamString")
18957  (docs "The contents of the tooltip for this widget")
18958  (readable #t)
18959  (writable #t)
18960  (construct-only #f)
18961)
18962
18963(define-property window
18964  (of-object "GtkFrame")
18965  (prop-type "GParamObject")
18966  (docs "The widget's window if it is realized")
18967  (readable #t)
18968  (writable #f)
18969  (construct-only #f)
18970)
18971
18972(define-property double-buffered
18973  (of-object "GtkFrame")
18974  (prop-type "GParamBoolean")
18975  (docs "Whether or not the widget is double buffered")
18976  (readable #t)
18977  (writable #t)
18978  (construct-only #f)
18979)
18980
18981(define-property border-width
18982  (of-object "GtkFrame")
18983  (prop-type "GParamUInt")
18984  (docs "The width of the empty border outside the containers children")
18985  (readable #t)
18986  (writable #t)
18987  (construct-only #f)
18988)
18989
18990(define-property resize-mode
18991  (of-object "GtkFrame")
18992  (prop-type "GParamEnum")
18993  (docs "Specify how resize events are handled")
18994  (readable #t)
18995  (writable #t)
18996  (construct-only #f)
18997)
18998
18999(define-property child
19000  (of-object "GtkFrame")
19001  (prop-type "GParamObject")
19002  (docs "Can be used to add a new child to the container")
19003  (readable #f)
19004  (writable #t)
19005  (construct-only #f)
19006)
19007
19008(define-property label
19009  (of-object "GtkFrame")
19010  (prop-type "GParamString")
19011  (docs "Text of the frame's label")
19012  (readable #t)
19013  (writable #t)
19014  (construct-only #f)
19015)
19016
19017(define-property label-xalign
19018  (of-object "GtkFrame")
19019  (prop-type "GParamFloat")
19020  (docs "The horizontal alignment of the label")
19021  (readable #t)
19022  (writable #t)
19023  (construct-only #f)
19024)
19025
19026(define-property label-yalign
19027  (of-object "GtkFrame")
19028  (prop-type "GParamFloat")
19029  (docs "The vertical alignment of the label")
19030  (readable #t)
19031  (writable #t)
19032  (construct-only #f)
19033)
19034
19035(define-property shadow
19036  (of-object "GtkFrame")
19037  (prop-type "GParamEnum")
19038  (docs "Deprecated property, use shadow_type instead")
19039  (readable #t)
19040  (writable #t)
19041  (construct-only #f)
19042)
19043
19044(define-property shadow-type
19045  (of-object "GtkFrame")
19046  (prop-type "GParamEnum")
19047  (docs "Appearance of the frame border")
19048  (readable #t)
19049  (writable #t)
19050  (construct-only #f)
19051)
19052
19053(define-property label-widget
19054  (of-object "GtkFrame")
19055  (prop-type "GParamObject")
19056  (docs "A widget to display in place of the usual frame label")
19057  (readable #t)
19058  (writable #t)
19059  (construct-only #f)
19060)
19061
19062;; From GtkHandleBox
19063
19064(define-signal child-detached
19065  (of-object "GtkHandleBox")
19066  (return-type "void")
19067  (when "first")
19068  (parameters
19069    '("GtkWidget*" "p0")
19070  )
19071)
19072
19073(define-signal child-attached
19074  (of-object "GtkHandleBox")
19075  (return-type "void")
19076  (when "first")
19077  (parameters
19078    '("GtkWidget*" "p0")
19079  )
19080)
19081
19082(define-property user-data
19083  (of-object "GtkHandleBox")
19084  (prop-type "GParamPointer")
19085  (docs "Anonymous User Data Pointer")
19086  (readable #t)
19087  (writable #t)
19088  (construct-only #f)
19089)
19090
19091(define-property name
19092  (of-object "GtkHandleBox")
19093  (prop-type "GParamString")
19094  (docs "The name of the widget")
19095  (readable #t)
19096  (writable #t)
19097  (construct-only #f)
19098)
19099
19100(define-property parent
19101  (of-object "GtkHandleBox")
19102  (prop-type "GParamObject")
19103  (docs "The parent widget of this widget. Must be a Container widget")
19104  (readable #t)
19105  (writable #t)
19106  (construct-only #f)
19107)
19108
19109(define-property width-request
19110  (of-object "GtkHandleBox")
19111  (prop-type "GParamInt")
19112  (docs "Override for width request of the widget, or -1 if natural request should be used")
19113  (readable #t)
19114  (writable #t)
19115  (construct-only #f)
19116)
19117
19118(define-property height-request
19119  (of-object "GtkHandleBox")
19120  (prop-type "GParamInt")
19121  (docs "Override for height request of the widget, or -1 if natural request should be used")
19122  (readable #t)
19123  (writable #t)
19124  (construct-only #f)
19125)
19126
19127(define-property visible
19128  (of-object "GtkHandleBox")
19129  (prop-type "GParamBoolean")
19130  (docs "Whether the widget is visible")
19131  (readable #t)
19132  (writable #t)
19133  (construct-only #f)
19134)
19135
19136(define-property sensitive
19137  (of-object "GtkHandleBox")
19138  (prop-type "GParamBoolean")
19139  (docs "Whether the widget responds to input")
19140  (readable #t)
19141  (writable #t)
19142  (construct-only #f)
19143)
19144
19145(define-property app-paintable
19146  (of-object "GtkHandleBox")
19147  (prop-type "GParamBoolean")
19148  (docs "Whether the application will paint directly on the widget")
19149  (readable #t)
19150  (writable #t)
19151  (construct-only #f)
19152)
19153
19154(define-property can-focus
19155  (of-object "GtkHandleBox")
19156  (prop-type "GParamBoolean")
19157  (docs "Whether the widget can accept the input focus")
19158  (readable #t)
19159  (writable #t)
19160  (construct-only #f)
19161)
19162
19163(define-property has-focus
19164  (of-object "GtkHandleBox")
19165  (prop-type "GParamBoolean")
19166  (docs "Whether the widget has the input focus")
19167  (readable #t)
19168  (writable #t)
19169  (construct-only #f)
19170)
19171
19172(define-property is-focus
19173  (of-object "GtkHandleBox")
19174  (prop-type "GParamBoolean")
19175  (docs "Whether the widget is the focus widget within the toplevel")
19176  (readable #t)
19177  (writable #t)
19178  (construct-only #f)
19179)
19180
19181(define-property can-default
19182  (of-object "GtkHandleBox")
19183  (prop-type "GParamBoolean")
19184  (docs "Whether the widget can be the default widget")
19185  (readable #t)
19186  (writable #t)
19187  (construct-only #f)
19188)
19189
19190(define-property has-default
19191  (of-object "GtkHandleBox")
19192  (prop-type "GParamBoolean")
19193  (docs "Whether the widget is the default widget")
19194  (readable #t)
19195  (writable #t)
19196  (construct-only #f)
19197)
19198
19199(define-property receives-default
19200  (of-object "GtkHandleBox")
19201  (prop-type "GParamBoolean")
19202  (docs "If TRUE, the widget will receive the default action when it is focused")
19203  (readable #t)
19204  (writable #t)
19205  (construct-only #f)
19206)
19207
19208(define-property composite-child
19209  (of-object "GtkHandleBox")
19210  (prop-type "GParamBoolean")
19211  (docs "Whether the widget is part of a composite widget")
19212  (readable #t)
19213  (writable #f)
19214  (construct-only #f)
19215)
19216
19217(define-property style
19218  (of-object "GtkHandleBox")
19219  (prop-type "GParamObject")
19220  (docs "The style of the widget, which contains information about how it will look (colors etc)")
19221  (readable #t)
19222  (writable #t)
19223  (construct-only #f)
19224)
19225
19226(define-property events
19227  (of-object "GtkHandleBox")
19228  (prop-type "GParamFlags")
19229  (docs "The event mask that decides what kind of GdkEvents this widget gets")
19230  (readable #t)
19231  (writable #t)
19232  (construct-only #f)
19233)
19234
19235(define-property extension-events
19236  (of-object "GtkHandleBox")
19237  (prop-type "GParamEnum")
19238  (docs "The mask that decides what kind of extension events this widget gets")
19239  (readable #t)
19240  (writable #t)
19241  (construct-only #f)
19242)
19243
19244(define-property no-show-all
19245  (of-object "GtkHandleBox")
19246  (prop-type "GParamBoolean")
19247  (docs "Whether gtk_widget_show_all() should not affect this widget")
19248  (readable #t)
19249  (writable #t)
19250  (construct-only #f)
19251)
19252
19253(define-property has-tooltip
19254  (of-object "GtkHandleBox")
19255  (prop-type "GParamBoolean")
19256  (docs "Whether this widget has a tooltip")
19257  (readable #t)
19258  (writable #t)
19259  (construct-only #f)
19260)
19261
19262(define-property tooltip-markup
19263  (of-object "GtkHandleBox")
19264  (prop-type "GParamString")
19265  (docs "The contents of the tooltip for this widget")
19266  (readable #t)
19267  (writable #t)
19268  (construct-only #f)
19269)
19270
19271(define-property tooltip-text
19272  (of-object "GtkHandleBox")
19273  (prop-type "GParamString")
19274  (docs "The contents of the tooltip for this widget")
19275  (readable #t)
19276  (writable #t)
19277  (construct-only #f)
19278)
19279
19280(define-property window
19281  (of-object "GtkHandleBox")
19282  (prop-type "GParamObject")
19283  (docs "The widget's window if it is realized")
19284  (readable #t)
19285  (writable #f)
19286  (construct-only #f)
19287)
19288
19289(define-property double-buffered
19290  (of-object "GtkHandleBox")
19291  (prop-type "GParamBoolean")
19292  (docs "Whether or not the widget is double buffered")
19293  (readable #t)
19294  (writable #t)
19295  (construct-only #f)
19296)
19297
19298(define-property border-width
19299  (of-object "GtkHandleBox")
19300  (prop-type "GParamUInt")
19301  (docs "The width of the empty border outside the containers children")
19302  (readable #t)
19303  (writable #t)
19304  (construct-only #f)
19305)
19306
19307(define-property resize-mode
19308  (of-object "GtkHandleBox")
19309  (prop-type "GParamEnum")
19310  (docs "Specify how resize events are handled")
19311  (readable #t)
19312  (writable #t)
19313  (construct-only #f)
19314)
19315
19316(define-property child
19317  (of-object "GtkHandleBox")
19318  (prop-type "GParamObject")
19319  (docs "Can be used to add a new child to the container")
19320  (readable #f)
19321  (writable #t)
19322  (construct-only #f)
19323)
19324
19325(define-property shadow
19326  (of-object "GtkHandleBox")
19327  (prop-type "GParamEnum")
19328  (docs "Deprecated property, use shadow_type instead")
19329  (readable #t)
19330  (writable #t)
19331  (construct-only #f)
19332)
19333
19334(define-property shadow-type
19335  (of-object "GtkHandleBox")
19336  (prop-type "GParamEnum")
19337  (docs "Appearance of the shadow that surrounds the container")
19338  (readable #t)
19339  (writable #t)
19340  (construct-only #f)
19341)
19342
19343(define-property handle-position
19344  (of-object "GtkHandleBox")
19345  (prop-type "GParamEnum")
19346  (docs "Position of the handle relative to the child widget")
19347  (readable #t)
19348  (writable #t)
19349  (construct-only #f)
19350)
19351
19352(define-property snap-edge
19353  (of-object "GtkHandleBox")
19354  (prop-type "GParamEnum")
19355  (docs "Side of the handlebox that's lined up with the docking point to dock the handlebox")
19356  (readable #t)
19357  (writable #t)
19358  (construct-only #f)
19359)
19360
19361(define-property snap-edge-set
19362  (of-object "GtkHandleBox")
19363  (prop-type "GParamBoolean")
19364  (docs "Whether to use the value from the snap_edge property or a value derived from handle_position")
19365  (readable #t)
19366  (writable #t)
19367  (construct-only #f)
19368)
19369
19370(define-property child-detached
19371  (of-object "GtkHandleBox")
19372  (prop-type "GParamBoolean")
19373  (docs "A boolean value indicating whether the handlebox's child is attached or detached.")
19374  (readable #t)
19375  (writable #f)
19376  (construct-only #f)
19377)
19378
19379;; From GtkIconTheme
19380
19381(define-signal changed
19382  (of-object "GtkIconTheme")
19383  (return-type "void")
19384  (when "last")
19385)
19386
19387;; From GtkImage
19388
19389(define-property user-data
19390  (of-object "GtkImage")
19391  (prop-type "GParamPointer")
19392  (docs "Anonymous User Data Pointer")
19393  (readable #t)
19394  (writable #t)
19395  (construct-only #f)
19396)
19397
19398(define-property name
19399  (of-object "GtkImage")
19400  (prop-type "GParamString")
19401  (docs "The name of the widget")
19402  (readable #t)
19403  (writable #t)
19404  (construct-only #f)
19405)
19406
19407(define-property parent
19408  (of-object "GtkImage")
19409  (prop-type "GParamObject")
19410  (docs "The parent widget of this widget. Must be a Container widget")
19411  (readable #t)
19412  (writable #t)
19413  (construct-only #f)
19414)
19415
19416(define-property width-request
19417  (of-object "GtkImage")
19418  (prop-type "GParamInt")
19419  (docs "Override for width request of the widget, or -1 if natural request should be used")
19420  (readable #t)
19421  (writable #t)
19422  (construct-only #f)
19423)
19424
19425(define-property height-request
19426  (of-object "GtkImage")
19427  (prop-type "GParamInt")
19428  (docs "Override for height request of the widget, or -1 if natural request should be used")
19429  (readable #t)
19430  (writable #t)
19431  (construct-only #f)
19432)
19433
19434(define-property visible
19435  (of-object "GtkImage")
19436  (prop-type "GParamBoolean")
19437  (docs "Whether the widget is visible")
19438  (readable #t)
19439  (writable #t)
19440  (construct-only #f)
19441)
19442
19443(define-property sensitive
19444  (of-object "GtkImage")
19445  (prop-type "GParamBoolean")
19446  (docs "Whether the widget responds to input")
19447  (readable #t)
19448  (writable #t)
19449  (construct-only #f)
19450)
19451
19452(define-property app-paintable
19453  (of-object "GtkImage")
19454  (prop-type "GParamBoolean")
19455  (docs "Whether the application will paint directly on the widget")
19456  (readable #t)
19457  (writable #t)
19458  (construct-only #f)
19459)
19460
19461(define-property can-focus
19462  (of-object "GtkImage")
19463  (prop-type "GParamBoolean")
19464  (docs "Whether the widget can accept the input focus")
19465  (readable #t)
19466  (writable #t)
19467  (construct-only #f)
19468)
19469
19470(define-property has-focus
19471  (of-object "GtkImage")
19472  (prop-type "GParamBoolean")
19473  (docs "Whether the widget has the input focus")
19474  (readable #t)
19475  (writable #t)
19476  (construct-only #f)
19477)
19478
19479(define-property is-focus
19480  (of-object "GtkImage")
19481  (prop-type "GParamBoolean")
19482  (docs "Whether the widget is the focus widget within the toplevel")
19483  (readable #t)
19484  (writable #t)
19485  (construct-only #f)
19486)
19487
19488(define-property can-default
19489  (of-object "GtkImage")
19490  (prop-type "GParamBoolean")
19491  (docs "Whether the widget can be the default widget")
19492  (readable #t)
19493  (writable #t)
19494  (construct-only #f)
19495)
19496
19497(define-property has-default
19498  (of-object "GtkImage")
19499  (prop-type "GParamBoolean")
19500  (docs "Whether the widget is the default widget")
19501  (readable #t)
19502  (writable #t)
19503  (construct-only #f)
19504)
19505
19506(define-property receives-default
19507  (of-object "GtkImage")
19508  (prop-type "GParamBoolean")
19509  (docs "If TRUE, the widget will receive the default action when it is focused")
19510  (readable #t)
19511  (writable #t)
19512  (construct-only #f)
19513)
19514
19515(define-property composite-child
19516  (of-object "GtkImage")
19517  (prop-type "GParamBoolean")
19518  (docs "Whether the widget is part of a composite widget")
19519  (readable #t)
19520  (writable #f)
19521  (construct-only #f)
19522)
19523
19524(define-property style
19525  (of-object "GtkImage")
19526  (prop-type "GParamObject")
19527  (docs "The style of the widget, which contains information about how it will look (colors etc)")
19528  (readable #t)
19529  (writable #t)
19530  (construct-only #f)
19531)
19532
19533(define-property events
19534  (of-object "GtkImage")
19535  (prop-type "GParamFlags")
19536  (docs "The event mask that decides what kind of GdkEvents this widget gets")
19537  (readable #t)
19538  (writable #t)
19539  (construct-only #f)
19540)
19541
19542(define-property extension-events
19543  (of-object "GtkImage")
19544  (prop-type "GParamEnum")
19545  (docs "The mask that decides what kind of extension events this widget gets")
19546  (readable #t)
19547  (writable #t)
19548  (construct-only #f)
19549)
19550
19551(define-property no-show-all
19552  (of-object "GtkImage")
19553  (prop-type "GParamBoolean")
19554  (docs "Whether gtk_widget_show_all() should not affect this widget")
19555  (readable #t)
19556  (writable #t)
19557  (construct-only #f)
19558)
19559
19560(define-property has-tooltip
19561  (of-object "GtkImage")
19562  (prop-type "GParamBoolean")
19563  (docs "Whether this widget has a tooltip")
19564  (readable #t)
19565  (writable #t)
19566  (construct-only #f)
19567)
19568
19569(define-property tooltip-markup
19570  (of-object "GtkImage")
19571  (prop-type "GParamString")
19572  (docs "The contents of the tooltip for this widget")
19573  (readable #t)
19574  (writable #t)
19575  (construct-only #f)
19576)
19577
19578(define-property tooltip-text
19579  (of-object "GtkImage")
19580  (prop-type "GParamString")
19581  (docs "The contents of the tooltip for this widget")
19582  (readable #t)
19583  (writable #t)
19584  (construct-only #f)
19585)
19586
19587(define-property window
19588  (of-object "GtkImage")
19589  (prop-type "GParamObject")
19590  (docs "The widget's window if it is realized")
19591  (readable #t)
19592  (writable #f)
19593  (construct-only #f)
19594)
19595
19596(define-property double-buffered
19597  (of-object "GtkImage")
19598  (prop-type "GParamBoolean")
19599  (docs "Whether or not the widget is double buffered")
19600  (readable #t)
19601  (writable #t)
19602  (construct-only #f)
19603)
19604
19605(define-property xalign
19606  (of-object "GtkImage")
19607  (prop-type "GParamFloat")
19608  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
19609  (readable #t)
19610  (writable #t)
19611  (construct-only #f)
19612)
19613
19614(define-property yalign
19615  (of-object "GtkImage")
19616  (prop-type "GParamFloat")
19617  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
19618  (readable #t)
19619  (writable #t)
19620  (construct-only #f)
19621)
19622
19623(define-property xpad
19624  (of-object "GtkImage")
19625  (prop-type "GParamInt")
19626  (docs "The amount of space to add on the left and right of the widget, in pixels")
19627  (readable #t)
19628  (writable #t)
19629  (construct-only #f)
19630)
19631
19632(define-property ypad
19633  (of-object "GtkImage")
19634  (prop-type "GParamInt")
19635  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
19636  (readable #t)
19637  (writable #t)
19638  (construct-only #f)
19639)
19640
19641(define-property pixbuf
19642  (of-object "GtkImage")
19643  (prop-type "GParamObject")
19644  (docs "A GdkPixbuf to display")
19645  (readable #t)
19646  (writable #t)
19647  (construct-only #f)
19648)
19649
19650(define-property pixmap
19651  (of-object "GtkImage")
19652  (prop-type "GParamObject")
19653  (docs "A GdkPixmap to display")
19654  (readable #t)
19655  (writable #t)
19656  (construct-only #f)
19657)
19658
19659(define-property image
19660  (of-object "GtkImage")
19661  (prop-type "GParamObject")
19662  (docs "A GdkImage to display")
19663  (readable #t)
19664  (writable #t)
19665  (construct-only #f)
19666)
19667
19668(define-property mask
19669  (of-object "GtkImage")
19670  (prop-type "GParamObject")
19671  (docs "Mask bitmap to use with GdkImage or GdkPixmap")
19672  (readable #t)
19673  (writable #t)
19674  (construct-only #f)
19675)
19676
19677(define-property file
19678  (of-object "GtkImage")
19679  (prop-type "GParamString")
19680  (docs "Filename to load and display")
19681  (readable #t)
19682  (writable #t)
19683  (construct-only #f)
19684)
19685
19686(define-property stock
19687  (of-object "GtkImage")
19688  (prop-type "GParamString")
19689  (docs "Stock ID for a stock image to display")
19690  (readable #t)
19691  (writable #t)
19692  (construct-only #f)
19693)
19694
19695(define-property icon-set
19696  (of-object "GtkImage")
19697  (prop-type "GParamBoxed")
19698  (docs "Icon set to display")
19699  (readable #t)
19700  (writable #t)
19701  (construct-only #f)
19702)
19703
19704(define-property icon-size
19705  (of-object "GtkImage")
19706  (prop-type "GParamInt")
19707  (docs "Symbolic size to use for stock icon, icon set or named icon")
19708  (readable #t)
19709  (writable #t)
19710  (construct-only #f)
19711)
19712
19713(define-property pixel-size
19714  (of-object "GtkImage")
19715  (prop-type "GParamInt")
19716  (docs "Pixel size to use for named icon")
19717  (readable #t)
19718  (writable #t)
19719  (construct-only #f)
19720)
19721
19722(define-property pixbuf-animation
19723  (of-object "GtkImage")
19724  (prop-type "GParamObject")
19725  (docs "GdkPixbufAnimation to display")
19726  (readable #t)
19727  (writable #t)
19728  (construct-only #f)
19729)
19730
19731(define-property icon-name
19732  (of-object "GtkImage")
19733  (prop-type "GParamString")
19734  (docs "The name of the icon from the icon theme")
19735  (readable #t)
19736  (writable #t)
19737  (construct-only #f)
19738)
19739
19740(define-property storage-type
19741  (of-object "GtkImage")
19742  (prop-type "GParamEnum")
19743  (docs "The representation being used for image data")
19744  (readable #t)
19745  (writable #f)
19746  (construct-only #f)
19747)
19748
19749(define-property gicon
19750  (of-object "GtkImage")
19751  (prop-type "GParamObject")
19752  (docs "The GIcon being displayed")
19753  (readable #t)
19754  (writable #t)
19755  (construct-only #f)
19756)
19757
19758;; From GtkImageMenuItem
19759
19760(define-property related-action
19761  (of-object "GtkImageMenuItem")
19762  (prop-type "GParamObject")
19763  (docs "The action this activatable will activate and receive updates from")
19764  (readable #t)
19765  (writable #t)
19766  (construct-only #f)
19767)
19768
19769(define-property use-action-appearance
19770  (of-object "GtkImageMenuItem")
19771  (prop-type "GParamBoolean")
19772  (docs "Whether to use the related actions appearance properties")
19773  (readable #t)
19774  (writable #t)
19775  (construct-only #f)
19776)
19777
19778(define-property user-data
19779  (of-object "GtkImageMenuItem")
19780  (prop-type "GParamPointer")
19781  (docs "Anonymous User Data Pointer")
19782  (readable #t)
19783  (writable #t)
19784  (construct-only #f)
19785)
19786
19787(define-property name
19788  (of-object "GtkImageMenuItem")
19789  (prop-type "GParamString")
19790  (docs "The name of the widget")
19791  (readable #t)
19792  (writable #t)
19793  (construct-only #f)
19794)
19795
19796(define-property parent
19797  (of-object "GtkImageMenuItem")
19798  (prop-type "GParamObject")
19799  (docs "The parent widget of this widget. Must be a Container widget")
19800  (readable #t)
19801  (writable #t)
19802  (construct-only #f)
19803)
19804
19805(define-property width-request
19806  (of-object "GtkImageMenuItem")
19807  (prop-type "GParamInt")
19808  (docs "Override for width request of the widget, or -1 if natural request should be used")
19809  (readable #t)
19810  (writable #t)
19811  (construct-only #f)
19812)
19813
19814(define-property height-request
19815  (of-object "GtkImageMenuItem")
19816  (prop-type "GParamInt")
19817  (docs "Override for height request of the widget, or -1 if natural request should be used")
19818  (readable #t)
19819  (writable #t)
19820  (construct-only #f)
19821)
19822
19823(define-property visible
19824  (of-object "GtkImageMenuItem")
19825  (prop-type "GParamBoolean")
19826  (docs "Whether the widget is visible")
19827  (readable #t)
19828  (writable #t)
19829  (construct-only #f)
19830)
19831
19832(define-property sensitive
19833  (of-object "GtkImageMenuItem")
19834  (prop-type "GParamBoolean")
19835  (docs "Whether the widget responds to input")
19836  (readable #t)
19837  (writable #t)
19838  (construct-only #f)
19839)
19840
19841(define-property app-paintable
19842  (of-object "GtkImageMenuItem")
19843  (prop-type "GParamBoolean")
19844  (docs "Whether the application will paint directly on the widget")
19845  (readable #t)
19846  (writable #t)
19847  (construct-only #f)
19848)
19849
19850(define-property can-focus
19851  (of-object "GtkImageMenuItem")
19852  (prop-type "GParamBoolean")
19853  (docs "Whether the widget can accept the input focus")
19854  (readable #t)
19855  (writable #t)
19856  (construct-only #f)
19857)
19858
19859(define-property has-focus
19860  (of-object "GtkImageMenuItem")
19861  (prop-type "GParamBoolean")
19862  (docs "Whether the widget has the input focus")
19863  (readable #t)
19864  (writable #t)
19865  (construct-only #f)
19866)
19867
19868(define-property is-focus
19869  (of-object "GtkImageMenuItem")
19870  (prop-type "GParamBoolean")
19871  (docs "Whether the widget is the focus widget within the toplevel")
19872  (readable #t)
19873  (writable #t)
19874  (construct-only #f)
19875)
19876
19877(define-property can-default
19878  (of-object "GtkImageMenuItem")
19879  (prop-type "GParamBoolean")
19880  (docs "Whether the widget can be the default widget")
19881  (readable #t)
19882  (writable #t)
19883  (construct-only #f)
19884)
19885
19886(define-property has-default
19887  (of-object "GtkImageMenuItem")
19888  (prop-type "GParamBoolean")
19889  (docs "Whether the widget is the default widget")
19890  (readable #t)
19891  (writable #t)
19892  (construct-only #f)
19893)
19894
19895(define-property receives-default
19896  (of-object "GtkImageMenuItem")
19897  (prop-type "GParamBoolean")
19898  (docs "If TRUE, the widget will receive the default action when it is focused")
19899  (readable #t)
19900  (writable #t)
19901  (construct-only #f)
19902)
19903
19904(define-property composite-child
19905  (of-object "GtkImageMenuItem")
19906  (prop-type "GParamBoolean")
19907  (docs "Whether the widget is part of a composite widget")
19908  (readable #t)
19909  (writable #f)
19910  (construct-only #f)
19911)
19912
19913(define-property style
19914  (of-object "GtkImageMenuItem")
19915  (prop-type "GParamObject")
19916  (docs "The style of the widget, which contains information about how it will look (colors etc)")
19917  (readable #t)
19918  (writable #t)
19919  (construct-only #f)
19920)
19921
19922(define-property events
19923  (of-object "GtkImageMenuItem")
19924  (prop-type "GParamFlags")
19925  (docs "The event mask that decides what kind of GdkEvents this widget gets")
19926  (readable #t)
19927  (writable #t)
19928  (construct-only #f)
19929)
19930
19931(define-property extension-events
19932  (of-object "GtkImageMenuItem")
19933  (prop-type "GParamEnum")
19934  (docs "The mask that decides what kind of extension events this widget gets")
19935  (readable #t)
19936  (writable #t)
19937  (construct-only #f)
19938)
19939
19940(define-property no-show-all
19941  (of-object "GtkImageMenuItem")
19942  (prop-type "GParamBoolean")
19943  (docs "Whether gtk_widget_show_all() should not affect this widget")
19944  (readable #t)
19945  (writable #t)
19946  (construct-only #f)
19947)
19948
19949(define-property has-tooltip
19950  (of-object "GtkImageMenuItem")
19951  (prop-type "GParamBoolean")
19952  (docs "Whether this widget has a tooltip")
19953  (readable #t)
19954  (writable #t)
19955  (construct-only #f)
19956)
19957
19958(define-property tooltip-markup
19959  (of-object "GtkImageMenuItem")
19960  (prop-type "GParamString")
19961  (docs "The contents of the tooltip for this widget")
19962  (readable #t)
19963  (writable #t)
19964  (construct-only #f)
19965)
19966
19967(define-property tooltip-text
19968  (of-object "GtkImageMenuItem")
19969  (prop-type "GParamString")
19970  (docs "The contents of the tooltip for this widget")
19971  (readable #t)
19972  (writable #t)
19973  (construct-only #f)
19974)
19975
19976(define-property window
19977  (of-object "GtkImageMenuItem")
19978  (prop-type "GParamObject")
19979  (docs "The widget's window if it is realized")
19980  (readable #t)
19981  (writable #f)
19982  (construct-only #f)
19983)
19984
19985(define-property double-buffered
19986  (of-object "GtkImageMenuItem")
19987  (prop-type "GParamBoolean")
19988  (docs "Whether or not the widget is double buffered")
19989  (readable #t)
19990  (writable #t)
19991  (construct-only #f)
19992)
19993
19994(define-property border-width
19995  (of-object "GtkImageMenuItem")
19996  (prop-type "GParamUInt")
19997  (docs "The width of the empty border outside the containers children")
19998  (readable #t)
19999  (writable #t)
20000  (construct-only #f)
20001)
20002
20003(define-property resize-mode
20004  (of-object "GtkImageMenuItem")
20005  (prop-type "GParamEnum")
20006  (docs "Specify how resize events are handled")
20007  (readable #t)
20008  (writable #t)
20009  (construct-only #f)
20010)
20011
20012(define-property child
20013  (of-object "GtkImageMenuItem")
20014  (prop-type "GParamObject")
20015  (docs "Can be used to add a new child to the container")
20016  (readable #f)
20017  (writable #t)
20018  (construct-only #f)
20019)
20020
20021(define-property right-justified
20022  (of-object "GtkImageMenuItem")
20023  (prop-type "GParamBoolean")
20024  (docs "Sets whether the menu item appears justified at the right side of a menu bar")
20025  (readable #t)
20026  (writable #t)
20027  (construct-only #f)
20028)
20029
20030(define-property submenu
20031  (of-object "GtkImageMenuItem")
20032  (prop-type "GParamObject")
20033  (docs "The submenu attached to the menu item, or NULL if it has none")
20034  (readable #t)
20035  (writable #t)
20036  (construct-only #f)
20037)
20038
20039(define-property accel-path
20040  (of-object "GtkImageMenuItem")
20041  (prop-type "GParamString")
20042  (docs "Sets the accelerator path of the menu item")
20043  (readable #t)
20044  (writable #t)
20045  (construct-only #f)
20046)
20047
20048(define-property label
20049  (of-object "GtkImageMenuItem")
20050  (prop-type "GParamString")
20051  (docs "The text for the child label")
20052  (readable #t)
20053  (writable #t)
20054  (construct-only #f)
20055)
20056
20057(define-property use-underline
20058  (of-object "GtkImageMenuItem")
20059  (prop-type "GParamBoolean")
20060  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
20061  (readable #t)
20062  (writable #t)
20063  (construct-only #f)
20064)
20065
20066(define-property image
20067  (of-object "GtkImageMenuItem")
20068  (prop-type "GParamObject")
20069  (docs "Child widget to appear next to the menu text")
20070  (readable #t)
20071  (writable #t)
20072  (construct-only #f)
20073)
20074
20075(define-property use-stock
20076  (of-object "GtkImageMenuItem")
20077  (prop-type "GParamBoolean")
20078  (docs "Whether to use the label text to create a stock menu item")
20079  (readable #t)
20080  (writable #t)
20081  (construct-only #f)
20082)
20083
20084(define-property accel-group
20085  (of-object "GtkImageMenuItem")
20086  (prop-type "GParamObject")
20087  (docs "The Accel Group to use for stock accelerator keys")
20088  (readable #f)
20089  (writable #t)
20090  (construct-only #f)
20091)
20092
20093(define-property always-show-image
20094  (of-object "GtkImageMenuItem")
20095  (prop-type "GParamBoolean")
20096  (docs "Whether the image will always be shown")
20097  (readable #t)
20098  (writable #t)
20099  (construct-only #f)
20100)
20101
20102;; From GtkInfoBar
20103
20104(define-signal response
20105  (of-object "GtkInfoBar")
20106  (return-type "void")
20107  (when "last")
20108  (parameters
20109    '("gint" "p0")
20110  )
20111)
20112
20113(define-signal close
20114  (of-object "GtkInfoBar")
20115  (return-type "void")
20116  (when "last")
20117)
20118
20119(define-property orientation
20120  (of-object "GtkInfoBar")
20121  (prop-type "GParamEnum")
20122  (docs "The orientation of the orientable")
20123  (readable #t)
20124  (writable #t)
20125  (construct-only #f)
20126)
20127
20128(define-property user-data
20129  (of-object "GtkInfoBar")
20130  (prop-type "GParamPointer")
20131  (docs "Anonymous User Data Pointer")
20132  (readable #t)
20133  (writable #t)
20134  (construct-only #f)
20135)
20136
20137(define-property name
20138  (of-object "GtkInfoBar")
20139  (prop-type "GParamString")
20140  (docs "The name of the widget")
20141  (readable #t)
20142  (writable #t)
20143  (construct-only #f)
20144)
20145
20146(define-property parent
20147  (of-object "GtkInfoBar")
20148  (prop-type "GParamObject")
20149  (docs "The parent widget of this widget. Must be a Container widget")
20150  (readable #t)
20151  (writable #t)
20152  (construct-only #f)
20153)
20154
20155(define-property width-request
20156  (of-object "GtkInfoBar")
20157  (prop-type "GParamInt")
20158  (docs "Override for width request of the widget, or -1 if natural request should be used")
20159  (readable #t)
20160  (writable #t)
20161  (construct-only #f)
20162)
20163
20164(define-property height-request
20165  (of-object "GtkInfoBar")
20166  (prop-type "GParamInt")
20167  (docs "Override for height request of the widget, or -1 if natural request should be used")
20168  (readable #t)
20169  (writable #t)
20170  (construct-only #f)
20171)
20172
20173(define-property visible
20174  (of-object "GtkInfoBar")
20175  (prop-type "GParamBoolean")
20176  (docs "Whether the widget is visible")
20177  (readable #t)
20178  (writable #t)
20179  (construct-only #f)
20180)
20181
20182(define-property sensitive
20183  (of-object "GtkInfoBar")
20184  (prop-type "GParamBoolean")
20185  (docs "Whether the widget responds to input")
20186  (readable #t)
20187  (writable #t)
20188  (construct-only #f)
20189)
20190
20191(define-property app-paintable
20192  (of-object "GtkInfoBar")
20193  (prop-type "GParamBoolean")
20194  (docs "Whether the application will paint directly on the widget")
20195  (readable #t)
20196  (writable #t)
20197  (construct-only #f)
20198)
20199
20200(define-property can-focus
20201  (of-object "GtkInfoBar")
20202  (prop-type "GParamBoolean")
20203  (docs "Whether the widget can accept the input focus")
20204  (readable #t)
20205  (writable #t)
20206  (construct-only #f)
20207)
20208
20209(define-property has-focus
20210  (of-object "GtkInfoBar")
20211  (prop-type "GParamBoolean")
20212  (docs "Whether the widget has the input focus")
20213  (readable #t)
20214  (writable #t)
20215  (construct-only #f)
20216)
20217
20218(define-property is-focus
20219  (of-object "GtkInfoBar")
20220  (prop-type "GParamBoolean")
20221  (docs "Whether the widget is the focus widget within the toplevel")
20222  (readable #t)
20223  (writable #t)
20224  (construct-only #f)
20225)
20226
20227(define-property can-default
20228  (of-object "GtkInfoBar")
20229  (prop-type "GParamBoolean")
20230  (docs "Whether the widget can be the default widget")
20231  (readable #t)
20232  (writable #t)
20233  (construct-only #f)
20234)
20235
20236(define-property has-default
20237  (of-object "GtkInfoBar")
20238  (prop-type "GParamBoolean")
20239  (docs "Whether the widget is the default widget")
20240  (readable #t)
20241  (writable #t)
20242  (construct-only #f)
20243)
20244
20245(define-property receives-default
20246  (of-object "GtkInfoBar")
20247  (prop-type "GParamBoolean")
20248  (docs "If TRUE, the widget will receive the default action when it is focused")
20249  (readable #t)
20250  (writable #t)
20251  (construct-only #f)
20252)
20253
20254(define-property composite-child
20255  (of-object "GtkInfoBar")
20256  (prop-type "GParamBoolean")
20257  (docs "Whether the widget is part of a composite widget")
20258  (readable #t)
20259  (writable #f)
20260  (construct-only #f)
20261)
20262
20263(define-property style
20264  (of-object "GtkInfoBar")
20265  (prop-type "GParamObject")
20266  (docs "The style of the widget, which contains information about how it will look (colors etc)")
20267  (readable #t)
20268  (writable #t)
20269  (construct-only #f)
20270)
20271
20272(define-property events
20273  (of-object "GtkInfoBar")
20274  (prop-type "GParamFlags")
20275  (docs "The event mask that decides what kind of GdkEvents this widget gets")
20276  (readable #t)
20277  (writable #t)
20278  (construct-only #f)
20279)
20280
20281(define-property extension-events
20282  (of-object "GtkInfoBar")
20283  (prop-type "GParamEnum")
20284  (docs "The mask that decides what kind of extension events this widget gets")
20285  (readable #t)
20286  (writable #t)
20287  (construct-only #f)
20288)
20289
20290(define-property no-show-all
20291  (of-object "GtkInfoBar")
20292  (prop-type "GParamBoolean")
20293  (docs "Whether gtk_widget_show_all() should not affect this widget")
20294  (readable #t)
20295  (writable #t)
20296  (construct-only #f)
20297)
20298
20299(define-property has-tooltip
20300  (of-object "GtkInfoBar")
20301  (prop-type "GParamBoolean")
20302  (docs "Whether this widget has a tooltip")
20303  (readable #t)
20304  (writable #t)
20305  (construct-only #f)
20306)
20307
20308(define-property tooltip-markup
20309  (of-object "GtkInfoBar")
20310  (prop-type "GParamString")
20311  (docs "The contents of the tooltip for this widget")
20312  (readable #t)
20313  (writable #t)
20314  (construct-only #f)
20315)
20316
20317(define-property tooltip-text
20318  (of-object "GtkInfoBar")
20319  (prop-type "GParamString")
20320  (docs "The contents of the tooltip for this widget")
20321  (readable #t)
20322  (writable #t)
20323  (construct-only #f)
20324)
20325
20326(define-property window
20327  (of-object "GtkInfoBar")
20328  (prop-type "GParamObject")
20329  (docs "The widget's window if it is realized")
20330  (readable #t)
20331  (writable #f)
20332  (construct-only #f)
20333)
20334
20335(define-property double-buffered
20336  (of-object "GtkInfoBar")
20337  (prop-type "GParamBoolean")
20338  (docs "Whether or not the widget is double buffered")
20339  (readable #t)
20340  (writable #t)
20341  (construct-only #f)
20342)
20343
20344(define-property border-width
20345  (of-object "GtkInfoBar")
20346  (prop-type "GParamUInt")
20347  (docs "The width of the empty border outside the containers children")
20348  (readable #t)
20349  (writable #t)
20350  (construct-only #f)
20351)
20352
20353(define-property resize-mode
20354  (of-object "GtkInfoBar")
20355  (prop-type "GParamEnum")
20356  (docs "Specify how resize events are handled")
20357  (readable #t)
20358  (writable #t)
20359  (construct-only #f)
20360)
20361
20362(define-property child
20363  (of-object "GtkInfoBar")
20364  (prop-type "GParamObject")
20365  (docs "Can be used to add a new child to the container")
20366  (readable #f)
20367  (writable #t)
20368  (construct-only #f)
20369)
20370
20371(define-property spacing
20372  (of-object "GtkInfoBar")
20373  (prop-type "GParamInt")
20374  (docs "The amount of space between children")
20375  (readable #t)
20376  (writable #t)
20377  (construct-only #f)
20378)
20379
20380(define-property homogeneous
20381  (of-object "GtkInfoBar")
20382  (prop-type "GParamBoolean")
20383  (docs "Whether the children should all be the same size")
20384  (readable #t)
20385  (writable #t)
20386  (construct-only #f)
20387)
20388
20389(define-property message-type
20390  (of-object "GtkInfoBar")
20391  (prop-type "GParamEnum")
20392  (docs "The type of message")
20393  (readable #t)
20394  (writable #t)
20395  (construct-only #f)
20396)
20397
20398;; From GtkInputDialog
20399
20400(define-signal enable-device
20401  (of-object "GtkInputDialog")
20402  (return-type "void")
20403  (when "last")
20404  (parameters
20405    '("GdkDevice*" "p0")
20406  )
20407)
20408
20409(define-signal disable-device
20410  (of-object "GtkInputDialog")
20411  (return-type "void")
20412  (when "last")
20413  (parameters
20414    '("GdkDevice*" "p0")
20415  )
20416)
20417
20418(define-property user-data
20419  (of-object "GtkInputDialog")
20420  (prop-type "GParamPointer")
20421  (docs "Anonymous User Data Pointer")
20422  (readable #t)
20423  (writable #t)
20424  (construct-only #f)
20425)
20426
20427(define-property name
20428  (of-object "GtkInputDialog")
20429  (prop-type "GParamString")
20430  (docs "The name of the widget")
20431  (readable #t)
20432  (writable #t)
20433  (construct-only #f)
20434)
20435
20436(define-property parent
20437  (of-object "GtkInputDialog")
20438  (prop-type "GParamObject")
20439  (docs "The parent widget of this widget. Must be a Container widget")
20440  (readable #t)
20441  (writable #t)
20442  (construct-only #f)
20443)
20444
20445(define-property width-request
20446  (of-object "GtkInputDialog")
20447  (prop-type "GParamInt")
20448  (docs "Override for width request of the widget, or -1 if natural request should be used")
20449  (readable #t)
20450  (writable #t)
20451  (construct-only #f)
20452)
20453
20454(define-property height-request
20455  (of-object "GtkInputDialog")
20456  (prop-type "GParamInt")
20457  (docs "Override for height request of the widget, or -1 if natural request should be used")
20458  (readable #t)
20459  (writable #t)
20460  (construct-only #f)
20461)
20462
20463(define-property visible
20464  (of-object "GtkInputDialog")
20465  (prop-type "GParamBoolean")
20466  (docs "Whether the widget is visible")
20467  (readable #t)
20468  (writable #t)
20469  (construct-only #f)
20470)
20471
20472(define-property sensitive
20473  (of-object "GtkInputDialog")
20474  (prop-type "GParamBoolean")
20475  (docs "Whether the widget responds to input")
20476  (readable #t)
20477  (writable #t)
20478  (construct-only #f)
20479)
20480
20481(define-property app-paintable
20482  (of-object "GtkInputDialog")
20483  (prop-type "GParamBoolean")
20484  (docs "Whether the application will paint directly on the widget")
20485  (readable #t)
20486  (writable #t)
20487  (construct-only #f)
20488)
20489
20490(define-property can-focus
20491  (of-object "GtkInputDialog")
20492  (prop-type "GParamBoolean")
20493  (docs "Whether the widget can accept the input focus")
20494  (readable #t)
20495  (writable #t)
20496  (construct-only #f)
20497)
20498
20499(define-property has-focus
20500  (of-object "GtkInputDialog")
20501  (prop-type "GParamBoolean")
20502  (docs "Whether the widget has the input focus")
20503  (readable #t)
20504  (writable #t)
20505  (construct-only #f)
20506)
20507
20508(define-property is-focus
20509  (of-object "GtkInputDialog")
20510  (prop-type "GParamBoolean")
20511  (docs "Whether the widget is the focus widget within the toplevel")
20512  (readable #t)
20513  (writable #t)
20514  (construct-only #f)
20515)
20516
20517(define-property can-default
20518  (of-object "GtkInputDialog")
20519  (prop-type "GParamBoolean")
20520  (docs "Whether the widget can be the default widget")
20521  (readable #t)
20522  (writable #t)
20523  (construct-only #f)
20524)
20525
20526(define-property has-default
20527  (of-object "GtkInputDialog")
20528  (prop-type "GParamBoolean")
20529  (docs "Whether the widget is the default widget")
20530  (readable #t)
20531  (writable #t)
20532  (construct-only #f)
20533)
20534
20535(define-property receives-default
20536  (of-object "GtkInputDialog")
20537  (prop-type "GParamBoolean")
20538  (docs "If TRUE, the widget will receive the default action when it is focused")
20539  (readable #t)
20540  (writable #t)
20541  (construct-only #f)
20542)
20543
20544(define-property composite-child
20545  (of-object "GtkInputDialog")
20546  (prop-type "GParamBoolean")
20547  (docs "Whether the widget is part of a composite widget")
20548  (readable #t)
20549  (writable #f)
20550  (construct-only #f)
20551)
20552
20553(define-property style
20554  (of-object "GtkInputDialog")
20555  (prop-type "GParamObject")
20556  (docs "The style of the widget, which contains information about how it will look (colors etc)")
20557  (readable #t)
20558  (writable #t)
20559  (construct-only #f)
20560)
20561
20562(define-property events
20563  (of-object "GtkInputDialog")
20564  (prop-type "GParamFlags")
20565  (docs "The event mask that decides what kind of GdkEvents this widget gets")
20566  (readable #t)
20567  (writable #t)
20568  (construct-only #f)
20569)
20570
20571(define-property extension-events
20572  (of-object "GtkInputDialog")
20573  (prop-type "GParamEnum")
20574  (docs "The mask that decides what kind of extension events this widget gets")
20575  (readable #t)
20576  (writable #t)
20577  (construct-only #f)
20578)
20579
20580(define-property no-show-all
20581  (of-object "GtkInputDialog")
20582  (prop-type "GParamBoolean")
20583  (docs "Whether gtk_widget_show_all() should not affect this widget")
20584  (readable #t)
20585  (writable #t)
20586  (construct-only #f)
20587)
20588
20589(define-property has-tooltip
20590  (of-object "GtkInputDialog")
20591  (prop-type "GParamBoolean")
20592  (docs "Whether this widget has a tooltip")
20593  (readable #t)
20594  (writable #t)
20595  (construct-only #f)
20596)
20597
20598(define-property tooltip-markup
20599  (of-object "GtkInputDialog")
20600  (prop-type "GParamString")
20601  (docs "The contents of the tooltip for this widget")
20602  (readable #t)
20603  (writable #t)
20604  (construct-only #f)
20605)
20606
20607(define-property tooltip-text
20608  (of-object "GtkInputDialog")
20609  (prop-type "GParamString")
20610  (docs "The contents of the tooltip for this widget")
20611  (readable #t)
20612  (writable #t)
20613  (construct-only #f)
20614)
20615
20616(define-property window
20617  (of-object "GtkInputDialog")
20618  (prop-type "GParamObject")
20619  (docs "The widget's window if it is realized")
20620  (readable #t)
20621  (writable #f)
20622  (construct-only #f)
20623)
20624
20625(define-property double-buffered
20626  (of-object "GtkInputDialog")
20627  (prop-type "GParamBoolean")
20628  (docs "Whether or not the widget is double buffered")
20629  (readable #t)
20630  (writable #t)
20631  (construct-only #f)
20632)
20633
20634(define-property border-width
20635  (of-object "GtkInputDialog")
20636  (prop-type "GParamUInt")
20637  (docs "The width of the empty border outside the containers children")
20638  (readable #t)
20639  (writable #t)
20640  (construct-only #f)
20641)
20642
20643(define-property resize-mode
20644  (of-object "GtkInputDialog")
20645  (prop-type "GParamEnum")
20646  (docs "Specify how resize events are handled")
20647  (readable #t)
20648  (writable #t)
20649  (construct-only #f)
20650)
20651
20652(define-property child
20653  (of-object "GtkInputDialog")
20654  (prop-type "GParamObject")
20655  (docs "Can be used to add a new child to the container")
20656  (readable #f)
20657  (writable #t)
20658  (construct-only #f)
20659)
20660
20661(define-property type
20662  (of-object "GtkInputDialog")
20663  (prop-type "GParamEnum")
20664  (docs "The type of the window")
20665  (readable #t)
20666  (writable #t)
20667  (construct-only #t)
20668)
20669
20670(define-property title
20671  (of-object "GtkInputDialog")
20672  (prop-type "GParamString")
20673  (docs "The title of the window")
20674  (readable #t)
20675  (writable #t)
20676  (construct-only #f)
20677)
20678
20679(define-property role
20680  (of-object "GtkInputDialog")
20681  (prop-type "GParamString")
20682  (docs "Unique identifier for the window to be used when restoring a session")
20683  (readable #t)
20684  (writable #t)
20685  (construct-only #f)
20686)
20687
20688(define-property allow-shrink
20689  (of-object "GtkInputDialog")
20690  (prop-type "GParamBoolean")
20691  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
20692  (readable #t)
20693  (writable #t)
20694  (construct-only #f)
20695)
20696
20697(define-property allow-grow
20698  (of-object "GtkInputDialog")
20699  (prop-type "GParamBoolean")
20700  (docs "If TRUE, users can expand the window beyond its minimum size")
20701  (readable #t)
20702  (writable #t)
20703  (construct-only #f)
20704)
20705
20706(define-property resizable
20707  (of-object "GtkInputDialog")
20708  (prop-type "GParamBoolean")
20709  (docs "If TRUE, users can resize the window")
20710  (readable #t)
20711  (writable #t)
20712  (construct-only #f)
20713)
20714
20715(define-property modal
20716  (of-object "GtkInputDialog")
20717  (prop-type "GParamBoolean")
20718  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
20719  (readable #t)
20720  (writable #t)
20721  (construct-only #f)
20722)
20723
20724(define-property window-position
20725  (of-object "GtkInputDialog")
20726  (prop-type "GParamEnum")
20727  (docs "The initial position of the window")
20728  (readable #t)
20729  (writable #t)
20730  (construct-only #f)
20731)
20732
20733(define-property default-width
20734  (of-object "GtkInputDialog")
20735  (prop-type "GParamInt")
20736  (docs "The default width of the window, used when initially showing the window")
20737  (readable #t)
20738  (writable #t)
20739  (construct-only #f)
20740)
20741
20742(define-property default-height
20743  (of-object "GtkInputDialog")
20744  (prop-type "GParamInt")
20745  (docs "The default height of the window, used when initially showing the window")
20746  (readable #t)
20747  (writable #t)
20748  (construct-only #f)
20749)
20750
20751(define-property destroy-with-parent
20752  (of-object "GtkInputDialog")
20753  (prop-type "GParamBoolean")
20754  (docs "If this window should be destroyed when the parent is destroyed")
20755  (readable #t)
20756  (writable #t)
20757  (construct-only #f)
20758)
20759
20760(define-property icon
20761  (of-object "GtkInputDialog")
20762  (prop-type "GParamObject")
20763  (docs "Icon for this window")
20764  (readable #t)
20765  (writable #t)
20766  (construct-only #f)
20767)
20768
20769(define-property icon-name
20770  (of-object "GtkInputDialog")
20771  (prop-type "GParamString")
20772  (docs "Name of the themed icon for this window")
20773  (readable #t)
20774  (writable #t)
20775  (construct-only #f)
20776)
20777
20778(define-property screen
20779  (of-object "GtkInputDialog")
20780  (prop-type "GParamObject")
20781  (docs "The screen where this window will be displayed")
20782  (readable #t)
20783  (writable #t)
20784  (construct-only #f)
20785)
20786
20787(define-property type-hint
20788  (of-object "GtkInputDialog")
20789  (prop-type "GParamEnum")
20790  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
20791  (readable #t)
20792  (writable #t)
20793  (construct-only #f)
20794)
20795
20796(define-property skip-taskbar-hint
20797  (of-object "GtkInputDialog")
20798  (prop-type "GParamBoolean")
20799  (docs "TRUE if the window should not be in the task bar.")
20800  (readable #t)
20801  (writable #t)
20802  (construct-only #f)
20803)
20804
20805(define-property skip-pager-hint
20806  (of-object "GtkInputDialog")
20807  (prop-type "GParamBoolean")
20808  (docs "TRUE if the window should not be in the pager.")
20809  (readable #t)
20810  (writable #t)
20811  (construct-only #f)
20812)
20813
20814(define-property urgency-hint
20815  (of-object "GtkInputDialog")
20816  (prop-type "GParamBoolean")
20817  (docs "TRUE if the window should be brought to the user's attention.")
20818  (readable #t)
20819  (writable #t)
20820  (construct-only #f)
20821)
20822
20823(define-property accept-focus
20824  (of-object "GtkInputDialog")
20825  (prop-type "GParamBoolean")
20826  (docs "TRUE if the window should receive the input focus.")
20827  (readable #t)
20828  (writable #t)
20829  (construct-only #f)
20830)
20831
20832(define-property focus-on-map
20833  (of-object "GtkInputDialog")
20834  (prop-type "GParamBoolean")
20835  (docs "TRUE if the window should receive the input focus when mapped.")
20836  (readable #t)
20837  (writable #t)
20838  (construct-only #f)
20839)
20840
20841(define-property decorated
20842  (of-object "GtkInputDialog")
20843  (prop-type "GParamBoolean")
20844  (docs "Whether the window should be decorated by the window manager")
20845  (readable #t)
20846  (writable #t)
20847  (construct-only #f)
20848)
20849
20850(define-property deletable
20851  (of-object "GtkInputDialog")
20852  (prop-type "GParamBoolean")
20853  (docs "Whether the window frame should have a close button")
20854  (readable #t)
20855  (writable #t)
20856  (construct-only #f)
20857)
20858
20859(define-property gravity
20860  (of-object "GtkInputDialog")
20861  (prop-type "GParamEnum")
20862  (docs "The window gravity of the window")
20863  (readable #t)
20864  (writable #t)
20865  (construct-only #f)
20866)
20867
20868(define-property transient-for
20869  (of-object "GtkInputDialog")
20870  (prop-type "GParamObject")
20871  (docs "The transient parent of the dialog")
20872  (readable #t)
20873  (writable #t)
20874  (construct-only #f)
20875)
20876
20877(define-property opacity
20878  (of-object "GtkInputDialog")
20879  (prop-type "GParamDouble")
20880  (docs "The opacity of the window, from 0 to 1")
20881  (readable #t)
20882  (writable #t)
20883  (construct-only #f)
20884)
20885
20886(define-property is-active
20887  (of-object "GtkInputDialog")
20888  (prop-type "GParamBoolean")
20889  (docs "Whether the toplevel is the current active window")
20890  (readable #t)
20891  (writable #f)
20892  (construct-only #f)
20893)
20894
20895(define-property has-toplevel-focus
20896  (of-object "GtkInputDialog")
20897  (prop-type "GParamBoolean")
20898  (docs "Whether the input focus is within this GtkWindow")
20899  (readable #t)
20900  (writable #f)
20901  (construct-only #f)
20902)
20903
20904(define-property startup-id
20905  (of-object "GtkInputDialog")
20906  (prop-type "GParamString")
20907  (docs "Unique startup identifier for the window used by startup-notification")
20908  (readable #f)
20909  (writable #t)
20910  (construct-only #f)
20911)
20912
20913(define-property mnemonics-visible
20914  (of-object "GtkInputDialog")
20915  (prop-type "GParamBoolean")
20916  (docs "Whether mnemonics are currently visible in this window")
20917  (readable #t)
20918  (writable #t)
20919  (construct-only #f)
20920)
20921
20922(define-property has-separator
20923  (of-object "GtkInputDialog")
20924  (prop-type "GParamBoolean")
20925  (docs "The dialog has a separator bar above its buttons")
20926  (readable #t)
20927  (writable #t)
20928  (construct-only #f)
20929)
20930
20931;; From GtkInvisible
20932
20933(define-property user-data
20934  (of-object "GtkInvisible")
20935  (prop-type "GParamPointer")
20936  (docs "Anonymous User Data Pointer")
20937  (readable #t)
20938  (writable #t)
20939  (construct-only #f)
20940)
20941
20942(define-property name
20943  (of-object "GtkInvisible")
20944  (prop-type "GParamString")
20945  (docs "The name of the widget")
20946  (readable #t)
20947  (writable #t)
20948  (construct-only #f)
20949)
20950
20951(define-property parent
20952  (of-object "GtkInvisible")
20953  (prop-type "GParamObject")
20954  (docs "The parent widget of this widget. Must be a Container widget")
20955  (readable #t)
20956  (writable #t)
20957  (construct-only #f)
20958)
20959
20960(define-property width-request
20961  (of-object "GtkInvisible")
20962  (prop-type "GParamInt")
20963  (docs "Override for width request of the widget, or -1 if natural request should be used")
20964  (readable #t)
20965  (writable #t)
20966  (construct-only #f)
20967)
20968
20969(define-property height-request
20970  (of-object "GtkInvisible")
20971  (prop-type "GParamInt")
20972  (docs "Override for height request of the widget, or -1 if natural request should be used")
20973  (readable #t)
20974  (writable #t)
20975  (construct-only #f)
20976)
20977
20978(define-property visible
20979  (of-object "GtkInvisible")
20980  (prop-type "GParamBoolean")
20981  (docs "Whether the widget is visible")
20982  (readable #t)
20983  (writable #t)
20984  (construct-only #f)
20985)
20986
20987(define-property sensitive
20988  (of-object "GtkInvisible")
20989  (prop-type "GParamBoolean")
20990  (docs "Whether the widget responds to input")
20991  (readable #t)
20992  (writable #t)
20993  (construct-only #f)
20994)
20995
20996(define-property app-paintable
20997  (of-object "GtkInvisible")
20998  (prop-type "GParamBoolean")
20999  (docs "Whether the application will paint directly on the widget")
21000  (readable #t)
21001  (writable #t)
21002  (construct-only #f)
21003)
21004
21005(define-property can-focus
21006  (of-object "GtkInvisible")
21007  (prop-type "GParamBoolean")
21008  (docs "Whether the widget can accept the input focus")
21009  (readable #t)
21010  (writable #t)
21011  (construct-only #f)
21012)
21013
21014(define-property has-focus
21015  (of-object "GtkInvisible")
21016  (prop-type "GParamBoolean")
21017  (docs "Whether the widget has the input focus")
21018  (readable #t)
21019  (writable #t)
21020  (construct-only #f)
21021)
21022
21023(define-property is-focus
21024  (of-object "GtkInvisible")
21025  (prop-type "GParamBoolean")
21026  (docs "Whether the widget is the focus widget within the toplevel")
21027  (readable #t)
21028  (writable #t)
21029  (construct-only #f)
21030)
21031
21032(define-property can-default
21033  (of-object "GtkInvisible")
21034  (prop-type "GParamBoolean")
21035  (docs "Whether the widget can be the default widget")
21036  (readable #t)
21037  (writable #t)
21038  (construct-only #f)
21039)
21040
21041(define-property has-default
21042  (of-object "GtkInvisible")
21043  (prop-type "GParamBoolean")
21044  (docs "Whether the widget is the default widget")
21045  (readable #t)
21046  (writable #t)
21047  (construct-only #f)
21048)
21049
21050(define-property receives-default
21051  (of-object "GtkInvisible")
21052  (prop-type "GParamBoolean")
21053  (docs "If TRUE, the widget will receive the default action when it is focused")
21054  (readable #t)
21055  (writable #t)
21056  (construct-only #f)
21057)
21058
21059(define-property composite-child
21060  (of-object "GtkInvisible")
21061  (prop-type "GParamBoolean")
21062  (docs "Whether the widget is part of a composite widget")
21063  (readable #t)
21064  (writable #f)
21065  (construct-only #f)
21066)
21067
21068(define-property style
21069  (of-object "GtkInvisible")
21070  (prop-type "GParamObject")
21071  (docs "The style of the widget, which contains information about how it will look (colors etc)")
21072  (readable #t)
21073  (writable #t)
21074  (construct-only #f)
21075)
21076
21077(define-property events
21078  (of-object "GtkInvisible")
21079  (prop-type "GParamFlags")
21080  (docs "The event mask that decides what kind of GdkEvents this widget gets")
21081  (readable #t)
21082  (writable #t)
21083  (construct-only #f)
21084)
21085
21086(define-property extension-events
21087  (of-object "GtkInvisible")
21088  (prop-type "GParamEnum")
21089  (docs "The mask that decides what kind of extension events this widget gets")
21090  (readable #t)
21091  (writable #t)
21092  (construct-only #f)
21093)
21094
21095(define-property no-show-all
21096  (of-object "GtkInvisible")
21097  (prop-type "GParamBoolean")
21098  (docs "Whether gtk_widget_show_all() should not affect this widget")
21099  (readable #t)
21100  (writable #t)
21101  (construct-only #f)
21102)
21103
21104(define-property has-tooltip
21105  (of-object "GtkInvisible")
21106  (prop-type "GParamBoolean")
21107  (docs "Whether this widget has a tooltip")
21108  (readable #t)
21109  (writable #t)
21110  (construct-only #f)
21111)
21112
21113(define-property tooltip-markup
21114  (of-object "GtkInvisible")
21115  (prop-type "GParamString")
21116  (docs "The contents of the tooltip for this widget")
21117  (readable #t)
21118  (writable #t)
21119  (construct-only #f)
21120)
21121
21122(define-property tooltip-text
21123  (of-object "GtkInvisible")
21124  (prop-type "GParamString")
21125  (docs "The contents of the tooltip for this widget")
21126  (readable #t)
21127  (writable #t)
21128  (construct-only #f)
21129)
21130
21131(define-property window
21132  (of-object "GtkInvisible")
21133  (prop-type "GParamObject")
21134  (docs "The widget's window if it is realized")
21135  (readable #t)
21136  (writable #f)
21137  (construct-only #f)
21138)
21139
21140(define-property double-buffered
21141  (of-object "GtkInvisible")
21142  (prop-type "GParamBoolean")
21143  (docs "Whether or not the widget is double buffered")
21144  (readable #t)
21145  (writable #t)
21146  (construct-only #f)
21147)
21148
21149(define-property screen
21150  (of-object "GtkInvisible")
21151  (prop-type "GParamObject")
21152  (docs "The screen where this window will be displayed")
21153  (readable #t)
21154  (writable #t)
21155  (construct-only #f)
21156)
21157
21158;; From GtkItem
21159
21160(define-signal select
21161  (of-object "GtkItem")
21162  (return-type "void")
21163  (when "first")
21164)
21165
21166(define-signal deselect
21167  (of-object "GtkItem")
21168  (return-type "void")
21169  (when "first")
21170)
21171
21172(define-signal toggle
21173  (of-object "GtkItem")
21174  (return-type "void")
21175  (when "first")
21176)
21177
21178(define-property user-data
21179  (of-object "GtkItem")
21180  (prop-type "GParamPointer")
21181  (docs "Anonymous User Data Pointer")
21182  (readable #t)
21183  (writable #t)
21184  (construct-only #f)
21185)
21186
21187(define-property name
21188  (of-object "GtkItem")
21189  (prop-type "GParamString")
21190  (docs "The name of the widget")
21191  (readable #t)
21192  (writable #t)
21193  (construct-only #f)
21194)
21195
21196(define-property parent
21197  (of-object "GtkItem")
21198  (prop-type "GParamObject")
21199  (docs "The parent widget of this widget. Must be a Container widget")
21200  (readable #t)
21201  (writable #t)
21202  (construct-only #f)
21203)
21204
21205(define-property width-request
21206  (of-object "GtkItem")
21207  (prop-type "GParamInt")
21208  (docs "Override for width request of the widget, or -1 if natural request should be used")
21209  (readable #t)
21210  (writable #t)
21211  (construct-only #f)
21212)
21213
21214(define-property height-request
21215  (of-object "GtkItem")
21216  (prop-type "GParamInt")
21217  (docs "Override for height request of the widget, or -1 if natural request should be used")
21218  (readable #t)
21219  (writable #t)
21220  (construct-only #f)
21221)
21222
21223(define-property visible
21224  (of-object "GtkItem")
21225  (prop-type "GParamBoolean")
21226  (docs "Whether the widget is visible")
21227  (readable #t)
21228  (writable #t)
21229  (construct-only #f)
21230)
21231
21232(define-property sensitive
21233  (of-object "GtkItem")
21234  (prop-type "GParamBoolean")
21235  (docs "Whether the widget responds to input")
21236  (readable #t)
21237  (writable #t)
21238  (construct-only #f)
21239)
21240
21241(define-property app-paintable
21242  (of-object "GtkItem")
21243  (prop-type "GParamBoolean")
21244  (docs "Whether the application will paint directly on the widget")
21245  (readable #t)
21246  (writable #t)
21247  (construct-only #f)
21248)
21249
21250(define-property can-focus
21251  (of-object "GtkItem")
21252  (prop-type "GParamBoolean")
21253  (docs "Whether the widget can accept the input focus")
21254  (readable #t)
21255  (writable #t)
21256  (construct-only #f)
21257)
21258
21259(define-property has-focus
21260  (of-object "GtkItem")
21261  (prop-type "GParamBoolean")
21262  (docs "Whether the widget has the input focus")
21263  (readable #t)
21264  (writable #t)
21265  (construct-only #f)
21266)
21267
21268(define-property is-focus
21269  (of-object "GtkItem")
21270  (prop-type "GParamBoolean")
21271  (docs "Whether the widget is the focus widget within the toplevel")
21272  (readable #t)
21273  (writable #t)
21274  (construct-only #f)
21275)
21276
21277(define-property can-default
21278  (of-object "GtkItem")
21279  (prop-type "GParamBoolean")
21280  (docs "Whether the widget can be the default widget")
21281  (readable #t)
21282  (writable #t)
21283  (construct-only #f)
21284)
21285
21286(define-property has-default
21287  (of-object "GtkItem")
21288  (prop-type "GParamBoolean")
21289  (docs "Whether the widget is the default widget")
21290  (readable #t)
21291  (writable #t)
21292  (construct-only #f)
21293)
21294
21295(define-property receives-default
21296  (of-object "GtkItem")
21297  (prop-type "GParamBoolean")
21298  (docs "If TRUE, the widget will receive the default action when it is focused")
21299  (readable #t)
21300  (writable #t)
21301  (construct-only #f)
21302)
21303
21304(define-property composite-child
21305  (of-object "GtkItem")
21306  (prop-type "GParamBoolean")
21307  (docs "Whether the widget is part of a composite widget")
21308  (readable #t)
21309  (writable #f)
21310  (construct-only #f)
21311)
21312
21313(define-property style
21314  (of-object "GtkItem")
21315  (prop-type "GParamObject")
21316  (docs "The style of the widget, which contains information about how it will look (colors etc)")
21317  (readable #t)
21318  (writable #t)
21319  (construct-only #f)
21320)
21321
21322(define-property events
21323  (of-object "GtkItem")
21324  (prop-type "GParamFlags")
21325  (docs "The event mask that decides what kind of GdkEvents this widget gets")
21326  (readable #t)
21327  (writable #t)
21328  (construct-only #f)
21329)
21330
21331(define-property extension-events
21332  (of-object "GtkItem")
21333  (prop-type "GParamEnum")
21334  (docs "The mask that decides what kind of extension events this widget gets")
21335  (readable #t)
21336  (writable #t)
21337  (construct-only #f)
21338)
21339
21340(define-property no-show-all
21341  (of-object "GtkItem")
21342  (prop-type "GParamBoolean")
21343  (docs "Whether gtk_widget_show_all() should not affect this widget")
21344  (readable #t)
21345  (writable #t)
21346  (construct-only #f)
21347)
21348
21349(define-property has-tooltip
21350  (of-object "GtkItem")
21351  (prop-type "GParamBoolean")
21352  (docs "Whether this widget has a tooltip")
21353  (readable #t)
21354  (writable #t)
21355  (construct-only #f)
21356)
21357
21358(define-property tooltip-markup
21359  (of-object "GtkItem")
21360  (prop-type "GParamString")
21361  (docs "The contents of the tooltip for this widget")
21362  (readable #t)
21363  (writable #t)
21364  (construct-only #f)
21365)
21366
21367(define-property tooltip-text
21368  (of-object "GtkItem")
21369  (prop-type "GParamString")
21370  (docs "The contents of the tooltip for this widget")
21371  (readable #t)
21372  (writable #t)
21373  (construct-only #f)
21374)
21375
21376(define-property window
21377  (of-object "GtkItem")
21378  (prop-type "GParamObject")
21379  (docs "The widget's window if it is realized")
21380  (readable #t)
21381  (writable #f)
21382  (construct-only #f)
21383)
21384
21385(define-property double-buffered
21386  (of-object "GtkItem")
21387  (prop-type "GParamBoolean")
21388  (docs "Whether or not the widget is double buffered")
21389  (readable #t)
21390  (writable #t)
21391  (construct-only #f)
21392)
21393
21394(define-property border-width
21395  (of-object "GtkItem")
21396  (prop-type "GParamUInt")
21397  (docs "The width of the empty border outside the containers children")
21398  (readable #t)
21399  (writable #t)
21400  (construct-only #f)
21401)
21402
21403(define-property resize-mode
21404  (of-object "GtkItem")
21405  (prop-type "GParamEnum")
21406  (docs "Specify how resize events are handled")
21407  (readable #t)
21408  (writable #t)
21409  (construct-only #f)
21410)
21411
21412(define-property child
21413  (of-object "GtkItem")
21414  (prop-type "GParamObject")
21415  (docs "Can be used to add a new child to the container")
21416  (readable #f)
21417  (writable #t)
21418  (construct-only #f)
21419)
21420
21421;; From GtkIconView
21422
21423(define-signal set-scroll-adjustments
21424  (of-object "GtkIconView")
21425  (return-type "void")
21426  (when "last")
21427  (parameters
21428    '("GtkAdjustment*" "p0")
21429    '("GtkAdjustment*" "p1")
21430  )
21431)
21432
21433(define-signal move-cursor
21434  (of-object "GtkIconView")
21435  (return-type "gboolean")
21436  (when "last")
21437  (parameters
21438    '("GtkMovementStep" "p0")
21439    '("gint" "p1")
21440  )
21441)
21442
21443(define-signal select-all
21444  (of-object "GtkIconView")
21445  (return-type "void")
21446  (when "last")
21447)
21448
21449(define-signal unselect-all
21450  (of-object "GtkIconView")
21451  (return-type "void")
21452  (when "last")
21453)
21454
21455(define-signal item-activated
21456  (of-object "GtkIconView")
21457  (return-type "void")
21458  (when "last")
21459  (parameters
21460    '("GtkTreePath*" "p0")
21461  )
21462)
21463
21464(define-signal selection-changed
21465  (of-object "GtkIconView")
21466  (return-type "void")
21467  (when "first")
21468)
21469
21470(define-signal select-cursor-item
21471  (of-object "GtkIconView")
21472  (return-type "void")
21473  (when "last")
21474)
21475
21476(define-signal toggle-cursor-item
21477  (of-object "GtkIconView")
21478  (return-type "void")
21479  (when "last")
21480)
21481
21482(define-signal activate-cursor-item
21483  (of-object "GtkIconView")
21484  (return-type "gboolean")
21485  (when "last")
21486)
21487
21488(define-property user-data
21489  (of-object "GtkIconView")
21490  (prop-type "GParamPointer")
21491  (docs "Anonymous User Data Pointer")
21492  (readable #t)
21493  (writable #t)
21494  (construct-only #f)
21495)
21496
21497(define-property name
21498  (of-object "GtkIconView")
21499  (prop-type "GParamString")
21500  (docs "The name of the widget")
21501  (readable #t)
21502  (writable #t)
21503  (construct-only #f)
21504)
21505
21506(define-property parent
21507  (of-object "GtkIconView")
21508  (prop-type "GParamObject")
21509  (docs "The parent widget of this widget. Must be a Container widget")
21510  (readable #t)
21511  (writable #t)
21512  (construct-only #f)
21513)
21514
21515(define-property width-request
21516  (of-object "GtkIconView")
21517  (prop-type "GParamInt")
21518  (docs "Override for width request of the widget, or -1 if natural request should be used")
21519  (readable #t)
21520  (writable #t)
21521  (construct-only #f)
21522)
21523
21524(define-property height-request
21525  (of-object "GtkIconView")
21526  (prop-type "GParamInt")
21527  (docs "Override for height request of the widget, or -1 if natural request should be used")
21528  (readable #t)
21529  (writable #t)
21530  (construct-only #f)
21531)
21532
21533(define-property visible
21534  (of-object "GtkIconView")
21535  (prop-type "GParamBoolean")
21536  (docs "Whether the widget is visible")
21537  (readable #t)
21538  (writable #t)
21539  (construct-only #f)
21540)
21541
21542(define-property sensitive
21543  (of-object "GtkIconView")
21544  (prop-type "GParamBoolean")
21545  (docs "Whether the widget responds to input")
21546  (readable #t)
21547  (writable #t)
21548  (construct-only #f)
21549)
21550
21551(define-property app-paintable
21552  (of-object "GtkIconView")
21553  (prop-type "GParamBoolean")
21554  (docs "Whether the application will paint directly on the widget")
21555  (readable #t)
21556  (writable #t)
21557  (construct-only #f)
21558)
21559
21560(define-property can-focus
21561  (of-object "GtkIconView")
21562  (prop-type "GParamBoolean")
21563  (docs "Whether the widget can accept the input focus")
21564  (readable #t)
21565  (writable #t)
21566  (construct-only #f)
21567)
21568
21569(define-property has-focus
21570  (of-object "GtkIconView")
21571  (prop-type "GParamBoolean")
21572  (docs "Whether the widget has the input focus")
21573  (readable #t)
21574  (writable #t)
21575  (construct-only #f)
21576)
21577
21578(define-property is-focus
21579  (of-object "GtkIconView")
21580  (prop-type "GParamBoolean")
21581  (docs "Whether the widget is the focus widget within the toplevel")
21582  (readable #t)
21583  (writable #t)
21584  (construct-only #f)
21585)
21586
21587(define-property can-default
21588  (of-object "GtkIconView")
21589  (prop-type "GParamBoolean")
21590  (docs "Whether the widget can be the default widget")
21591  (readable #t)
21592  (writable #t)
21593  (construct-only #f)
21594)
21595
21596(define-property has-default
21597  (of-object "GtkIconView")
21598  (prop-type "GParamBoolean")
21599  (docs "Whether the widget is the default widget")
21600  (readable #t)
21601  (writable #t)
21602  (construct-only #f)
21603)
21604
21605(define-property receives-default
21606  (of-object "GtkIconView")
21607  (prop-type "GParamBoolean")
21608  (docs "If TRUE, the widget will receive the default action when it is focused")
21609  (readable #t)
21610  (writable #t)
21611  (construct-only #f)
21612)
21613
21614(define-property composite-child
21615  (of-object "GtkIconView")
21616  (prop-type "GParamBoolean")
21617  (docs "Whether the widget is part of a composite widget")
21618  (readable #t)
21619  (writable #f)
21620  (construct-only #f)
21621)
21622
21623(define-property style
21624  (of-object "GtkIconView")
21625  (prop-type "GParamObject")
21626  (docs "The style of the widget, which contains information about how it will look (colors etc)")
21627  (readable #t)
21628  (writable #t)
21629  (construct-only #f)
21630)
21631
21632(define-property events
21633  (of-object "GtkIconView")
21634  (prop-type "GParamFlags")
21635  (docs "The event mask that decides what kind of GdkEvents this widget gets")
21636  (readable #t)
21637  (writable #t)
21638  (construct-only #f)
21639)
21640
21641(define-property extension-events
21642  (of-object "GtkIconView")
21643  (prop-type "GParamEnum")
21644  (docs "The mask that decides what kind of extension events this widget gets")
21645  (readable #t)
21646  (writable #t)
21647  (construct-only #f)
21648)
21649
21650(define-property no-show-all
21651  (of-object "GtkIconView")
21652  (prop-type "GParamBoolean")
21653  (docs "Whether gtk_widget_show_all() should not affect this widget")
21654  (readable #t)
21655  (writable #t)
21656  (construct-only #f)
21657)
21658
21659(define-property has-tooltip
21660  (of-object "GtkIconView")
21661  (prop-type "GParamBoolean")
21662  (docs "Whether this widget has a tooltip")
21663  (readable #t)
21664  (writable #t)
21665  (construct-only #f)
21666)
21667
21668(define-property tooltip-markup
21669  (of-object "GtkIconView")
21670  (prop-type "GParamString")
21671  (docs "The contents of the tooltip for this widget")
21672  (readable #t)
21673  (writable #t)
21674  (construct-only #f)
21675)
21676
21677(define-property tooltip-text
21678  (of-object "GtkIconView")
21679  (prop-type "GParamString")
21680  (docs "The contents of the tooltip for this widget")
21681  (readable #t)
21682  (writable #t)
21683  (construct-only #f)
21684)
21685
21686(define-property window
21687  (of-object "GtkIconView")
21688  (prop-type "GParamObject")
21689  (docs "The widget's window if it is realized")
21690  (readable #t)
21691  (writable #f)
21692  (construct-only #f)
21693)
21694
21695(define-property double-buffered
21696  (of-object "GtkIconView")
21697  (prop-type "GParamBoolean")
21698  (docs "Whether or not the widget is double buffered")
21699  (readable #t)
21700  (writable #t)
21701  (construct-only #f)
21702)
21703
21704(define-property border-width
21705  (of-object "GtkIconView")
21706  (prop-type "GParamUInt")
21707  (docs "The width of the empty border outside the containers children")
21708  (readable #t)
21709  (writable #t)
21710  (construct-only #f)
21711)
21712
21713(define-property resize-mode
21714  (of-object "GtkIconView")
21715  (prop-type "GParamEnum")
21716  (docs "Specify how resize events are handled")
21717  (readable #t)
21718  (writable #t)
21719  (construct-only #f)
21720)
21721
21722(define-property child
21723  (of-object "GtkIconView")
21724  (prop-type "GParamObject")
21725  (docs "Can be used to add a new child to the container")
21726  (readable #f)
21727  (writable #t)
21728  (construct-only #f)
21729)
21730
21731(define-property pixbuf-column
21732  (of-object "GtkIconView")
21733  (prop-type "GParamInt")
21734  (docs "Model column used to retrieve the icon pixbuf from")
21735  (readable #t)
21736  (writable #t)
21737  (construct-only #f)
21738)
21739
21740(define-property text-column
21741  (of-object "GtkIconView")
21742  (prop-type "GParamInt")
21743  (docs "Model column used to retrieve the text from")
21744  (readable #t)
21745  (writable #t)
21746  (construct-only #f)
21747)
21748
21749(define-property markup-column
21750  (of-object "GtkIconView")
21751  (prop-type "GParamInt")
21752  (docs "Model column used to retrieve the text if using Pango markup")
21753  (readable #t)
21754  (writable #t)
21755  (construct-only #f)
21756)
21757
21758(define-property selection-mode
21759  (of-object "GtkIconView")
21760  (prop-type "GParamEnum")
21761  (docs "The selection mode")
21762  (readable #t)
21763  (writable #t)
21764  (construct-only #f)
21765)
21766
21767(define-property orientation
21768  (of-object "GtkIconView")
21769  (prop-type "GParamEnum")
21770  (docs "How the text and icon of each item are positioned relative to each other")
21771  (readable #t)
21772  (writable #t)
21773  (construct-only #f)
21774)
21775
21776(define-property item-orientation
21777  (of-object "GtkIconView")
21778  (prop-type "GParamEnum")
21779  (docs "How the text and icon of each item are positioned relative to each other")
21780  (readable #t)
21781  (writable #t)
21782  (construct-only #f)
21783)
21784
21785(define-property model
21786  (of-object "GtkIconView")
21787  (prop-type "GParamObject")
21788  (docs "The model for the icon view")
21789  (readable #t)
21790  (writable #t)
21791  (construct-only #f)
21792)
21793
21794(define-property columns
21795  (of-object "GtkIconView")
21796  (prop-type "GParamInt")
21797  (docs "Number of columns to display")
21798  (readable #t)
21799  (writable #t)
21800  (construct-only #f)
21801)
21802
21803(define-property item-width
21804  (of-object "GtkIconView")
21805  (prop-type "GParamInt")
21806  (docs "The width used for each item")
21807  (readable #t)
21808  (writable #t)
21809  (construct-only #f)
21810)
21811
21812(define-property spacing
21813  (of-object "GtkIconView")
21814  (prop-type "GParamInt")
21815  (docs "Space which is inserted between cells of an item")
21816  (readable #t)
21817  (writable #t)
21818  (construct-only #f)
21819)
21820
21821(define-property row-spacing
21822  (of-object "GtkIconView")
21823  (prop-type "GParamInt")
21824  (docs "Space which is inserted between grid rows")
21825  (readable #t)
21826  (writable #t)
21827  (construct-only #f)
21828)
21829
21830(define-property column-spacing
21831  (of-object "GtkIconView")
21832  (prop-type "GParamInt")
21833  (docs "Space which is inserted between grid columns")
21834  (readable #t)
21835  (writable #t)
21836  (construct-only #f)
21837)
21838
21839(define-property margin
21840  (of-object "GtkIconView")
21841  (prop-type "GParamInt")
21842  (docs "Space which is inserted at the edges of the icon view")
21843  (readable #t)
21844  (writable #t)
21845  (construct-only #f)
21846)
21847
21848(define-property reorderable
21849  (of-object "GtkIconView")
21850  (prop-type "GParamBoolean")
21851  (docs "View is reorderable")
21852  (readable #t)
21853  (writable #t)
21854  (construct-only #f)
21855)
21856
21857(define-property tooltip-column
21858  (of-object "GtkIconView")
21859  (prop-type "GParamInt")
21860  (docs "The column in the model containing the tooltip texts for the items")
21861  (readable #t)
21862  (writable #t)
21863  (construct-only #f)
21864)
21865
21866(define-property item-padding
21867  (of-object "GtkIconView")
21868  (prop-type "GParamInt")
21869  (docs "Padding around icon view items")
21870  (readable #t)
21871  (writable #t)
21872  (construct-only #f)
21873)
21874
21875;; From GtkLabel
21876
21877(define-signal move-cursor
21878  (of-object "GtkLabel")
21879  (return-type "void")
21880  (when "last")
21881  (parameters
21882    '("GtkMovementStep" "p0")
21883    '("gint" "p1")
21884    '("gboolean" "p2")
21885  )
21886)
21887
21888(define-signal copy-clipboard
21889  (of-object "GtkLabel")
21890  (return-type "void")
21891  (when "last")
21892)
21893
21894(define-signal populate-popup
21895  (of-object "GtkLabel")
21896  (return-type "void")
21897  (when "last")
21898  (parameters
21899    '("GtkMenu*" "p0")
21900  )
21901)
21902
21903(define-signal activate-current-link
21904  (of-object "GtkLabel")
21905  (return-type "void")
21906  (when "last")
21907)
21908
21909(define-signal activate-link
21910  (of-object "GtkLabel")
21911  (return-type "gboolean")
21912  (when "last")
21913  (parameters
21914    '("const-gchar*" "p0")
21915  )
21916)
21917
21918(define-property user-data
21919  (of-object "GtkLabel")
21920  (prop-type "GParamPointer")
21921  (docs "Anonymous User Data Pointer")
21922  (readable #t)
21923  (writable #t)
21924  (construct-only #f)
21925)
21926
21927(define-property name
21928  (of-object "GtkLabel")
21929  (prop-type "GParamString")
21930  (docs "The name of the widget")
21931  (readable #t)
21932  (writable #t)
21933  (construct-only #f)
21934)
21935
21936(define-property parent
21937  (of-object "GtkLabel")
21938  (prop-type "GParamObject")
21939  (docs "The parent widget of this widget. Must be a Container widget")
21940  (readable #t)
21941  (writable #t)
21942  (construct-only #f)
21943)
21944
21945(define-property width-request
21946  (of-object "GtkLabel")
21947  (prop-type "GParamInt")
21948  (docs "Override for width request of the widget, or -1 if natural request should be used")
21949  (readable #t)
21950  (writable #t)
21951  (construct-only #f)
21952)
21953
21954(define-property height-request
21955  (of-object "GtkLabel")
21956  (prop-type "GParamInt")
21957  (docs "Override for height request of the widget, or -1 if natural request should be used")
21958  (readable #t)
21959  (writable #t)
21960  (construct-only #f)
21961)
21962
21963(define-property visible
21964  (of-object "GtkLabel")
21965  (prop-type "GParamBoolean")
21966  (docs "Whether the widget is visible")
21967  (readable #t)
21968  (writable #t)
21969  (construct-only #f)
21970)
21971
21972(define-property sensitive
21973  (of-object "GtkLabel")
21974  (prop-type "GParamBoolean")
21975  (docs "Whether the widget responds to input")
21976  (readable #t)
21977  (writable #t)
21978  (construct-only #f)
21979)
21980
21981(define-property app-paintable
21982  (of-object "GtkLabel")
21983  (prop-type "GParamBoolean")
21984  (docs "Whether the application will paint directly on the widget")
21985  (readable #t)
21986  (writable #t)
21987  (construct-only #f)
21988)
21989
21990(define-property can-focus
21991  (of-object "GtkLabel")
21992  (prop-type "GParamBoolean")
21993  (docs "Whether the widget can accept the input focus")
21994  (readable #t)
21995  (writable #t)
21996  (construct-only #f)
21997)
21998
21999(define-property has-focus
22000  (of-object "GtkLabel")
22001  (prop-type "GParamBoolean")
22002  (docs "Whether the widget has the input focus")
22003  (readable #t)
22004  (writable #t)
22005  (construct-only #f)
22006)
22007
22008(define-property is-focus
22009  (of-object "GtkLabel")
22010  (prop-type "GParamBoolean")
22011  (docs "Whether the widget is the focus widget within the toplevel")
22012  (readable #t)
22013  (writable #t)
22014  (construct-only #f)
22015)
22016
22017(define-property can-default
22018  (of-object "GtkLabel")
22019  (prop-type "GParamBoolean")
22020  (docs "Whether the widget can be the default widget")
22021  (readable #t)
22022  (writable #t)
22023  (construct-only #f)
22024)
22025
22026(define-property has-default
22027  (of-object "GtkLabel")
22028  (prop-type "GParamBoolean")
22029  (docs "Whether the widget is the default widget")
22030  (readable #t)
22031  (writable #t)
22032  (construct-only #f)
22033)
22034
22035(define-property receives-default
22036  (of-object "GtkLabel")
22037  (prop-type "GParamBoolean")
22038  (docs "If TRUE, the widget will receive the default action when it is focused")
22039  (readable #t)
22040  (writable #t)
22041  (construct-only #f)
22042)
22043
22044(define-property composite-child
22045  (of-object "GtkLabel")
22046  (prop-type "GParamBoolean")
22047  (docs "Whether the widget is part of a composite widget")
22048  (readable #t)
22049  (writable #f)
22050  (construct-only #f)
22051)
22052
22053(define-property style
22054  (of-object "GtkLabel")
22055  (prop-type "GParamObject")
22056  (docs "The style of the widget, which contains information about how it will look (colors etc)")
22057  (readable #t)
22058  (writable #t)
22059  (construct-only #f)
22060)
22061
22062(define-property events
22063  (of-object "GtkLabel")
22064  (prop-type "GParamFlags")
22065  (docs "The event mask that decides what kind of GdkEvents this widget gets")
22066  (readable #t)
22067  (writable #t)
22068  (construct-only #f)
22069)
22070
22071(define-property extension-events
22072  (of-object "GtkLabel")
22073  (prop-type "GParamEnum")
22074  (docs "The mask that decides what kind of extension events this widget gets")
22075  (readable #t)
22076  (writable #t)
22077  (construct-only #f)
22078)
22079
22080(define-property no-show-all
22081  (of-object "GtkLabel")
22082  (prop-type "GParamBoolean")
22083  (docs "Whether gtk_widget_show_all() should not affect this widget")
22084  (readable #t)
22085  (writable #t)
22086  (construct-only #f)
22087)
22088
22089(define-property has-tooltip
22090  (of-object "GtkLabel")
22091  (prop-type "GParamBoolean")
22092  (docs "Whether this widget has a tooltip")
22093  (readable #t)
22094  (writable #t)
22095  (construct-only #f)
22096)
22097
22098(define-property tooltip-markup
22099  (of-object "GtkLabel")
22100  (prop-type "GParamString")
22101  (docs "The contents of the tooltip for this widget")
22102  (readable #t)
22103  (writable #t)
22104  (construct-only #f)
22105)
22106
22107(define-property tooltip-text
22108  (of-object "GtkLabel")
22109  (prop-type "GParamString")
22110  (docs "The contents of the tooltip for this widget")
22111  (readable #t)
22112  (writable #t)
22113  (construct-only #f)
22114)
22115
22116(define-property window
22117  (of-object "GtkLabel")
22118  (prop-type "GParamObject")
22119  (docs "The widget's window if it is realized")
22120  (readable #t)
22121  (writable #f)
22122  (construct-only #f)
22123)
22124
22125(define-property double-buffered
22126  (of-object "GtkLabel")
22127  (prop-type "GParamBoolean")
22128  (docs "Whether or not the widget is double buffered")
22129  (readable #t)
22130  (writable #t)
22131  (construct-only #f)
22132)
22133
22134(define-property xalign
22135  (of-object "GtkLabel")
22136  (prop-type "GParamFloat")
22137  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
22138  (readable #t)
22139  (writable #t)
22140  (construct-only #f)
22141)
22142
22143(define-property yalign
22144  (of-object "GtkLabel")
22145  (prop-type "GParamFloat")
22146  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
22147  (readable #t)
22148  (writable #t)
22149  (construct-only #f)
22150)
22151
22152(define-property xpad
22153  (of-object "GtkLabel")
22154  (prop-type "GParamInt")
22155  (docs "The amount of space to add on the left and right of the widget, in pixels")
22156  (readable #t)
22157  (writable #t)
22158  (construct-only #f)
22159)
22160
22161(define-property ypad
22162  (of-object "GtkLabel")
22163  (prop-type "GParamInt")
22164  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
22165  (readable #t)
22166  (writable #t)
22167  (construct-only #f)
22168)
22169
22170(define-property label
22171  (of-object "GtkLabel")
22172  (prop-type "GParamString")
22173  (docs "The text of the label")
22174  (readable #t)
22175  (writable #t)
22176  (construct-only #f)
22177)
22178
22179(define-property attributes
22180  (of-object "GtkLabel")
22181  (prop-type "GParamBoxed")
22182  (docs "A list of style attributes to apply to the text of the label")
22183  (readable #t)
22184  (writable #t)
22185  (construct-only #f)
22186)
22187
22188(define-property use-markup
22189  (of-object "GtkLabel")
22190  (prop-type "GParamBoolean")
22191  (docs "The text of the label includes XML markup. See pango_parse_markup()")
22192  (readable #t)
22193  (writable #t)
22194  (construct-only #f)
22195)
22196
22197(define-property use-underline
22198  (of-object "GtkLabel")
22199  (prop-type "GParamBoolean")
22200  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
22201  (readable #t)
22202  (writable #t)
22203  (construct-only #f)
22204)
22205
22206(define-property justify
22207  (of-object "GtkLabel")
22208  (prop-type "GParamEnum")
22209  (docs "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that")
22210  (readable #t)
22211  (writable #t)
22212  (construct-only #f)
22213)
22214
22215(define-property pattern
22216  (of-object "GtkLabel")
22217  (prop-type "GParamString")
22218  (docs "A string with _ characters in positions correspond to characters in the text to underline")
22219  (readable #f)
22220  (writable #t)
22221  (construct-only #f)
22222)
22223
22224(define-property wrap
22225  (of-object "GtkLabel")
22226  (prop-type "GParamBoolean")
22227  (docs "If set, wrap lines if the text becomes too wide")
22228  (readable #t)
22229  (writable #t)
22230  (construct-only #f)
22231)
22232
22233(define-property wrap-mode
22234  (of-object "GtkLabel")
22235  (prop-type "GParamEnum")
22236  (docs "If wrap is set, controls how linewrapping is done")
22237  (readable #t)
22238  (writable #t)
22239  (construct-only #f)
22240)
22241
22242(define-property selectable
22243  (of-object "GtkLabel")
22244  (prop-type "GParamBoolean")
22245  (docs "Whether the label text can be selected with the mouse")
22246  (readable #t)
22247  (writable #t)
22248  (construct-only #f)
22249)
22250
22251(define-property mnemonic-keyval
22252  (of-object "GtkLabel")
22253  (prop-type "GParamUInt")
22254  (docs "The mnemonic accelerator key for this label")
22255  (readable #t)
22256  (writable #f)
22257  (construct-only #f)
22258)
22259
22260(define-property mnemonic-widget
22261  (of-object "GtkLabel")
22262  (prop-type "GParamObject")
22263  (docs "The widget to be activated when the label's mnemonic key is pressed")
22264  (readable #t)
22265  (writable #t)
22266  (construct-only #f)
22267)
22268
22269(define-property cursor-position
22270  (of-object "GtkLabel")
22271  (prop-type "GParamInt")
22272  (docs "The current position of the insertion cursor in chars")
22273  (readable #t)
22274  (writable #f)
22275  (construct-only #f)
22276)
22277
22278(define-property selection-bound
22279  (of-object "GtkLabel")
22280  (prop-type "GParamInt")
22281  (docs "The position of the opposite end of the selection from the cursor in chars")
22282  (readable #t)
22283  (writable #f)
22284  (construct-only #f)
22285)
22286
22287(define-property ellipsize
22288  (of-object "GtkLabel")
22289  (prop-type "GParamEnum")
22290  (docs "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string")
22291  (readable #t)
22292  (writable #t)
22293  (construct-only #f)
22294)
22295
22296(define-property width-chars
22297  (of-object "GtkLabel")
22298  (prop-type "GParamInt")
22299  (docs "The desired width of the label, in characters")
22300  (readable #t)
22301  (writable #t)
22302  (construct-only #f)
22303)
22304
22305(define-property single-line-mode
22306  (of-object "GtkLabel")
22307  (prop-type "GParamBoolean")
22308  (docs "Whether the label is in single line mode")
22309  (readable #t)
22310  (writable #t)
22311  (construct-only #f)
22312)
22313
22314(define-property angle
22315  (of-object "GtkLabel")
22316  (prop-type "GParamDouble")
22317  (docs "Angle at which the label is rotated")
22318  (readable #t)
22319  (writable #t)
22320  (construct-only #f)
22321)
22322
22323(define-property max-width-chars
22324  (of-object "GtkLabel")
22325  (prop-type "GParamInt")
22326  (docs "The desired maximum width of the label, in characters")
22327  (readable #t)
22328  (writable #t)
22329  (construct-only #f)
22330)
22331
22332(define-property track-visited-links
22333  (of-object "GtkLabel")
22334  (prop-type "GParamBoolean")
22335  (docs "Whether visited links should be tracked")
22336  (readable #t)
22337  (writable #t)
22338  (construct-only #f)
22339)
22340
22341;; From GtkLayout
22342
22343(define-signal set-scroll-adjustments
22344  (of-object "GtkLayout")
22345  (return-type "void")
22346  (when "last")
22347  (parameters
22348    '("GtkAdjustment*" "p0")
22349    '("GtkAdjustment*" "p1")
22350  )
22351)
22352
22353(define-property user-data
22354  (of-object "GtkLayout")
22355  (prop-type "GParamPointer")
22356  (docs "Anonymous User Data Pointer")
22357  (readable #t)
22358  (writable #t)
22359  (construct-only #f)
22360)
22361
22362(define-property name
22363  (of-object "GtkLayout")
22364  (prop-type "GParamString")
22365  (docs "The name of the widget")
22366  (readable #t)
22367  (writable #t)
22368  (construct-only #f)
22369)
22370
22371(define-property parent
22372  (of-object "GtkLayout")
22373  (prop-type "GParamObject")
22374  (docs "The parent widget of this widget. Must be a Container widget")
22375  (readable #t)
22376  (writable #t)
22377  (construct-only #f)
22378)
22379
22380(define-property width-request
22381  (of-object "GtkLayout")
22382  (prop-type "GParamInt")
22383  (docs "Override for width request of the widget, or -1 if natural request should be used")
22384  (readable #t)
22385  (writable #t)
22386  (construct-only #f)
22387)
22388
22389(define-property height-request
22390  (of-object "GtkLayout")
22391  (prop-type "GParamInt")
22392  (docs "Override for height request of the widget, or -1 if natural request should be used")
22393  (readable #t)
22394  (writable #t)
22395  (construct-only #f)
22396)
22397
22398(define-property visible
22399  (of-object "GtkLayout")
22400  (prop-type "GParamBoolean")
22401  (docs "Whether the widget is visible")
22402  (readable #t)
22403  (writable #t)
22404  (construct-only #f)
22405)
22406
22407(define-property sensitive
22408  (of-object "GtkLayout")
22409  (prop-type "GParamBoolean")
22410  (docs "Whether the widget responds to input")
22411  (readable #t)
22412  (writable #t)
22413  (construct-only #f)
22414)
22415
22416(define-property app-paintable
22417  (of-object "GtkLayout")
22418  (prop-type "GParamBoolean")
22419  (docs "Whether the application will paint directly on the widget")
22420  (readable #t)
22421  (writable #t)
22422  (construct-only #f)
22423)
22424
22425(define-property can-focus
22426  (of-object "GtkLayout")
22427  (prop-type "GParamBoolean")
22428  (docs "Whether the widget can accept the input focus")
22429  (readable #t)
22430  (writable #t)
22431  (construct-only #f)
22432)
22433
22434(define-property has-focus
22435  (of-object "GtkLayout")
22436  (prop-type "GParamBoolean")
22437  (docs "Whether the widget has the input focus")
22438  (readable #t)
22439  (writable #t)
22440  (construct-only #f)
22441)
22442
22443(define-property is-focus
22444  (of-object "GtkLayout")
22445  (prop-type "GParamBoolean")
22446  (docs "Whether the widget is the focus widget within the toplevel")
22447  (readable #t)
22448  (writable #t)
22449  (construct-only #f)
22450)
22451
22452(define-property can-default
22453  (of-object "GtkLayout")
22454  (prop-type "GParamBoolean")
22455  (docs "Whether the widget can be the default widget")
22456  (readable #t)
22457  (writable #t)
22458  (construct-only #f)
22459)
22460
22461(define-property has-default
22462  (of-object "GtkLayout")
22463  (prop-type "GParamBoolean")
22464  (docs "Whether the widget is the default widget")
22465  (readable #t)
22466  (writable #t)
22467  (construct-only #f)
22468)
22469
22470(define-property receives-default
22471  (of-object "GtkLayout")
22472  (prop-type "GParamBoolean")
22473  (docs "If TRUE, the widget will receive the default action when it is focused")
22474  (readable #t)
22475  (writable #t)
22476  (construct-only #f)
22477)
22478
22479(define-property composite-child
22480  (of-object "GtkLayout")
22481  (prop-type "GParamBoolean")
22482  (docs "Whether the widget is part of a composite widget")
22483  (readable #t)
22484  (writable #f)
22485  (construct-only #f)
22486)
22487
22488(define-property style
22489  (of-object "GtkLayout")
22490  (prop-type "GParamObject")
22491  (docs "The style of the widget, which contains information about how it will look (colors etc)")
22492  (readable #t)
22493  (writable #t)
22494  (construct-only #f)
22495)
22496
22497(define-property events
22498  (of-object "GtkLayout")
22499  (prop-type "GParamFlags")
22500  (docs "The event mask that decides what kind of GdkEvents this widget gets")
22501  (readable #t)
22502  (writable #t)
22503  (construct-only #f)
22504)
22505
22506(define-property extension-events
22507  (of-object "GtkLayout")
22508  (prop-type "GParamEnum")
22509  (docs "The mask that decides what kind of extension events this widget gets")
22510  (readable #t)
22511  (writable #t)
22512  (construct-only #f)
22513)
22514
22515(define-property no-show-all
22516  (of-object "GtkLayout")
22517  (prop-type "GParamBoolean")
22518  (docs "Whether gtk_widget_show_all() should not affect this widget")
22519  (readable #t)
22520  (writable #t)
22521  (construct-only #f)
22522)
22523
22524(define-property has-tooltip
22525  (of-object "GtkLayout")
22526  (prop-type "GParamBoolean")
22527  (docs "Whether this widget has a tooltip")
22528  (readable #t)
22529  (writable #t)
22530  (construct-only #f)
22531)
22532
22533(define-property tooltip-markup
22534  (of-object "GtkLayout")
22535  (prop-type "GParamString")
22536  (docs "The contents of the tooltip for this widget")
22537  (readable #t)
22538  (writable #t)
22539  (construct-only #f)
22540)
22541
22542(define-property tooltip-text
22543  (of-object "GtkLayout")
22544  (prop-type "GParamString")
22545  (docs "The contents of the tooltip for this widget")
22546  (readable #t)
22547  (writable #t)
22548  (construct-only #f)
22549)
22550
22551(define-property window
22552  (of-object "GtkLayout")
22553  (prop-type "GParamObject")
22554  (docs "The widget's window if it is realized")
22555  (readable #t)
22556  (writable #f)
22557  (construct-only #f)
22558)
22559
22560(define-property double-buffered
22561  (of-object "GtkLayout")
22562  (prop-type "GParamBoolean")
22563  (docs "Whether or not the widget is double buffered")
22564  (readable #t)
22565  (writable #t)
22566  (construct-only #f)
22567)
22568
22569(define-property border-width
22570  (of-object "GtkLayout")
22571  (prop-type "GParamUInt")
22572  (docs "The width of the empty border outside the containers children")
22573  (readable #t)
22574  (writable #t)
22575  (construct-only #f)
22576)
22577
22578(define-property resize-mode
22579  (of-object "GtkLayout")
22580  (prop-type "GParamEnum")
22581  (docs "Specify how resize events are handled")
22582  (readable #t)
22583  (writable #t)
22584  (construct-only #f)
22585)
22586
22587(define-property child
22588  (of-object "GtkLayout")
22589  (prop-type "GParamObject")
22590  (docs "Can be used to add a new child to the container")
22591  (readable #f)
22592  (writable #t)
22593  (construct-only #f)
22594)
22595
22596(define-property hadjustment
22597  (of-object "GtkLayout")
22598  (prop-type "GParamObject")
22599  (docs "The GtkAdjustment for the horizontal position")
22600  (readable #t)
22601  (writable #t)
22602  (construct-only #f)
22603)
22604
22605(define-property vadjustment
22606  (of-object "GtkLayout")
22607  (prop-type "GParamObject")
22608  (docs "The GtkAdjustment for the vertical position")
22609  (readable #t)
22610  (writable #t)
22611  (construct-only #f)
22612)
22613
22614(define-property width
22615  (of-object "GtkLayout")
22616  (prop-type "GParamUInt")
22617  (docs "The width of the layout")
22618  (readable #t)
22619  (writable #t)
22620  (construct-only #f)
22621)
22622
22623(define-property height
22624  (of-object "GtkLayout")
22625  (prop-type "GParamUInt")
22626  (docs "The height of the layout")
22627  (readable #t)
22628  (writable #t)
22629  (construct-only #f)
22630)
22631
22632;; From GtkLinkButton
22633
22634(define-property related-action
22635  (of-object "GtkLinkButton")
22636  (prop-type "GParamObject")
22637  (docs "The action this activatable will activate and receive updates from")
22638  (readable #t)
22639  (writable #t)
22640  (construct-only #f)
22641)
22642
22643(define-property use-action-appearance
22644  (of-object "GtkLinkButton")
22645  (prop-type "GParamBoolean")
22646  (docs "Whether to use the related actions appearance properties")
22647  (readable #t)
22648  (writable #t)
22649  (construct-only #f)
22650)
22651
22652(define-property user-data
22653  (of-object "GtkLinkButton")
22654  (prop-type "GParamPointer")
22655  (docs "Anonymous User Data Pointer")
22656  (readable #t)
22657  (writable #t)
22658  (construct-only #f)
22659)
22660
22661(define-property name
22662  (of-object "GtkLinkButton")
22663  (prop-type "GParamString")
22664  (docs "The name of the widget")
22665  (readable #t)
22666  (writable #t)
22667  (construct-only #f)
22668)
22669
22670(define-property parent
22671  (of-object "GtkLinkButton")
22672  (prop-type "GParamObject")
22673  (docs "The parent widget of this widget. Must be a Container widget")
22674  (readable #t)
22675  (writable #t)
22676  (construct-only #f)
22677)
22678
22679(define-property width-request
22680  (of-object "GtkLinkButton")
22681  (prop-type "GParamInt")
22682  (docs "Override for width request of the widget, or -1 if natural request should be used")
22683  (readable #t)
22684  (writable #t)
22685  (construct-only #f)
22686)
22687
22688(define-property height-request
22689  (of-object "GtkLinkButton")
22690  (prop-type "GParamInt")
22691  (docs "Override for height request of the widget, or -1 if natural request should be used")
22692  (readable #t)
22693  (writable #t)
22694  (construct-only #f)
22695)
22696
22697(define-property visible
22698  (of-object "GtkLinkButton")
22699  (prop-type "GParamBoolean")
22700  (docs "Whether the widget is visible")
22701  (readable #t)
22702  (writable #t)
22703  (construct-only #f)
22704)
22705
22706(define-property sensitive
22707  (of-object "GtkLinkButton")
22708  (prop-type "GParamBoolean")
22709  (docs "Whether the widget responds to input")
22710  (readable #t)
22711  (writable #t)
22712  (construct-only #f)
22713)
22714
22715(define-property app-paintable
22716  (of-object "GtkLinkButton")
22717  (prop-type "GParamBoolean")
22718  (docs "Whether the application will paint directly on the widget")
22719  (readable #t)
22720  (writable #t)
22721  (construct-only #f)
22722)
22723
22724(define-property can-focus
22725  (of-object "GtkLinkButton")
22726  (prop-type "GParamBoolean")
22727  (docs "Whether the widget can accept the input focus")
22728  (readable #t)
22729  (writable #t)
22730  (construct-only #f)
22731)
22732
22733(define-property has-focus
22734  (of-object "GtkLinkButton")
22735  (prop-type "GParamBoolean")
22736  (docs "Whether the widget has the input focus")
22737  (readable #t)
22738  (writable #t)
22739  (construct-only #f)
22740)
22741
22742(define-property is-focus
22743  (of-object "GtkLinkButton")
22744  (prop-type "GParamBoolean")
22745  (docs "Whether the widget is the focus widget within the toplevel")
22746  (readable #t)
22747  (writable #t)
22748  (construct-only #f)
22749)
22750
22751(define-property can-default
22752  (of-object "GtkLinkButton")
22753  (prop-type "GParamBoolean")
22754  (docs "Whether the widget can be the default widget")
22755  (readable #t)
22756  (writable #t)
22757  (construct-only #f)
22758)
22759
22760(define-property has-default
22761  (of-object "GtkLinkButton")
22762  (prop-type "GParamBoolean")
22763  (docs "Whether the widget is the default widget")
22764  (readable #t)
22765  (writable #t)
22766  (construct-only #f)
22767)
22768
22769(define-property receives-default
22770  (of-object "GtkLinkButton")
22771  (prop-type "GParamBoolean")
22772  (docs "If TRUE, the widget will receive the default action when it is focused")
22773  (readable #t)
22774  (writable #t)
22775  (construct-only #f)
22776)
22777
22778(define-property composite-child
22779  (of-object "GtkLinkButton")
22780  (prop-type "GParamBoolean")
22781  (docs "Whether the widget is part of a composite widget")
22782  (readable #t)
22783  (writable #f)
22784  (construct-only #f)
22785)
22786
22787(define-property style
22788  (of-object "GtkLinkButton")
22789  (prop-type "GParamObject")
22790  (docs "The style of the widget, which contains information about how it will look (colors etc)")
22791  (readable #t)
22792  (writable #t)
22793  (construct-only #f)
22794)
22795
22796(define-property events
22797  (of-object "GtkLinkButton")
22798  (prop-type "GParamFlags")
22799  (docs "The event mask that decides what kind of GdkEvents this widget gets")
22800  (readable #t)
22801  (writable #t)
22802  (construct-only #f)
22803)
22804
22805(define-property extension-events
22806  (of-object "GtkLinkButton")
22807  (prop-type "GParamEnum")
22808  (docs "The mask that decides what kind of extension events this widget gets")
22809  (readable #t)
22810  (writable #t)
22811  (construct-only #f)
22812)
22813
22814(define-property no-show-all
22815  (of-object "GtkLinkButton")
22816  (prop-type "GParamBoolean")
22817  (docs "Whether gtk_widget_show_all() should not affect this widget")
22818  (readable #t)
22819  (writable #t)
22820  (construct-only #f)
22821)
22822
22823(define-property has-tooltip
22824  (of-object "GtkLinkButton")
22825  (prop-type "GParamBoolean")
22826  (docs "Whether this widget has a tooltip")
22827  (readable #t)
22828  (writable #t)
22829  (construct-only #f)
22830)
22831
22832(define-property tooltip-markup
22833  (of-object "GtkLinkButton")
22834  (prop-type "GParamString")
22835  (docs "The contents of the tooltip for this widget")
22836  (readable #t)
22837  (writable #t)
22838  (construct-only #f)
22839)
22840
22841(define-property tooltip-text
22842  (of-object "GtkLinkButton")
22843  (prop-type "GParamString")
22844  (docs "The contents of the tooltip for this widget")
22845  (readable #t)
22846  (writable #t)
22847  (construct-only #f)
22848)
22849
22850(define-property window
22851  (of-object "GtkLinkButton")
22852  (prop-type "GParamObject")
22853  (docs "The widget's window if it is realized")
22854  (readable #t)
22855  (writable #f)
22856  (construct-only #f)
22857)
22858
22859(define-property double-buffered
22860  (of-object "GtkLinkButton")
22861  (prop-type "GParamBoolean")
22862  (docs "Whether or not the widget is double buffered")
22863  (readable #t)
22864  (writable #t)
22865  (construct-only #f)
22866)
22867
22868(define-property border-width
22869  (of-object "GtkLinkButton")
22870  (prop-type "GParamUInt")
22871  (docs "The width of the empty border outside the containers children")
22872  (readable #t)
22873  (writable #t)
22874  (construct-only #f)
22875)
22876
22877(define-property resize-mode
22878  (of-object "GtkLinkButton")
22879  (prop-type "GParamEnum")
22880  (docs "Specify how resize events are handled")
22881  (readable #t)
22882  (writable #t)
22883  (construct-only #f)
22884)
22885
22886(define-property child
22887  (of-object "GtkLinkButton")
22888  (prop-type "GParamObject")
22889  (docs "Can be used to add a new child to the container")
22890  (readable #f)
22891  (writable #t)
22892  (construct-only #f)
22893)
22894
22895(define-property label
22896  (of-object "GtkLinkButton")
22897  (prop-type "GParamString")
22898  (docs "Text of the label widget inside the button, if the button contains a label widget")
22899  (readable #t)
22900  (writable #t)
22901  (construct-only #f)
22902)
22903
22904(define-property image
22905  (of-object "GtkLinkButton")
22906  (prop-type "GParamObject")
22907  (docs "Child widget to appear next to the button text")
22908  (readable #t)
22909  (writable #t)
22910  (construct-only #f)
22911)
22912
22913(define-property relief
22914  (of-object "GtkLinkButton")
22915  (prop-type "GParamEnum")
22916  (docs "The border relief style")
22917  (readable #t)
22918  (writable #t)
22919  (construct-only #f)
22920)
22921
22922(define-property use-underline
22923  (of-object "GtkLinkButton")
22924  (prop-type "GParamBoolean")
22925  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
22926  (readable #t)
22927  (writable #t)
22928  (construct-only #f)
22929)
22930
22931(define-property use-stock
22932  (of-object "GtkLinkButton")
22933  (prop-type "GParamBoolean")
22934  (docs "If set, the label is used to pick a stock item instead of being displayed")
22935  (readable #t)
22936  (writable #t)
22937  (construct-only #f)
22938)
22939
22940(define-property focus-on-click
22941  (of-object "GtkLinkButton")
22942  (prop-type "GParamBoolean")
22943  (docs "Whether the button grabs focus when it is clicked with the mouse")
22944  (readable #t)
22945  (writable #t)
22946  (construct-only #f)
22947)
22948
22949(define-property xalign
22950  (of-object "GtkLinkButton")
22951  (prop-type "GParamFloat")
22952  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
22953  (readable #t)
22954  (writable #t)
22955  (construct-only #f)
22956)
22957
22958(define-property yalign
22959  (of-object "GtkLinkButton")
22960  (prop-type "GParamFloat")
22961  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
22962  (readable #t)
22963  (writable #t)
22964  (construct-only #f)
22965)
22966
22967(define-property image-position
22968  (of-object "GtkLinkButton")
22969  (prop-type "GParamEnum")
22970  (docs "The position of the image relative to the text")
22971  (readable #t)
22972  (writable #t)
22973  (construct-only #f)
22974)
22975
22976(define-property uri
22977  (of-object "GtkLinkButton")
22978  (prop-type "GParamString")
22979  (docs "The URI bound to this button")
22980  (readable #t)
22981  (writable #t)
22982  (construct-only #f)
22983)
22984
22985(define-property visited
22986  (of-object "GtkLinkButton")
22987  (prop-type "GParamBoolean")
22988  (docs "Whether this link has been visited.")
22989  (readable #t)
22990  (writable #t)
22991  (construct-only #f)
22992)
22993
22994;; From GtkList
22995
22996(define-signal selection-changed
22997  (of-object "GtkList")
22998  (return-type "void")
22999  (when "first")
23000)
23001
23002(define-signal select-child
23003  (of-object "GtkList")
23004  (return-type "void")
23005  (when "first")
23006  (parameters
23007    '("GtkWidget*" "p0")
23008  )
23009)
23010
23011(define-signal unselect-child
23012  (of-object "GtkList")
23013  (return-type "void")
23014  (when "first")
23015  (parameters
23016    '("GtkWidget*" "p0")
23017  )
23018)
23019
23020(define-property user-data
23021  (of-object "GtkList")
23022  (prop-type "GParamPointer")
23023  (docs "Anonymous User Data Pointer")
23024  (readable #t)
23025  (writable #t)
23026  (construct-only #f)
23027)
23028
23029(define-property name
23030  (of-object "GtkList")
23031  (prop-type "GParamString")
23032  (docs "The name of the widget")
23033  (readable #t)
23034  (writable #t)
23035  (construct-only #f)
23036)
23037
23038(define-property parent
23039  (of-object "GtkList")
23040  (prop-type "GParamObject")
23041  (docs "The parent widget of this widget. Must be a Container widget")
23042  (readable #t)
23043  (writable #t)
23044  (construct-only #f)
23045)
23046
23047(define-property width-request
23048  (of-object "GtkList")
23049  (prop-type "GParamInt")
23050  (docs "Override for width request of the widget, or -1 if natural request should be used")
23051  (readable #t)
23052  (writable #t)
23053  (construct-only #f)
23054)
23055
23056(define-property height-request
23057  (of-object "GtkList")
23058  (prop-type "GParamInt")
23059  (docs "Override for height request of the widget, or -1 if natural request should be used")
23060  (readable #t)
23061  (writable #t)
23062  (construct-only #f)
23063)
23064
23065(define-property visible
23066  (of-object "GtkList")
23067  (prop-type "GParamBoolean")
23068  (docs "Whether the widget is visible")
23069  (readable #t)
23070  (writable #t)
23071  (construct-only #f)
23072)
23073
23074(define-property sensitive
23075  (of-object "GtkList")
23076  (prop-type "GParamBoolean")
23077  (docs "Whether the widget responds to input")
23078  (readable #t)
23079  (writable #t)
23080  (construct-only #f)
23081)
23082
23083(define-property app-paintable
23084  (of-object "GtkList")
23085  (prop-type "GParamBoolean")
23086  (docs "Whether the application will paint directly on the widget")
23087  (readable #t)
23088  (writable #t)
23089  (construct-only #f)
23090)
23091
23092(define-property can-focus
23093  (of-object "GtkList")
23094  (prop-type "GParamBoolean")
23095  (docs "Whether the widget can accept the input focus")
23096  (readable #t)
23097  (writable #t)
23098  (construct-only #f)
23099)
23100
23101(define-property has-focus
23102  (of-object "GtkList")
23103  (prop-type "GParamBoolean")
23104  (docs "Whether the widget has the input focus")
23105  (readable #t)
23106  (writable #t)
23107  (construct-only #f)
23108)
23109
23110(define-property is-focus
23111  (of-object "GtkList")
23112  (prop-type "GParamBoolean")
23113  (docs "Whether the widget is the focus widget within the toplevel")
23114  (readable #t)
23115  (writable #t)
23116  (construct-only #f)
23117)
23118
23119(define-property can-default
23120  (of-object "GtkList")
23121  (prop-type "GParamBoolean")
23122  (docs "Whether the widget can be the default widget")
23123  (readable #t)
23124  (writable #t)
23125  (construct-only #f)
23126)
23127
23128(define-property has-default
23129  (of-object "GtkList")
23130  (prop-type "GParamBoolean")
23131  (docs "Whether the widget is the default widget")
23132  (readable #t)
23133  (writable #t)
23134  (construct-only #f)
23135)
23136
23137(define-property receives-default
23138  (of-object "GtkList")
23139  (prop-type "GParamBoolean")
23140  (docs "If TRUE, the widget will receive the default action when it is focused")
23141  (readable #t)
23142  (writable #t)
23143  (construct-only #f)
23144)
23145
23146(define-property composite-child
23147  (of-object "GtkList")
23148  (prop-type "GParamBoolean")
23149  (docs "Whether the widget is part of a composite widget")
23150  (readable #t)
23151  (writable #f)
23152  (construct-only #f)
23153)
23154
23155(define-property style
23156  (of-object "GtkList")
23157  (prop-type "GParamObject")
23158  (docs "The style of the widget, which contains information about how it will look (colors etc)")
23159  (readable #t)
23160  (writable #t)
23161  (construct-only #f)
23162)
23163
23164(define-property events
23165  (of-object "GtkList")
23166  (prop-type "GParamFlags")
23167  (docs "The event mask that decides what kind of GdkEvents this widget gets")
23168  (readable #t)
23169  (writable #t)
23170  (construct-only #f)
23171)
23172
23173(define-property extension-events
23174  (of-object "GtkList")
23175  (prop-type "GParamEnum")
23176  (docs "The mask that decides what kind of extension events this widget gets")
23177  (readable #t)
23178  (writable #t)
23179  (construct-only #f)
23180)
23181
23182(define-property no-show-all
23183  (of-object "GtkList")
23184  (prop-type "GParamBoolean")
23185  (docs "Whether gtk_widget_show_all() should not affect this widget")
23186  (readable #t)
23187  (writable #t)
23188  (construct-only #f)
23189)
23190
23191(define-property has-tooltip
23192  (of-object "GtkList")
23193  (prop-type "GParamBoolean")
23194  (docs "Whether this widget has a tooltip")
23195  (readable #t)
23196  (writable #t)
23197  (construct-only #f)
23198)
23199
23200(define-property tooltip-markup
23201  (of-object "GtkList")
23202  (prop-type "GParamString")
23203  (docs "The contents of the tooltip for this widget")
23204  (readable #t)
23205  (writable #t)
23206  (construct-only #f)
23207)
23208
23209(define-property tooltip-text
23210  (of-object "GtkList")
23211  (prop-type "GParamString")
23212  (docs "The contents of the tooltip for this widget")
23213  (readable #t)
23214  (writable #t)
23215  (construct-only #f)
23216)
23217
23218(define-property window
23219  (of-object "GtkList")
23220  (prop-type "GParamObject")
23221  (docs "The widget's window if it is realized")
23222  (readable #t)
23223  (writable #f)
23224  (construct-only #f)
23225)
23226
23227(define-property double-buffered
23228  (of-object "GtkList")
23229  (prop-type "GParamBoolean")
23230  (docs "Whether or not the widget is double buffered")
23231  (readable #t)
23232  (writable #t)
23233  (construct-only #f)
23234)
23235
23236(define-property border-width
23237  (of-object "GtkList")
23238  (prop-type "GParamUInt")
23239  (docs "The width of the empty border outside the containers children")
23240  (readable #t)
23241  (writable #t)
23242  (construct-only #f)
23243)
23244
23245(define-property resize-mode
23246  (of-object "GtkList")
23247  (prop-type "GParamEnum")
23248  (docs "Specify how resize events are handled")
23249  (readable #t)
23250  (writable #t)
23251  (construct-only #f)
23252)
23253
23254(define-property child
23255  (of-object "GtkList")
23256  (prop-type "GParamObject")
23257  (docs "Can be used to add a new child to the container")
23258  (readable #f)
23259  (writable #t)
23260  (construct-only #f)
23261)
23262
23263(define-property selection-mode
23264  (of-object "GtkList")
23265  (prop-type "GParamEnum")
23266  (docs "")
23267  (readable #t)
23268  (writable #t)
23269  (construct-only #f)
23270)
23271
23272;; From GtkListItem
23273
23274(define-signal select-all
23275  (of-object "GtkListItem")
23276  (return-type "void")
23277  (when "last")
23278)
23279
23280(define-signal unselect-all
23281  (of-object "GtkListItem")
23282  (return-type "void")
23283  (when "last")
23284)
23285
23286(define-signal toggle-focus-row
23287  (of-object "GtkListItem")
23288  (return-type "void")
23289  (when "last")
23290)
23291
23292(define-signal undo-selection
23293  (of-object "GtkListItem")
23294  (return-type "void")
23295  (when "last")
23296)
23297
23298(define-signal start-selection
23299  (of-object "GtkListItem")
23300  (return-type "void")
23301  (when "last")
23302)
23303
23304(define-signal end-selection
23305  (of-object "GtkListItem")
23306  (return-type "void")
23307  (when "last")
23308)
23309
23310(define-signal toggle-add-mode
23311  (of-object "GtkListItem")
23312  (return-type "void")
23313  (when "last")
23314)
23315
23316(define-signal extend-selection
23317  (of-object "GtkListItem")
23318  (return-type "void")
23319  (when "last")
23320  (parameters
23321    '("GtkScrollType" "p0")
23322    '("gfloat" "p1")
23323    '("gboolean" "p2")
23324  )
23325)
23326
23327(define-signal scroll-vertical
23328  (of-object "GtkListItem")
23329  (return-type "void")
23330  (when "last")
23331  (parameters
23332    '("GtkScrollType" "p0")
23333    '("gfloat" "p1")
23334  )
23335)
23336
23337(define-signal scroll-horizontal
23338  (of-object "GtkListItem")
23339  (return-type "void")
23340  (when "last")
23341  (parameters
23342    '("GtkScrollType" "p0")
23343    '("gfloat" "p1")
23344  )
23345)
23346
23347(define-property user-data
23348  (of-object "GtkListItem")
23349  (prop-type "GParamPointer")
23350  (docs "Anonymous User Data Pointer")
23351  (readable #t)
23352  (writable #t)
23353  (construct-only #f)
23354)
23355
23356(define-property name
23357  (of-object "GtkListItem")
23358  (prop-type "GParamString")
23359  (docs "The name of the widget")
23360  (readable #t)
23361  (writable #t)
23362  (construct-only #f)
23363)
23364
23365(define-property parent
23366  (of-object "GtkListItem")
23367  (prop-type "GParamObject")
23368  (docs "The parent widget of this widget. Must be a Container widget")
23369  (readable #t)
23370  (writable #t)
23371  (construct-only #f)
23372)
23373
23374(define-property width-request
23375  (of-object "GtkListItem")
23376  (prop-type "GParamInt")
23377  (docs "Override for width request of the widget, or -1 if natural request should be used")
23378  (readable #t)
23379  (writable #t)
23380  (construct-only #f)
23381)
23382
23383(define-property height-request
23384  (of-object "GtkListItem")
23385  (prop-type "GParamInt")
23386  (docs "Override for height request of the widget, or -1 if natural request should be used")
23387  (readable #t)
23388  (writable #t)
23389  (construct-only #f)
23390)
23391
23392(define-property visible
23393  (of-object "GtkListItem")
23394  (prop-type "GParamBoolean")
23395  (docs "Whether the widget is visible")
23396  (readable #t)
23397  (writable #t)
23398  (construct-only #f)
23399)
23400
23401(define-property sensitive
23402  (of-object "GtkListItem")
23403  (prop-type "GParamBoolean")
23404  (docs "Whether the widget responds to input")
23405  (readable #t)
23406  (writable #t)
23407  (construct-only #f)
23408)
23409
23410(define-property app-paintable
23411  (of-object "GtkListItem")
23412  (prop-type "GParamBoolean")
23413  (docs "Whether the application will paint directly on the widget")
23414  (readable #t)
23415  (writable #t)
23416  (construct-only #f)
23417)
23418
23419(define-property can-focus
23420  (of-object "GtkListItem")
23421  (prop-type "GParamBoolean")
23422  (docs "Whether the widget can accept the input focus")
23423  (readable #t)
23424  (writable #t)
23425  (construct-only #f)
23426)
23427
23428(define-property has-focus
23429  (of-object "GtkListItem")
23430  (prop-type "GParamBoolean")
23431  (docs "Whether the widget has the input focus")
23432  (readable #t)
23433  (writable #t)
23434  (construct-only #f)
23435)
23436
23437(define-property is-focus
23438  (of-object "GtkListItem")
23439  (prop-type "GParamBoolean")
23440  (docs "Whether the widget is the focus widget within the toplevel")
23441  (readable #t)
23442  (writable #t)
23443  (construct-only #f)
23444)
23445
23446(define-property can-default
23447  (of-object "GtkListItem")
23448  (prop-type "GParamBoolean")
23449  (docs "Whether the widget can be the default widget")
23450  (readable #t)
23451  (writable #t)
23452  (construct-only #f)
23453)
23454
23455(define-property has-default
23456  (of-object "GtkListItem")
23457  (prop-type "GParamBoolean")
23458  (docs "Whether the widget is the default widget")
23459  (readable #t)
23460  (writable #t)
23461  (construct-only #f)
23462)
23463
23464(define-property receives-default
23465  (of-object "GtkListItem")
23466  (prop-type "GParamBoolean")
23467  (docs "If TRUE, the widget will receive the default action when it is focused")
23468  (readable #t)
23469  (writable #t)
23470  (construct-only #f)
23471)
23472
23473(define-property composite-child
23474  (of-object "GtkListItem")
23475  (prop-type "GParamBoolean")
23476  (docs "Whether the widget is part of a composite widget")
23477  (readable #t)
23478  (writable #f)
23479  (construct-only #f)
23480)
23481
23482(define-property style
23483  (of-object "GtkListItem")
23484  (prop-type "GParamObject")
23485  (docs "The style of the widget, which contains information about how it will look (colors etc)")
23486  (readable #t)
23487  (writable #t)
23488  (construct-only #f)
23489)
23490
23491(define-property events
23492  (of-object "GtkListItem")
23493  (prop-type "GParamFlags")
23494  (docs "The event mask that decides what kind of GdkEvents this widget gets")
23495  (readable #t)
23496  (writable #t)
23497  (construct-only #f)
23498)
23499
23500(define-property extension-events
23501  (of-object "GtkListItem")
23502  (prop-type "GParamEnum")
23503  (docs "The mask that decides what kind of extension events this widget gets")
23504  (readable #t)
23505  (writable #t)
23506  (construct-only #f)
23507)
23508
23509(define-property no-show-all
23510  (of-object "GtkListItem")
23511  (prop-type "GParamBoolean")
23512  (docs "Whether gtk_widget_show_all() should not affect this widget")
23513  (readable #t)
23514  (writable #t)
23515  (construct-only #f)
23516)
23517
23518(define-property has-tooltip
23519  (of-object "GtkListItem")
23520  (prop-type "GParamBoolean")
23521  (docs "Whether this widget has a tooltip")
23522  (readable #t)
23523  (writable #t)
23524  (construct-only #f)
23525)
23526
23527(define-property tooltip-markup
23528  (of-object "GtkListItem")
23529  (prop-type "GParamString")
23530  (docs "The contents of the tooltip for this widget")
23531  (readable #t)
23532  (writable #t)
23533  (construct-only #f)
23534)
23535
23536(define-property tooltip-text
23537  (of-object "GtkListItem")
23538  (prop-type "GParamString")
23539  (docs "The contents of the tooltip for this widget")
23540  (readable #t)
23541  (writable #t)
23542  (construct-only #f)
23543)
23544
23545(define-property window
23546  (of-object "GtkListItem")
23547  (prop-type "GParamObject")
23548  (docs "The widget's window if it is realized")
23549  (readable #t)
23550  (writable #f)
23551  (construct-only #f)
23552)
23553
23554(define-property double-buffered
23555  (of-object "GtkListItem")
23556  (prop-type "GParamBoolean")
23557  (docs "Whether or not the widget is double buffered")
23558  (readable #t)
23559  (writable #t)
23560  (construct-only #f)
23561)
23562
23563(define-property border-width
23564  (of-object "GtkListItem")
23565  (prop-type "GParamUInt")
23566  (docs "The width of the empty border outside the containers children")
23567  (readable #t)
23568  (writable #t)
23569  (construct-only #f)
23570)
23571
23572(define-property resize-mode
23573  (of-object "GtkListItem")
23574  (prop-type "GParamEnum")
23575  (docs "Specify how resize events are handled")
23576  (readable #t)
23577  (writable #t)
23578  (construct-only #f)
23579)
23580
23581(define-property child
23582  (of-object "GtkListItem")
23583  (prop-type "GParamObject")
23584  (docs "Can be used to add a new child to the container")
23585  (readable #f)
23586  (writable #t)
23587  (construct-only #f)
23588)
23589
23590;; From GtkMenu
23591
23592(define-signal move-scroll
23593  (of-object "GtkMenu")
23594  (return-type "void")
23595  (when "last")
23596  (parameters
23597    '("GtkScrollType" "p0")
23598  )
23599)
23600
23601(define-property user-data
23602  (of-object "GtkMenu")
23603  (prop-type "GParamPointer")
23604  (docs "Anonymous User Data Pointer")
23605  (readable #t)
23606  (writable #t)
23607  (construct-only #f)
23608)
23609
23610(define-property name
23611  (of-object "GtkMenu")
23612  (prop-type "GParamString")
23613  (docs "The name of the widget")
23614  (readable #t)
23615  (writable #t)
23616  (construct-only #f)
23617)
23618
23619(define-property parent
23620  (of-object "GtkMenu")
23621  (prop-type "GParamObject")
23622  (docs "The parent widget of this widget. Must be a Container widget")
23623  (readable #t)
23624  (writable #t)
23625  (construct-only #f)
23626)
23627
23628(define-property width-request
23629  (of-object "GtkMenu")
23630  (prop-type "GParamInt")
23631  (docs "Override for width request of the widget, or -1 if natural request should be used")
23632  (readable #t)
23633  (writable #t)
23634  (construct-only #f)
23635)
23636
23637(define-property height-request
23638  (of-object "GtkMenu")
23639  (prop-type "GParamInt")
23640  (docs "Override for height request of the widget, or -1 if natural request should be used")
23641  (readable #t)
23642  (writable #t)
23643  (construct-only #f)
23644)
23645
23646(define-property visible
23647  (of-object "GtkMenu")
23648  (prop-type "GParamBoolean")
23649  (docs "Whether the widget is visible")
23650  (readable #t)
23651  (writable #t)
23652  (construct-only #f)
23653)
23654
23655(define-property sensitive
23656  (of-object "GtkMenu")
23657  (prop-type "GParamBoolean")
23658  (docs "Whether the widget responds to input")
23659  (readable #t)
23660  (writable #t)
23661  (construct-only #f)
23662)
23663
23664(define-property app-paintable
23665  (of-object "GtkMenu")
23666  (prop-type "GParamBoolean")
23667  (docs "Whether the application will paint directly on the widget")
23668  (readable #t)
23669  (writable #t)
23670  (construct-only #f)
23671)
23672
23673(define-property can-focus
23674  (of-object "GtkMenu")
23675  (prop-type "GParamBoolean")
23676  (docs "Whether the widget can accept the input focus")
23677  (readable #t)
23678  (writable #t)
23679  (construct-only #f)
23680)
23681
23682(define-property has-focus
23683  (of-object "GtkMenu")
23684  (prop-type "GParamBoolean")
23685  (docs "Whether the widget has the input focus")
23686  (readable #t)
23687  (writable #t)
23688  (construct-only #f)
23689)
23690
23691(define-property is-focus
23692  (of-object "GtkMenu")
23693  (prop-type "GParamBoolean")
23694  (docs "Whether the widget is the focus widget within the toplevel")
23695  (readable #t)
23696  (writable #t)
23697  (construct-only #f)
23698)
23699
23700(define-property can-default
23701  (of-object "GtkMenu")
23702  (prop-type "GParamBoolean")
23703  (docs "Whether the widget can be the default widget")
23704  (readable #t)
23705  (writable #t)
23706  (construct-only #f)
23707)
23708
23709(define-property has-default
23710  (of-object "GtkMenu")
23711  (prop-type "GParamBoolean")
23712  (docs "Whether the widget is the default widget")
23713  (readable #t)
23714  (writable #t)
23715  (construct-only #f)
23716)
23717
23718(define-property receives-default
23719  (of-object "GtkMenu")
23720  (prop-type "GParamBoolean")
23721  (docs "If TRUE, the widget will receive the default action when it is focused")
23722  (readable #t)
23723  (writable #t)
23724  (construct-only #f)
23725)
23726
23727(define-property composite-child
23728  (of-object "GtkMenu")
23729  (prop-type "GParamBoolean")
23730  (docs "Whether the widget is part of a composite widget")
23731  (readable #t)
23732  (writable #f)
23733  (construct-only #f)
23734)
23735
23736(define-property style
23737  (of-object "GtkMenu")
23738  (prop-type "GParamObject")
23739  (docs "The style of the widget, which contains information about how it will look (colors etc)")
23740  (readable #t)
23741  (writable #t)
23742  (construct-only #f)
23743)
23744
23745(define-property events
23746  (of-object "GtkMenu")
23747  (prop-type "GParamFlags")
23748  (docs "The event mask that decides what kind of GdkEvents this widget gets")
23749  (readable #t)
23750  (writable #t)
23751  (construct-only #f)
23752)
23753
23754(define-property extension-events
23755  (of-object "GtkMenu")
23756  (prop-type "GParamEnum")
23757  (docs "The mask that decides what kind of extension events this widget gets")
23758  (readable #t)
23759  (writable #t)
23760  (construct-only #f)
23761)
23762
23763(define-property no-show-all
23764  (of-object "GtkMenu")
23765  (prop-type "GParamBoolean")
23766  (docs "Whether gtk_widget_show_all() should not affect this widget")
23767  (readable #t)
23768  (writable #t)
23769  (construct-only #f)
23770)
23771
23772(define-property has-tooltip
23773  (of-object "GtkMenu")
23774  (prop-type "GParamBoolean")
23775  (docs "Whether this widget has a tooltip")
23776  (readable #t)
23777  (writable #t)
23778  (construct-only #f)
23779)
23780
23781(define-property tooltip-markup
23782  (of-object "GtkMenu")
23783  (prop-type "GParamString")
23784  (docs "The contents of the tooltip for this widget")
23785  (readable #t)
23786  (writable #t)
23787  (construct-only #f)
23788)
23789
23790(define-property tooltip-text
23791  (of-object "GtkMenu")
23792  (prop-type "GParamString")
23793  (docs "The contents of the tooltip for this widget")
23794  (readable #t)
23795  (writable #t)
23796  (construct-only #f)
23797)
23798
23799(define-property window
23800  (of-object "GtkMenu")
23801  (prop-type "GParamObject")
23802  (docs "The widget's window if it is realized")
23803  (readable #t)
23804  (writable #f)
23805  (construct-only #f)
23806)
23807
23808(define-property double-buffered
23809  (of-object "GtkMenu")
23810  (prop-type "GParamBoolean")
23811  (docs "Whether or not the widget is double buffered")
23812  (readable #t)
23813  (writable #t)
23814  (construct-only #f)
23815)
23816
23817(define-property border-width
23818  (of-object "GtkMenu")
23819  (prop-type "GParamUInt")
23820  (docs "The width of the empty border outside the containers children")
23821  (readable #t)
23822  (writable #t)
23823  (construct-only #f)
23824)
23825
23826(define-property resize-mode
23827  (of-object "GtkMenu")
23828  (prop-type "GParamEnum")
23829  (docs "Specify how resize events are handled")
23830  (readable #t)
23831  (writable #t)
23832  (construct-only #f)
23833)
23834
23835(define-property child
23836  (of-object "GtkMenu")
23837  (prop-type "GParamObject")
23838  (docs "Can be used to add a new child to the container")
23839  (readable #f)
23840  (writable #t)
23841  (construct-only #f)
23842)
23843
23844(define-property take-focus
23845  (of-object "GtkMenu")
23846  (prop-type "GParamBoolean")
23847  (docs "A boolean that determines whether the menu grabs the keyboard focus")
23848  (readable #t)
23849  (writable #t)
23850  (construct-only #f)
23851)
23852
23853(define-property active
23854  (of-object "GtkMenu")
23855  (prop-type "GParamInt")
23856  (docs "The currently selected menu item")
23857  (readable #t)
23858  (writable #t)
23859  (construct-only #f)
23860)
23861
23862(define-property accel-group
23863  (of-object "GtkMenu")
23864  (prop-type "GParamObject")
23865  (docs "The accel group holding accelerators for the menu")
23866  (readable #t)
23867  (writable #t)
23868  (construct-only #f)
23869)
23870
23871(define-property accel-path
23872  (of-object "GtkMenu")
23873  (prop-type "GParamString")
23874  (docs "An accel path used to conveniently construct accel paths of child items")
23875  (readable #t)
23876  (writable #t)
23877  (construct-only #f)
23878)
23879
23880(define-property attach-widget
23881  (of-object "GtkMenu")
23882  (prop-type "GParamObject")
23883  (docs "The widget the menu is attached to")
23884  (readable #t)
23885  (writable #t)
23886  (construct-only #f)
23887)
23888
23889(define-property tearoff-state
23890  (of-object "GtkMenu")
23891  (prop-type "GParamBoolean")
23892  (docs "A boolean that indicates whether the menu is torn-off")
23893  (readable #t)
23894  (writable #t)
23895  (construct-only #f)
23896)
23897
23898(define-property tearoff-title
23899  (of-object "GtkMenu")
23900  (prop-type "GParamString")
23901  (docs "A title that may be displayed by the window manager when this menu is torn-off")
23902  (readable #t)
23903  (writable #t)
23904  (construct-only #f)
23905)
23906
23907(define-property monitor
23908  (of-object "GtkMenu")
23909  (prop-type "GParamInt")
23910  (docs "The monitor the menu will be popped up on")
23911  (readable #t)
23912  (writable #t)
23913  (construct-only #f)
23914)
23915
23916(define-property reserve-toggle-size
23917  (of-object "GtkMenu")
23918  (prop-type "GParamBoolean")
23919  (docs "A boolean that indicates whether the menu reserves space for toggles and icons")
23920  (readable #t)
23921  (writable #t)
23922  (construct-only #f)
23923)
23924
23925;; From GtkMenuBar
23926
23927(define-property user-data
23928  (of-object "GtkMenuBar")
23929  (prop-type "GParamPointer")
23930  (docs "Anonymous User Data Pointer")
23931  (readable #t)
23932  (writable #t)
23933  (construct-only #f)
23934)
23935
23936(define-property name
23937  (of-object "GtkMenuBar")
23938  (prop-type "GParamString")
23939  (docs "The name of the widget")
23940  (readable #t)
23941  (writable #t)
23942  (construct-only #f)
23943)
23944
23945(define-property parent
23946  (of-object "GtkMenuBar")
23947  (prop-type "GParamObject")
23948  (docs "The parent widget of this widget. Must be a Container widget")
23949  (readable #t)
23950  (writable #t)
23951  (construct-only #f)
23952)
23953
23954(define-property width-request
23955  (of-object "GtkMenuBar")
23956  (prop-type "GParamInt")
23957  (docs "Override for width request of the widget, or -1 if natural request should be used")
23958  (readable #t)
23959  (writable #t)
23960  (construct-only #f)
23961)
23962
23963(define-property height-request
23964  (of-object "GtkMenuBar")
23965  (prop-type "GParamInt")
23966  (docs "Override for height request of the widget, or -1 if natural request should be used")
23967  (readable #t)
23968  (writable #t)
23969  (construct-only #f)
23970)
23971
23972(define-property visible
23973  (of-object "GtkMenuBar")
23974  (prop-type "GParamBoolean")
23975  (docs "Whether the widget is visible")
23976  (readable #t)
23977  (writable #t)
23978  (construct-only #f)
23979)
23980
23981(define-property sensitive
23982  (of-object "GtkMenuBar")
23983  (prop-type "GParamBoolean")
23984  (docs "Whether the widget responds to input")
23985  (readable #t)
23986  (writable #t)
23987  (construct-only #f)
23988)
23989
23990(define-property app-paintable
23991  (of-object "GtkMenuBar")
23992  (prop-type "GParamBoolean")
23993  (docs "Whether the application will paint directly on the widget")
23994  (readable #t)
23995  (writable #t)
23996  (construct-only #f)
23997)
23998
23999(define-property can-focus
24000  (of-object "GtkMenuBar")
24001  (prop-type "GParamBoolean")
24002  (docs "Whether the widget can accept the input focus")
24003  (readable #t)
24004  (writable #t)
24005  (construct-only #f)
24006)
24007
24008(define-property has-focus
24009  (of-object "GtkMenuBar")
24010  (prop-type "GParamBoolean")
24011  (docs "Whether the widget has the input focus")
24012  (readable #t)
24013  (writable #t)
24014  (construct-only #f)
24015)
24016
24017(define-property is-focus
24018  (of-object "GtkMenuBar")
24019  (prop-type "GParamBoolean")
24020  (docs "Whether the widget is the focus widget within the toplevel")
24021  (readable #t)
24022  (writable #t)
24023  (construct-only #f)
24024)
24025
24026(define-property can-default
24027  (of-object "GtkMenuBar")
24028  (prop-type "GParamBoolean")
24029  (docs "Whether the widget can be the default widget")
24030  (readable #t)
24031  (writable #t)
24032  (construct-only #f)
24033)
24034
24035(define-property has-default
24036  (of-object "GtkMenuBar")
24037  (prop-type "GParamBoolean")
24038  (docs "Whether the widget is the default widget")
24039  (readable #t)
24040  (writable #t)
24041  (construct-only #f)
24042)
24043
24044(define-property receives-default
24045  (of-object "GtkMenuBar")
24046  (prop-type "GParamBoolean")
24047  (docs "If TRUE, the widget will receive the default action when it is focused")
24048  (readable #t)
24049  (writable #t)
24050  (construct-only #f)
24051)
24052
24053(define-property composite-child
24054  (of-object "GtkMenuBar")
24055  (prop-type "GParamBoolean")
24056  (docs "Whether the widget is part of a composite widget")
24057  (readable #t)
24058  (writable #f)
24059  (construct-only #f)
24060)
24061
24062(define-property style
24063  (of-object "GtkMenuBar")
24064  (prop-type "GParamObject")
24065  (docs "The style of the widget, which contains information about how it will look (colors etc)")
24066  (readable #t)
24067  (writable #t)
24068  (construct-only #f)
24069)
24070
24071(define-property events
24072  (of-object "GtkMenuBar")
24073  (prop-type "GParamFlags")
24074  (docs "The event mask that decides what kind of GdkEvents this widget gets")
24075  (readable #t)
24076  (writable #t)
24077  (construct-only #f)
24078)
24079
24080(define-property extension-events
24081  (of-object "GtkMenuBar")
24082  (prop-type "GParamEnum")
24083  (docs "The mask that decides what kind of extension events this widget gets")
24084  (readable #t)
24085  (writable #t)
24086  (construct-only #f)
24087)
24088
24089(define-property no-show-all
24090  (of-object "GtkMenuBar")
24091  (prop-type "GParamBoolean")
24092  (docs "Whether gtk_widget_show_all() should not affect this widget")
24093  (readable #t)
24094  (writable #t)
24095  (construct-only #f)
24096)
24097
24098(define-property has-tooltip
24099  (of-object "GtkMenuBar")
24100  (prop-type "GParamBoolean")
24101  (docs "Whether this widget has a tooltip")
24102  (readable #t)
24103  (writable #t)
24104  (construct-only #f)
24105)
24106
24107(define-property tooltip-markup
24108  (of-object "GtkMenuBar")
24109  (prop-type "GParamString")
24110  (docs "The contents of the tooltip for this widget")
24111  (readable #t)
24112  (writable #t)
24113  (construct-only #f)
24114)
24115
24116(define-property tooltip-text
24117  (of-object "GtkMenuBar")
24118  (prop-type "GParamString")
24119  (docs "The contents of the tooltip for this widget")
24120  (readable #t)
24121  (writable #t)
24122  (construct-only #f)
24123)
24124
24125(define-property window
24126  (of-object "GtkMenuBar")
24127  (prop-type "GParamObject")
24128  (docs "The widget's window if it is realized")
24129  (readable #t)
24130  (writable #f)
24131  (construct-only #f)
24132)
24133
24134(define-property double-buffered
24135  (of-object "GtkMenuBar")
24136  (prop-type "GParamBoolean")
24137  (docs "Whether or not the widget is double buffered")
24138  (readable #t)
24139  (writable #t)
24140  (construct-only #f)
24141)
24142
24143(define-property border-width
24144  (of-object "GtkMenuBar")
24145  (prop-type "GParamUInt")
24146  (docs "The width of the empty border outside the containers children")
24147  (readable #t)
24148  (writable #t)
24149  (construct-only #f)
24150)
24151
24152(define-property resize-mode
24153  (of-object "GtkMenuBar")
24154  (prop-type "GParamEnum")
24155  (docs "Specify how resize events are handled")
24156  (readable #t)
24157  (writable #t)
24158  (construct-only #f)
24159)
24160
24161(define-property child
24162  (of-object "GtkMenuBar")
24163  (prop-type "GParamObject")
24164  (docs "Can be used to add a new child to the container")
24165  (readable #f)
24166  (writable #t)
24167  (construct-only #f)
24168)
24169
24170(define-property take-focus
24171  (of-object "GtkMenuBar")
24172  (prop-type "GParamBoolean")
24173  (docs "A boolean that determines whether the menu grabs the keyboard focus")
24174  (readable #t)
24175  (writable #t)
24176  (construct-only #f)
24177)
24178
24179(define-property pack-direction
24180  (of-object "GtkMenuBar")
24181  (prop-type "GParamEnum")
24182  (docs "The pack direction of the menubar")
24183  (readable #t)
24184  (writable #t)
24185  (construct-only #f)
24186)
24187
24188(define-property child-pack-direction
24189  (of-object "GtkMenuBar")
24190  (prop-type "GParamEnum")
24191  (docs "The child pack direction of the menubar")
24192  (readable #t)
24193  (writable #t)
24194  (construct-only #f)
24195)
24196
24197;; From GtkMenuItem
24198
24199(define-signal activate
24200  (of-object "GtkMenuItem")
24201  (return-type "void")
24202  (when "first")
24203)
24204
24205(define-signal activate-item
24206  (of-object "GtkMenuItem")
24207  (return-type "void")
24208  (when "first")
24209)
24210
24211(define-signal toggle-size-request
24212  (of-object "GtkMenuItem")
24213  (return-type "void")
24214  (when "first")
24215  (parameters
24216    '("int*" "p0")
24217  )
24218)
24219
24220(define-signal toggle-size-allocate
24221  (of-object "GtkMenuItem")
24222  (return-type "void")
24223  (when "first")
24224  (parameters
24225    '("gint" "p0")
24226  )
24227)
24228
24229(define-property related-action
24230  (of-object "GtkMenuItem")
24231  (prop-type "GParamObject")
24232  (docs "The action this activatable will activate and receive updates from")
24233  (readable #t)
24234  (writable #t)
24235  (construct-only #f)
24236)
24237
24238(define-property use-action-appearance
24239  (of-object "GtkMenuItem")
24240  (prop-type "GParamBoolean")
24241  (docs "Whether to use the related actions appearance properties")
24242  (readable #t)
24243  (writable #t)
24244  (construct-only #f)
24245)
24246
24247(define-property user-data
24248  (of-object "GtkMenuItem")
24249  (prop-type "GParamPointer")
24250  (docs "Anonymous User Data Pointer")
24251  (readable #t)
24252  (writable #t)
24253  (construct-only #f)
24254)
24255
24256(define-property name
24257  (of-object "GtkMenuItem")
24258  (prop-type "GParamString")
24259  (docs "The name of the widget")
24260  (readable #t)
24261  (writable #t)
24262  (construct-only #f)
24263)
24264
24265(define-property parent
24266  (of-object "GtkMenuItem")
24267  (prop-type "GParamObject")
24268  (docs "The parent widget of this widget. Must be a Container widget")
24269  (readable #t)
24270  (writable #t)
24271  (construct-only #f)
24272)
24273
24274(define-property width-request
24275  (of-object "GtkMenuItem")
24276  (prop-type "GParamInt")
24277  (docs "Override for width request of the widget, or -1 if natural request should be used")
24278  (readable #t)
24279  (writable #t)
24280  (construct-only #f)
24281)
24282
24283(define-property height-request
24284  (of-object "GtkMenuItem")
24285  (prop-type "GParamInt")
24286  (docs "Override for height request of the widget, or -1 if natural request should be used")
24287  (readable #t)
24288  (writable #t)
24289  (construct-only #f)
24290)
24291
24292(define-property visible
24293  (of-object "GtkMenuItem")
24294  (prop-type "GParamBoolean")
24295  (docs "Whether the widget is visible")
24296  (readable #t)
24297  (writable #t)
24298  (construct-only #f)
24299)
24300
24301(define-property sensitive
24302  (of-object "GtkMenuItem")
24303  (prop-type "GParamBoolean")
24304  (docs "Whether the widget responds to input")
24305  (readable #t)
24306  (writable #t)
24307  (construct-only #f)
24308)
24309
24310(define-property app-paintable
24311  (of-object "GtkMenuItem")
24312  (prop-type "GParamBoolean")
24313  (docs "Whether the application will paint directly on the widget")
24314  (readable #t)
24315  (writable #t)
24316  (construct-only #f)
24317)
24318
24319(define-property can-focus
24320  (of-object "GtkMenuItem")
24321  (prop-type "GParamBoolean")
24322  (docs "Whether the widget can accept the input focus")
24323  (readable #t)
24324  (writable #t)
24325  (construct-only #f)
24326)
24327
24328(define-property has-focus
24329  (of-object "GtkMenuItem")
24330  (prop-type "GParamBoolean")
24331  (docs "Whether the widget has the input focus")
24332  (readable #t)
24333  (writable #t)
24334  (construct-only #f)
24335)
24336
24337(define-property is-focus
24338  (of-object "GtkMenuItem")
24339  (prop-type "GParamBoolean")
24340  (docs "Whether the widget is the focus widget within the toplevel")
24341  (readable #t)
24342  (writable #t)
24343  (construct-only #f)
24344)
24345
24346(define-property can-default
24347  (of-object "GtkMenuItem")
24348  (prop-type "GParamBoolean")
24349  (docs "Whether the widget can be the default widget")
24350  (readable #t)
24351  (writable #t)
24352  (construct-only #f)
24353)
24354
24355(define-property has-default
24356  (of-object "GtkMenuItem")
24357  (prop-type "GParamBoolean")
24358  (docs "Whether the widget is the default widget")
24359  (readable #t)
24360  (writable #t)
24361  (construct-only #f)
24362)
24363
24364(define-property receives-default
24365  (of-object "GtkMenuItem")
24366  (prop-type "GParamBoolean")
24367  (docs "If TRUE, the widget will receive the default action when it is focused")
24368  (readable #t)
24369  (writable #t)
24370  (construct-only #f)
24371)
24372
24373(define-property composite-child
24374  (of-object "GtkMenuItem")
24375  (prop-type "GParamBoolean")
24376  (docs "Whether the widget is part of a composite widget")
24377  (readable #t)
24378  (writable #f)
24379  (construct-only #f)
24380)
24381
24382(define-property style
24383  (of-object "GtkMenuItem")
24384  (prop-type "GParamObject")
24385  (docs "The style of the widget, which contains information about how it will look (colors etc)")
24386  (readable #t)
24387  (writable #t)
24388  (construct-only #f)
24389)
24390
24391(define-property events
24392  (of-object "GtkMenuItem")
24393  (prop-type "GParamFlags")
24394  (docs "The event mask that decides what kind of GdkEvents this widget gets")
24395  (readable #t)
24396  (writable #t)
24397  (construct-only #f)
24398)
24399
24400(define-property extension-events
24401  (of-object "GtkMenuItem")
24402  (prop-type "GParamEnum")
24403  (docs "The mask that decides what kind of extension events this widget gets")
24404  (readable #t)
24405  (writable #t)
24406  (construct-only #f)
24407)
24408
24409(define-property no-show-all
24410  (of-object "GtkMenuItem")
24411  (prop-type "GParamBoolean")
24412  (docs "Whether gtk_widget_show_all() should not affect this widget")
24413  (readable #t)
24414  (writable #t)
24415  (construct-only #f)
24416)
24417
24418(define-property has-tooltip
24419  (of-object "GtkMenuItem")
24420  (prop-type "GParamBoolean")
24421  (docs "Whether this widget has a tooltip")
24422  (readable #t)
24423  (writable #t)
24424  (construct-only #f)
24425)
24426
24427(define-property tooltip-markup
24428  (of-object "GtkMenuItem")
24429  (prop-type "GParamString")
24430  (docs "The contents of the tooltip for this widget")
24431  (readable #t)
24432  (writable #t)
24433  (construct-only #f)
24434)
24435
24436(define-property tooltip-text
24437  (of-object "GtkMenuItem")
24438  (prop-type "GParamString")
24439  (docs "The contents of the tooltip for this widget")
24440  (readable #t)
24441  (writable #t)
24442  (construct-only #f)
24443)
24444
24445(define-property window
24446  (of-object "GtkMenuItem")
24447  (prop-type "GParamObject")
24448  (docs "The widget's window if it is realized")
24449  (readable #t)
24450  (writable #f)
24451  (construct-only #f)
24452)
24453
24454(define-property double-buffered
24455  (of-object "GtkMenuItem")
24456  (prop-type "GParamBoolean")
24457  (docs "Whether or not the widget is double buffered")
24458  (readable #t)
24459  (writable #t)
24460  (construct-only #f)
24461)
24462
24463(define-property border-width
24464  (of-object "GtkMenuItem")
24465  (prop-type "GParamUInt")
24466  (docs "The width of the empty border outside the containers children")
24467  (readable #t)
24468  (writable #t)
24469  (construct-only #f)
24470)
24471
24472(define-property resize-mode
24473  (of-object "GtkMenuItem")
24474  (prop-type "GParamEnum")
24475  (docs "Specify how resize events are handled")
24476  (readable #t)
24477  (writable #t)
24478  (construct-only #f)
24479)
24480
24481(define-property child
24482  (of-object "GtkMenuItem")
24483  (prop-type "GParamObject")
24484  (docs "Can be used to add a new child to the container")
24485  (readable #f)
24486  (writable #t)
24487  (construct-only #f)
24488)
24489
24490(define-property right-justified
24491  (of-object "GtkMenuItem")
24492  (prop-type "GParamBoolean")
24493  (docs "Sets whether the menu item appears justified at the right side of a menu bar")
24494  (readable #t)
24495  (writable #t)
24496  (construct-only #f)
24497)
24498
24499(define-property submenu
24500  (of-object "GtkMenuItem")
24501  (prop-type "GParamObject")
24502  (docs "The submenu attached to the menu item, or NULL if it has none")
24503  (readable #t)
24504  (writable #t)
24505  (construct-only #f)
24506)
24507
24508(define-property accel-path
24509  (of-object "GtkMenuItem")
24510  (prop-type "GParamString")
24511  (docs "Sets the accelerator path of the menu item")
24512  (readable #t)
24513  (writable #t)
24514  (construct-only #f)
24515)
24516
24517(define-property label
24518  (of-object "GtkMenuItem")
24519  (prop-type "GParamString")
24520  (docs "The text for the child label")
24521  (readable #t)
24522  (writable #t)
24523  (construct-only #f)
24524)
24525
24526(define-property use-underline
24527  (of-object "GtkMenuItem")
24528  (prop-type "GParamBoolean")
24529  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
24530  (readable #t)
24531  (writable #t)
24532  (construct-only #f)
24533)
24534
24535;; From GtkMenuShell
24536
24537(define-signal deactivate
24538  (of-object "GtkMenuShell")
24539  (return-type "void")
24540  (when "first")
24541)
24542
24543(define-signal selection-done
24544  (of-object "GtkMenuShell")
24545  (return-type "void")
24546  (when "first")
24547)
24548
24549(define-signal move-current
24550  (of-object "GtkMenuShell")
24551  (return-type "void")
24552  (when "last")
24553  (parameters
24554    '("GtkMenuDirectionType" "p0")
24555  )
24556)
24557
24558(define-signal activate-current
24559  (of-object "GtkMenuShell")
24560  (return-type "void")
24561  (when "last")
24562  (parameters
24563    '("gboolean" "p0")
24564  )
24565)
24566
24567(define-signal cancel
24568  (of-object "GtkMenuShell")
24569  (return-type "void")
24570  (when "last")
24571)
24572
24573(define-signal cycle-focus
24574  (of-object "GtkMenuShell")
24575  (return-type "void")
24576  (when "last")
24577  (parameters
24578    '("GtkDirectionType" "p0")
24579  )
24580)
24581
24582(define-signal move-selected
24583  (of-object "GtkMenuShell")
24584  (return-type "gboolean")
24585  (when "last")
24586  (parameters
24587    '("gint" "p0")
24588  )
24589)
24590
24591(define-property user-data
24592  (of-object "GtkMenuShell")
24593  (prop-type "GParamPointer")
24594  (docs "Anonymous User Data Pointer")
24595  (readable #t)
24596  (writable #t)
24597  (construct-only #f)
24598)
24599
24600(define-property name
24601  (of-object "GtkMenuShell")
24602  (prop-type "GParamString")
24603  (docs "The name of the widget")
24604  (readable #t)
24605  (writable #t)
24606  (construct-only #f)
24607)
24608
24609(define-property parent
24610  (of-object "GtkMenuShell")
24611  (prop-type "GParamObject")
24612  (docs "The parent widget of this widget. Must be a Container widget")
24613  (readable #t)
24614  (writable #t)
24615  (construct-only #f)
24616)
24617
24618(define-property width-request
24619  (of-object "GtkMenuShell")
24620  (prop-type "GParamInt")
24621  (docs "Override for width request of the widget, or -1 if natural request should be used")
24622  (readable #t)
24623  (writable #t)
24624  (construct-only #f)
24625)
24626
24627(define-property height-request
24628  (of-object "GtkMenuShell")
24629  (prop-type "GParamInt")
24630  (docs "Override for height request of the widget, or -1 if natural request should be used")
24631  (readable #t)
24632  (writable #t)
24633  (construct-only #f)
24634)
24635
24636(define-property visible
24637  (of-object "GtkMenuShell")
24638  (prop-type "GParamBoolean")
24639  (docs "Whether the widget is visible")
24640  (readable #t)
24641  (writable #t)
24642  (construct-only #f)
24643)
24644
24645(define-property sensitive
24646  (of-object "GtkMenuShell")
24647  (prop-type "GParamBoolean")
24648  (docs "Whether the widget responds to input")
24649  (readable #t)
24650  (writable #t)
24651  (construct-only #f)
24652)
24653
24654(define-property app-paintable
24655  (of-object "GtkMenuShell")
24656  (prop-type "GParamBoolean")
24657  (docs "Whether the application will paint directly on the widget")
24658  (readable #t)
24659  (writable #t)
24660  (construct-only #f)
24661)
24662
24663(define-property can-focus
24664  (of-object "GtkMenuShell")
24665  (prop-type "GParamBoolean")
24666  (docs "Whether the widget can accept the input focus")
24667  (readable #t)
24668  (writable #t)
24669  (construct-only #f)
24670)
24671
24672(define-property has-focus
24673  (of-object "GtkMenuShell")
24674  (prop-type "GParamBoolean")
24675  (docs "Whether the widget has the input focus")
24676  (readable #t)
24677  (writable #t)
24678  (construct-only #f)
24679)
24680
24681(define-property is-focus
24682  (of-object "GtkMenuShell")
24683  (prop-type "GParamBoolean")
24684  (docs "Whether the widget is the focus widget within the toplevel")
24685  (readable #t)
24686  (writable #t)
24687  (construct-only #f)
24688)
24689
24690(define-property can-default
24691  (of-object "GtkMenuShell")
24692  (prop-type "GParamBoolean")
24693  (docs "Whether the widget can be the default widget")
24694  (readable #t)
24695  (writable #t)
24696  (construct-only #f)
24697)
24698
24699(define-property has-default
24700  (of-object "GtkMenuShell")
24701  (prop-type "GParamBoolean")
24702  (docs "Whether the widget is the default widget")
24703  (readable #t)
24704  (writable #t)
24705  (construct-only #f)
24706)
24707
24708(define-property receives-default
24709  (of-object "GtkMenuShell")
24710  (prop-type "GParamBoolean")
24711  (docs "If TRUE, the widget will receive the default action when it is focused")
24712  (readable #t)
24713  (writable #t)
24714  (construct-only #f)
24715)
24716
24717(define-property composite-child
24718  (of-object "GtkMenuShell")
24719  (prop-type "GParamBoolean")
24720  (docs "Whether the widget is part of a composite widget")
24721  (readable #t)
24722  (writable #f)
24723  (construct-only #f)
24724)
24725
24726(define-property style
24727  (of-object "GtkMenuShell")
24728  (prop-type "GParamObject")
24729  (docs "The style of the widget, which contains information about how it will look (colors etc)")
24730  (readable #t)
24731  (writable #t)
24732  (construct-only #f)
24733)
24734
24735(define-property events
24736  (of-object "GtkMenuShell")
24737  (prop-type "GParamFlags")
24738  (docs "The event mask that decides what kind of GdkEvents this widget gets")
24739  (readable #t)
24740  (writable #t)
24741  (construct-only #f)
24742)
24743
24744(define-property extension-events
24745  (of-object "GtkMenuShell")
24746  (prop-type "GParamEnum")
24747  (docs "The mask that decides what kind of extension events this widget gets")
24748  (readable #t)
24749  (writable #t)
24750  (construct-only #f)
24751)
24752
24753(define-property no-show-all
24754  (of-object "GtkMenuShell")
24755  (prop-type "GParamBoolean")
24756  (docs "Whether gtk_widget_show_all() should not affect this widget")
24757  (readable #t)
24758  (writable #t)
24759  (construct-only #f)
24760)
24761
24762(define-property has-tooltip
24763  (of-object "GtkMenuShell")
24764  (prop-type "GParamBoolean")
24765  (docs "Whether this widget has a tooltip")
24766  (readable #t)
24767  (writable #t)
24768  (construct-only #f)
24769)
24770
24771(define-property tooltip-markup
24772  (of-object "GtkMenuShell")
24773  (prop-type "GParamString")
24774  (docs "The contents of the tooltip for this widget")
24775  (readable #t)
24776  (writable #t)
24777  (construct-only #f)
24778)
24779
24780(define-property tooltip-text
24781  (of-object "GtkMenuShell")
24782  (prop-type "GParamString")
24783  (docs "The contents of the tooltip for this widget")
24784  (readable #t)
24785  (writable #t)
24786  (construct-only #f)
24787)
24788
24789(define-property window
24790  (of-object "GtkMenuShell")
24791  (prop-type "GParamObject")
24792  (docs "The widget's window if it is realized")
24793  (readable #t)
24794  (writable #f)
24795  (construct-only #f)
24796)
24797
24798(define-property double-buffered
24799  (of-object "GtkMenuShell")
24800  (prop-type "GParamBoolean")
24801  (docs "Whether or not the widget is double buffered")
24802  (readable #t)
24803  (writable #t)
24804  (construct-only #f)
24805)
24806
24807(define-property border-width
24808  (of-object "GtkMenuShell")
24809  (prop-type "GParamUInt")
24810  (docs "The width of the empty border outside the containers children")
24811  (readable #t)
24812  (writable #t)
24813  (construct-only #f)
24814)
24815
24816(define-property resize-mode
24817  (of-object "GtkMenuShell")
24818  (prop-type "GParamEnum")
24819  (docs "Specify how resize events are handled")
24820  (readable #t)
24821  (writable #t)
24822  (construct-only #f)
24823)
24824
24825(define-property child
24826  (of-object "GtkMenuShell")
24827  (prop-type "GParamObject")
24828  (docs "Can be used to add a new child to the container")
24829  (readable #f)
24830  (writable #t)
24831  (construct-only #f)
24832)
24833
24834(define-property take-focus
24835  (of-object "GtkMenuShell")
24836  (prop-type "GParamBoolean")
24837  (docs "A boolean that determines whether the menu grabs the keyboard focus")
24838  (readable #t)
24839  (writable #t)
24840  (construct-only #f)
24841)
24842
24843;; From GtkMenuToolButton
24844
24845(define-signal show-menu
24846  (of-object "GtkMenuToolButton")
24847  (return-type "void")
24848  (when "first")
24849)
24850
24851(define-property related-action
24852  (of-object "GtkMenuToolButton")
24853  (prop-type "GParamObject")
24854  (docs "The action this activatable will activate and receive updates from")
24855  (readable #t)
24856  (writable #t)
24857  (construct-only #f)
24858)
24859
24860(define-property use-action-appearance
24861  (of-object "GtkMenuToolButton")
24862  (prop-type "GParamBoolean")
24863  (docs "Whether to use the related actions appearance properties")
24864  (readable #t)
24865  (writable #t)
24866  (construct-only #f)
24867)
24868
24869(define-property user-data
24870  (of-object "GtkMenuToolButton")
24871  (prop-type "GParamPointer")
24872  (docs "Anonymous User Data Pointer")
24873  (readable #t)
24874  (writable #t)
24875  (construct-only #f)
24876)
24877
24878(define-property name
24879  (of-object "GtkMenuToolButton")
24880  (prop-type "GParamString")
24881  (docs "The name of the widget")
24882  (readable #t)
24883  (writable #t)
24884  (construct-only #f)
24885)
24886
24887(define-property parent
24888  (of-object "GtkMenuToolButton")
24889  (prop-type "GParamObject")
24890  (docs "The parent widget of this widget. Must be a Container widget")
24891  (readable #t)
24892  (writable #t)
24893  (construct-only #f)
24894)
24895
24896(define-property width-request
24897  (of-object "GtkMenuToolButton")
24898  (prop-type "GParamInt")
24899  (docs "Override for width request of the widget, or -1 if natural request should be used")
24900  (readable #t)
24901  (writable #t)
24902  (construct-only #f)
24903)
24904
24905(define-property height-request
24906  (of-object "GtkMenuToolButton")
24907  (prop-type "GParamInt")
24908  (docs "Override for height request of the widget, or -1 if natural request should be used")
24909  (readable #t)
24910  (writable #t)
24911  (construct-only #f)
24912)
24913
24914(define-property visible
24915  (of-object "GtkMenuToolButton")
24916  (prop-type "GParamBoolean")
24917  (docs "Whether the widget is visible")
24918  (readable #t)
24919  (writable #t)
24920  (construct-only #f)
24921)
24922
24923(define-property sensitive
24924  (of-object "GtkMenuToolButton")
24925  (prop-type "GParamBoolean")
24926  (docs "Whether the widget responds to input")
24927  (readable #t)
24928  (writable #t)
24929  (construct-only #f)
24930)
24931
24932(define-property app-paintable
24933  (of-object "GtkMenuToolButton")
24934  (prop-type "GParamBoolean")
24935  (docs "Whether the application will paint directly on the widget")
24936  (readable #t)
24937  (writable #t)
24938  (construct-only #f)
24939)
24940
24941(define-property can-focus
24942  (of-object "GtkMenuToolButton")
24943  (prop-type "GParamBoolean")
24944  (docs "Whether the widget can accept the input focus")
24945  (readable #t)
24946  (writable #t)
24947  (construct-only #f)
24948)
24949
24950(define-property has-focus
24951  (of-object "GtkMenuToolButton")
24952  (prop-type "GParamBoolean")
24953  (docs "Whether the widget has the input focus")
24954  (readable #t)
24955  (writable #t)
24956  (construct-only #f)
24957)
24958
24959(define-property is-focus
24960  (of-object "GtkMenuToolButton")
24961  (prop-type "GParamBoolean")
24962  (docs "Whether the widget is the focus widget within the toplevel")
24963  (readable #t)
24964  (writable #t)
24965  (construct-only #f)
24966)
24967
24968(define-property can-default
24969  (of-object "GtkMenuToolButton")
24970  (prop-type "GParamBoolean")
24971  (docs "Whether the widget can be the default widget")
24972  (readable #t)
24973  (writable #t)
24974  (construct-only #f)
24975)
24976
24977(define-property has-default
24978  (of-object "GtkMenuToolButton")
24979  (prop-type "GParamBoolean")
24980  (docs "Whether the widget is the default widget")
24981  (readable #t)
24982  (writable #t)
24983  (construct-only #f)
24984)
24985
24986(define-property receives-default
24987  (of-object "GtkMenuToolButton")
24988  (prop-type "GParamBoolean")
24989  (docs "If TRUE, the widget will receive the default action when it is focused")
24990  (readable #t)
24991  (writable #t)
24992  (construct-only #f)
24993)
24994
24995(define-property composite-child
24996  (of-object "GtkMenuToolButton")
24997  (prop-type "GParamBoolean")
24998  (docs "Whether the widget is part of a composite widget")
24999  (readable #t)
25000  (writable #f)
25001  (construct-only #f)
25002)
25003
25004(define-property style
25005  (of-object "GtkMenuToolButton")
25006  (prop-type "GParamObject")
25007  (docs "The style of the widget, which contains information about how it will look (colors etc)")
25008  (readable #t)
25009  (writable #t)
25010  (construct-only #f)
25011)
25012
25013(define-property events
25014  (of-object "GtkMenuToolButton")
25015  (prop-type "GParamFlags")
25016  (docs "The event mask that decides what kind of GdkEvents this widget gets")
25017  (readable #t)
25018  (writable #t)
25019  (construct-only #f)
25020)
25021
25022(define-property extension-events
25023  (of-object "GtkMenuToolButton")
25024  (prop-type "GParamEnum")
25025  (docs "The mask that decides what kind of extension events this widget gets")
25026  (readable #t)
25027  (writable #t)
25028  (construct-only #f)
25029)
25030
25031(define-property no-show-all
25032  (of-object "GtkMenuToolButton")
25033  (prop-type "GParamBoolean")
25034  (docs "Whether gtk_widget_show_all() should not affect this widget")
25035  (readable #t)
25036  (writable #t)
25037  (construct-only #f)
25038)
25039
25040(define-property has-tooltip
25041  (of-object "GtkMenuToolButton")
25042  (prop-type "GParamBoolean")
25043  (docs "Whether this widget has a tooltip")
25044  (readable #t)
25045  (writable #t)
25046  (construct-only #f)
25047)
25048
25049(define-property tooltip-markup
25050  (of-object "GtkMenuToolButton")
25051  (prop-type "GParamString")
25052  (docs "The contents of the tooltip for this widget")
25053  (readable #t)
25054  (writable #t)
25055  (construct-only #f)
25056)
25057
25058(define-property tooltip-text
25059  (of-object "GtkMenuToolButton")
25060  (prop-type "GParamString")
25061  (docs "The contents of the tooltip for this widget")
25062  (readable #t)
25063  (writable #t)
25064  (construct-only #f)
25065)
25066
25067(define-property window
25068  (of-object "GtkMenuToolButton")
25069  (prop-type "GParamObject")
25070  (docs "The widget's window if it is realized")
25071  (readable #t)
25072  (writable #f)
25073  (construct-only #f)
25074)
25075
25076(define-property double-buffered
25077  (of-object "GtkMenuToolButton")
25078  (prop-type "GParamBoolean")
25079  (docs "Whether or not the widget is double buffered")
25080  (readable #t)
25081  (writable #t)
25082  (construct-only #f)
25083)
25084
25085(define-property border-width
25086  (of-object "GtkMenuToolButton")
25087  (prop-type "GParamUInt")
25088  (docs "The width of the empty border outside the containers children")
25089  (readable #t)
25090  (writable #t)
25091  (construct-only #f)
25092)
25093
25094(define-property resize-mode
25095  (of-object "GtkMenuToolButton")
25096  (prop-type "GParamEnum")
25097  (docs "Specify how resize events are handled")
25098  (readable #t)
25099  (writable #t)
25100  (construct-only #f)
25101)
25102
25103(define-property child
25104  (of-object "GtkMenuToolButton")
25105  (prop-type "GParamObject")
25106  (docs "Can be used to add a new child to the container")
25107  (readable #f)
25108  (writable #t)
25109  (construct-only #f)
25110)
25111
25112(define-property visible-horizontal
25113  (of-object "GtkMenuToolButton")
25114  (prop-type "GParamBoolean")
25115  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
25116  (readable #t)
25117  (writable #t)
25118  (construct-only #f)
25119)
25120
25121(define-property visible-vertical
25122  (of-object "GtkMenuToolButton")
25123  (prop-type "GParamBoolean")
25124  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
25125  (readable #t)
25126  (writable #t)
25127  (construct-only #f)
25128)
25129
25130(define-property is-important
25131  (of-object "GtkMenuToolButton")
25132  (prop-type "GParamBoolean")
25133  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
25134  (readable #t)
25135  (writable #t)
25136  (construct-only #f)
25137)
25138
25139(define-property label
25140  (of-object "GtkMenuToolButton")
25141  (prop-type "GParamString")
25142  (docs "Text to show in the item.")
25143  (readable #t)
25144  (writable #t)
25145  (construct-only #f)
25146)
25147
25148(define-property use-underline
25149  (of-object "GtkMenuToolButton")
25150  (prop-type "GParamBoolean")
25151  (docs "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu")
25152  (readable #t)
25153  (writable #t)
25154  (construct-only #f)
25155)
25156
25157(define-property label-widget
25158  (of-object "GtkMenuToolButton")
25159  (prop-type "GParamObject")
25160  (docs "Widget to use as the item label")
25161  (readable #t)
25162  (writable #t)
25163  (construct-only #f)
25164)
25165
25166(define-property stock-id
25167  (of-object "GtkMenuToolButton")
25168  (prop-type "GParamString")
25169  (docs "The stock icon displayed on the item")
25170  (readable #t)
25171  (writable #t)
25172  (construct-only #f)
25173)
25174
25175(define-property icon-name
25176  (of-object "GtkMenuToolButton")
25177  (prop-type "GParamString")
25178  (docs "The name of the themed icon displayed on the item")
25179  (readable #t)
25180  (writable #t)
25181  (construct-only #f)
25182)
25183
25184(define-property icon-widget
25185  (of-object "GtkMenuToolButton")
25186  (prop-type "GParamObject")
25187  (docs "Icon widget to display in the item")
25188  (readable #t)
25189  (writable #t)
25190  (construct-only #f)
25191)
25192
25193(define-property menu
25194  (of-object "GtkMenuToolButton")
25195  (prop-type "GParamObject")
25196  (docs "The dropdown menu")
25197  (readable #t)
25198  (writable #t)
25199  (construct-only #f)
25200)
25201
25202;; From GtkMessageDialog
25203
25204(define-property user-data
25205  (of-object "GtkMessageDialog")
25206  (prop-type "GParamPointer")
25207  (docs "Anonymous User Data Pointer")
25208  (readable #t)
25209  (writable #t)
25210  (construct-only #f)
25211)
25212
25213(define-property name
25214  (of-object "GtkMessageDialog")
25215  (prop-type "GParamString")
25216  (docs "The name of the widget")
25217  (readable #t)
25218  (writable #t)
25219  (construct-only #f)
25220)
25221
25222(define-property parent
25223  (of-object "GtkMessageDialog")
25224  (prop-type "GParamObject")
25225  (docs "The parent widget of this widget. Must be a Container widget")
25226  (readable #t)
25227  (writable #t)
25228  (construct-only #f)
25229)
25230
25231(define-property width-request
25232  (of-object "GtkMessageDialog")
25233  (prop-type "GParamInt")
25234  (docs "Override for width request of the widget, or -1 if natural request should be used")
25235  (readable #t)
25236  (writable #t)
25237  (construct-only #f)
25238)
25239
25240(define-property height-request
25241  (of-object "GtkMessageDialog")
25242  (prop-type "GParamInt")
25243  (docs "Override for height request of the widget, or -1 if natural request should be used")
25244  (readable #t)
25245  (writable #t)
25246  (construct-only #f)
25247)
25248
25249(define-property visible
25250  (of-object "GtkMessageDialog")
25251  (prop-type "GParamBoolean")
25252  (docs "Whether the widget is visible")
25253  (readable #t)
25254  (writable #t)
25255  (construct-only #f)
25256)
25257
25258(define-property sensitive
25259  (of-object "GtkMessageDialog")
25260  (prop-type "GParamBoolean")
25261  (docs "Whether the widget responds to input")
25262  (readable #t)
25263  (writable #t)
25264  (construct-only #f)
25265)
25266
25267(define-property app-paintable
25268  (of-object "GtkMessageDialog")
25269  (prop-type "GParamBoolean")
25270  (docs "Whether the application will paint directly on the widget")
25271  (readable #t)
25272  (writable #t)
25273  (construct-only #f)
25274)
25275
25276(define-property can-focus
25277  (of-object "GtkMessageDialog")
25278  (prop-type "GParamBoolean")
25279  (docs "Whether the widget can accept the input focus")
25280  (readable #t)
25281  (writable #t)
25282  (construct-only #f)
25283)
25284
25285(define-property has-focus
25286  (of-object "GtkMessageDialog")
25287  (prop-type "GParamBoolean")
25288  (docs "Whether the widget has the input focus")
25289  (readable #t)
25290  (writable #t)
25291  (construct-only #f)
25292)
25293
25294(define-property is-focus
25295  (of-object "GtkMessageDialog")
25296  (prop-type "GParamBoolean")
25297  (docs "Whether the widget is the focus widget within the toplevel")
25298  (readable #t)
25299  (writable #t)
25300  (construct-only #f)
25301)
25302
25303(define-property can-default
25304  (of-object "GtkMessageDialog")
25305  (prop-type "GParamBoolean")
25306  (docs "Whether the widget can be the default widget")
25307  (readable #t)
25308  (writable #t)
25309  (construct-only #f)
25310)
25311
25312(define-property has-default
25313  (of-object "GtkMessageDialog")
25314  (prop-type "GParamBoolean")
25315  (docs "Whether the widget is the default widget")
25316  (readable #t)
25317  (writable #t)
25318  (construct-only #f)
25319)
25320
25321(define-property receives-default
25322  (of-object "GtkMessageDialog")
25323  (prop-type "GParamBoolean")
25324  (docs "If TRUE, the widget will receive the default action when it is focused")
25325  (readable #t)
25326  (writable #t)
25327  (construct-only #f)
25328)
25329
25330(define-property composite-child
25331  (of-object "GtkMessageDialog")
25332  (prop-type "GParamBoolean")
25333  (docs "Whether the widget is part of a composite widget")
25334  (readable #t)
25335  (writable #f)
25336  (construct-only #f)
25337)
25338
25339(define-property style
25340  (of-object "GtkMessageDialog")
25341  (prop-type "GParamObject")
25342  (docs "The style of the widget, which contains information about how it will look (colors etc)")
25343  (readable #t)
25344  (writable #t)
25345  (construct-only #f)
25346)
25347
25348(define-property events
25349  (of-object "GtkMessageDialog")
25350  (prop-type "GParamFlags")
25351  (docs "The event mask that decides what kind of GdkEvents this widget gets")
25352  (readable #t)
25353  (writable #t)
25354  (construct-only #f)
25355)
25356
25357(define-property extension-events
25358  (of-object "GtkMessageDialog")
25359  (prop-type "GParamEnum")
25360  (docs "The mask that decides what kind of extension events this widget gets")
25361  (readable #t)
25362  (writable #t)
25363  (construct-only #f)
25364)
25365
25366(define-property no-show-all
25367  (of-object "GtkMessageDialog")
25368  (prop-type "GParamBoolean")
25369  (docs "Whether gtk_widget_show_all() should not affect this widget")
25370  (readable #t)
25371  (writable #t)
25372  (construct-only #f)
25373)
25374
25375(define-property has-tooltip
25376  (of-object "GtkMessageDialog")
25377  (prop-type "GParamBoolean")
25378  (docs "Whether this widget has a tooltip")
25379  (readable #t)
25380  (writable #t)
25381  (construct-only #f)
25382)
25383
25384(define-property tooltip-markup
25385  (of-object "GtkMessageDialog")
25386  (prop-type "GParamString")
25387  (docs "The contents of the tooltip for this widget")
25388  (readable #t)
25389  (writable #t)
25390  (construct-only #f)
25391)
25392
25393(define-property tooltip-text
25394  (of-object "GtkMessageDialog")
25395  (prop-type "GParamString")
25396  (docs "The contents of the tooltip for this widget")
25397  (readable #t)
25398  (writable #t)
25399  (construct-only #f)
25400)
25401
25402(define-property window
25403  (of-object "GtkMessageDialog")
25404  (prop-type "GParamObject")
25405  (docs "The widget's window if it is realized")
25406  (readable #t)
25407  (writable #f)
25408  (construct-only #f)
25409)
25410
25411(define-property double-buffered
25412  (of-object "GtkMessageDialog")
25413  (prop-type "GParamBoolean")
25414  (docs "Whether or not the widget is double buffered")
25415  (readable #t)
25416  (writable #t)
25417  (construct-only #f)
25418)
25419
25420(define-property border-width
25421  (of-object "GtkMessageDialog")
25422  (prop-type "GParamUInt")
25423  (docs "The width of the empty border outside the containers children")
25424  (readable #t)
25425  (writable #t)
25426  (construct-only #f)
25427)
25428
25429(define-property resize-mode
25430  (of-object "GtkMessageDialog")
25431  (prop-type "GParamEnum")
25432  (docs "Specify how resize events are handled")
25433  (readable #t)
25434  (writable #t)
25435  (construct-only #f)
25436)
25437
25438(define-property child
25439  (of-object "GtkMessageDialog")
25440  (prop-type "GParamObject")
25441  (docs "Can be used to add a new child to the container")
25442  (readable #f)
25443  (writable #t)
25444  (construct-only #f)
25445)
25446
25447(define-property type
25448  (of-object "GtkMessageDialog")
25449  (prop-type "GParamEnum")
25450  (docs "The type of the window")
25451  (readable #t)
25452  (writable #t)
25453  (construct-only #t)
25454)
25455
25456(define-property title
25457  (of-object "GtkMessageDialog")
25458  (prop-type "GParamString")
25459  (docs "The title of the window")
25460  (readable #t)
25461  (writable #t)
25462  (construct-only #f)
25463)
25464
25465(define-property role
25466  (of-object "GtkMessageDialog")
25467  (prop-type "GParamString")
25468  (docs "Unique identifier for the window to be used when restoring a session")
25469  (readable #t)
25470  (writable #t)
25471  (construct-only #f)
25472)
25473
25474(define-property allow-shrink
25475  (of-object "GtkMessageDialog")
25476  (prop-type "GParamBoolean")
25477  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
25478  (readable #t)
25479  (writable #t)
25480  (construct-only #f)
25481)
25482
25483(define-property allow-grow
25484  (of-object "GtkMessageDialog")
25485  (prop-type "GParamBoolean")
25486  (docs "If TRUE, users can expand the window beyond its minimum size")
25487  (readable #t)
25488  (writable #t)
25489  (construct-only #f)
25490)
25491
25492(define-property resizable
25493  (of-object "GtkMessageDialog")
25494  (prop-type "GParamBoolean")
25495  (docs "If TRUE, users can resize the window")
25496  (readable #t)
25497  (writable #t)
25498  (construct-only #f)
25499)
25500
25501(define-property modal
25502  (of-object "GtkMessageDialog")
25503  (prop-type "GParamBoolean")
25504  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
25505  (readable #t)
25506  (writable #t)
25507  (construct-only #f)
25508)
25509
25510(define-property window-position
25511  (of-object "GtkMessageDialog")
25512  (prop-type "GParamEnum")
25513  (docs "The initial position of the window")
25514  (readable #t)
25515  (writable #t)
25516  (construct-only #f)
25517)
25518
25519(define-property default-width
25520  (of-object "GtkMessageDialog")
25521  (prop-type "GParamInt")
25522  (docs "The default width of the window, used when initially showing the window")
25523  (readable #t)
25524  (writable #t)
25525  (construct-only #f)
25526)
25527
25528(define-property default-height
25529  (of-object "GtkMessageDialog")
25530  (prop-type "GParamInt")
25531  (docs "The default height of the window, used when initially showing the window")
25532  (readable #t)
25533  (writable #t)
25534  (construct-only #f)
25535)
25536
25537(define-property destroy-with-parent
25538  (of-object "GtkMessageDialog")
25539  (prop-type "GParamBoolean")
25540  (docs "If this window should be destroyed when the parent is destroyed")
25541  (readable #t)
25542  (writable #t)
25543  (construct-only #f)
25544)
25545
25546(define-property icon
25547  (of-object "GtkMessageDialog")
25548  (prop-type "GParamObject")
25549  (docs "Icon for this window")
25550  (readable #t)
25551  (writable #t)
25552  (construct-only #f)
25553)
25554
25555(define-property icon-name
25556  (of-object "GtkMessageDialog")
25557  (prop-type "GParamString")
25558  (docs "Name of the themed icon for this window")
25559  (readable #t)
25560  (writable #t)
25561  (construct-only #f)
25562)
25563
25564(define-property screen
25565  (of-object "GtkMessageDialog")
25566  (prop-type "GParamObject")
25567  (docs "The screen where this window will be displayed")
25568  (readable #t)
25569  (writable #t)
25570  (construct-only #f)
25571)
25572
25573(define-property type-hint
25574  (of-object "GtkMessageDialog")
25575  (prop-type "GParamEnum")
25576  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
25577  (readable #t)
25578  (writable #t)
25579  (construct-only #f)
25580)
25581
25582(define-property skip-taskbar-hint
25583  (of-object "GtkMessageDialog")
25584  (prop-type "GParamBoolean")
25585  (docs "TRUE if the window should not be in the task bar.")
25586  (readable #t)
25587  (writable #t)
25588  (construct-only #f)
25589)
25590
25591(define-property skip-pager-hint
25592  (of-object "GtkMessageDialog")
25593  (prop-type "GParamBoolean")
25594  (docs "TRUE if the window should not be in the pager.")
25595  (readable #t)
25596  (writable #t)
25597  (construct-only #f)
25598)
25599
25600(define-property urgency-hint
25601  (of-object "GtkMessageDialog")
25602  (prop-type "GParamBoolean")
25603  (docs "TRUE if the window should be brought to the user's attention.")
25604  (readable #t)
25605  (writable #t)
25606  (construct-only #f)
25607)
25608
25609(define-property accept-focus
25610  (of-object "GtkMessageDialog")
25611  (prop-type "GParamBoolean")
25612  (docs "TRUE if the window should receive the input focus.")
25613  (readable #t)
25614  (writable #t)
25615  (construct-only #f)
25616)
25617
25618(define-property focus-on-map
25619  (of-object "GtkMessageDialog")
25620  (prop-type "GParamBoolean")
25621  (docs "TRUE if the window should receive the input focus when mapped.")
25622  (readable #t)
25623  (writable #t)
25624  (construct-only #f)
25625)
25626
25627(define-property decorated
25628  (of-object "GtkMessageDialog")
25629  (prop-type "GParamBoolean")
25630  (docs "Whether the window should be decorated by the window manager")
25631  (readable #t)
25632  (writable #t)
25633  (construct-only #f)
25634)
25635
25636(define-property deletable
25637  (of-object "GtkMessageDialog")
25638  (prop-type "GParamBoolean")
25639  (docs "Whether the window frame should have a close button")
25640  (readable #t)
25641  (writable #t)
25642  (construct-only #f)
25643)
25644
25645(define-property gravity
25646  (of-object "GtkMessageDialog")
25647  (prop-type "GParamEnum")
25648  (docs "The window gravity of the window")
25649  (readable #t)
25650  (writable #t)
25651  (construct-only #f)
25652)
25653
25654(define-property transient-for
25655  (of-object "GtkMessageDialog")
25656  (prop-type "GParamObject")
25657  (docs "The transient parent of the dialog")
25658  (readable #t)
25659  (writable #t)
25660  (construct-only #f)
25661)
25662
25663(define-property opacity
25664  (of-object "GtkMessageDialog")
25665  (prop-type "GParamDouble")
25666  (docs "The opacity of the window, from 0 to 1")
25667  (readable #t)
25668  (writable #t)
25669  (construct-only #f)
25670)
25671
25672(define-property is-active
25673  (of-object "GtkMessageDialog")
25674  (prop-type "GParamBoolean")
25675  (docs "Whether the toplevel is the current active window")
25676  (readable #t)
25677  (writable #f)
25678  (construct-only #f)
25679)
25680
25681(define-property has-toplevel-focus
25682  (of-object "GtkMessageDialog")
25683  (prop-type "GParamBoolean")
25684  (docs "Whether the input focus is within this GtkWindow")
25685  (readable #t)
25686  (writable #f)
25687  (construct-only #f)
25688)
25689
25690(define-property startup-id
25691  (of-object "GtkMessageDialog")
25692  (prop-type "GParamString")
25693  (docs "Unique startup identifier for the window used by startup-notification")
25694  (readable #f)
25695  (writable #t)
25696  (construct-only #f)
25697)
25698
25699(define-property mnemonics-visible
25700  (of-object "GtkMessageDialog")
25701  (prop-type "GParamBoolean")
25702  (docs "Whether mnemonics are currently visible in this window")
25703  (readable #t)
25704  (writable #t)
25705  (construct-only #f)
25706)
25707
25708(define-property has-separator
25709  (of-object "GtkMessageDialog")
25710  (prop-type "GParamBoolean")
25711  (docs "The dialog has a separator bar above its buttons")
25712  (readable #t)
25713  (writable #t)
25714  (construct-only #f)
25715)
25716
25717(define-property message-type
25718  (of-object "GtkMessageDialog")
25719  (prop-type "GParamEnum")
25720  (docs "The type of message")
25721  (readable #t)
25722  (writable #t)
25723  (construct-only #f)
25724)
25725
25726(define-property buttons
25727  (of-object "GtkMessageDialog")
25728  (prop-type "GParamEnum")
25729  (docs "The buttons shown in the message dialog")
25730  (readable #f)
25731  (writable #t)
25732  (construct-only #t)
25733)
25734
25735(define-property text
25736  (of-object "GtkMessageDialog")
25737  (prop-type "GParamString")
25738  (docs "The primary text of the message dialog")
25739  (readable #t)
25740  (writable #t)
25741  (construct-only #f)
25742)
25743
25744(define-property use-markup
25745  (of-object "GtkMessageDialog")
25746  (prop-type "GParamBoolean")
25747  (docs "The primary text of the title includes Pango markup.")
25748  (readable #t)
25749  (writable #t)
25750  (construct-only #f)
25751)
25752
25753(define-property secondary-text
25754  (of-object "GtkMessageDialog")
25755  (prop-type "GParamString")
25756  (docs "The secondary text of the message dialog")
25757  (readable #t)
25758  (writable #t)
25759  (construct-only #f)
25760)
25761
25762(define-property secondary-use-markup
25763  (of-object "GtkMessageDialog")
25764  (prop-type "GParamBoolean")
25765  (docs "The secondary text includes Pango markup.")
25766  (readable #t)
25767  (writable #t)
25768  (construct-only #f)
25769)
25770
25771(define-property image
25772  (of-object "GtkMessageDialog")
25773  (prop-type "GParamObject")
25774  (docs "The image")
25775  (readable #t)
25776  (writable #t)
25777  (construct-only #f)
25778)
25779
25780(define-property message-area
25781  (of-object "GtkMessageDialog")
25782  (prop-type "GParamObject")
25783  (docs "GtkVBox that holds the dialog's primary and secondary labels")
25784  (readable #t)
25785  (writable #f)
25786  (construct-only #f)
25787)
25788
25789;; From GtkMisc
25790
25791(define-property user-data
25792  (of-object "GtkMisc")
25793  (prop-type "GParamPointer")
25794  (docs "Anonymous User Data Pointer")
25795  (readable #t)
25796  (writable #t)
25797  (construct-only #f)
25798)
25799
25800(define-property name
25801  (of-object "GtkMisc")
25802  (prop-type "GParamString")
25803  (docs "The name of the widget")
25804  (readable #t)
25805  (writable #t)
25806  (construct-only #f)
25807)
25808
25809(define-property parent
25810  (of-object "GtkMisc")
25811  (prop-type "GParamObject")
25812  (docs "The parent widget of this widget. Must be a Container widget")
25813  (readable #t)
25814  (writable #t)
25815  (construct-only #f)
25816)
25817
25818(define-property width-request
25819  (of-object "GtkMisc")
25820  (prop-type "GParamInt")
25821  (docs "Override for width request of the widget, or -1 if natural request should be used")
25822  (readable #t)
25823  (writable #t)
25824  (construct-only #f)
25825)
25826
25827(define-property height-request
25828  (of-object "GtkMisc")
25829  (prop-type "GParamInt")
25830  (docs "Override for height request of the widget, or -1 if natural request should be used")
25831  (readable #t)
25832  (writable #t)
25833  (construct-only #f)
25834)
25835
25836(define-property visible
25837  (of-object "GtkMisc")
25838  (prop-type "GParamBoolean")
25839  (docs "Whether the widget is visible")
25840  (readable #t)
25841  (writable #t)
25842  (construct-only #f)
25843)
25844
25845(define-property sensitive
25846  (of-object "GtkMisc")
25847  (prop-type "GParamBoolean")
25848  (docs "Whether the widget responds to input")
25849  (readable #t)
25850  (writable #t)
25851  (construct-only #f)
25852)
25853
25854(define-property app-paintable
25855  (of-object "GtkMisc")
25856  (prop-type "GParamBoolean")
25857  (docs "Whether the application will paint directly on the widget")
25858  (readable #t)
25859  (writable #t)
25860  (construct-only #f)
25861)
25862
25863(define-property can-focus
25864  (of-object "GtkMisc")
25865  (prop-type "GParamBoolean")
25866  (docs "Whether the widget can accept the input focus")
25867  (readable #t)
25868  (writable #t)
25869  (construct-only #f)
25870)
25871
25872(define-property has-focus
25873  (of-object "GtkMisc")
25874  (prop-type "GParamBoolean")
25875  (docs "Whether the widget has the input focus")
25876  (readable #t)
25877  (writable #t)
25878  (construct-only #f)
25879)
25880
25881(define-property is-focus
25882  (of-object "GtkMisc")
25883  (prop-type "GParamBoolean")
25884  (docs "Whether the widget is the focus widget within the toplevel")
25885  (readable #t)
25886  (writable #t)
25887  (construct-only #f)
25888)
25889
25890(define-property can-default
25891  (of-object "GtkMisc")
25892  (prop-type "GParamBoolean")
25893  (docs "Whether the widget can be the default widget")
25894  (readable #t)
25895  (writable #t)
25896  (construct-only #f)
25897)
25898
25899(define-property has-default
25900  (of-object "GtkMisc")
25901  (prop-type "GParamBoolean")
25902  (docs "Whether the widget is the default widget")
25903  (readable #t)
25904  (writable #t)
25905  (construct-only #f)
25906)
25907
25908(define-property receives-default
25909  (of-object "GtkMisc")
25910  (prop-type "GParamBoolean")
25911  (docs "If TRUE, the widget will receive the default action when it is focused")
25912  (readable #t)
25913  (writable #t)
25914  (construct-only #f)
25915)
25916
25917(define-property composite-child
25918  (of-object "GtkMisc")
25919  (prop-type "GParamBoolean")
25920  (docs "Whether the widget is part of a composite widget")
25921  (readable #t)
25922  (writable #f)
25923  (construct-only #f)
25924)
25925
25926(define-property style
25927  (of-object "GtkMisc")
25928  (prop-type "GParamObject")
25929  (docs "The style of the widget, which contains information about how it will look (colors etc)")
25930  (readable #t)
25931  (writable #t)
25932  (construct-only #f)
25933)
25934
25935(define-property events
25936  (of-object "GtkMisc")
25937  (prop-type "GParamFlags")
25938  (docs "The event mask that decides what kind of GdkEvents this widget gets")
25939  (readable #t)
25940  (writable #t)
25941  (construct-only #f)
25942)
25943
25944(define-property extension-events
25945  (of-object "GtkMisc")
25946  (prop-type "GParamEnum")
25947  (docs "The mask that decides what kind of extension events this widget gets")
25948  (readable #t)
25949  (writable #t)
25950  (construct-only #f)
25951)
25952
25953(define-property no-show-all
25954  (of-object "GtkMisc")
25955  (prop-type "GParamBoolean")
25956  (docs "Whether gtk_widget_show_all() should not affect this widget")
25957  (readable #t)
25958  (writable #t)
25959  (construct-only #f)
25960)
25961
25962(define-property has-tooltip
25963  (of-object "GtkMisc")
25964  (prop-type "GParamBoolean")
25965  (docs "Whether this widget has a tooltip")
25966  (readable #t)
25967  (writable #t)
25968  (construct-only #f)
25969)
25970
25971(define-property tooltip-markup
25972  (of-object "GtkMisc")
25973  (prop-type "GParamString")
25974  (docs "The contents of the tooltip for this widget")
25975  (readable #t)
25976  (writable #t)
25977  (construct-only #f)
25978)
25979
25980(define-property tooltip-text
25981  (of-object "GtkMisc")
25982  (prop-type "GParamString")
25983  (docs "The contents of the tooltip for this widget")
25984  (readable #t)
25985  (writable #t)
25986  (construct-only #f)
25987)
25988
25989(define-property window
25990  (of-object "GtkMisc")
25991  (prop-type "GParamObject")
25992  (docs "The widget's window if it is realized")
25993  (readable #t)
25994  (writable #f)
25995  (construct-only #f)
25996)
25997
25998(define-property double-buffered
25999  (of-object "GtkMisc")
26000  (prop-type "GParamBoolean")
26001  (docs "Whether or not the widget is double buffered")
26002  (readable #t)
26003  (writable #t)
26004  (construct-only #f)
26005)
26006
26007(define-property xalign
26008  (of-object "GtkMisc")
26009  (prop-type "GParamFloat")
26010  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
26011  (readable #t)
26012  (writable #t)
26013  (construct-only #f)
26014)
26015
26016(define-property yalign
26017  (of-object "GtkMisc")
26018  (prop-type "GParamFloat")
26019  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
26020  (readable #t)
26021  (writable #t)
26022  (construct-only #f)
26023)
26024
26025(define-property xpad
26026  (of-object "GtkMisc")
26027  (prop-type "GParamInt")
26028  (docs "The amount of space to add on the left and right of the widget, in pixels")
26029  (readable #t)
26030  (writable #t)
26031  (construct-only #f)
26032)
26033
26034(define-property ypad
26035  (of-object "GtkMisc")
26036  (prop-type "GParamInt")
26037  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
26038  (readable #t)
26039  (writable #t)
26040  (construct-only #f)
26041)
26042
26043;; From GtkNotebook
26044
26045(define-signal switch-page
26046  (of-object "GtkNotebook")
26047  (return-type "void")
26048  (when "last")
26049  (parameters
26050    '("GtkNotebookPage*" "p0")
26051    '("guint" "p1")
26052  )
26053)
26054
26055(define-signal focus-tab
26056  (of-object "GtkNotebook")
26057  (return-type "gboolean")
26058  (when "last")
26059  (parameters
26060    '("GtkNotebookTab" "p0")
26061  )
26062)
26063
26064(define-signal select-page
26065  (of-object "GtkNotebook")
26066  (return-type "gboolean")
26067  (when "last")
26068  (parameters
26069    '("gboolean" "p0")
26070  )
26071)
26072
26073(define-signal change-current-page
26074  (of-object "GtkNotebook")
26075  (return-type "gboolean")
26076  (when "last")
26077  (parameters
26078    '("gint" "p0")
26079  )
26080)
26081
26082(define-signal move-focus-out
26083  (of-object "GtkNotebook")
26084  (return-type "void")
26085  (when "last")
26086  (parameters
26087    '("GtkDirectionType" "p0")
26088  )
26089)
26090
26091(define-signal reorder-tab
26092  (of-object "GtkNotebook")
26093  (return-type "gboolean")
26094  (when "last")
26095  (parameters
26096    '("GtkDirectionType" "p0")
26097    '("gboolean" "p1")
26098  )
26099)
26100
26101(define-signal page-reordered
26102  (of-object "GtkNotebook")
26103  (return-type "void")
26104  (when "last")
26105  (parameters
26106    '("GtkWidget*" "p0")
26107    '("guint" "p1")
26108  )
26109)
26110
26111(define-signal page-removed
26112  (of-object "GtkNotebook")
26113  (return-type "void")
26114  (when "last")
26115  (parameters
26116    '("GtkWidget*" "p0")
26117    '("guint" "p1")
26118  )
26119)
26120
26121(define-signal page-added
26122  (of-object "GtkNotebook")
26123  (return-type "void")
26124  (when "last")
26125  (parameters
26126    '("GtkWidget*" "p0")
26127    '("guint" "p1")
26128  )
26129)
26130
26131(define-signal create-window
26132  (of-object "GtkNotebook")
26133  (return-type "GtkNotebook*")
26134  (when "last")
26135  (parameters
26136    '("GtkWidget*" "p0")
26137    '("gint" "p1")
26138    '("gint" "p2")
26139  )
26140)
26141
26142(define-property user-data
26143  (of-object "GtkNotebook")
26144  (prop-type "GParamPointer")
26145  (docs "Anonymous User Data Pointer")
26146  (readable #t)
26147  (writable #t)
26148  (construct-only #f)
26149)
26150
26151(define-property name
26152  (of-object "GtkNotebook")
26153  (prop-type "GParamString")
26154  (docs "The name of the widget")
26155  (readable #t)
26156  (writable #t)
26157  (construct-only #f)
26158)
26159
26160(define-property parent
26161  (of-object "GtkNotebook")
26162  (prop-type "GParamObject")
26163  (docs "The parent widget of this widget. Must be a Container widget")
26164  (readable #t)
26165  (writable #t)
26166  (construct-only #f)
26167)
26168
26169(define-property width-request
26170  (of-object "GtkNotebook")
26171  (prop-type "GParamInt")
26172  (docs "Override for width request of the widget, or -1 if natural request should be used")
26173  (readable #t)
26174  (writable #t)
26175  (construct-only #f)
26176)
26177
26178(define-property height-request
26179  (of-object "GtkNotebook")
26180  (prop-type "GParamInt")
26181  (docs "Override for height request of the widget, or -1 if natural request should be used")
26182  (readable #t)
26183  (writable #t)
26184  (construct-only #f)
26185)
26186
26187(define-property visible
26188  (of-object "GtkNotebook")
26189  (prop-type "GParamBoolean")
26190  (docs "Whether the widget is visible")
26191  (readable #t)
26192  (writable #t)
26193  (construct-only #f)
26194)
26195
26196(define-property sensitive
26197  (of-object "GtkNotebook")
26198  (prop-type "GParamBoolean")
26199  (docs "Whether the widget responds to input")
26200  (readable #t)
26201  (writable #t)
26202  (construct-only #f)
26203)
26204
26205(define-property app-paintable
26206  (of-object "GtkNotebook")
26207  (prop-type "GParamBoolean")
26208  (docs "Whether the application will paint directly on the widget")
26209  (readable #t)
26210  (writable #t)
26211  (construct-only #f)
26212)
26213
26214(define-property can-focus
26215  (of-object "GtkNotebook")
26216  (prop-type "GParamBoolean")
26217  (docs "Whether the widget can accept the input focus")
26218  (readable #t)
26219  (writable #t)
26220  (construct-only #f)
26221)
26222
26223(define-property has-focus
26224  (of-object "GtkNotebook")
26225  (prop-type "GParamBoolean")
26226  (docs "Whether the widget has the input focus")
26227  (readable #t)
26228  (writable #t)
26229  (construct-only #f)
26230)
26231
26232(define-property is-focus
26233  (of-object "GtkNotebook")
26234  (prop-type "GParamBoolean")
26235  (docs "Whether the widget is the focus widget within the toplevel")
26236  (readable #t)
26237  (writable #t)
26238  (construct-only #f)
26239)
26240
26241(define-property can-default
26242  (of-object "GtkNotebook")
26243  (prop-type "GParamBoolean")
26244  (docs "Whether the widget can be the default widget")
26245  (readable #t)
26246  (writable #t)
26247  (construct-only #f)
26248)
26249
26250(define-property has-default
26251  (of-object "GtkNotebook")
26252  (prop-type "GParamBoolean")
26253  (docs "Whether the widget is the default widget")
26254  (readable #t)
26255  (writable #t)
26256  (construct-only #f)
26257)
26258
26259(define-property receives-default
26260  (of-object "GtkNotebook")
26261  (prop-type "GParamBoolean")
26262  (docs "If TRUE, the widget will receive the default action when it is focused")
26263  (readable #t)
26264  (writable #t)
26265  (construct-only #f)
26266)
26267
26268(define-property composite-child
26269  (of-object "GtkNotebook")
26270  (prop-type "GParamBoolean")
26271  (docs "Whether the widget is part of a composite widget")
26272  (readable #t)
26273  (writable #f)
26274  (construct-only #f)
26275)
26276
26277(define-property style
26278  (of-object "GtkNotebook")
26279  (prop-type "GParamObject")
26280  (docs "The style of the widget, which contains information about how it will look (colors etc)")
26281  (readable #t)
26282  (writable #t)
26283  (construct-only #f)
26284)
26285
26286(define-property events
26287  (of-object "GtkNotebook")
26288  (prop-type "GParamFlags")
26289  (docs "The event mask that decides what kind of GdkEvents this widget gets")
26290  (readable #t)
26291  (writable #t)
26292  (construct-only #f)
26293)
26294
26295(define-property extension-events
26296  (of-object "GtkNotebook")
26297  (prop-type "GParamEnum")
26298  (docs "The mask that decides what kind of extension events this widget gets")
26299  (readable #t)
26300  (writable #t)
26301  (construct-only #f)
26302)
26303
26304(define-property no-show-all
26305  (of-object "GtkNotebook")
26306  (prop-type "GParamBoolean")
26307  (docs "Whether gtk_widget_show_all() should not affect this widget")
26308  (readable #t)
26309  (writable #t)
26310  (construct-only #f)
26311)
26312
26313(define-property has-tooltip
26314  (of-object "GtkNotebook")
26315  (prop-type "GParamBoolean")
26316  (docs "Whether this widget has a tooltip")
26317  (readable #t)
26318  (writable #t)
26319  (construct-only #f)
26320)
26321
26322(define-property tooltip-markup
26323  (of-object "GtkNotebook")
26324  (prop-type "GParamString")
26325  (docs "The contents of the tooltip for this widget")
26326  (readable #t)
26327  (writable #t)
26328  (construct-only #f)
26329)
26330
26331(define-property tooltip-text
26332  (of-object "GtkNotebook")
26333  (prop-type "GParamString")
26334  (docs "The contents of the tooltip for this widget")
26335  (readable #t)
26336  (writable #t)
26337  (construct-only #f)
26338)
26339
26340(define-property window
26341  (of-object "GtkNotebook")
26342  (prop-type "GParamObject")
26343  (docs "The widget's window if it is realized")
26344  (readable #t)
26345  (writable #f)
26346  (construct-only #f)
26347)
26348
26349(define-property double-buffered
26350  (of-object "GtkNotebook")
26351  (prop-type "GParamBoolean")
26352  (docs "Whether or not the widget is double buffered")
26353  (readable #t)
26354  (writable #t)
26355  (construct-only #f)
26356)
26357
26358(define-property border-width
26359  (of-object "GtkNotebook")
26360  (prop-type "GParamUInt")
26361  (docs "The width of the empty border outside the containers children")
26362  (readable #t)
26363  (writable #t)
26364  (construct-only #f)
26365)
26366
26367(define-property resize-mode
26368  (of-object "GtkNotebook")
26369  (prop-type "GParamEnum")
26370  (docs "Specify how resize events are handled")
26371  (readable #t)
26372  (writable #t)
26373  (construct-only #f)
26374)
26375
26376(define-property child
26377  (of-object "GtkNotebook")
26378  (prop-type "GParamObject")
26379  (docs "Can be used to add a new child to the container")
26380  (readable #f)
26381  (writable #t)
26382  (construct-only #f)
26383)
26384
26385(define-property tab-pos
26386  (of-object "GtkNotebook")
26387  (prop-type "GParamEnum")
26388  (docs "Which side of the notebook holds the tabs")
26389  (readable #t)
26390  (writable #t)
26391  (construct-only #f)
26392)
26393
26394(define-property show-tabs
26395  (of-object "GtkNotebook")
26396  (prop-type "GParamBoolean")
26397  (docs "Whether tabs should be shown or not")
26398  (readable #t)
26399  (writable #t)
26400  (construct-only #f)
26401)
26402
26403(define-property show-border
26404  (of-object "GtkNotebook")
26405  (prop-type "GParamBoolean")
26406  (docs "Whether the border should be shown or not")
26407  (readable #t)
26408  (writable #t)
26409  (construct-only #f)
26410)
26411
26412(define-property scrollable
26413  (of-object "GtkNotebook")
26414  (prop-type "GParamBoolean")
26415  (docs "If TRUE, scroll arrows are added if there are too many tabs to fit")
26416  (readable #t)
26417  (writable #t)
26418  (construct-only #f)
26419)
26420
26421(define-property tab-border
26422  (of-object "GtkNotebook")
26423  (prop-type "GParamUInt")
26424  (docs "Width of the border around the tab labels")
26425  (readable #f)
26426  (writable #t)
26427  (construct-only #f)
26428)
26429
26430(define-property tab-hborder
26431  (of-object "GtkNotebook")
26432  (prop-type "GParamUInt")
26433  (docs "Width of the horizontal border of tab labels")
26434  (readable #t)
26435  (writable #t)
26436  (construct-only #f)
26437)
26438
26439(define-property tab-vborder
26440  (of-object "GtkNotebook")
26441  (prop-type "GParamUInt")
26442  (docs "Width of the vertical border of tab labels")
26443  (readable #t)
26444  (writable #t)
26445  (construct-only #f)
26446)
26447
26448(define-property page
26449  (of-object "GtkNotebook")
26450  (prop-type "GParamInt")
26451  (docs "The index of the current page")
26452  (readable #t)
26453  (writable #t)
26454  (construct-only #f)
26455)
26456
26457(define-property enable-popup
26458  (of-object "GtkNotebook")
26459  (prop-type "GParamBoolean")
26460  (docs "If TRUE, pressing the right mouse button on the notebook pops up a menu that you can use to go to a page")
26461  (readable #t)
26462  (writable #t)
26463  (construct-only #f)
26464)
26465
26466(define-property group-id
26467  (of-object "GtkNotebook")
26468  (prop-type "GParamInt")
26469  (docs "Group ID for tabs drag and drop")
26470  (readable #t)
26471  (writable #t)
26472  (construct-only #f)
26473)
26474
26475(define-property group
26476  (of-object "GtkNotebook")
26477  (prop-type "GParamPointer")
26478  (docs "Group for tabs drag and drop")
26479  (readable #t)
26480  (writable #t)
26481  (construct-only #f)
26482)
26483
26484(define-property homogeneous
26485  (of-object "GtkNotebook")
26486  (prop-type "GParamBoolean")
26487  (docs "Whether tabs should have homogeneous sizes")
26488  (readable #t)
26489  (writable #t)
26490  (construct-only #f)
26491)
26492
26493;; From GtkObject
26494
26495(define-signal destroy
26496  (of-object "GtkObject")
26497  (return-type "void")
26498  (when "unknown")
26499)
26500
26501(define-property user-data
26502  (of-object "GtkObject")
26503  (prop-type "GParamPointer")
26504  (docs "Anonymous User Data Pointer")
26505  (readable #t)
26506  (writable #t)
26507  (construct-only #f)
26508)
26509
26510;; From GtkOffscreenWindow
26511
26512(define-property user-data
26513  (of-object "GtkOffscreenWindow")
26514  (prop-type "GParamPointer")
26515  (docs "Anonymous User Data Pointer")
26516  (readable #t)
26517  (writable #t)
26518  (construct-only #f)
26519)
26520
26521(define-property name
26522  (of-object "GtkOffscreenWindow")
26523  (prop-type "GParamString")
26524  (docs "The name of the widget")
26525  (readable #t)
26526  (writable #t)
26527  (construct-only #f)
26528)
26529
26530(define-property parent
26531  (of-object "GtkOffscreenWindow")
26532  (prop-type "GParamObject")
26533  (docs "The parent widget of this widget. Must be a Container widget")
26534  (readable #t)
26535  (writable #t)
26536  (construct-only #f)
26537)
26538
26539(define-property width-request
26540  (of-object "GtkOffscreenWindow")
26541  (prop-type "GParamInt")
26542  (docs "Override for width request of the widget, or -1 if natural request should be used")
26543  (readable #t)
26544  (writable #t)
26545  (construct-only #f)
26546)
26547
26548(define-property height-request
26549  (of-object "GtkOffscreenWindow")
26550  (prop-type "GParamInt")
26551  (docs "Override for height request of the widget, or -1 if natural request should be used")
26552  (readable #t)
26553  (writable #t)
26554  (construct-only #f)
26555)
26556
26557(define-property visible
26558  (of-object "GtkOffscreenWindow")
26559  (prop-type "GParamBoolean")
26560  (docs "Whether the widget is visible")
26561  (readable #t)
26562  (writable #t)
26563  (construct-only #f)
26564)
26565
26566(define-property sensitive
26567  (of-object "GtkOffscreenWindow")
26568  (prop-type "GParamBoolean")
26569  (docs "Whether the widget responds to input")
26570  (readable #t)
26571  (writable #t)
26572  (construct-only #f)
26573)
26574
26575(define-property app-paintable
26576  (of-object "GtkOffscreenWindow")
26577  (prop-type "GParamBoolean")
26578  (docs "Whether the application will paint directly on the widget")
26579  (readable #t)
26580  (writable #t)
26581  (construct-only #f)
26582)
26583
26584(define-property can-focus
26585  (of-object "GtkOffscreenWindow")
26586  (prop-type "GParamBoolean")
26587  (docs "Whether the widget can accept the input focus")
26588  (readable #t)
26589  (writable #t)
26590  (construct-only #f)
26591)
26592
26593(define-property has-focus
26594  (of-object "GtkOffscreenWindow")
26595  (prop-type "GParamBoolean")
26596  (docs "Whether the widget has the input focus")
26597  (readable #t)
26598  (writable #t)
26599  (construct-only #f)
26600)
26601
26602(define-property is-focus
26603  (of-object "GtkOffscreenWindow")
26604  (prop-type "GParamBoolean")
26605  (docs "Whether the widget is the focus widget within the toplevel")
26606  (readable #t)
26607  (writable #t)
26608  (construct-only #f)
26609)
26610
26611(define-property can-default
26612  (of-object "GtkOffscreenWindow")
26613  (prop-type "GParamBoolean")
26614  (docs "Whether the widget can be the default widget")
26615  (readable #t)
26616  (writable #t)
26617  (construct-only #f)
26618)
26619
26620(define-property has-default
26621  (of-object "GtkOffscreenWindow")
26622  (prop-type "GParamBoolean")
26623  (docs "Whether the widget is the default widget")
26624  (readable #t)
26625  (writable #t)
26626  (construct-only #f)
26627)
26628
26629(define-property receives-default
26630  (of-object "GtkOffscreenWindow")
26631  (prop-type "GParamBoolean")
26632  (docs "If TRUE, the widget will receive the default action when it is focused")
26633  (readable #t)
26634  (writable #t)
26635  (construct-only #f)
26636)
26637
26638(define-property composite-child
26639  (of-object "GtkOffscreenWindow")
26640  (prop-type "GParamBoolean")
26641  (docs "Whether the widget is part of a composite widget")
26642  (readable #t)
26643  (writable #f)
26644  (construct-only #f)
26645)
26646
26647(define-property style
26648  (of-object "GtkOffscreenWindow")
26649  (prop-type "GParamObject")
26650  (docs "The style of the widget, which contains information about how it will look (colors etc)")
26651  (readable #t)
26652  (writable #t)
26653  (construct-only #f)
26654)
26655
26656(define-property events
26657  (of-object "GtkOffscreenWindow")
26658  (prop-type "GParamFlags")
26659  (docs "The event mask that decides what kind of GdkEvents this widget gets")
26660  (readable #t)
26661  (writable #t)
26662  (construct-only #f)
26663)
26664
26665(define-property extension-events
26666  (of-object "GtkOffscreenWindow")
26667  (prop-type "GParamEnum")
26668  (docs "The mask that decides what kind of extension events this widget gets")
26669  (readable #t)
26670  (writable #t)
26671  (construct-only #f)
26672)
26673
26674(define-property no-show-all
26675  (of-object "GtkOffscreenWindow")
26676  (prop-type "GParamBoolean")
26677  (docs "Whether gtk_widget_show_all() should not affect this widget")
26678  (readable #t)
26679  (writable #t)
26680  (construct-only #f)
26681)
26682
26683(define-property has-tooltip
26684  (of-object "GtkOffscreenWindow")
26685  (prop-type "GParamBoolean")
26686  (docs "Whether this widget has a tooltip")
26687  (readable #t)
26688  (writable #t)
26689  (construct-only #f)
26690)
26691
26692(define-property tooltip-markup
26693  (of-object "GtkOffscreenWindow")
26694  (prop-type "GParamString")
26695  (docs "The contents of the tooltip for this widget")
26696  (readable #t)
26697  (writable #t)
26698  (construct-only #f)
26699)
26700
26701(define-property tooltip-text
26702  (of-object "GtkOffscreenWindow")
26703  (prop-type "GParamString")
26704  (docs "The contents of the tooltip for this widget")
26705  (readable #t)
26706  (writable #t)
26707  (construct-only #f)
26708)
26709
26710(define-property window
26711  (of-object "GtkOffscreenWindow")
26712  (prop-type "GParamObject")
26713  (docs "The widget's window if it is realized")
26714  (readable #t)
26715  (writable #f)
26716  (construct-only #f)
26717)
26718
26719(define-property double-buffered
26720  (of-object "GtkOffscreenWindow")
26721  (prop-type "GParamBoolean")
26722  (docs "Whether or not the widget is double buffered")
26723  (readable #t)
26724  (writable #t)
26725  (construct-only #f)
26726)
26727
26728(define-property border-width
26729  (of-object "GtkOffscreenWindow")
26730  (prop-type "GParamUInt")
26731  (docs "The width of the empty border outside the containers children")
26732  (readable #t)
26733  (writable #t)
26734  (construct-only #f)
26735)
26736
26737(define-property resize-mode
26738  (of-object "GtkOffscreenWindow")
26739  (prop-type "GParamEnum")
26740  (docs "Specify how resize events are handled")
26741  (readable #t)
26742  (writable #t)
26743  (construct-only #f)
26744)
26745
26746(define-property child
26747  (of-object "GtkOffscreenWindow")
26748  (prop-type "GParamObject")
26749  (docs "Can be used to add a new child to the container")
26750  (readable #f)
26751  (writable #t)
26752  (construct-only #f)
26753)
26754
26755(define-property type
26756  (of-object "GtkOffscreenWindow")
26757  (prop-type "GParamEnum")
26758  (docs "The type of the window")
26759  (readable #t)
26760  (writable #t)
26761  (construct-only #t)
26762)
26763
26764(define-property title
26765  (of-object "GtkOffscreenWindow")
26766  (prop-type "GParamString")
26767  (docs "The title of the window")
26768  (readable #t)
26769  (writable #t)
26770  (construct-only #f)
26771)
26772
26773(define-property role
26774  (of-object "GtkOffscreenWindow")
26775  (prop-type "GParamString")
26776  (docs "Unique identifier for the window to be used when restoring a session")
26777  (readable #t)
26778  (writable #t)
26779  (construct-only #f)
26780)
26781
26782(define-property allow-shrink
26783  (of-object "GtkOffscreenWindow")
26784  (prop-type "GParamBoolean")
26785  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
26786  (readable #t)
26787  (writable #t)
26788  (construct-only #f)
26789)
26790
26791(define-property allow-grow
26792  (of-object "GtkOffscreenWindow")
26793  (prop-type "GParamBoolean")
26794  (docs "If TRUE, users can expand the window beyond its minimum size")
26795  (readable #t)
26796  (writable #t)
26797  (construct-only #f)
26798)
26799
26800(define-property resizable
26801  (of-object "GtkOffscreenWindow")
26802  (prop-type "GParamBoolean")
26803  (docs "If TRUE, users can resize the window")
26804  (readable #t)
26805  (writable #t)
26806  (construct-only #f)
26807)
26808
26809(define-property modal
26810  (of-object "GtkOffscreenWindow")
26811  (prop-type "GParamBoolean")
26812  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
26813  (readable #t)
26814  (writable #t)
26815  (construct-only #f)
26816)
26817
26818(define-property window-position
26819  (of-object "GtkOffscreenWindow")
26820  (prop-type "GParamEnum")
26821  (docs "The initial position of the window")
26822  (readable #t)
26823  (writable #t)
26824  (construct-only #f)
26825)
26826
26827(define-property default-width
26828  (of-object "GtkOffscreenWindow")
26829  (prop-type "GParamInt")
26830  (docs "The default width of the window, used when initially showing the window")
26831  (readable #t)
26832  (writable #t)
26833  (construct-only #f)
26834)
26835
26836(define-property default-height
26837  (of-object "GtkOffscreenWindow")
26838  (prop-type "GParamInt")
26839  (docs "The default height of the window, used when initially showing the window")
26840  (readable #t)
26841  (writable #t)
26842  (construct-only #f)
26843)
26844
26845(define-property destroy-with-parent
26846  (of-object "GtkOffscreenWindow")
26847  (prop-type "GParamBoolean")
26848  (docs "If this window should be destroyed when the parent is destroyed")
26849  (readable #t)
26850  (writable #t)
26851  (construct-only #f)
26852)
26853
26854(define-property icon
26855  (of-object "GtkOffscreenWindow")
26856  (prop-type "GParamObject")
26857  (docs "Icon for this window")
26858  (readable #t)
26859  (writable #t)
26860  (construct-only #f)
26861)
26862
26863(define-property icon-name
26864  (of-object "GtkOffscreenWindow")
26865  (prop-type "GParamString")
26866  (docs "Name of the themed icon for this window")
26867  (readable #t)
26868  (writable #t)
26869  (construct-only #f)
26870)
26871
26872(define-property screen
26873  (of-object "GtkOffscreenWindow")
26874  (prop-type "GParamObject")
26875  (docs "The screen where this window will be displayed")
26876  (readable #t)
26877  (writable #t)
26878  (construct-only #f)
26879)
26880
26881(define-property type-hint
26882  (of-object "GtkOffscreenWindow")
26883  (prop-type "GParamEnum")
26884  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
26885  (readable #t)
26886  (writable #t)
26887  (construct-only #f)
26888)
26889
26890(define-property skip-taskbar-hint
26891  (of-object "GtkOffscreenWindow")
26892  (prop-type "GParamBoolean")
26893  (docs "TRUE if the window should not be in the task bar.")
26894  (readable #t)
26895  (writable #t)
26896  (construct-only #f)
26897)
26898
26899(define-property skip-pager-hint
26900  (of-object "GtkOffscreenWindow")
26901  (prop-type "GParamBoolean")
26902  (docs "TRUE if the window should not be in the pager.")
26903  (readable #t)
26904  (writable #t)
26905  (construct-only #f)
26906)
26907
26908(define-property urgency-hint
26909  (of-object "GtkOffscreenWindow")
26910  (prop-type "GParamBoolean")
26911  (docs "TRUE if the window should be brought to the user's attention.")
26912  (readable #t)
26913  (writable #t)
26914  (construct-only #f)
26915)
26916
26917(define-property accept-focus
26918  (of-object "GtkOffscreenWindow")
26919  (prop-type "GParamBoolean")
26920  (docs "TRUE if the window should receive the input focus.")
26921  (readable #t)
26922  (writable #t)
26923  (construct-only #f)
26924)
26925
26926(define-property focus-on-map
26927  (of-object "GtkOffscreenWindow")
26928  (prop-type "GParamBoolean")
26929  (docs "TRUE if the window should receive the input focus when mapped.")
26930  (readable #t)
26931  (writable #t)
26932  (construct-only #f)
26933)
26934
26935(define-property decorated
26936  (of-object "GtkOffscreenWindow")
26937  (prop-type "GParamBoolean")
26938  (docs "Whether the window should be decorated by the window manager")
26939  (readable #t)
26940  (writable #t)
26941  (construct-only #f)
26942)
26943
26944(define-property deletable
26945  (of-object "GtkOffscreenWindow")
26946  (prop-type "GParamBoolean")
26947  (docs "Whether the window frame should have a close button")
26948  (readable #t)
26949  (writable #t)
26950  (construct-only #f)
26951)
26952
26953(define-property gravity
26954  (of-object "GtkOffscreenWindow")
26955  (prop-type "GParamEnum")
26956  (docs "The window gravity of the window")
26957  (readable #t)
26958  (writable #t)
26959  (construct-only #f)
26960)
26961
26962(define-property transient-for
26963  (of-object "GtkOffscreenWindow")
26964  (prop-type "GParamObject")
26965  (docs "The transient parent of the dialog")
26966  (readable #t)
26967  (writable #t)
26968  (construct-only #f)
26969)
26970
26971(define-property opacity
26972  (of-object "GtkOffscreenWindow")
26973  (prop-type "GParamDouble")
26974  (docs "The opacity of the window, from 0 to 1")
26975  (readable #t)
26976  (writable #t)
26977  (construct-only #f)
26978)
26979
26980(define-property is-active
26981  (of-object "GtkOffscreenWindow")
26982  (prop-type "GParamBoolean")
26983  (docs "Whether the toplevel is the current active window")
26984  (readable #t)
26985  (writable #f)
26986  (construct-only #f)
26987)
26988
26989(define-property has-toplevel-focus
26990  (of-object "GtkOffscreenWindow")
26991  (prop-type "GParamBoolean")
26992  (docs "Whether the input focus is within this GtkWindow")
26993  (readable #t)
26994  (writable #f)
26995  (construct-only #f)
26996)
26997
26998(define-property startup-id
26999  (of-object "GtkOffscreenWindow")
27000  (prop-type "GParamString")
27001  (docs "Unique startup identifier for the window used by startup-notification")
27002  (readable #f)
27003  (writable #t)
27004  (construct-only #f)
27005)
27006
27007(define-property mnemonics-visible
27008  (of-object "GtkOffscreenWindow")
27009  (prop-type "GParamBoolean")
27010  (docs "Whether mnemonics are currently visible in this window")
27011  (readable #t)
27012  (writable #t)
27013  (construct-only #f)
27014)
27015
27016;; From GtkOptionMenu
27017
27018(define-signal changed
27019  (of-object "GtkOptionMenu")
27020  (return-type "void")
27021  (when "last")
27022)
27023
27024(define-property related-action
27025  (of-object "GtkOptionMenu")
27026  (prop-type "GParamObject")
27027  (docs "The action this activatable will activate and receive updates from")
27028  (readable #t)
27029  (writable #t)
27030  (construct-only #f)
27031)
27032
27033(define-property use-action-appearance
27034  (of-object "GtkOptionMenu")
27035  (prop-type "GParamBoolean")
27036  (docs "Whether to use the related actions appearance properties")
27037  (readable #t)
27038  (writable #t)
27039  (construct-only #f)
27040)
27041
27042(define-property user-data
27043  (of-object "GtkOptionMenu")
27044  (prop-type "GParamPointer")
27045  (docs "Anonymous User Data Pointer")
27046  (readable #t)
27047  (writable #t)
27048  (construct-only #f)
27049)
27050
27051(define-property name
27052  (of-object "GtkOptionMenu")
27053  (prop-type "GParamString")
27054  (docs "The name of the widget")
27055  (readable #t)
27056  (writable #t)
27057  (construct-only #f)
27058)
27059
27060(define-property parent
27061  (of-object "GtkOptionMenu")
27062  (prop-type "GParamObject")
27063  (docs "The parent widget of this widget. Must be a Container widget")
27064  (readable #t)
27065  (writable #t)
27066  (construct-only #f)
27067)
27068
27069(define-property width-request
27070  (of-object "GtkOptionMenu")
27071  (prop-type "GParamInt")
27072  (docs "Override for width request of the widget, or -1 if natural request should be used")
27073  (readable #t)
27074  (writable #t)
27075  (construct-only #f)
27076)
27077
27078(define-property height-request
27079  (of-object "GtkOptionMenu")
27080  (prop-type "GParamInt")
27081  (docs "Override for height request of the widget, or -1 if natural request should be used")
27082  (readable #t)
27083  (writable #t)
27084  (construct-only #f)
27085)
27086
27087(define-property visible
27088  (of-object "GtkOptionMenu")
27089  (prop-type "GParamBoolean")
27090  (docs "Whether the widget is visible")
27091  (readable #t)
27092  (writable #t)
27093  (construct-only #f)
27094)
27095
27096(define-property sensitive
27097  (of-object "GtkOptionMenu")
27098  (prop-type "GParamBoolean")
27099  (docs "Whether the widget responds to input")
27100  (readable #t)
27101  (writable #t)
27102  (construct-only #f)
27103)
27104
27105(define-property app-paintable
27106  (of-object "GtkOptionMenu")
27107  (prop-type "GParamBoolean")
27108  (docs "Whether the application will paint directly on the widget")
27109  (readable #t)
27110  (writable #t)
27111  (construct-only #f)
27112)
27113
27114(define-property can-focus
27115  (of-object "GtkOptionMenu")
27116  (prop-type "GParamBoolean")
27117  (docs "Whether the widget can accept the input focus")
27118  (readable #t)
27119  (writable #t)
27120  (construct-only #f)
27121)
27122
27123(define-property has-focus
27124  (of-object "GtkOptionMenu")
27125  (prop-type "GParamBoolean")
27126  (docs "Whether the widget has the input focus")
27127  (readable #t)
27128  (writable #t)
27129  (construct-only #f)
27130)
27131
27132(define-property is-focus
27133  (of-object "GtkOptionMenu")
27134  (prop-type "GParamBoolean")
27135  (docs "Whether the widget is the focus widget within the toplevel")
27136  (readable #t)
27137  (writable #t)
27138  (construct-only #f)
27139)
27140
27141(define-property can-default
27142  (of-object "GtkOptionMenu")
27143  (prop-type "GParamBoolean")
27144  (docs "Whether the widget can be the default widget")
27145  (readable #t)
27146  (writable #t)
27147  (construct-only #f)
27148)
27149
27150(define-property has-default
27151  (of-object "GtkOptionMenu")
27152  (prop-type "GParamBoolean")
27153  (docs "Whether the widget is the default widget")
27154  (readable #t)
27155  (writable #t)
27156  (construct-only #f)
27157)
27158
27159(define-property receives-default
27160  (of-object "GtkOptionMenu")
27161  (prop-type "GParamBoolean")
27162  (docs "If TRUE, the widget will receive the default action when it is focused")
27163  (readable #t)
27164  (writable #t)
27165  (construct-only #f)
27166)
27167
27168(define-property composite-child
27169  (of-object "GtkOptionMenu")
27170  (prop-type "GParamBoolean")
27171  (docs "Whether the widget is part of a composite widget")
27172  (readable #t)
27173  (writable #f)
27174  (construct-only #f)
27175)
27176
27177(define-property style
27178  (of-object "GtkOptionMenu")
27179  (prop-type "GParamObject")
27180  (docs "The style of the widget, which contains information about how it will look (colors etc)")
27181  (readable #t)
27182  (writable #t)
27183  (construct-only #f)
27184)
27185
27186(define-property events
27187  (of-object "GtkOptionMenu")
27188  (prop-type "GParamFlags")
27189  (docs "The event mask that decides what kind of GdkEvents this widget gets")
27190  (readable #t)
27191  (writable #t)
27192  (construct-only #f)
27193)
27194
27195(define-property extension-events
27196  (of-object "GtkOptionMenu")
27197  (prop-type "GParamEnum")
27198  (docs "The mask that decides what kind of extension events this widget gets")
27199  (readable #t)
27200  (writable #t)
27201  (construct-only #f)
27202)
27203
27204(define-property no-show-all
27205  (of-object "GtkOptionMenu")
27206  (prop-type "GParamBoolean")
27207  (docs "Whether gtk_widget_show_all() should not affect this widget")
27208  (readable #t)
27209  (writable #t)
27210  (construct-only #f)
27211)
27212
27213(define-property has-tooltip
27214  (of-object "GtkOptionMenu")
27215  (prop-type "GParamBoolean")
27216  (docs "Whether this widget has a tooltip")
27217  (readable #t)
27218  (writable #t)
27219  (construct-only #f)
27220)
27221
27222(define-property tooltip-markup
27223  (of-object "GtkOptionMenu")
27224  (prop-type "GParamString")
27225  (docs "The contents of the tooltip for this widget")
27226  (readable #t)
27227  (writable #t)
27228  (construct-only #f)
27229)
27230
27231(define-property tooltip-text
27232  (of-object "GtkOptionMenu")
27233  (prop-type "GParamString")
27234  (docs "The contents of the tooltip for this widget")
27235  (readable #t)
27236  (writable #t)
27237  (construct-only #f)
27238)
27239
27240(define-property window
27241  (of-object "GtkOptionMenu")
27242  (prop-type "GParamObject")
27243  (docs "The widget's window if it is realized")
27244  (readable #t)
27245  (writable #f)
27246  (construct-only #f)
27247)
27248
27249(define-property double-buffered
27250  (of-object "GtkOptionMenu")
27251  (prop-type "GParamBoolean")
27252  (docs "Whether or not the widget is double buffered")
27253  (readable #t)
27254  (writable #t)
27255  (construct-only #f)
27256)
27257
27258(define-property border-width
27259  (of-object "GtkOptionMenu")
27260  (prop-type "GParamUInt")
27261  (docs "The width of the empty border outside the containers children")
27262  (readable #t)
27263  (writable #t)
27264  (construct-only #f)
27265)
27266
27267(define-property resize-mode
27268  (of-object "GtkOptionMenu")
27269  (prop-type "GParamEnum")
27270  (docs "Specify how resize events are handled")
27271  (readable #t)
27272  (writable #t)
27273  (construct-only #f)
27274)
27275
27276(define-property child
27277  (of-object "GtkOptionMenu")
27278  (prop-type "GParamObject")
27279  (docs "Can be used to add a new child to the container")
27280  (readable #f)
27281  (writable #t)
27282  (construct-only #f)
27283)
27284
27285(define-property label
27286  (of-object "GtkOptionMenu")
27287  (prop-type "GParamString")
27288  (docs "Text of the label widget inside the button, if the button contains a label widget")
27289  (readable #t)
27290  (writable #t)
27291  (construct-only #f)
27292)
27293
27294(define-property image
27295  (of-object "GtkOptionMenu")
27296  (prop-type "GParamObject")
27297  (docs "Child widget to appear next to the button text")
27298  (readable #t)
27299  (writable #t)
27300  (construct-only #f)
27301)
27302
27303(define-property relief
27304  (of-object "GtkOptionMenu")
27305  (prop-type "GParamEnum")
27306  (docs "The border relief style")
27307  (readable #t)
27308  (writable #t)
27309  (construct-only #f)
27310)
27311
27312(define-property use-underline
27313  (of-object "GtkOptionMenu")
27314  (prop-type "GParamBoolean")
27315  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
27316  (readable #t)
27317  (writable #t)
27318  (construct-only #f)
27319)
27320
27321(define-property use-stock
27322  (of-object "GtkOptionMenu")
27323  (prop-type "GParamBoolean")
27324  (docs "If set, the label is used to pick a stock item instead of being displayed")
27325  (readable #t)
27326  (writable #t)
27327  (construct-only #f)
27328)
27329
27330(define-property focus-on-click
27331  (of-object "GtkOptionMenu")
27332  (prop-type "GParamBoolean")
27333  (docs "Whether the button grabs focus when it is clicked with the mouse")
27334  (readable #t)
27335  (writable #t)
27336  (construct-only #f)
27337)
27338
27339(define-property xalign
27340  (of-object "GtkOptionMenu")
27341  (prop-type "GParamFloat")
27342  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
27343  (readable #t)
27344  (writable #t)
27345  (construct-only #f)
27346)
27347
27348(define-property yalign
27349  (of-object "GtkOptionMenu")
27350  (prop-type "GParamFloat")
27351  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
27352  (readable #t)
27353  (writable #t)
27354  (construct-only #f)
27355)
27356
27357(define-property image-position
27358  (of-object "GtkOptionMenu")
27359  (prop-type "GParamEnum")
27360  (docs "The position of the image relative to the text")
27361  (readable #t)
27362  (writable #t)
27363  (construct-only #f)
27364)
27365
27366(define-property menu
27367  (of-object "GtkOptionMenu")
27368  (prop-type "GParamObject")
27369  (docs "The menu of options")
27370  (readable #t)
27371  (writable #t)
27372  (construct-only #f)
27373)
27374
27375;; From GtkOrientable
27376
27377(define-property orientation
27378  (of-object "GtkOrientable")
27379  (prop-type "GParamEnum")
27380  (docs "The orientation of the orientable")
27381  (readable #t)
27382  (writable #t)
27383  (construct-only #f)
27384)
27385
27386;; From GtkPaned
27387
27388(define-signal cycle-child-focus
27389  (of-object "GtkPaned")
27390  (return-type "gboolean")
27391  (when "last")
27392  (parameters
27393    '("gboolean" "p0")
27394  )
27395)
27396
27397(define-signal toggle-handle-focus
27398  (of-object "GtkPaned")
27399  (return-type "gboolean")
27400  (when "last")
27401)
27402
27403(define-signal move-handle
27404  (of-object "GtkPaned")
27405  (return-type "gboolean")
27406  (when "last")
27407  (parameters
27408    '("GtkScrollType" "p0")
27409  )
27410)
27411
27412(define-signal cycle-handle-focus
27413  (of-object "GtkPaned")
27414  (return-type "gboolean")
27415  (when "last")
27416  (parameters
27417    '("gboolean" "p0")
27418  )
27419)
27420
27421(define-signal accept-position
27422  (of-object "GtkPaned")
27423  (return-type "gboolean")
27424  (when "last")
27425)
27426
27427(define-signal cancel-position
27428  (of-object "GtkPaned")
27429  (return-type "gboolean")
27430  (when "last")
27431)
27432
27433(define-property orientation
27434  (of-object "GtkPaned")
27435  (prop-type "GParamEnum")
27436  (docs "The orientation of the orientable")
27437  (readable #t)
27438  (writable #t)
27439  (construct-only #f)
27440)
27441
27442(define-property user-data
27443  (of-object "GtkPaned")
27444  (prop-type "GParamPointer")
27445  (docs "Anonymous User Data Pointer")
27446  (readable #t)
27447  (writable #t)
27448  (construct-only #f)
27449)
27450
27451(define-property name
27452  (of-object "GtkPaned")
27453  (prop-type "GParamString")
27454  (docs "The name of the widget")
27455  (readable #t)
27456  (writable #t)
27457  (construct-only #f)
27458)
27459
27460(define-property parent
27461  (of-object "GtkPaned")
27462  (prop-type "GParamObject")
27463  (docs "The parent widget of this widget. Must be a Container widget")
27464  (readable #t)
27465  (writable #t)
27466  (construct-only #f)
27467)
27468
27469(define-property width-request
27470  (of-object "GtkPaned")
27471  (prop-type "GParamInt")
27472  (docs "Override for width request of the widget, or -1 if natural request should be used")
27473  (readable #t)
27474  (writable #t)
27475  (construct-only #f)
27476)
27477
27478(define-property height-request
27479  (of-object "GtkPaned")
27480  (prop-type "GParamInt")
27481  (docs "Override for height request of the widget, or -1 if natural request should be used")
27482  (readable #t)
27483  (writable #t)
27484  (construct-only #f)
27485)
27486
27487(define-property visible
27488  (of-object "GtkPaned")
27489  (prop-type "GParamBoolean")
27490  (docs "Whether the widget is visible")
27491  (readable #t)
27492  (writable #t)
27493  (construct-only #f)
27494)
27495
27496(define-property sensitive
27497  (of-object "GtkPaned")
27498  (prop-type "GParamBoolean")
27499  (docs "Whether the widget responds to input")
27500  (readable #t)
27501  (writable #t)
27502  (construct-only #f)
27503)
27504
27505(define-property app-paintable
27506  (of-object "GtkPaned")
27507  (prop-type "GParamBoolean")
27508  (docs "Whether the application will paint directly on the widget")
27509  (readable #t)
27510  (writable #t)
27511  (construct-only #f)
27512)
27513
27514(define-property can-focus
27515  (of-object "GtkPaned")
27516  (prop-type "GParamBoolean")
27517  (docs "Whether the widget can accept the input focus")
27518  (readable #t)
27519  (writable #t)
27520  (construct-only #f)
27521)
27522
27523(define-property has-focus
27524  (of-object "GtkPaned")
27525  (prop-type "GParamBoolean")
27526  (docs "Whether the widget has the input focus")
27527  (readable #t)
27528  (writable #t)
27529  (construct-only #f)
27530)
27531
27532(define-property is-focus
27533  (of-object "GtkPaned")
27534  (prop-type "GParamBoolean")
27535  (docs "Whether the widget is the focus widget within the toplevel")
27536  (readable #t)
27537  (writable #t)
27538  (construct-only #f)
27539)
27540
27541(define-property can-default
27542  (of-object "GtkPaned")
27543  (prop-type "GParamBoolean")
27544  (docs "Whether the widget can be the default widget")
27545  (readable #t)
27546  (writable #t)
27547  (construct-only #f)
27548)
27549
27550(define-property has-default
27551  (of-object "GtkPaned")
27552  (prop-type "GParamBoolean")
27553  (docs "Whether the widget is the default widget")
27554  (readable #t)
27555  (writable #t)
27556  (construct-only #f)
27557)
27558
27559(define-property receives-default
27560  (of-object "GtkPaned")
27561  (prop-type "GParamBoolean")
27562  (docs "If TRUE, the widget will receive the default action when it is focused")
27563  (readable #t)
27564  (writable #t)
27565  (construct-only #f)
27566)
27567
27568(define-property composite-child
27569  (of-object "GtkPaned")
27570  (prop-type "GParamBoolean")
27571  (docs "Whether the widget is part of a composite widget")
27572  (readable #t)
27573  (writable #f)
27574  (construct-only #f)
27575)
27576
27577(define-property style
27578  (of-object "GtkPaned")
27579  (prop-type "GParamObject")
27580  (docs "The style of the widget, which contains information about how it will look (colors etc)")
27581  (readable #t)
27582  (writable #t)
27583  (construct-only #f)
27584)
27585
27586(define-property events
27587  (of-object "GtkPaned")
27588  (prop-type "GParamFlags")
27589  (docs "The event mask that decides what kind of GdkEvents this widget gets")
27590  (readable #t)
27591  (writable #t)
27592  (construct-only #f)
27593)
27594
27595(define-property extension-events
27596  (of-object "GtkPaned")
27597  (prop-type "GParamEnum")
27598  (docs "The mask that decides what kind of extension events this widget gets")
27599  (readable #t)
27600  (writable #t)
27601  (construct-only #f)
27602)
27603
27604(define-property no-show-all
27605  (of-object "GtkPaned")
27606  (prop-type "GParamBoolean")
27607  (docs "Whether gtk_widget_show_all() should not affect this widget")
27608  (readable #t)
27609  (writable #t)
27610  (construct-only #f)
27611)
27612
27613(define-property has-tooltip
27614  (of-object "GtkPaned")
27615  (prop-type "GParamBoolean")
27616  (docs "Whether this widget has a tooltip")
27617  (readable #t)
27618  (writable #t)
27619  (construct-only #f)
27620)
27621
27622(define-property tooltip-markup
27623  (of-object "GtkPaned")
27624  (prop-type "GParamString")
27625  (docs "The contents of the tooltip for this widget")
27626  (readable #t)
27627  (writable #t)
27628  (construct-only #f)
27629)
27630
27631(define-property tooltip-text
27632  (of-object "GtkPaned")
27633  (prop-type "GParamString")
27634  (docs "The contents of the tooltip for this widget")
27635  (readable #t)
27636  (writable #t)
27637  (construct-only #f)
27638)
27639
27640(define-property window
27641  (of-object "GtkPaned")
27642  (prop-type "GParamObject")
27643  (docs "The widget's window if it is realized")
27644  (readable #t)
27645  (writable #f)
27646  (construct-only #f)
27647)
27648
27649(define-property double-buffered
27650  (of-object "GtkPaned")
27651  (prop-type "GParamBoolean")
27652  (docs "Whether or not the widget is double buffered")
27653  (readable #t)
27654  (writable #t)
27655  (construct-only #f)
27656)
27657
27658(define-property border-width
27659  (of-object "GtkPaned")
27660  (prop-type "GParamUInt")
27661  (docs "The width of the empty border outside the containers children")
27662  (readable #t)
27663  (writable #t)
27664  (construct-only #f)
27665)
27666
27667(define-property resize-mode
27668  (of-object "GtkPaned")
27669  (prop-type "GParamEnum")
27670  (docs "Specify how resize events are handled")
27671  (readable #t)
27672  (writable #t)
27673  (construct-only #f)
27674)
27675
27676(define-property child
27677  (of-object "GtkPaned")
27678  (prop-type "GParamObject")
27679  (docs "Can be used to add a new child to the container")
27680  (readable #f)
27681  (writable #t)
27682  (construct-only #f)
27683)
27684
27685(define-property position
27686  (of-object "GtkPaned")
27687  (prop-type "GParamInt")
27688  (docs "Position of paned separator in pixels (0 means all the way to the left/top)")
27689  (readable #t)
27690  (writable #t)
27691  (construct-only #f)
27692)
27693
27694(define-property position-set
27695  (of-object "GtkPaned")
27696  (prop-type "GParamBoolean")
27697  (docs "TRUE if the Position property should be used")
27698  (readable #t)
27699  (writable #t)
27700  (construct-only #f)
27701)
27702
27703(define-property min-position
27704  (of-object "GtkPaned")
27705  (prop-type "GParamInt")
27706  (docs "Smallest possible value for the 'position' property")
27707  (readable #t)
27708  (writable #f)
27709  (construct-only #f)
27710)
27711
27712(define-property max-position
27713  (of-object "GtkPaned")
27714  (prop-type "GParamInt")
27715  (docs "Largest possible value for the 'position' property")
27716  (readable #t)
27717  (writable #f)
27718  (construct-only #f)
27719)
27720
27721;; From GtkPixmap
27722
27723(define-property user-data
27724  (of-object "GtkPixmap")
27725  (prop-type "GParamPointer")
27726  (docs "Anonymous User Data Pointer")
27727  (readable #t)
27728  (writable #t)
27729  (construct-only #f)
27730)
27731
27732(define-property name
27733  (of-object "GtkPixmap")
27734  (prop-type "GParamString")
27735  (docs "The name of the widget")
27736  (readable #t)
27737  (writable #t)
27738  (construct-only #f)
27739)
27740
27741(define-property parent
27742  (of-object "GtkPixmap")
27743  (prop-type "GParamObject")
27744  (docs "The parent widget of this widget. Must be a Container widget")
27745  (readable #t)
27746  (writable #t)
27747  (construct-only #f)
27748)
27749
27750(define-property width-request
27751  (of-object "GtkPixmap")
27752  (prop-type "GParamInt")
27753  (docs "Override for width request of the widget, or -1 if natural request should be used")
27754  (readable #t)
27755  (writable #t)
27756  (construct-only #f)
27757)
27758
27759(define-property height-request
27760  (of-object "GtkPixmap")
27761  (prop-type "GParamInt")
27762  (docs "Override for height request of the widget, or -1 if natural request should be used")
27763  (readable #t)
27764  (writable #t)
27765  (construct-only #f)
27766)
27767
27768(define-property visible
27769  (of-object "GtkPixmap")
27770  (prop-type "GParamBoolean")
27771  (docs "Whether the widget is visible")
27772  (readable #t)
27773  (writable #t)
27774  (construct-only #f)
27775)
27776
27777(define-property sensitive
27778  (of-object "GtkPixmap")
27779  (prop-type "GParamBoolean")
27780  (docs "Whether the widget responds to input")
27781  (readable #t)
27782  (writable #t)
27783  (construct-only #f)
27784)
27785
27786(define-property app-paintable
27787  (of-object "GtkPixmap")
27788  (prop-type "GParamBoolean")
27789  (docs "Whether the application will paint directly on the widget")
27790  (readable #t)
27791  (writable #t)
27792  (construct-only #f)
27793)
27794
27795(define-property can-focus
27796  (of-object "GtkPixmap")
27797  (prop-type "GParamBoolean")
27798  (docs "Whether the widget can accept the input focus")
27799  (readable #t)
27800  (writable #t)
27801  (construct-only #f)
27802)
27803
27804(define-property has-focus
27805  (of-object "GtkPixmap")
27806  (prop-type "GParamBoolean")
27807  (docs "Whether the widget has the input focus")
27808  (readable #t)
27809  (writable #t)
27810  (construct-only #f)
27811)
27812
27813(define-property is-focus
27814  (of-object "GtkPixmap")
27815  (prop-type "GParamBoolean")
27816  (docs "Whether the widget is the focus widget within the toplevel")
27817  (readable #t)
27818  (writable #t)
27819  (construct-only #f)
27820)
27821
27822(define-property can-default
27823  (of-object "GtkPixmap")
27824  (prop-type "GParamBoolean")
27825  (docs "Whether the widget can be the default widget")
27826  (readable #t)
27827  (writable #t)
27828  (construct-only #f)
27829)
27830
27831(define-property has-default
27832  (of-object "GtkPixmap")
27833  (prop-type "GParamBoolean")
27834  (docs "Whether the widget is the default widget")
27835  (readable #t)
27836  (writable #t)
27837  (construct-only #f)
27838)
27839
27840(define-property receives-default
27841  (of-object "GtkPixmap")
27842  (prop-type "GParamBoolean")
27843  (docs "If TRUE, the widget will receive the default action when it is focused")
27844  (readable #t)
27845  (writable #t)
27846  (construct-only #f)
27847)
27848
27849(define-property composite-child
27850  (of-object "GtkPixmap")
27851  (prop-type "GParamBoolean")
27852  (docs "Whether the widget is part of a composite widget")
27853  (readable #t)
27854  (writable #f)
27855  (construct-only #f)
27856)
27857
27858(define-property style
27859  (of-object "GtkPixmap")
27860  (prop-type "GParamObject")
27861  (docs "The style of the widget, which contains information about how it will look (colors etc)")
27862  (readable #t)
27863  (writable #t)
27864  (construct-only #f)
27865)
27866
27867(define-property events
27868  (of-object "GtkPixmap")
27869  (prop-type "GParamFlags")
27870  (docs "The event mask that decides what kind of GdkEvents this widget gets")
27871  (readable #t)
27872  (writable #t)
27873  (construct-only #f)
27874)
27875
27876(define-property extension-events
27877  (of-object "GtkPixmap")
27878  (prop-type "GParamEnum")
27879  (docs "The mask that decides what kind of extension events this widget gets")
27880  (readable #t)
27881  (writable #t)
27882  (construct-only #f)
27883)
27884
27885(define-property no-show-all
27886  (of-object "GtkPixmap")
27887  (prop-type "GParamBoolean")
27888  (docs "Whether gtk_widget_show_all() should not affect this widget")
27889  (readable #t)
27890  (writable #t)
27891  (construct-only #f)
27892)
27893
27894(define-property has-tooltip
27895  (of-object "GtkPixmap")
27896  (prop-type "GParamBoolean")
27897  (docs "Whether this widget has a tooltip")
27898  (readable #t)
27899  (writable #t)
27900  (construct-only #f)
27901)
27902
27903(define-property tooltip-markup
27904  (of-object "GtkPixmap")
27905  (prop-type "GParamString")
27906  (docs "The contents of the tooltip for this widget")
27907  (readable #t)
27908  (writable #t)
27909  (construct-only #f)
27910)
27911
27912(define-property tooltip-text
27913  (of-object "GtkPixmap")
27914  (prop-type "GParamString")
27915  (docs "The contents of the tooltip for this widget")
27916  (readable #t)
27917  (writable #t)
27918  (construct-only #f)
27919)
27920
27921(define-property window
27922  (of-object "GtkPixmap")
27923  (prop-type "GParamObject")
27924  (docs "The widget's window if it is realized")
27925  (readable #t)
27926  (writable #f)
27927  (construct-only #f)
27928)
27929
27930(define-property double-buffered
27931  (of-object "GtkPixmap")
27932  (prop-type "GParamBoolean")
27933  (docs "Whether or not the widget is double buffered")
27934  (readable #t)
27935  (writable #t)
27936  (construct-only #f)
27937)
27938
27939(define-property xalign
27940  (of-object "GtkPixmap")
27941  (prop-type "GParamFloat")
27942  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
27943  (readable #t)
27944  (writable #t)
27945  (construct-only #f)
27946)
27947
27948(define-property yalign
27949  (of-object "GtkPixmap")
27950  (prop-type "GParamFloat")
27951  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
27952  (readable #t)
27953  (writable #t)
27954  (construct-only #f)
27955)
27956
27957(define-property xpad
27958  (of-object "GtkPixmap")
27959  (prop-type "GParamInt")
27960  (docs "The amount of space to add on the left and right of the widget, in pixels")
27961  (readable #t)
27962  (writable #t)
27963  (construct-only #f)
27964)
27965
27966(define-property ypad
27967  (of-object "GtkPixmap")
27968  (prop-type "GParamInt")
27969  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
27970  (readable #t)
27971  (writable #t)
27972  (construct-only #f)
27973)
27974
27975;; From GtkPlug
27976
27977(define-signal embedded
27978  (of-object "GtkPlug")
27979  (return-type "void")
27980  (when "last")
27981)
27982
27983(define-property user-data
27984  (of-object "GtkPlug")
27985  (prop-type "GParamPointer")
27986  (docs "Anonymous User Data Pointer")
27987  (readable #t)
27988  (writable #t)
27989  (construct-only #f)
27990)
27991
27992(define-property name
27993  (of-object "GtkPlug")
27994  (prop-type "GParamString")
27995  (docs "The name of the widget")
27996  (readable #t)
27997  (writable #t)
27998  (construct-only #f)
27999)
28000
28001(define-property parent
28002  (of-object "GtkPlug")
28003  (prop-type "GParamObject")
28004  (docs "The parent widget of this widget. Must be a Container widget")
28005  (readable #t)
28006  (writable #t)
28007  (construct-only #f)
28008)
28009
28010(define-property width-request
28011  (of-object "GtkPlug")
28012  (prop-type "GParamInt")
28013  (docs "Override for width request of the widget, or -1 if natural request should be used")
28014  (readable #t)
28015  (writable #t)
28016  (construct-only #f)
28017)
28018
28019(define-property height-request
28020  (of-object "GtkPlug")
28021  (prop-type "GParamInt")
28022  (docs "Override for height request of the widget, or -1 if natural request should be used")
28023  (readable #t)
28024  (writable #t)
28025  (construct-only #f)
28026)
28027
28028(define-property visible
28029  (of-object "GtkPlug")
28030  (prop-type "GParamBoolean")
28031  (docs "Whether the widget is visible")
28032  (readable #t)
28033  (writable #t)
28034  (construct-only #f)
28035)
28036
28037(define-property sensitive
28038  (of-object "GtkPlug")
28039  (prop-type "GParamBoolean")
28040  (docs "Whether the widget responds to input")
28041  (readable #t)
28042  (writable #t)
28043  (construct-only #f)
28044)
28045
28046(define-property app-paintable
28047  (of-object "GtkPlug")
28048  (prop-type "GParamBoolean")
28049  (docs "Whether the application will paint directly on the widget")
28050  (readable #t)
28051  (writable #t)
28052  (construct-only #f)
28053)
28054
28055(define-property can-focus
28056  (of-object "GtkPlug")
28057  (prop-type "GParamBoolean")
28058  (docs "Whether the widget can accept the input focus")
28059  (readable #t)
28060  (writable #t)
28061  (construct-only #f)
28062)
28063
28064(define-property has-focus
28065  (of-object "GtkPlug")
28066  (prop-type "GParamBoolean")
28067  (docs "Whether the widget has the input focus")
28068  (readable #t)
28069  (writable #t)
28070  (construct-only #f)
28071)
28072
28073(define-property is-focus
28074  (of-object "GtkPlug")
28075  (prop-type "GParamBoolean")
28076  (docs "Whether the widget is the focus widget within the toplevel")
28077  (readable #t)
28078  (writable #t)
28079  (construct-only #f)
28080)
28081
28082(define-property can-default
28083  (of-object "GtkPlug")
28084  (prop-type "GParamBoolean")
28085  (docs "Whether the widget can be the default widget")
28086  (readable #t)
28087  (writable #t)
28088  (construct-only #f)
28089)
28090
28091(define-property has-default
28092  (of-object "GtkPlug")
28093  (prop-type "GParamBoolean")
28094  (docs "Whether the widget is the default widget")
28095  (readable #t)
28096  (writable #t)
28097  (construct-only #f)
28098)
28099
28100(define-property receives-default
28101  (of-object "GtkPlug")
28102  (prop-type "GParamBoolean")
28103  (docs "If TRUE, the widget will receive the default action when it is focused")
28104  (readable #t)
28105  (writable #t)
28106  (construct-only #f)
28107)
28108
28109(define-property composite-child
28110  (of-object "GtkPlug")
28111  (prop-type "GParamBoolean")
28112  (docs "Whether the widget is part of a composite widget")
28113  (readable #t)
28114  (writable #f)
28115  (construct-only #f)
28116)
28117
28118(define-property style
28119  (of-object "GtkPlug")
28120  (prop-type "GParamObject")
28121  (docs "The style of the widget, which contains information about how it will look (colors etc)")
28122  (readable #t)
28123  (writable #t)
28124  (construct-only #f)
28125)
28126
28127(define-property events
28128  (of-object "GtkPlug")
28129  (prop-type "GParamFlags")
28130  (docs "The event mask that decides what kind of GdkEvents this widget gets")
28131  (readable #t)
28132  (writable #t)
28133  (construct-only #f)
28134)
28135
28136(define-property extension-events
28137  (of-object "GtkPlug")
28138  (prop-type "GParamEnum")
28139  (docs "The mask that decides what kind of extension events this widget gets")
28140  (readable #t)
28141  (writable #t)
28142  (construct-only #f)
28143)
28144
28145(define-property no-show-all
28146  (of-object "GtkPlug")
28147  (prop-type "GParamBoolean")
28148  (docs "Whether gtk_widget_show_all() should not affect this widget")
28149  (readable #t)
28150  (writable #t)
28151  (construct-only #f)
28152)
28153
28154(define-property has-tooltip
28155  (of-object "GtkPlug")
28156  (prop-type "GParamBoolean")
28157  (docs "Whether this widget has a tooltip")
28158  (readable #t)
28159  (writable #t)
28160  (construct-only #f)
28161)
28162
28163(define-property tooltip-markup
28164  (of-object "GtkPlug")
28165  (prop-type "GParamString")
28166  (docs "The contents of the tooltip for this widget")
28167  (readable #t)
28168  (writable #t)
28169  (construct-only #f)
28170)
28171
28172(define-property tooltip-text
28173  (of-object "GtkPlug")
28174  (prop-type "GParamString")
28175  (docs "The contents of the tooltip for this widget")
28176  (readable #t)
28177  (writable #t)
28178  (construct-only #f)
28179)
28180
28181(define-property window
28182  (of-object "GtkPlug")
28183  (prop-type "GParamObject")
28184  (docs "The widget's window if it is realized")
28185  (readable #t)
28186  (writable #f)
28187  (construct-only #f)
28188)
28189
28190(define-property double-buffered
28191  (of-object "GtkPlug")
28192  (prop-type "GParamBoolean")
28193  (docs "Whether or not the widget is double buffered")
28194  (readable #t)
28195  (writable #t)
28196  (construct-only #f)
28197)
28198
28199(define-property border-width
28200  (of-object "GtkPlug")
28201  (prop-type "GParamUInt")
28202  (docs "The width of the empty border outside the containers children")
28203  (readable #t)
28204  (writable #t)
28205  (construct-only #f)
28206)
28207
28208(define-property resize-mode
28209  (of-object "GtkPlug")
28210  (prop-type "GParamEnum")
28211  (docs "Specify how resize events are handled")
28212  (readable #t)
28213  (writable #t)
28214  (construct-only #f)
28215)
28216
28217(define-property child
28218  (of-object "GtkPlug")
28219  (prop-type "GParamObject")
28220  (docs "Can be used to add a new child to the container")
28221  (readable #f)
28222  (writable #t)
28223  (construct-only #f)
28224)
28225
28226(define-property type
28227  (of-object "GtkPlug")
28228  (prop-type "GParamEnum")
28229  (docs "The type of the window")
28230  (readable #t)
28231  (writable #t)
28232  (construct-only #t)
28233)
28234
28235(define-property title
28236  (of-object "GtkPlug")
28237  (prop-type "GParamString")
28238  (docs "The title of the window")
28239  (readable #t)
28240  (writable #t)
28241  (construct-only #f)
28242)
28243
28244(define-property role
28245  (of-object "GtkPlug")
28246  (prop-type "GParamString")
28247  (docs "Unique identifier for the window to be used when restoring a session")
28248  (readable #t)
28249  (writable #t)
28250  (construct-only #f)
28251)
28252
28253(define-property allow-shrink
28254  (of-object "GtkPlug")
28255  (prop-type "GParamBoolean")
28256  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
28257  (readable #t)
28258  (writable #t)
28259  (construct-only #f)
28260)
28261
28262(define-property allow-grow
28263  (of-object "GtkPlug")
28264  (prop-type "GParamBoolean")
28265  (docs "If TRUE, users can expand the window beyond its minimum size")
28266  (readable #t)
28267  (writable #t)
28268  (construct-only #f)
28269)
28270
28271(define-property resizable
28272  (of-object "GtkPlug")
28273  (prop-type "GParamBoolean")
28274  (docs "If TRUE, users can resize the window")
28275  (readable #t)
28276  (writable #t)
28277  (construct-only #f)
28278)
28279
28280(define-property modal
28281  (of-object "GtkPlug")
28282  (prop-type "GParamBoolean")
28283  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
28284  (readable #t)
28285  (writable #t)
28286  (construct-only #f)
28287)
28288
28289(define-property window-position
28290  (of-object "GtkPlug")
28291  (prop-type "GParamEnum")
28292  (docs "The initial position of the window")
28293  (readable #t)
28294  (writable #t)
28295  (construct-only #f)
28296)
28297
28298(define-property default-width
28299  (of-object "GtkPlug")
28300  (prop-type "GParamInt")
28301  (docs "The default width of the window, used when initially showing the window")
28302  (readable #t)
28303  (writable #t)
28304  (construct-only #f)
28305)
28306
28307(define-property default-height
28308  (of-object "GtkPlug")
28309  (prop-type "GParamInt")
28310  (docs "The default height of the window, used when initially showing the window")
28311  (readable #t)
28312  (writable #t)
28313  (construct-only #f)
28314)
28315
28316(define-property destroy-with-parent
28317  (of-object "GtkPlug")
28318  (prop-type "GParamBoolean")
28319  (docs "If this window should be destroyed when the parent is destroyed")
28320  (readable #t)
28321  (writable #t)
28322  (construct-only #f)
28323)
28324
28325(define-property icon
28326  (of-object "GtkPlug")
28327  (prop-type "GParamObject")
28328  (docs "Icon for this window")
28329  (readable #t)
28330  (writable #t)
28331  (construct-only #f)
28332)
28333
28334(define-property icon-name
28335  (of-object "GtkPlug")
28336  (prop-type "GParamString")
28337  (docs "Name of the themed icon for this window")
28338  (readable #t)
28339  (writable #t)
28340  (construct-only #f)
28341)
28342
28343(define-property screen
28344  (of-object "GtkPlug")
28345  (prop-type "GParamObject")
28346  (docs "The screen where this window will be displayed")
28347  (readable #t)
28348  (writable #t)
28349  (construct-only #f)
28350)
28351
28352(define-property type-hint
28353  (of-object "GtkPlug")
28354  (prop-type "GParamEnum")
28355  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
28356  (readable #t)
28357  (writable #t)
28358  (construct-only #f)
28359)
28360
28361(define-property skip-taskbar-hint
28362  (of-object "GtkPlug")
28363  (prop-type "GParamBoolean")
28364  (docs "TRUE if the window should not be in the task bar.")
28365  (readable #t)
28366  (writable #t)
28367  (construct-only #f)
28368)
28369
28370(define-property skip-pager-hint
28371  (of-object "GtkPlug")
28372  (prop-type "GParamBoolean")
28373  (docs "TRUE if the window should not be in the pager.")
28374  (readable #t)
28375  (writable #t)
28376  (construct-only #f)
28377)
28378
28379(define-property urgency-hint
28380  (of-object "GtkPlug")
28381  (prop-type "GParamBoolean")
28382  (docs "TRUE if the window should be brought to the user's attention.")
28383  (readable #t)
28384  (writable #t)
28385  (construct-only #f)
28386)
28387
28388(define-property accept-focus
28389  (of-object "GtkPlug")
28390  (prop-type "GParamBoolean")
28391  (docs "TRUE if the window should receive the input focus.")
28392  (readable #t)
28393  (writable #t)
28394  (construct-only #f)
28395)
28396
28397(define-property focus-on-map
28398  (of-object "GtkPlug")
28399  (prop-type "GParamBoolean")
28400  (docs "TRUE if the window should receive the input focus when mapped.")
28401  (readable #t)
28402  (writable #t)
28403  (construct-only #f)
28404)
28405
28406(define-property decorated
28407  (of-object "GtkPlug")
28408  (prop-type "GParamBoolean")
28409  (docs "Whether the window should be decorated by the window manager")
28410  (readable #t)
28411  (writable #t)
28412  (construct-only #f)
28413)
28414
28415(define-property deletable
28416  (of-object "GtkPlug")
28417  (prop-type "GParamBoolean")
28418  (docs "Whether the window frame should have a close button")
28419  (readable #t)
28420  (writable #t)
28421  (construct-only #f)
28422)
28423
28424(define-property gravity
28425  (of-object "GtkPlug")
28426  (prop-type "GParamEnum")
28427  (docs "The window gravity of the window")
28428  (readable #t)
28429  (writable #t)
28430  (construct-only #f)
28431)
28432
28433(define-property transient-for
28434  (of-object "GtkPlug")
28435  (prop-type "GParamObject")
28436  (docs "The transient parent of the dialog")
28437  (readable #t)
28438  (writable #t)
28439  (construct-only #f)
28440)
28441
28442(define-property opacity
28443  (of-object "GtkPlug")
28444  (prop-type "GParamDouble")
28445  (docs "The opacity of the window, from 0 to 1")
28446  (readable #t)
28447  (writable #t)
28448  (construct-only #f)
28449)
28450
28451(define-property is-active
28452  (of-object "GtkPlug")
28453  (prop-type "GParamBoolean")
28454  (docs "Whether the toplevel is the current active window")
28455  (readable #t)
28456  (writable #f)
28457  (construct-only #f)
28458)
28459
28460(define-property has-toplevel-focus
28461  (of-object "GtkPlug")
28462  (prop-type "GParamBoolean")
28463  (docs "Whether the input focus is within this GtkWindow")
28464  (readable #t)
28465  (writable #f)
28466  (construct-only #f)
28467)
28468
28469(define-property startup-id
28470  (of-object "GtkPlug")
28471  (prop-type "GParamString")
28472  (docs "Unique startup identifier for the window used by startup-notification")
28473  (readable #f)
28474  (writable #t)
28475  (construct-only #f)
28476)
28477
28478(define-property mnemonics-visible
28479  (of-object "GtkPlug")
28480  (prop-type "GParamBoolean")
28481  (docs "Whether mnemonics are currently visible in this window")
28482  (readable #t)
28483  (writable #t)
28484  (construct-only #f)
28485)
28486
28487(define-property embedded
28488  (of-object "GtkPlug")
28489  (prop-type "GParamBoolean")
28490  (docs "Whether or not the plug is embedded")
28491  (readable #t)
28492  (writable #f)
28493  (construct-only #f)
28494)
28495
28496(define-property socket-window
28497  (of-object "GtkPlug")
28498  (prop-type "GParamObject")
28499  (docs "The window of the socket the plug is embedded in")
28500  (readable #t)
28501  (writable #f)
28502  (construct-only #f)
28503)
28504
28505;; From GtkPreview
28506
28507(define-property user-data
28508  (of-object "GtkPreview")
28509  (prop-type "GParamPointer")
28510  (docs "Anonymous User Data Pointer")
28511  (readable #t)
28512  (writable #t)
28513  (construct-only #f)
28514)
28515
28516(define-property name
28517  (of-object "GtkPreview")
28518  (prop-type "GParamString")
28519  (docs "The name of the widget")
28520  (readable #t)
28521  (writable #t)
28522  (construct-only #f)
28523)
28524
28525(define-property parent
28526  (of-object "GtkPreview")
28527  (prop-type "GParamObject")
28528  (docs "The parent widget of this widget. Must be a Container widget")
28529  (readable #t)
28530  (writable #t)
28531  (construct-only #f)
28532)
28533
28534(define-property width-request
28535  (of-object "GtkPreview")
28536  (prop-type "GParamInt")
28537  (docs "Override for width request of the widget, or -1 if natural request should be used")
28538  (readable #t)
28539  (writable #t)
28540  (construct-only #f)
28541)
28542
28543(define-property height-request
28544  (of-object "GtkPreview")
28545  (prop-type "GParamInt")
28546  (docs "Override for height request of the widget, or -1 if natural request should be used")
28547  (readable #t)
28548  (writable #t)
28549  (construct-only #f)
28550)
28551
28552(define-property visible
28553  (of-object "GtkPreview")
28554  (prop-type "GParamBoolean")
28555  (docs "Whether the widget is visible")
28556  (readable #t)
28557  (writable #t)
28558  (construct-only #f)
28559)
28560
28561(define-property sensitive
28562  (of-object "GtkPreview")
28563  (prop-type "GParamBoolean")
28564  (docs "Whether the widget responds to input")
28565  (readable #t)
28566  (writable #t)
28567  (construct-only #f)
28568)
28569
28570(define-property app-paintable
28571  (of-object "GtkPreview")
28572  (prop-type "GParamBoolean")
28573  (docs "Whether the application will paint directly on the widget")
28574  (readable #t)
28575  (writable #t)
28576  (construct-only #f)
28577)
28578
28579(define-property can-focus
28580  (of-object "GtkPreview")
28581  (prop-type "GParamBoolean")
28582  (docs "Whether the widget can accept the input focus")
28583  (readable #t)
28584  (writable #t)
28585  (construct-only #f)
28586)
28587
28588(define-property has-focus
28589  (of-object "GtkPreview")
28590  (prop-type "GParamBoolean")
28591  (docs "Whether the widget has the input focus")
28592  (readable #t)
28593  (writable #t)
28594  (construct-only #f)
28595)
28596
28597(define-property is-focus
28598  (of-object "GtkPreview")
28599  (prop-type "GParamBoolean")
28600  (docs "Whether the widget is the focus widget within the toplevel")
28601  (readable #t)
28602  (writable #t)
28603  (construct-only #f)
28604)
28605
28606(define-property can-default
28607  (of-object "GtkPreview")
28608  (prop-type "GParamBoolean")
28609  (docs "Whether the widget can be the default widget")
28610  (readable #t)
28611  (writable #t)
28612  (construct-only #f)
28613)
28614
28615(define-property has-default
28616  (of-object "GtkPreview")
28617  (prop-type "GParamBoolean")
28618  (docs "Whether the widget is the default widget")
28619  (readable #t)
28620  (writable #t)
28621  (construct-only #f)
28622)
28623
28624(define-property receives-default
28625  (of-object "GtkPreview")
28626  (prop-type "GParamBoolean")
28627  (docs "If TRUE, the widget will receive the default action when it is focused")
28628  (readable #t)
28629  (writable #t)
28630  (construct-only #f)
28631)
28632
28633(define-property composite-child
28634  (of-object "GtkPreview")
28635  (prop-type "GParamBoolean")
28636  (docs "Whether the widget is part of a composite widget")
28637  (readable #t)
28638  (writable #f)
28639  (construct-only #f)
28640)
28641
28642(define-property style
28643  (of-object "GtkPreview")
28644  (prop-type "GParamObject")
28645  (docs "The style of the widget, which contains information about how it will look (colors etc)")
28646  (readable #t)
28647  (writable #t)
28648  (construct-only #f)
28649)
28650
28651(define-property events
28652  (of-object "GtkPreview")
28653  (prop-type "GParamFlags")
28654  (docs "The event mask that decides what kind of GdkEvents this widget gets")
28655  (readable #t)
28656  (writable #t)
28657  (construct-only #f)
28658)
28659
28660(define-property extension-events
28661  (of-object "GtkPreview")
28662  (prop-type "GParamEnum")
28663  (docs "The mask that decides what kind of extension events this widget gets")
28664  (readable #t)
28665  (writable #t)
28666  (construct-only #f)
28667)
28668
28669(define-property no-show-all
28670  (of-object "GtkPreview")
28671  (prop-type "GParamBoolean")
28672  (docs "Whether gtk_widget_show_all() should not affect this widget")
28673  (readable #t)
28674  (writable #t)
28675  (construct-only #f)
28676)
28677
28678(define-property has-tooltip
28679  (of-object "GtkPreview")
28680  (prop-type "GParamBoolean")
28681  (docs "Whether this widget has a tooltip")
28682  (readable #t)
28683  (writable #t)
28684  (construct-only #f)
28685)
28686
28687(define-property tooltip-markup
28688  (of-object "GtkPreview")
28689  (prop-type "GParamString")
28690  (docs "The contents of the tooltip for this widget")
28691  (readable #t)
28692  (writable #t)
28693  (construct-only #f)
28694)
28695
28696(define-property tooltip-text
28697  (of-object "GtkPreview")
28698  (prop-type "GParamString")
28699  (docs "The contents of the tooltip for this widget")
28700  (readable #t)
28701  (writable #t)
28702  (construct-only #f)
28703)
28704
28705(define-property window
28706  (of-object "GtkPreview")
28707  (prop-type "GParamObject")
28708  (docs "The widget's window if it is realized")
28709  (readable #t)
28710  (writable #f)
28711  (construct-only #f)
28712)
28713
28714(define-property double-buffered
28715  (of-object "GtkPreview")
28716  (prop-type "GParamBoolean")
28717  (docs "Whether or not the widget is double buffered")
28718  (readable #t)
28719  (writable #t)
28720  (construct-only #f)
28721)
28722
28723(define-property expand
28724  (of-object "GtkPreview")
28725  (prop-type "GParamBoolean")
28726  (docs "Whether the preview widget should take up the entire space it is allocated")
28727  (readable #t)
28728  (writable #t)
28729  (construct-only #f)
28730)
28731
28732;; From GtkPrinter
28733
28734(define-signal details-acquired
28735  (of-object "GtkPrinter")
28736  (return-type "void")
28737  (when "last")
28738  (parameters
28739    '("gboolean" "p0")
28740  )
28741)
28742
28743(define-property name
28744  (of-object "GtkPrinter")
28745  (prop-type "GParamString")
28746  (docs "Name of the printer")
28747  (readable #t)
28748  (writable #t)
28749  (construct-only #t)
28750)
28751
28752(define-property backend
28753  (of-object "GtkPrinter")
28754  (prop-type "GParamObject")
28755  (docs "Backend for the printer")
28756  (readable #t)
28757  (writable #t)
28758  (construct-only #t)
28759)
28760
28761(define-property is-virtual
28762  (of-object "GtkPrinter")
28763  (prop-type "GParamBoolean")
28764  (docs "FALSE if this represents a real hardware printer")
28765  (readable #t)
28766  (writable #t)
28767  (construct-only #t)
28768)
28769
28770(define-property state-message
28771  (of-object "GtkPrinter")
28772  (prop-type "GParamString")
28773  (docs "String giving the current state of the printer")
28774  (readable #t)
28775  (writable #f)
28776  (construct-only #f)
28777)
28778
28779(define-property location
28780  (of-object "GtkPrinter")
28781  (prop-type "GParamString")
28782  (docs "The location of the printer")
28783  (readable #t)
28784  (writable #f)
28785  (construct-only #f)
28786)
28787
28788(define-property icon-name
28789  (of-object "GtkPrinter")
28790  (prop-type "GParamString")
28791  (docs "The icon name to use for the printer")
28792  (readable #t)
28793  (writable #f)
28794  (construct-only #f)
28795)
28796
28797(define-property job-count
28798  (of-object "GtkPrinter")
28799  (prop-type "GParamInt")
28800  (docs "Number of jobs queued in the printer")
28801  (readable #t)
28802  (writable #f)
28803  (construct-only #f)
28804)
28805
28806(define-property accepts-pdf
28807  (of-object "GtkPrinter")
28808  (prop-type "GParamBoolean")
28809  (docs "TRUE if this printer can accept PDF")
28810  (readable #t)
28811  (writable #t)
28812  (construct-only #t)
28813)
28814
28815(define-property accepts-ps
28816  (of-object "GtkPrinter")
28817  (prop-type "GParamBoolean")
28818  (docs "TRUE if this printer can accept PostScript")
28819  (readable #t)
28820  (writable #t)
28821  (construct-only #t)
28822)
28823
28824(define-property paused
28825  (of-object "GtkPrinter")
28826  (prop-type "GParamBoolean")
28827  (docs "TRUE if this printer is paused")
28828  (readable #t)
28829  (writable #f)
28830  (construct-only #f)
28831)
28832
28833(define-property accepting-jobs
28834  (of-object "GtkPrinter")
28835  (prop-type "GParamBoolean")
28836  (docs "TRUE if this printer is accepting new jobs")
28837  (readable #t)
28838  (writable #f)
28839  (construct-only #f)
28840)
28841
28842;; From GtkPrintJob
28843
28844(define-signal status-changed
28845  (of-object "GtkPrintJob")
28846  (return-type "void")
28847  (when "last")
28848)
28849
28850(define-property title
28851  (of-object "GtkPrintJob")
28852  (prop-type "GParamString")
28853  (docs "Title of the print job")
28854  (readable #t)
28855  (writable #t)
28856  (construct-only #t)
28857)
28858
28859(define-property printer
28860  (of-object "GtkPrintJob")
28861  (prop-type "GParamObject")
28862  (docs "Printer to print the job to")
28863  (readable #t)
28864  (writable #t)
28865  (construct-only #t)
28866)
28867
28868(define-property page-setup
28869  (of-object "GtkPrintJob")
28870  (prop-type "GParamObject")
28871  (docs "Page Setup")
28872  (readable #t)
28873  (writable #t)
28874  (construct-only #t)
28875)
28876
28877(define-property settings
28878  (of-object "GtkPrintJob")
28879  (prop-type "GParamObject")
28880  (docs "Printer settings")
28881  (readable #t)
28882  (writable #t)
28883  (construct-only #t)
28884)
28885
28886(define-property track-print-status
28887  (of-object "GtkPrintJob")
28888  (prop-type "GParamBoolean")
28889  (docs "TRUE if the print job will continue to emit status-changed signals after the print data has been sent to the printer or print server.")
28890  (readable #t)
28891  (writable #t)
28892  (construct-only #f)
28893)
28894
28895;; From GtkPrintOperation
28896
28897(define-signal done
28898  (of-object "GtkPrintOperation")
28899  (return-type "void")
28900  (when "last")
28901  (parameters
28902    '("GtkPrintOperationResult" "p0")
28903  )
28904)
28905
28906(define-signal begin-print
28907  (of-object "GtkPrintOperation")
28908  (return-type "void")
28909  (when "last")
28910  (parameters
28911    '("GtkPrintContext*" "p0")
28912  )
28913)
28914
28915(define-signal paginate
28916  (of-object "GtkPrintOperation")
28917  (return-type "gboolean")
28918  (when "last")
28919  (parameters
28920    '("GtkPrintContext*" "p0")
28921  )
28922)
28923
28924(define-signal request-page-setup
28925  (of-object "GtkPrintOperation")
28926  (return-type "void")
28927  (when "last")
28928  (parameters
28929    '("GtkPrintContext*" "p0")
28930    '("gint" "p1")
28931    '("GtkPageSetup*" "p2")
28932  )
28933)
28934
28935(define-signal draw-page
28936  (of-object "GtkPrintOperation")
28937  (return-type "void")
28938  (when "last")
28939  (parameters
28940    '("GtkPrintContext*" "p0")
28941    '("gint" "p1")
28942  )
28943)
28944
28945(define-signal end-print
28946  (of-object "GtkPrintOperation")
28947  (return-type "void")
28948  (when "last")
28949  (parameters
28950    '("GtkPrintContext*" "p0")
28951  )
28952)
28953
28954(define-signal status-changed
28955  (of-object "GtkPrintOperation")
28956  (return-type "void")
28957  (when "last")
28958)
28959
28960(define-signal create-custom-widget
28961  (of-object "GtkPrintOperation")
28962  (return-type "GtkWidget*")
28963  (when "last")
28964)
28965
28966(define-signal update-custom-widget
28967  (of-object "GtkPrintOperation")
28968  (return-type "void")
28969  (when "last")
28970  (parameters
28971    '("GtkWidget*" "p0")
28972    '("GtkPageSetup*" "p1")
28973    '("GtkPrintSettings*" "p2")
28974  )
28975)
28976
28977(define-signal custom-widget-apply
28978  (of-object "GtkPrintOperation")
28979  (return-type "void")
28980  (when "last")
28981  (parameters
28982    '("GtkWidget*" "p0")
28983  )
28984)
28985
28986(define-signal preview
28987  (of-object "GtkPrintOperation")
28988  (return-type "gboolean")
28989  (when "last")
28990  (parameters
28991    '("GtkPrintOperationPreview*" "p0")
28992    '("GtkPrintContext*" "p1")
28993    '("GtkWindow*" "p2")
28994  )
28995)
28996
28997(define-property default-page-setup
28998  (of-object "GtkPrintOperation")
28999  (prop-type "GParamObject")
29000  (docs "The GtkPageSetup used by default")
29001  (readable #t)
29002  (writable #t)
29003  (construct-only #f)
29004)
29005
29006(define-property print-settings
29007  (of-object "GtkPrintOperation")
29008  (prop-type "GParamObject")
29009  (docs "The GtkPrintSettings used for initializing the dialog")
29010  (readable #t)
29011  (writable #t)
29012  (construct-only #f)
29013)
29014
29015(define-property job-name
29016  (of-object "GtkPrintOperation")
29017  (prop-type "GParamString")
29018  (docs "A string used for identifying the print job.")
29019  (readable #t)
29020  (writable #t)
29021  (construct-only #f)
29022)
29023
29024(define-property n-pages
29025  (of-object "GtkPrintOperation")
29026  (prop-type "GParamInt")
29027  (docs "The number of pages in the document.")
29028  (readable #t)
29029  (writable #t)
29030  (construct-only #f)
29031)
29032
29033(define-property current-page
29034  (of-object "GtkPrintOperation")
29035  (prop-type "GParamInt")
29036  (docs "The current page in the document")
29037  (readable #t)
29038  (writable #t)
29039  (construct-only #f)
29040)
29041
29042(define-property use-full-page
29043  (of-object "GtkPrintOperation")
29044  (prop-type "GParamBoolean")
29045  (docs "TRUE if the origin of the context should be at the corner of the page and not the corner of the imageable area")
29046  (readable #t)
29047  (writable #t)
29048  (construct-only #f)
29049)
29050
29051(define-property track-print-status
29052  (of-object "GtkPrintOperation")
29053  (prop-type "GParamBoolean")
29054  (docs "TRUE if the print operation will continue to report on the print job status after the print data has been sent to the printer or print server.")
29055  (readable #t)
29056  (writable #t)
29057  (construct-only #f)
29058)
29059
29060(define-property unit
29061  (of-object "GtkPrintOperation")
29062  (prop-type "GParamEnum")
29063  (docs "The unit in which distances can be measured in the context")
29064  (readable #t)
29065  (writable #t)
29066  (construct-only #f)
29067)
29068
29069(define-property show-progress
29070  (of-object "GtkPrintOperation")
29071  (prop-type "GParamBoolean")
29072  (docs "TRUE if a progress dialog is shown while printing.")
29073  (readable #t)
29074  (writable #t)
29075  (construct-only #f)
29076)
29077
29078(define-property allow-async
29079  (of-object "GtkPrintOperation")
29080  (prop-type "GParamBoolean")
29081  (docs "TRUE if print process may run asynchronous.")
29082  (readable #t)
29083  (writable #t)
29084  (construct-only #f)
29085)
29086
29087(define-property export-filename
29088  (of-object "GtkPrintOperation")
29089  (prop-type "GParamString")
29090  (docs "Export filename")
29091  (readable #t)
29092  (writable #t)
29093  (construct-only #f)
29094)
29095
29096(define-property status
29097  (of-object "GtkPrintOperation")
29098  (prop-type "GParamEnum")
29099  (docs "The status of the print operation")
29100  (readable #t)
29101  (writable #f)
29102  (construct-only #f)
29103)
29104
29105(define-property status-string
29106  (of-object "GtkPrintOperation")
29107  (prop-type "GParamString")
29108  (docs "A human-readable description of the status")
29109  (readable #t)
29110  (writable #f)
29111  (construct-only #f)
29112)
29113
29114(define-property custom-tab-label
29115  (of-object "GtkPrintOperation")
29116  (prop-type "GParamString")
29117  (docs "Label for the tab containing custom widgets.")
29118  (readable #t)
29119  (writable #t)
29120  (construct-only #f)
29121)
29122
29123(define-property embed-page-setup
29124  (of-object "GtkPrintOperation")
29125  (prop-type "GParamBoolean")
29126  (docs "TRUE if page setup combos are embedded in GtkPrintDialog")
29127  (readable #t)
29128  (writable #t)
29129  (construct-only #f)
29130)
29131
29132(define-property has-selection
29133  (of-object "GtkPrintOperation")
29134  (prop-type "GParamBoolean")
29135  (docs "TRUE if a selection exists.")
29136  (readable #t)
29137  (writable #t)
29138  (construct-only #f)
29139)
29140
29141(define-property support-selection
29142  (of-object "GtkPrintOperation")
29143  (prop-type "GParamBoolean")
29144  (docs "TRUE if the print operation will support print of selection.")
29145  (readable #t)
29146  (writable #t)
29147  (construct-only #f)
29148)
29149
29150(define-property n-pages-to-print
29151  (of-object "GtkPrintOperation")
29152  (prop-type "GParamInt")
29153  (docs "The number of pages that will be printed.")
29154  (readable #t)
29155  (writable #f)
29156  (construct-only #f)
29157)
29158
29159;; From GtkPrintOperationPreview
29160
29161(define-signal ready
29162  (of-object "GtkPrintOperationPreview")
29163  (return-type "void")
29164  (when "last")
29165  (parameters
29166    '("GtkPrintContext*" "p0")
29167  )
29168)
29169
29170(define-signal got-page-size
29171  (of-object "GtkPrintOperationPreview")
29172  (return-type "void")
29173  (when "last")
29174  (parameters
29175    '("GtkPrintContext*" "p0")
29176    '("GtkPageSetup*" "p1")
29177  )
29178)
29179
29180;; From GtkPageSetupUnixDialog
29181
29182(define-property user-data
29183  (of-object "GtkPageSetupUnixDialog")
29184  (prop-type "GParamPointer")
29185  (docs "Anonymous User Data Pointer")
29186  (readable #t)
29187  (writable #t)
29188  (construct-only #f)
29189)
29190
29191(define-property name
29192  (of-object "GtkPageSetupUnixDialog")
29193  (prop-type "GParamString")
29194  (docs "The name of the widget")
29195  (readable #t)
29196  (writable #t)
29197  (construct-only #f)
29198)
29199
29200(define-property parent
29201  (of-object "GtkPageSetupUnixDialog")
29202  (prop-type "GParamObject")
29203  (docs "The parent widget of this widget. Must be a Container widget")
29204  (readable #t)
29205  (writable #t)
29206  (construct-only #f)
29207)
29208
29209(define-property width-request
29210  (of-object "GtkPageSetupUnixDialog")
29211  (prop-type "GParamInt")
29212  (docs "Override for width request of the widget, or -1 if natural request should be used")
29213  (readable #t)
29214  (writable #t)
29215  (construct-only #f)
29216)
29217
29218(define-property height-request
29219  (of-object "GtkPageSetupUnixDialog")
29220  (prop-type "GParamInt")
29221  (docs "Override for height request of the widget, or -1 if natural request should be used")
29222  (readable #t)
29223  (writable #t)
29224  (construct-only #f)
29225)
29226
29227(define-property visible
29228  (of-object "GtkPageSetupUnixDialog")
29229  (prop-type "GParamBoolean")
29230  (docs "Whether the widget is visible")
29231  (readable #t)
29232  (writable #t)
29233  (construct-only #f)
29234)
29235
29236(define-property sensitive
29237  (of-object "GtkPageSetupUnixDialog")
29238  (prop-type "GParamBoolean")
29239  (docs "Whether the widget responds to input")
29240  (readable #t)
29241  (writable #t)
29242  (construct-only #f)
29243)
29244
29245(define-property app-paintable
29246  (of-object "GtkPageSetupUnixDialog")
29247  (prop-type "GParamBoolean")
29248  (docs "Whether the application will paint directly on the widget")
29249  (readable #t)
29250  (writable #t)
29251  (construct-only #f)
29252)
29253
29254(define-property can-focus
29255  (of-object "GtkPageSetupUnixDialog")
29256  (prop-type "GParamBoolean")
29257  (docs "Whether the widget can accept the input focus")
29258  (readable #t)
29259  (writable #t)
29260  (construct-only #f)
29261)
29262
29263(define-property has-focus
29264  (of-object "GtkPageSetupUnixDialog")
29265  (prop-type "GParamBoolean")
29266  (docs "Whether the widget has the input focus")
29267  (readable #t)
29268  (writable #t)
29269  (construct-only #f)
29270)
29271
29272(define-property is-focus
29273  (of-object "GtkPageSetupUnixDialog")
29274  (prop-type "GParamBoolean")
29275  (docs "Whether the widget is the focus widget within the toplevel")
29276  (readable #t)
29277  (writable #t)
29278  (construct-only #f)
29279)
29280
29281(define-property can-default
29282  (of-object "GtkPageSetupUnixDialog")
29283  (prop-type "GParamBoolean")
29284  (docs "Whether the widget can be the default widget")
29285  (readable #t)
29286  (writable #t)
29287  (construct-only #f)
29288)
29289
29290(define-property has-default
29291  (of-object "GtkPageSetupUnixDialog")
29292  (prop-type "GParamBoolean")
29293  (docs "Whether the widget is the default widget")
29294  (readable #t)
29295  (writable #t)
29296  (construct-only #f)
29297)
29298
29299(define-property receives-default
29300  (of-object "GtkPageSetupUnixDialog")
29301  (prop-type "GParamBoolean")
29302  (docs "If TRUE, the widget will receive the default action when it is focused")
29303  (readable #t)
29304  (writable #t)
29305  (construct-only #f)
29306)
29307
29308(define-property composite-child
29309  (of-object "GtkPageSetupUnixDialog")
29310  (prop-type "GParamBoolean")
29311  (docs "Whether the widget is part of a composite widget")
29312  (readable #t)
29313  (writable #f)
29314  (construct-only #f)
29315)
29316
29317(define-property style
29318  (of-object "GtkPageSetupUnixDialog")
29319  (prop-type "GParamObject")
29320  (docs "The style of the widget, which contains information about how it will look (colors etc)")
29321  (readable #t)
29322  (writable #t)
29323  (construct-only #f)
29324)
29325
29326(define-property events
29327  (of-object "GtkPageSetupUnixDialog")
29328  (prop-type "GParamFlags")
29329  (docs "The event mask that decides what kind of GdkEvents this widget gets")
29330  (readable #t)
29331  (writable #t)
29332  (construct-only #f)
29333)
29334
29335(define-property extension-events
29336  (of-object "GtkPageSetupUnixDialog")
29337  (prop-type "GParamEnum")
29338  (docs "The mask that decides what kind of extension events this widget gets")
29339  (readable #t)
29340  (writable #t)
29341  (construct-only #f)
29342)
29343
29344(define-property no-show-all
29345  (of-object "GtkPageSetupUnixDialog")
29346  (prop-type "GParamBoolean")
29347  (docs "Whether gtk_widget_show_all() should not affect this widget")
29348  (readable #t)
29349  (writable #t)
29350  (construct-only #f)
29351)
29352
29353(define-property has-tooltip
29354  (of-object "GtkPageSetupUnixDialog")
29355  (prop-type "GParamBoolean")
29356  (docs "Whether this widget has a tooltip")
29357  (readable #t)
29358  (writable #t)
29359  (construct-only #f)
29360)
29361
29362(define-property tooltip-markup
29363  (of-object "GtkPageSetupUnixDialog")
29364  (prop-type "GParamString")
29365  (docs "The contents of the tooltip for this widget")
29366  (readable #t)
29367  (writable #t)
29368  (construct-only #f)
29369)
29370
29371(define-property tooltip-text
29372  (of-object "GtkPageSetupUnixDialog")
29373  (prop-type "GParamString")
29374  (docs "The contents of the tooltip for this widget")
29375  (readable #t)
29376  (writable #t)
29377  (construct-only #f)
29378)
29379
29380(define-property window
29381  (of-object "GtkPageSetupUnixDialog")
29382  (prop-type "GParamObject")
29383  (docs "The widget's window if it is realized")
29384  (readable #t)
29385  (writable #f)
29386  (construct-only #f)
29387)
29388
29389(define-property double-buffered
29390  (of-object "GtkPageSetupUnixDialog")
29391  (prop-type "GParamBoolean")
29392  (docs "Whether or not the widget is double buffered")
29393  (readable #t)
29394  (writable #t)
29395  (construct-only #f)
29396)
29397
29398(define-property border-width
29399  (of-object "GtkPageSetupUnixDialog")
29400  (prop-type "GParamUInt")
29401  (docs "The width of the empty border outside the containers children")
29402  (readable #t)
29403  (writable #t)
29404  (construct-only #f)
29405)
29406
29407(define-property resize-mode
29408  (of-object "GtkPageSetupUnixDialog")
29409  (prop-type "GParamEnum")
29410  (docs "Specify how resize events are handled")
29411  (readable #t)
29412  (writable #t)
29413  (construct-only #f)
29414)
29415
29416(define-property child
29417  (of-object "GtkPageSetupUnixDialog")
29418  (prop-type "GParamObject")
29419  (docs "Can be used to add a new child to the container")
29420  (readable #f)
29421  (writable #t)
29422  (construct-only #f)
29423)
29424
29425(define-property type
29426  (of-object "GtkPageSetupUnixDialog")
29427  (prop-type "GParamEnum")
29428  (docs "The type of the window")
29429  (readable #t)
29430  (writable #t)
29431  (construct-only #t)
29432)
29433
29434(define-property title
29435  (of-object "GtkPageSetupUnixDialog")
29436  (prop-type "GParamString")
29437  (docs "The title of the window")
29438  (readable #t)
29439  (writable #t)
29440  (construct-only #f)
29441)
29442
29443(define-property role
29444  (of-object "GtkPageSetupUnixDialog")
29445  (prop-type "GParamString")
29446  (docs "Unique identifier for the window to be used when restoring a session")
29447  (readable #t)
29448  (writable #t)
29449  (construct-only #f)
29450)
29451
29452(define-property allow-shrink
29453  (of-object "GtkPageSetupUnixDialog")
29454  (prop-type "GParamBoolean")
29455  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
29456  (readable #t)
29457  (writable #t)
29458  (construct-only #f)
29459)
29460
29461(define-property allow-grow
29462  (of-object "GtkPageSetupUnixDialog")
29463  (prop-type "GParamBoolean")
29464  (docs "If TRUE, users can expand the window beyond its minimum size")
29465  (readable #t)
29466  (writable #t)
29467  (construct-only #f)
29468)
29469
29470(define-property resizable
29471  (of-object "GtkPageSetupUnixDialog")
29472  (prop-type "GParamBoolean")
29473  (docs "If TRUE, users can resize the window")
29474  (readable #t)
29475  (writable #t)
29476  (construct-only #f)
29477)
29478
29479(define-property modal
29480  (of-object "GtkPageSetupUnixDialog")
29481  (prop-type "GParamBoolean")
29482  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
29483  (readable #t)
29484  (writable #t)
29485  (construct-only #f)
29486)
29487
29488(define-property window-position
29489  (of-object "GtkPageSetupUnixDialog")
29490  (prop-type "GParamEnum")
29491  (docs "The initial position of the window")
29492  (readable #t)
29493  (writable #t)
29494  (construct-only #f)
29495)
29496
29497(define-property default-width
29498  (of-object "GtkPageSetupUnixDialog")
29499  (prop-type "GParamInt")
29500  (docs "The default width of the window, used when initially showing the window")
29501  (readable #t)
29502  (writable #t)
29503  (construct-only #f)
29504)
29505
29506(define-property default-height
29507  (of-object "GtkPageSetupUnixDialog")
29508  (prop-type "GParamInt")
29509  (docs "The default height of the window, used when initially showing the window")
29510  (readable #t)
29511  (writable #t)
29512  (construct-only #f)
29513)
29514
29515(define-property destroy-with-parent
29516  (of-object "GtkPageSetupUnixDialog")
29517  (prop-type "GParamBoolean")
29518  (docs "If this window should be destroyed when the parent is destroyed")
29519  (readable #t)
29520  (writable #t)
29521  (construct-only #f)
29522)
29523
29524(define-property icon
29525  (of-object "GtkPageSetupUnixDialog")
29526  (prop-type "GParamObject")
29527  (docs "Icon for this window")
29528  (readable #t)
29529  (writable #t)
29530  (construct-only #f)
29531)
29532
29533(define-property icon-name
29534  (of-object "GtkPageSetupUnixDialog")
29535  (prop-type "GParamString")
29536  (docs "Name of the themed icon for this window")
29537  (readable #t)
29538  (writable #t)
29539  (construct-only #f)
29540)
29541
29542(define-property screen
29543  (of-object "GtkPageSetupUnixDialog")
29544  (prop-type "GParamObject")
29545  (docs "The screen where this window will be displayed")
29546  (readable #t)
29547  (writable #t)
29548  (construct-only #f)
29549)
29550
29551(define-property type-hint
29552  (of-object "GtkPageSetupUnixDialog")
29553  (prop-type "GParamEnum")
29554  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
29555  (readable #t)
29556  (writable #t)
29557  (construct-only #f)
29558)
29559
29560(define-property skip-taskbar-hint
29561  (of-object "GtkPageSetupUnixDialog")
29562  (prop-type "GParamBoolean")
29563  (docs "TRUE if the window should not be in the task bar.")
29564  (readable #t)
29565  (writable #t)
29566  (construct-only #f)
29567)
29568
29569(define-property skip-pager-hint
29570  (of-object "GtkPageSetupUnixDialog")
29571  (prop-type "GParamBoolean")
29572  (docs "TRUE if the window should not be in the pager.")
29573  (readable #t)
29574  (writable #t)
29575  (construct-only #f)
29576)
29577
29578(define-property urgency-hint
29579  (of-object "GtkPageSetupUnixDialog")
29580  (prop-type "GParamBoolean")
29581  (docs "TRUE if the window should be brought to the user's attention.")
29582  (readable #t)
29583  (writable #t)
29584  (construct-only #f)
29585)
29586
29587(define-property accept-focus
29588  (of-object "GtkPageSetupUnixDialog")
29589  (prop-type "GParamBoolean")
29590  (docs "TRUE if the window should receive the input focus.")
29591  (readable #t)
29592  (writable #t)
29593  (construct-only #f)
29594)
29595
29596(define-property focus-on-map
29597  (of-object "GtkPageSetupUnixDialog")
29598  (prop-type "GParamBoolean")
29599  (docs "TRUE if the window should receive the input focus when mapped.")
29600  (readable #t)
29601  (writable #t)
29602  (construct-only #f)
29603)
29604
29605(define-property decorated
29606  (of-object "GtkPageSetupUnixDialog")
29607  (prop-type "GParamBoolean")
29608  (docs "Whether the window should be decorated by the window manager")
29609  (readable #t)
29610  (writable #t)
29611  (construct-only #f)
29612)
29613
29614(define-property deletable
29615  (of-object "GtkPageSetupUnixDialog")
29616  (prop-type "GParamBoolean")
29617  (docs "Whether the window frame should have a close button")
29618  (readable #t)
29619  (writable #t)
29620  (construct-only #f)
29621)
29622
29623(define-property gravity
29624  (of-object "GtkPageSetupUnixDialog")
29625  (prop-type "GParamEnum")
29626  (docs "The window gravity of the window")
29627  (readable #t)
29628  (writable #t)
29629  (construct-only #f)
29630)
29631
29632(define-property transient-for
29633  (of-object "GtkPageSetupUnixDialog")
29634  (prop-type "GParamObject")
29635  (docs "The transient parent of the dialog")
29636  (readable #t)
29637  (writable #t)
29638  (construct-only #f)
29639)
29640
29641(define-property opacity
29642  (of-object "GtkPageSetupUnixDialog")
29643  (prop-type "GParamDouble")
29644  (docs "The opacity of the window, from 0 to 1")
29645  (readable #t)
29646  (writable #t)
29647  (construct-only #f)
29648)
29649
29650(define-property is-active
29651  (of-object "GtkPageSetupUnixDialog")
29652  (prop-type "GParamBoolean")
29653  (docs "Whether the toplevel is the current active window")
29654  (readable #t)
29655  (writable #f)
29656  (construct-only #f)
29657)
29658
29659(define-property has-toplevel-focus
29660  (of-object "GtkPageSetupUnixDialog")
29661  (prop-type "GParamBoolean")
29662  (docs "Whether the input focus is within this GtkWindow")
29663  (readable #t)
29664  (writable #f)
29665  (construct-only #f)
29666)
29667
29668(define-property startup-id
29669  (of-object "GtkPageSetupUnixDialog")
29670  (prop-type "GParamString")
29671  (docs "Unique startup identifier for the window used by startup-notification")
29672  (readable #f)
29673  (writable #t)
29674  (construct-only #f)
29675)
29676
29677(define-property mnemonics-visible
29678  (of-object "GtkPageSetupUnixDialog")
29679  (prop-type "GParamBoolean")
29680  (docs "Whether mnemonics are currently visible in this window")
29681  (readable #t)
29682  (writable #t)
29683  (construct-only #f)
29684)
29685
29686(define-property has-separator
29687  (of-object "GtkPageSetupUnixDialog")
29688  (prop-type "GParamBoolean")
29689  (docs "The dialog has a separator bar above its buttons")
29690  (readable #t)
29691  (writable #t)
29692  (construct-only #f)
29693)
29694
29695;; From GtkPrintUnixDialog
29696
29697(define-property user-data
29698  (of-object "GtkPrintUnixDialog")
29699  (prop-type "GParamPointer")
29700  (docs "Anonymous User Data Pointer")
29701  (readable #t)
29702  (writable #t)
29703  (construct-only #f)
29704)
29705
29706(define-property name
29707  (of-object "GtkPrintUnixDialog")
29708  (prop-type "GParamString")
29709  (docs "The name of the widget")
29710  (readable #t)
29711  (writable #t)
29712  (construct-only #f)
29713)
29714
29715(define-property parent
29716  (of-object "GtkPrintUnixDialog")
29717  (prop-type "GParamObject")
29718  (docs "The parent widget of this widget. Must be a Container widget")
29719  (readable #t)
29720  (writable #t)
29721  (construct-only #f)
29722)
29723
29724(define-property width-request
29725  (of-object "GtkPrintUnixDialog")
29726  (prop-type "GParamInt")
29727  (docs "Override for width request of the widget, or -1 if natural request should be used")
29728  (readable #t)
29729  (writable #t)
29730  (construct-only #f)
29731)
29732
29733(define-property height-request
29734  (of-object "GtkPrintUnixDialog")
29735  (prop-type "GParamInt")
29736  (docs "Override for height request of the widget, or -1 if natural request should be used")
29737  (readable #t)
29738  (writable #t)
29739  (construct-only #f)
29740)
29741
29742(define-property visible
29743  (of-object "GtkPrintUnixDialog")
29744  (prop-type "GParamBoolean")
29745  (docs "Whether the widget is visible")
29746  (readable #t)
29747  (writable #t)
29748  (construct-only #f)
29749)
29750
29751(define-property sensitive
29752  (of-object "GtkPrintUnixDialog")
29753  (prop-type "GParamBoolean")
29754  (docs "Whether the widget responds to input")
29755  (readable #t)
29756  (writable #t)
29757  (construct-only #f)
29758)
29759
29760(define-property app-paintable
29761  (of-object "GtkPrintUnixDialog")
29762  (prop-type "GParamBoolean")
29763  (docs "Whether the application will paint directly on the widget")
29764  (readable #t)
29765  (writable #t)
29766  (construct-only #f)
29767)
29768
29769(define-property can-focus
29770  (of-object "GtkPrintUnixDialog")
29771  (prop-type "GParamBoolean")
29772  (docs "Whether the widget can accept the input focus")
29773  (readable #t)
29774  (writable #t)
29775  (construct-only #f)
29776)
29777
29778(define-property has-focus
29779  (of-object "GtkPrintUnixDialog")
29780  (prop-type "GParamBoolean")
29781  (docs "Whether the widget has the input focus")
29782  (readable #t)
29783  (writable #t)
29784  (construct-only #f)
29785)
29786
29787(define-property is-focus
29788  (of-object "GtkPrintUnixDialog")
29789  (prop-type "GParamBoolean")
29790  (docs "Whether the widget is the focus widget within the toplevel")
29791  (readable #t)
29792  (writable #t)
29793  (construct-only #f)
29794)
29795
29796(define-property can-default
29797  (of-object "GtkPrintUnixDialog")
29798  (prop-type "GParamBoolean")
29799  (docs "Whether the widget can be the default widget")
29800  (readable #t)
29801  (writable #t)
29802  (construct-only #f)
29803)
29804
29805(define-property has-default
29806  (of-object "GtkPrintUnixDialog")
29807  (prop-type "GParamBoolean")
29808  (docs "Whether the widget is the default widget")
29809  (readable #t)
29810  (writable #t)
29811  (construct-only #f)
29812)
29813
29814(define-property receives-default
29815  (of-object "GtkPrintUnixDialog")
29816  (prop-type "GParamBoolean")
29817  (docs "If TRUE, the widget will receive the default action when it is focused")
29818  (readable #t)
29819  (writable #t)
29820  (construct-only #f)
29821)
29822
29823(define-property composite-child
29824  (of-object "GtkPrintUnixDialog")
29825  (prop-type "GParamBoolean")
29826  (docs "Whether the widget is part of a composite widget")
29827  (readable #t)
29828  (writable #f)
29829  (construct-only #f)
29830)
29831
29832(define-property style
29833  (of-object "GtkPrintUnixDialog")
29834  (prop-type "GParamObject")
29835  (docs "The style of the widget, which contains information about how it will look (colors etc)")
29836  (readable #t)
29837  (writable #t)
29838  (construct-only #f)
29839)
29840
29841(define-property events
29842  (of-object "GtkPrintUnixDialog")
29843  (prop-type "GParamFlags")
29844  (docs "The event mask that decides what kind of GdkEvents this widget gets")
29845  (readable #t)
29846  (writable #t)
29847  (construct-only #f)
29848)
29849
29850(define-property extension-events
29851  (of-object "GtkPrintUnixDialog")
29852  (prop-type "GParamEnum")
29853  (docs "The mask that decides what kind of extension events this widget gets")
29854  (readable #t)
29855  (writable #t)
29856  (construct-only #f)
29857)
29858
29859(define-property no-show-all
29860  (of-object "GtkPrintUnixDialog")
29861  (prop-type "GParamBoolean")
29862  (docs "Whether gtk_widget_show_all() should not affect this widget")
29863  (readable #t)
29864  (writable #t)
29865  (construct-only #f)
29866)
29867
29868(define-property has-tooltip
29869  (of-object "GtkPrintUnixDialog")
29870  (prop-type "GParamBoolean")
29871  (docs "Whether this widget has a tooltip")
29872  (readable #t)
29873  (writable #t)
29874  (construct-only #f)
29875)
29876
29877(define-property tooltip-markup
29878  (of-object "GtkPrintUnixDialog")
29879  (prop-type "GParamString")
29880  (docs "The contents of the tooltip for this widget")
29881  (readable #t)
29882  (writable #t)
29883  (construct-only #f)
29884)
29885
29886(define-property tooltip-text
29887  (of-object "GtkPrintUnixDialog")
29888  (prop-type "GParamString")
29889  (docs "The contents of the tooltip for this widget")
29890  (readable #t)
29891  (writable #t)
29892  (construct-only #f)
29893)
29894
29895(define-property window
29896  (of-object "GtkPrintUnixDialog")
29897  (prop-type "GParamObject")
29898  (docs "The widget's window if it is realized")
29899  (readable #t)
29900  (writable #f)
29901  (construct-only #f)
29902)
29903
29904(define-property double-buffered
29905  (of-object "GtkPrintUnixDialog")
29906  (prop-type "GParamBoolean")
29907  (docs "Whether or not the widget is double buffered")
29908  (readable #t)
29909  (writable #t)
29910  (construct-only #f)
29911)
29912
29913(define-property border-width
29914  (of-object "GtkPrintUnixDialog")
29915  (prop-type "GParamUInt")
29916  (docs "The width of the empty border outside the containers children")
29917  (readable #t)
29918  (writable #t)
29919  (construct-only #f)
29920)
29921
29922(define-property resize-mode
29923  (of-object "GtkPrintUnixDialog")
29924  (prop-type "GParamEnum")
29925  (docs "Specify how resize events are handled")
29926  (readable #t)
29927  (writable #t)
29928  (construct-only #f)
29929)
29930
29931(define-property child
29932  (of-object "GtkPrintUnixDialog")
29933  (prop-type "GParamObject")
29934  (docs "Can be used to add a new child to the container")
29935  (readable #f)
29936  (writable #t)
29937  (construct-only #f)
29938)
29939
29940(define-property type
29941  (of-object "GtkPrintUnixDialog")
29942  (prop-type "GParamEnum")
29943  (docs "The type of the window")
29944  (readable #t)
29945  (writable #t)
29946  (construct-only #t)
29947)
29948
29949(define-property title
29950  (of-object "GtkPrintUnixDialog")
29951  (prop-type "GParamString")
29952  (docs "The title of the window")
29953  (readable #t)
29954  (writable #t)
29955  (construct-only #f)
29956)
29957
29958(define-property role
29959  (of-object "GtkPrintUnixDialog")
29960  (prop-type "GParamString")
29961  (docs "Unique identifier for the window to be used when restoring a session")
29962  (readable #t)
29963  (writable #t)
29964  (construct-only #f)
29965)
29966
29967(define-property allow-shrink
29968  (of-object "GtkPrintUnixDialog")
29969  (prop-type "GParamBoolean")
29970  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
29971  (readable #t)
29972  (writable #t)
29973  (construct-only #f)
29974)
29975
29976(define-property allow-grow
29977  (of-object "GtkPrintUnixDialog")
29978  (prop-type "GParamBoolean")
29979  (docs "If TRUE, users can expand the window beyond its minimum size")
29980  (readable #t)
29981  (writable #t)
29982  (construct-only #f)
29983)
29984
29985(define-property resizable
29986  (of-object "GtkPrintUnixDialog")
29987  (prop-type "GParamBoolean")
29988  (docs "If TRUE, users can resize the window")
29989  (readable #t)
29990  (writable #t)
29991  (construct-only #f)
29992)
29993
29994(define-property modal
29995  (of-object "GtkPrintUnixDialog")
29996  (prop-type "GParamBoolean")
29997  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
29998  (readable #t)
29999  (writable #t)
30000  (construct-only #f)
30001)
30002
30003(define-property window-position
30004  (of-object "GtkPrintUnixDialog")
30005  (prop-type "GParamEnum")
30006  (docs "The initial position of the window")
30007  (readable #t)
30008  (writable #t)
30009  (construct-only #f)
30010)
30011
30012(define-property default-width
30013  (of-object "GtkPrintUnixDialog")
30014  (prop-type "GParamInt")
30015  (docs "The default width of the window, used when initially showing the window")
30016  (readable #t)
30017  (writable #t)
30018  (construct-only #f)
30019)
30020
30021(define-property default-height
30022  (of-object "GtkPrintUnixDialog")
30023  (prop-type "GParamInt")
30024  (docs "The default height of the window, used when initially showing the window")
30025  (readable #t)
30026  (writable #t)
30027  (construct-only #f)
30028)
30029
30030(define-property destroy-with-parent
30031  (of-object "GtkPrintUnixDialog")
30032  (prop-type "GParamBoolean")
30033  (docs "If this window should be destroyed when the parent is destroyed")
30034  (readable #t)
30035  (writable #t)
30036  (construct-only #f)
30037)
30038
30039(define-property icon
30040  (of-object "GtkPrintUnixDialog")
30041  (prop-type "GParamObject")
30042  (docs "Icon for this window")
30043  (readable #t)
30044  (writable #t)
30045  (construct-only #f)
30046)
30047
30048(define-property icon-name
30049  (of-object "GtkPrintUnixDialog")
30050  (prop-type "GParamString")
30051  (docs "Name of the themed icon for this window")
30052  (readable #t)
30053  (writable #t)
30054  (construct-only #f)
30055)
30056
30057(define-property screen
30058  (of-object "GtkPrintUnixDialog")
30059  (prop-type "GParamObject")
30060  (docs "The screen where this window will be displayed")
30061  (readable #t)
30062  (writable #t)
30063  (construct-only #f)
30064)
30065
30066(define-property type-hint
30067  (of-object "GtkPrintUnixDialog")
30068  (prop-type "GParamEnum")
30069  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
30070  (readable #t)
30071  (writable #t)
30072  (construct-only #f)
30073)
30074
30075(define-property skip-taskbar-hint
30076  (of-object "GtkPrintUnixDialog")
30077  (prop-type "GParamBoolean")
30078  (docs "TRUE if the window should not be in the task bar.")
30079  (readable #t)
30080  (writable #t)
30081  (construct-only #f)
30082)
30083
30084(define-property skip-pager-hint
30085  (of-object "GtkPrintUnixDialog")
30086  (prop-type "GParamBoolean")
30087  (docs "TRUE if the window should not be in the pager.")
30088  (readable #t)
30089  (writable #t)
30090  (construct-only #f)
30091)
30092
30093(define-property urgency-hint
30094  (of-object "GtkPrintUnixDialog")
30095  (prop-type "GParamBoolean")
30096  (docs "TRUE if the window should be brought to the user's attention.")
30097  (readable #t)
30098  (writable #t)
30099  (construct-only #f)
30100)
30101
30102(define-property accept-focus
30103  (of-object "GtkPrintUnixDialog")
30104  (prop-type "GParamBoolean")
30105  (docs "TRUE if the window should receive the input focus.")
30106  (readable #t)
30107  (writable #t)
30108  (construct-only #f)
30109)
30110
30111(define-property focus-on-map
30112  (of-object "GtkPrintUnixDialog")
30113  (prop-type "GParamBoolean")
30114  (docs "TRUE if the window should receive the input focus when mapped.")
30115  (readable #t)
30116  (writable #t)
30117  (construct-only #f)
30118)
30119
30120(define-property decorated
30121  (of-object "GtkPrintUnixDialog")
30122  (prop-type "GParamBoolean")
30123  (docs "Whether the window should be decorated by the window manager")
30124  (readable #t)
30125  (writable #t)
30126  (construct-only #f)
30127)
30128
30129(define-property deletable
30130  (of-object "GtkPrintUnixDialog")
30131  (prop-type "GParamBoolean")
30132  (docs "Whether the window frame should have a close button")
30133  (readable #t)
30134  (writable #t)
30135  (construct-only #f)
30136)
30137
30138(define-property gravity
30139  (of-object "GtkPrintUnixDialog")
30140  (prop-type "GParamEnum")
30141  (docs "The window gravity of the window")
30142  (readable #t)
30143  (writable #t)
30144  (construct-only #f)
30145)
30146
30147(define-property transient-for
30148  (of-object "GtkPrintUnixDialog")
30149  (prop-type "GParamObject")
30150  (docs "The transient parent of the dialog")
30151  (readable #t)
30152  (writable #t)
30153  (construct-only #f)
30154)
30155
30156(define-property opacity
30157  (of-object "GtkPrintUnixDialog")
30158  (prop-type "GParamDouble")
30159  (docs "The opacity of the window, from 0 to 1")
30160  (readable #t)
30161  (writable #t)
30162  (construct-only #f)
30163)
30164
30165(define-property is-active
30166  (of-object "GtkPrintUnixDialog")
30167  (prop-type "GParamBoolean")
30168  (docs "Whether the toplevel is the current active window")
30169  (readable #t)
30170  (writable #f)
30171  (construct-only #f)
30172)
30173
30174(define-property has-toplevel-focus
30175  (of-object "GtkPrintUnixDialog")
30176  (prop-type "GParamBoolean")
30177  (docs "Whether the input focus is within this GtkWindow")
30178  (readable #t)
30179  (writable #f)
30180  (construct-only #f)
30181)
30182
30183(define-property startup-id
30184  (of-object "GtkPrintUnixDialog")
30185  (prop-type "GParamString")
30186  (docs "Unique startup identifier for the window used by startup-notification")
30187  (readable #f)
30188  (writable #t)
30189  (construct-only #f)
30190)
30191
30192(define-property mnemonics-visible
30193  (of-object "GtkPrintUnixDialog")
30194  (prop-type "GParamBoolean")
30195  (docs "Whether mnemonics are currently visible in this window")
30196  (readable #t)
30197  (writable #t)
30198  (construct-only #f)
30199)
30200
30201(define-property has-separator
30202  (of-object "GtkPrintUnixDialog")
30203  (prop-type "GParamBoolean")
30204  (docs "The dialog has a separator bar above its buttons")
30205  (readable #t)
30206  (writable #t)
30207  (construct-only #f)
30208)
30209
30210(define-property page-setup
30211  (of-object "GtkPrintUnixDialog")
30212  (prop-type "GParamObject")
30213  (docs "The GtkPageSetup to use")
30214  (readable #t)
30215  (writable #t)
30216  (construct-only #f)
30217)
30218
30219(define-property current-page
30220  (of-object "GtkPrintUnixDialog")
30221  (prop-type "GParamInt")
30222  (docs "The current page in the document")
30223  (readable #t)
30224  (writable #t)
30225  (construct-only #f)
30226)
30227
30228(define-property print-settings
30229  (of-object "GtkPrintUnixDialog")
30230  (prop-type "GParamObject")
30231  (docs "The GtkPrintSettings used for initializing the dialog")
30232  (readable #t)
30233  (writable #t)
30234  (construct-only #f)
30235)
30236
30237(define-property selected-printer
30238  (of-object "GtkPrintUnixDialog")
30239  (prop-type "GParamObject")
30240  (docs "The GtkPrinter which is selected")
30241  (readable #t)
30242  (writable #f)
30243  (construct-only #f)
30244)
30245
30246(define-property manual-capabilities
30247  (of-object "GtkPrintUnixDialog")
30248  (prop-type "GParamFlags")
30249  (docs "Capabilities the application can handle")
30250  (readable #t)
30251  (writable #t)
30252  (construct-only #f)
30253)
30254
30255(define-property support-selection
30256  (of-object "GtkPrintUnixDialog")
30257  (prop-type "GParamBoolean")
30258  (docs "Whether the dialog supports selection")
30259  (readable #t)
30260  (writable #t)
30261  (construct-only #f)
30262)
30263
30264(define-property has-selection
30265  (of-object "GtkPrintUnixDialog")
30266  (prop-type "GParamBoolean")
30267  (docs "Whether the application has a selection")
30268  (readable #t)
30269  (writable #t)
30270  (construct-only #f)
30271)
30272
30273(define-property embed-page-setup
30274  (of-object "GtkPrintUnixDialog")
30275  (prop-type "GParamBoolean")
30276  (docs "TRUE if page setup combos are embedded in GtkPrintUnixDialog")
30277  (readable #t)
30278  (writable #t)
30279  (construct-only #f)
30280)
30281
30282;; From GtkProgress
30283
30284(define-property user-data
30285  (of-object "GtkProgress")
30286  (prop-type "GParamPointer")
30287  (docs "Anonymous User Data Pointer")
30288  (readable #t)
30289  (writable #t)
30290  (construct-only #f)
30291)
30292
30293(define-property name
30294  (of-object "GtkProgress")
30295  (prop-type "GParamString")
30296  (docs "The name of the widget")
30297  (readable #t)
30298  (writable #t)
30299  (construct-only #f)
30300)
30301
30302(define-property parent
30303  (of-object "GtkProgress")
30304  (prop-type "GParamObject")
30305  (docs "The parent widget of this widget. Must be a Container widget")
30306  (readable #t)
30307  (writable #t)
30308  (construct-only #f)
30309)
30310
30311(define-property width-request
30312  (of-object "GtkProgress")
30313  (prop-type "GParamInt")
30314  (docs "Override for width request of the widget, or -1 if natural request should be used")
30315  (readable #t)
30316  (writable #t)
30317  (construct-only #f)
30318)
30319
30320(define-property height-request
30321  (of-object "GtkProgress")
30322  (prop-type "GParamInt")
30323  (docs "Override for height request of the widget, or -1 if natural request should be used")
30324  (readable #t)
30325  (writable #t)
30326  (construct-only #f)
30327)
30328
30329(define-property visible
30330  (of-object "GtkProgress")
30331  (prop-type "GParamBoolean")
30332  (docs "Whether the widget is visible")
30333  (readable #t)
30334  (writable #t)
30335  (construct-only #f)
30336)
30337
30338(define-property sensitive
30339  (of-object "GtkProgress")
30340  (prop-type "GParamBoolean")
30341  (docs "Whether the widget responds to input")
30342  (readable #t)
30343  (writable #t)
30344  (construct-only #f)
30345)
30346
30347(define-property app-paintable
30348  (of-object "GtkProgress")
30349  (prop-type "GParamBoolean")
30350  (docs "Whether the application will paint directly on the widget")
30351  (readable #t)
30352  (writable #t)
30353  (construct-only #f)
30354)
30355
30356(define-property can-focus
30357  (of-object "GtkProgress")
30358  (prop-type "GParamBoolean")
30359  (docs "Whether the widget can accept the input focus")
30360  (readable #t)
30361  (writable #t)
30362  (construct-only #f)
30363)
30364
30365(define-property has-focus
30366  (of-object "GtkProgress")
30367  (prop-type "GParamBoolean")
30368  (docs "Whether the widget has the input focus")
30369  (readable #t)
30370  (writable #t)
30371  (construct-only #f)
30372)
30373
30374(define-property is-focus
30375  (of-object "GtkProgress")
30376  (prop-type "GParamBoolean")
30377  (docs "Whether the widget is the focus widget within the toplevel")
30378  (readable #t)
30379  (writable #t)
30380  (construct-only #f)
30381)
30382
30383(define-property can-default
30384  (of-object "GtkProgress")
30385  (prop-type "GParamBoolean")
30386  (docs "Whether the widget can be the default widget")
30387  (readable #t)
30388  (writable #t)
30389  (construct-only #f)
30390)
30391
30392(define-property has-default
30393  (of-object "GtkProgress")
30394  (prop-type "GParamBoolean")
30395  (docs "Whether the widget is the default widget")
30396  (readable #t)
30397  (writable #t)
30398  (construct-only #f)
30399)
30400
30401(define-property receives-default
30402  (of-object "GtkProgress")
30403  (prop-type "GParamBoolean")
30404  (docs "If TRUE, the widget will receive the default action when it is focused")
30405  (readable #t)
30406  (writable #t)
30407  (construct-only #f)
30408)
30409
30410(define-property composite-child
30411  (of-object "GtkProgress")
30412  (prop-type "GParamBoolean")
30413  (docs "Whether the widget is part of a composite widget")
30414  (readable #t)
30415  (writable #f)
30416  (construct-only #f)
30417)
30418
30419(define-property style
30420  (of-object "GtkProgress")
30421  (prop-type "GParamObject")
30422  (docs "The style of the widget, which contains information about how it will look (colors etc)")
30423  (readable #t)
30424  (writable #t)
30425  (construct-only #f)
30426)
30427
30428(define-property events
30429  (of-object "GtkProgress")
30430  (prop-type "GParamFlags")
30431  (docs "The event mask that decides what kind of GdkEvents this widget gets")
30432  (readable #t)
30433  (writable #t)
30434  (construct-only #f)
30435)
30436
30437(define-property extension-events
30438  (of-object "GtkProgress")
30439  (prop-type "GParamEnum")
30440  (docs "The mask that decides what kind of extension events this widget gets")
30441  (readable #t)
30442  (writable #t)
30443  (construct-only #f)
30444)
30445
30446(define-property no-show-all
30447  (of-object "GtkProgress")
30448  (prop-type "GParamBoolean")
30449  (docs "Whether gtk_widget_show_all() should not affect this widget")
30450  (readable #t)
30451  (writable #t)
30452  (construct-only #f)
30453)
30454
30455(define-property has-tooltip
30456  (of-object "GtkProgress")
30457  (prop-type "GParamBoolean")
30458  (docs "Whether this widget has a tooltip")
30459  (readable #t)
30460  (writable #t)
30461  (construct-only #f)
30462)
30463
30464(define-property tooltip-markup
30465  (of-object "GtkProgress")
30466  (prop-type "GParamString")
30467  (docs "The contents of the tooltip for this widget")
30468  (readable #t)
30469  (writable #t)
30470  (construct-only #f)
30471)
30472
30473(define-property tooltip-text
30474  (of-object "GtkProgress")
30475  (prop-type "GParamString")
30476  (docs "The contents of the tooltip for this widget")
30477  (readable #t)
30478  (writable #t)
30479  (construct-only #f)
30480)
30481
30482(define-property window
30483  (of-object "GtkProgress")
30484  (prop-type "GParamObject")
30485  (docs "The widget's window if it is realized")
30486  (readable #t)
30487  (writable #f)
30488  (construct-only #f)
30489)
30490
30491(define-property double-buffered
30492  (of-object "GtkProgress")
30493  (prop-type "GParamBoolean")
30494  (docs "Whether or not the widget is double buffered")
30495  (readable #t)
30496  (writable #t)
30497  (construct-only #f)
30498)
30499
30500(define-property activity-mode
30501  (of-object "GtkProgress")
30502  (prop-type "GParamBoolean")
30503  (docs "If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something but don't know how long it will take.")
30504  (readable #t)
30505  (writable #t)
30506  (construct-only #f)
30507)
30508
30509(define-property show-text
30510  (of-object "GtkProgress")
30511  (prop-type "GParamBoolean")
30512  (docs "Whether the progress is shown as text.")
30513  (readable #t)
30514  (writable #t)
30515  (construct-only #f)
30516)
30517
30518(define-property text-xalign
30519  (of-object "GtkProgress")
30520  (prop-type "GParamFloat")
30521  (docs "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
30522  (readable #t)
30523  (writable #t)
30524  (construct-only #f)
30525)
30526
30527(define-property text-yalign
30528  (of-object "GtkProgress")
30529  (prop-type "GParamFloat")
30530  (docs "The vertical text alignment, from 0 (top) to 1 (bottom).")
30531  (readable #t)
30532  (writable #t)
30533  (construct-only #f)
30534)
30535
30536;; From GtkProgressBar
30537
30538(define-property user-data
30539  (of-object "GtkProgressBar")
30540  (prop-type "GParamPointer")
30541  (docs "Anonymous User Data Pointer")
30542  (readable #t)
30543  (writable #t)
30544  (construct-only #f)
30545)
30546
30547(define-property name
30548  (of-object "GtkProgressBar")
30549  (prop-type "GParamString")
30550  (docs "The name of the widget")
30551  (readable #t)
30552  (writable #t)
30553  (construct-only #f)
30554)
30555
30556(define-property parent
30557  (of-object "GtkProgressBar")
30558  (prop-type "GParamObject")
30559  (docs "The parent widget of this widget. Must be a Container widget")
30560  (readable #t)
30561  (writable #t)
30562  (construct-only #f)
30563)
30564
30565(define-property width-request
30566  (of-object "GtkProgressBar")
30567  (prop-type "GParamInt")
30568  (docs "Override for width request of the widget, or -1 if natural request should be used")
30569  (readable #t)
30570  (writable #t)
30571  (construct-only #f)
30572)
30573
30574(define-property height-request
30575  (of-object "GtkProgressBar")
30576  (prop-type "GParamInt")
30577  (docs "Override for height request of the widget, or -1 if natural request should be used")
30578  (readable #t)
30579  (writable #t)
30580  (construct-only #f)
30581)
30582
30583(define-property visible
30584  (of-object "GtkProgressBar")
30585  (prop-type "GParamBoolean")
30586  (docs "Whether the widget is visible")
30587  (readable #t)
30588  (writable #t)
30589  (construct-only #f)
30590)
30591
30592(define-property sensitive
30593  (of-object "GtkProgressBar")
30594  (prop-type "GParamBoolean")
30595  (docs "Whether the widget responds to input")
30596  (readable #t)
30597  (writable #t)
30598  (construct-only #f)
30599)
30600
30601(define-property app-paintable
30602  (of-object "GtkProgressBar")
30603  (prop-type "GParamBoolean")
30604  (docs "Whether the application will paint directly on the widget")
30605  (readable #t)
30606  (writable #t)
30607  (construct-only #f)
30608)
30609
30610(define-property can-focus
30611  (of-object "GtkProgressBar")
30612  (prop-type "GParamBoolean")
30613  (docs "Whether the widget can accept the input focus")
30614  (readable #t)
30615  (writable #t)
30616  (construct-only #f)
30617)
30618
30619(define-property has-focus
30620  (of-object "GtkProgressBar")
30621  (prop-type "GParamBoolean")
30622  (docs "Whether the widget has the input focus")
30623  (readable #t)
30624  (writable #t)
30625  (construct-only #f)
30626)
30627
30628(define-property is-focus
30629  (of-object "GtkProgressBar")
30630  (prop-type "GParamBoolean")
30631  (docs "Whether the widget is the focus widget within the toplevel")
30632  (readable #t)
30633  (writable #t)
30634  (construct-only #f)
30635)
30636
30637(define-property can-default
30638  (of-object "GtkProgressBar")
30639  (prop-type "GParamBoolean")
30640  (docs "Whether the widget can be the default widget")
30641  (readable #t)
30642  (writable #t)
30643  (construct-only #f)
30644)
30645
30646(define-property has-default
30647  (of-object "GtkProgressBar")
30648  (prop-type "GParamBoolean")
30649  (docs "Whether the widget is the default widget")
30650  (readable #t)
30651  (writable #t)
30652  (construct-only #f)
30653)
30654
30655(define-property receives-default
30656  (of-object "GtkProgressBar")
30657  (prop-type "GParamBoolean")
30658  (docs "If TRUE, the widget will receive the default action when it is focused")
30659  (readable #t)
30660  (writable #t)
30661  (construct-only #f)
30662)
30663
30664(define-property composite-child
30665  (of-object "GtkProgressBar")
30666  (prop-type "GParamBoolean")
30667  (docs "Whether the widget is part of a composite widget")
30668  (readable #t)
30669  (writable #f)
30670  (construct-only #f)
30671)
30672
30673(define-property style
30674  (of-object "GtkProgressBar")
30675  (prop-type "GParamObject")
30676  (docs "The style of the widget, which contains information about how it will look (colors etc)")
30677  (readable #t)
30678  (writable #t)
30679  (construct-only #f)
30680)
30681
30682(define-property events
30683  (of-object "GtkProgressBar")
30684  (prop-type "GParamFlags")
30685  (docs "The event mask that decides what kind of GdkEvents this widget gets")
30686  (readable #t)
30687  (writable #t)
30688  (construct-only #f)
30689)
30690
30691(define-property extension-events
30692  (of-object "GtkProgressBar")
30693  (prop-type "GParamEnum")
30694  (docs "The mask that decides what kind of extension events this widget gets")
30695  (readable #t)
30696  (writable #t)
30697  (construct-only #f)
30698)
30699
30700(define-property no-show-all
30701  (of-object "GtkProgressBar")
30702  (prop-type "GParamBoolean")
30703  (docs "Whether gtk_widget_show_all() should not affect this widget")
30704  (readable #t)
30705  (writable #t)
30706  (construct-only #f)
30707)
30708
30709(define-property has-tooltip
30710  (of-object "GtkProgressBar")
30711  (prop-type "GParamBoolean")
30712  (docs "Whether this widget has a tooltip")
30713  (readable #t)
30714  (writable #t)
30715  (construct-only #f)
30716)
30717
30718(define-property tooltip-markup
30719  (of-object "GtkProgressBar")
30720  (prop-type "GParamString")
30721  (docs "The contents of the tooltip for this widget")
30722  (readable #t)
30723  (writable #t)
30724  (construct-only #f)
30725)
30726
30727(define-property tooltip-text
30728  (of-object "GtkProgressBar")
30729  (prop-type "GParamString")
30730  (docs "The contents of the tooltip for this widget")
30731  (readable #t)
30732  (writable #t)
30733  (construct-only #f)
30734)
30735
30736(define-property window
30737  (of-object "GtkProgressBar")
30738  (prop-type "GParamObject")
30739  (docs "The widget's window if it is realized")
30740  (readable #t)
30741  (writable #f)
30742  (construct-only #f)
30743)
30744
30745(define-property double-buffered
30746  (of-object "GtkProgressBar")
30747  (prop-type "GParamBoolean")
30748  (docs "Whether or not the widget is double buffered")
30749  (readable #t)
30750  (writable #t)
30751  (construct-only #f)
30752)
30753
30754(define-property activity-mode
30755  (of-object "GtkProgressBar")
30756  (prop-type "GParamBoolean")
30757  (docs "If TRUE, the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something but don't know how long it will take.")
30758  (readable #t)
30759  (writable #t)
30760  (construct-only #f)
30761)
30762
30763(define-property show-text
30764  (of-object "GtkProgressBar")
30765  (prop-type "GParamBoolean")
30766  (docs "Whether the progress is shown as text.")
30767  (readable #t)
30768  (writable #t)
30769  (construct-only #f)
30770)
30771
30772(define-property text-xalign
30773  (of-object "GtkProgressBar")
30774  (prop-type "GParamFloat")
30775  (docs "The horizontal text alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
30776  (readable #t)
30777  (writable #t)
30778  (construct-only #f)
30779)
30780
30781(define-property text-yalign
30782  (of-object "GtkProgressBar")
30783  (prop-type "GParamFloat")
30784  (docs "The vertical text alignment, from 0 (top) to 1 (bottom).")
30785  (readable #t)
30786  (writable #t)
30787  (construct-only #f)
30788)
30789
30790(define-property fraction
30791  (of-object "GtkProgressBar")
30792  (prop-type "GParamDouble")
30793  (docs "The fraction of total work that has been completed")
30794  (readable #t)
30795  (writable #t)
30796  (construct-only #f)
30797)
30798
30799(define-property pulse-step
30800  (of-object "GtkProgressBar")
30801  (prop-type "GParamDouble")
30802  (docs "The fraction of total progress to move the bouncing block when pulsed")
30803  (readable #t)
30804  (writable #t)
30805  (construct-only #f)
30806)
30807
30808(define-property orientation
30809  (of-object "GtkProgressBar")
30810  (prop-type "GParamEnum")
30811  (docs "Orientation and growth direction of the progress bar")
30812  (readable #t)
30813  (writable #t)
30814  (construct-only #f)
30815)
30816
30817(define-property text
30818  (of-object "GtkProgressBar")
30819  (prop-type "GParamString")
30820  (docs "Text to be displayed in the progress bar")
30821  (readable #t)
30822  (writable #t)
30823  (construct-only #f)
30824)
30825
30826(define-property ellipsize
30827  (of-object "GtkProgressBar")
30828  (prop-type "GParamEnum")
30829  (docs "The preferred place to ellipsize the string, if the progress bar does not have enough room to display the entire string, if at all.")
30830  (readable #t)
30831  (writable #t)
30832  (construct-only #f)
30833)
30834
30835(define-property adjustment
30836  (of-object "GtkProgressBar")
30837  (prop-type "GParamObject")
30838  (docs "The GtkAdjustment connected to the progress bar (Deprecated)")
30839  (readable #t)
30840  (writable #t)
30841  (construct-only #f)
30842)
30843
30844(define-property bar-style
30845  (of-object "GtkProgressBar")
30846  (prop-type "GParamEnum")
30847  (docs "Specifies the visual style of the bar in percentage mode (Deprecated)")
30848  (readable #t)
30849  (writable #t)
30850  (construct-only #f)
30851)
30852
30853(define-property activity-step
30854  (of-object "GtkProgressBar")
30855  (prop-type "GParamUInt")
30856  (docs "The increment used for each iteration in activity mode (Deprecated)")
30857  (readable #t)
30858  (writable #t)
30859  (construct-only #f)
30860)
30861
30862(define-property activity-blocks
30863  (of-object "GtkProgressBar")
30864  (prop-type "GParamUInt")
30865  (docs "The number of blocks which can fit in the progress bar area in activity mode (Deprecated)")
30866  (readable #t)
30867  (writable #t)
30868  (construct-only #f)
30869)
30870
30871(define-property discrete-blocks
30872  (of-object "GtkProgressBar")
30873  (prop-type "GParamUInt")
30874  (docs "The number of discrete blocks in a progress bar (when shown in the discrete style)")
30875  (readable #t)
30876  (writable #t)
30877  (construct-only #f)
30878)
30879
30880;; From GtkRadioButton
30881
30882(define-signal group-changed
30883  (of-object "GtkRadioButton")
30884  (return-type "void")
30885  (when "first")
30886)
30887
30888(define-property related-action
30889  (of-object "GtkRadioButton")
30890  (prop-type "GParamObject")
30891  (docs "The action this activatable will activate and receive updates from")
30892  (readable #t)
30893  (writable #t)
30894  (construct-only #f)
30895)
30896
30897(define-property use-action-appearance
30898  (of-object "GtkRadioButton")
30899  (prop-type "GParamBoolean")
30900  (docs "Whether to use the related actions appearance properties")
30901  (readable #t)
30902  (writable #t)
30903  (construct-only #f)
30904)
30905
30906(define-property user-data
30907  (of-object "GtkRadioButton")
30908  (prop-type "GParamPointer")
30909  (docs "Anonymous User Data Pointer")
30910  (readable #t)
30911  (writable #t)
30912  (construct-only #f)
30913)
30914
30915(define-property name
30916  (of-object "GtkRadioButton")
30917  (prop-type "GParamString")
30918  (docs "The name of the widget")
30919  (readable #t)
30920  (writable #t)
30921  (construct-only #f)
30922)
30923
30924(define-property parent
30925  (of-object "GtkRadioButton")
30926  (prop-type "GParamObject")
30927  (docs "The parent widget of this widget. Must be a Container widget")
30928  (readable #t)
30929  (writable #t)
30930  (construct-only #f)
30931)
30932
30933(define-property width-request
30934  (of-object "GtkRadioButton")
30935  (prop-type "GParamInt")
30936  (docs "Override for width request of the widget, or -1 if natural request should be used")
30937  (readable #t)
30938  (writable #t)
30939  (construct-only #f)
30940)
30941
30942(define-property height-request
30943  (of-object "GtkRadioButton")
30944  (prop-type "GParamInt")
30945  (docs "Override for height request of the widget, or -1 if natural request should be used")
30946  (readable #t)
30947  (writable #t)
30948  (construct-only #f)
30949)
30950
30951(define-property visible
30952  (of-object "GtkRadioButton")
30953  (prop-type "GParamBoolean")
30954  (docs "Whether the widget is visible")
30955  (readable #t)
30956  (writable #t)
30957  (construct-only #f)
30958)
30959
30960(define-property sensitive
30961  (of-object "GtkRadioButton")
30962  (prop-type "GParamBoolean")
30963  (docs "Whether the widget responds to input")
30964  (readable #t)
30965  (writable #t)
30966  (construct-only #f)
30967)
30968
30969(define-property app-paintable
30970  (of-object "GtkRadioButton")
30971  (prop-type "GParamBoolean")
30972  (docs "Whether the application will paint directly on the widget")
30973  (readable #t)
30974  (writable #t)
30975  (construct-only #f)
30976)
30977
30978(define-property can-focus
30979  (of-object "GtkRadioButton")
30980  (prop-type "GParamBoolean")
30981  (docs "Whether the widget can accept the input focus")
30982  (readable #t)
30983  (writable #t)
30984  (construct-only #f)
30985)
30986
30987(define-property has-focus
30988  (of-object "GtkRadioButton")
30989  (prop-type "GParamBoolean")
30990  (docs "Whether the widget has the input focus")
30991  (readable #t)
30992  (writable #t)
30993  (construct-only #f)
30994)
30995
30996(define-property is-focus
30997  (of-object "GtkRadioButton")
30998  (prop-type "GParamBoolean")
30999  (docs "Whether the widget is the focus widget within the toplevel")
31000  (readable #t)
31001  (writable #t)
31002  (construct-only #f)
31003)
31004
31005(define-property can-default
31006  (of-object "GtkRadioButton")
31007  (prop-type "GParamBoolean")
31008  (docs "Whether the widget can be the default widget")
31009  (readable #t)
31010  (writable #t)
31011  (construct-only #f)
31012)
31013
31014(define-property has-default
31015  (of-object "GtkRadioButton")
31016  (prop-type "GParamBoolean")
31017  (docs "Whether the widget is the default widget")
31018  (readable #t)
31019  (writable #t)
31020  (construct-only #f)
31021)
31022
31023(define-property receives-default
31024  (of-object "GtkRadioButton")
31025  (prop-type "GParamBoolean")
31026  (docs "If TRUE, the widget will receive the default action when it is focused")
31027  (readable #t)
31028  (writable #t)
31029  (construct-only #f)
31030)
31031
31032(define-property composite-child
31033  (of-object "GtkRadioButton")
31034  (prop-type "GParamBoolean")
31035  (docs "Whether the widget is part of a composite widget")
31036  (readable #t)
31037  (writable #f)
31038  (construct-only #f)
31039)
31040
31041(define-property style
31042  (of-object "GtkRadioButton")
31043  (prop-type "GParamObject")
31044  (docs "The style of the widget, which contains information about how it will look (colors etc)")
31045  (readable #t)
31046  (writable #t)
31047  (construct-only #f)
31048)
31049
31050(define-property events
31051  (of-object "GtkRadioButton")
31052  (prop-type "GParamFlags")
31053  (docs "The event mask that decides what kind of GdkEvents this widget gets")
31054  (readable #t)
31055  (writable #t)
31056  (construct-only #f)
31057)
31058
31059(define-property extension-events
31060  (of-object "GtkRadioButton")
31061  (prop-type "GParamEnum")
31062  (docs "The mask that decides what kind of extension events this widget gets")
31063  (readable #t)
31064  (writable #t)
31065  (construct-only #f)
31066)
31067
31068(define-property no-show-all
31069  (of-object "GtkRadioButton")
31070  (prop-type "GParamBoolean")
31071  (docs "Whether gtk_widget_show_all() should not affect this widget")
31072  (readable #t)
31073  (writable #t)
31074  (construct-only #f)
31075)
31076
31077(define-property has-tooltip
31078  (of-object "GtkRadioButton")
31079  (prop-type "GParamBoolean")
31080  (docs "Whether this widget has a tooltip")
31081  (readable #t)
31082  (writable #t)
31083  (construct-only #f)
31084)
31085
31086(define-property tooltip-markup
31087  (of-object "GtkRadioButton")
31088  (prop-type "GParamString")
31089  (docs "The contents of the tooltip for this widget")
31090  (readable #t)
31091  (writable #t)
31092  (construct-only #f)
31093)
31094
31095(define-property tooltip-text
31096  (of-object "GtkRadioButton")
31097  (prop-type "GParamString")
31098  (docs "The contents of the tooltip for this widget")
31099  (readable #t)
31100  (writable #t)
31101  (construct-only #f)
31102)
31103
31104(define-property window
31105  (of-object "GtkRadioButton")
31106  (prop-type "GParamObject")
31107  (docs "The widget's window if it is realized")
31108  (readable #t)
31109  (writable #f)
31110  (construct-only #f)
31111)
31112
31113(define-property double-buffered
31114  (of-object "GtkRadioButton")
31115  (prop-type "GParamBoolean")
31116  (docs "Whether or not the widget is double buffered")
31117  (readable #t)
31118  (writable #t)
31119  (construct-only #f)
31120)
31121
31122(define-property border-width
31123  (of-object "GtkRadioButton")
31124  (prop-type "GParamUInt")
31125  (docs "The width of the empty border outside the containers children")
31126  (readable #t)
31127  (writable #t)
31128  (construct-only #f)
31129)
31130
31131(define-property resize-mode
31132  (of-object "GtkRadioButton")
31133  (prop-type "GParamEnum")
31134  (docs "Specify how resize events are handled")
31135  (readable #t)
31136  (writable #t)
31137  (construct-only #f)
31138)
31139
31140(define-property child
31141  (of-object "GtkRadioButton")
31142  (prop-type "GParamObject")
31143  (docs "Can be used to add a new child to the container")
31144  (readable #f)
31145  (writable #t)
31146  (construct-only #f)
31147)
31148
31149(define-property label
31150  (of-object "GtkRadioButton")
31151  (prop-type "GParamString")
31152  (docs "Text of the label widget inside the button, if the button contains a label widget")
31153  (readable #t)
31154  (writable #t)
31155  (construct-only #f)
31156)
31157
31158(define-property image
31159  (of-object "GtkRadioButton")
31160  (prop-type "GParamObject")
31161  (docs "Child widget to appear next to the button text")
31162  (readable #t)
31163  (writable #t)
31164  (construct-only #f)
31165)
31166
31167(define-property relief
31168  (of-object "GtkRadioButton")
31169  (prop-type "GParamEnum")
31170  (docs "The border relief style")
31171  (readable #t)
31172  (writable #t)
31173  (construct-only #f)
31174)
31175
31176(define-property use-underline
31177  (of-object "GtkRadioButton")
31178  (prop-type "GParamBoolean")
31179  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
31180  (readable #t)
31181  (writable #t)
31182  (construct-only #f)
31183)
31184
31185(define-property use-stock
31186  (of-object "GtkRadioButton")
31187  (prop-type "GParamBoolean")
31188  (docs "If set, the label is used to pick a stock item instead of being displayed")
31189  (readable #t)
31190  (writable #t)
31191  (construct-only #f)
31192)
31193
31194(define-property focus-on-click
31195  (of-object "GtkRadioButton")
31196  (prop-type "GParamBoolean")
31197  (docs "Whether the button grabs focus when it is clicked with the mouse")
31198  (readable #t)
31199  (writable #t)
31200  (construct-only #f)
31201)
31202
31203(define-property xalign
31204  (of-object "GtkRadioButton")
31205  (prop-type "GParamFloat")
31206  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
31207  (readable #t)
31208  (writable #t)
31209  (construct-only #f)
31210)
31211
31212(define-property yalign
31213  (of-object "GtkRadioButton")
31214  (prop-type "GParamFloat")
31215  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
31216  (readable #t)
31217  (writable #t)
31218  (construct-only #f)
31219)
31220
31221(define-property image-position
31222  (of-object "GtkRadioButton")
31223  (prop-type "GParamEnum")
31224  (docs "The position of the image relative to the text")
31225  (readable #t)
31226  (writable #t)
31227  (construct-only #f)
31228)
31229
31230(define-property active
31231  (of-object "GtkRadioButton")
31232  (prop-type "GParamBoolean")
31233  (docs "If the toggle button should be pressed in or not")
31234  (readable #t)
31235  (writable #t)
31236  (construct-only #f)
31237)
31238
31239(define-property inconsistent
31240  (of-object "GtkRadioButton")
31241  (prop-type "GParamBoolean")
31242  (docs "If the toggle button is in an 'in between' state")
31243  (readable #t)
31244  (writable #t)
31245  (construct-only #f)
31246)
31247
31248(define-property draw-indicator
31249  (of-object "GtkRadioButton")
31250  (prop-type "GParamBoolean")
31251  (docs "If the toggle part of the button is displayed")
31252  (readable #t)
31253  (writable #t)
31254  (construct-only #f)
31255)
31256
31257(define-property group
31258  (of-object "GtkRadioButton")
31259  (prop-type "GParamObject")
31260  (docs "The radio button whose group this widget belongs to.")
31261  (readable #f)
31262  (writable #t)
31263  (construct-only #f)
31264)
31265
31266;; From GtkRadioToolButton
31267
31268(define-property related-action
31269  (of-object "GtkRadioToolButton")
31270  (prop-type "GParamObject")
31271  (docs "The action this activatable will activate and receive updates from")
31272  (readable #t)
31273  (writable #t)
31274  (construct-only #f)
31275)
31276
31277(define-property use-action-appearance
31278  (of-object "GtkRadioToolButton")
31279  (prop-type "GParamBoolean")
31280  (docs "Whether to use the related actions appearance properties")
31281  (readable #t)
31282  (writable #t)
31283  (construct-only #f)
31284)
31285
31286(define-property user-data
31287  (of-object "GtkRadioToolButton")
31288  (prop-type "GParamPointer")
31289  (docs "Anonymous User Data Pointer")
31290  (readable #t)
31291  (writable #t)
31292  (construct-only #f)
31293)
31294
31295(define-property name
31296  (of-object "GtkRadioToolButton")
31297  (prop-type "GParamString")
31298  (docs "The name of the widget")
31299  (readable #t)
31300  (writable #t)
31301  (construct-only #f)
31302)
31303
31304(define-property parent
31305  (of-object "GtkRadioToolButton")
31306  (prop-type "GParamObject")
31307  (docs "The parent widget of this widget. Must be a Container widget")
31308  (readable #t)
31309  (writable #t)
31310  (construct-only #f)
31311)
31312
31313(define-property width-request
31314  (of-object "GtkRadioToolButton")
31315  (prop-type "GParamInt")
31316  (docs "Override for width request of the widget, or -1 if natural request should be used")
31317  (readable #t)
31318  (writable #t)
31319  (construct-only #f)
31320)
31321
31322(define-property height-request
31323  (of-object "GtkRadioToolButton")
31324  (prop-type "GParamInt")
31325  (docs "Override for height request of the widget, or -1 if natural request should be used")
31326  (readable #t)
31327  (writable #t)
31328  (construct-only #f)
31329)
31330
31331(define-property visible
31332  (of-object "GtkRadioToolButton")
31333  (prop-type "GParamBoolean")
31334  (docs "Whether the widget is visible")
31335  (readable #t)
31336  (writable #t)
31337  (construct-only #f)
31338)
31339
31340(define-property sensitive
31341  (of-object "GtkRadioToolButton")
31342  (prop-type "GParamBoolean")
31343  (docs "Whether the widget responds to input")
31344  (readable #t)
31345  (writable #t)
31346  (construct-only #f)
31347)
31348
31349(define-property app-paintable
31350  (of-object "GtkRadioToolButton")
31351  (prop-type "GParamBoolean")
31352  (docs "Whether the application will paint directly on the widget")
31353  (readable #t)
31354  (writable #t)
31355  (construct-only #f)
31356)
31357
31358(define-property can-focus
31359  (of-object "GtkRadioToolButton")
31360  (prop-type "GParamBoolean")
31361  (docs "Whether the widget can accept the input focus")
31362  (readable #t)
31363  (writable #t)
31364  (construct-only #f)
31365)
31366
31367(define-property has-focus
31368  (of-object "GtkRadioToolButton")
31369  (prop-type "GParamBoolean")
31370  (docs "Whether the widget has the input focus")
31371  (readable #t)
31372  (writable #t)
31373  (construct-only #f)
31374)
31375
31376(define-property is-focus
31377  (of-object "GtkRadioToolButton")
31378  (prop-type "GParamBoolean")
31379  (docs "Whether the widget is the focus widget within the toplevel")
31380  (readable #t)
31381  (writable #t)
31382  (construct-only #f)
31383)
31384
31385(define-property can-default
31386  (of-object "GtkRadioToolButton")
31387  (prop-type "GParamBoolean")
31388  (docs "Whether the widget can be the default widget")
31389  (readable #t)
31390  (writable #t)
31391  (construct-only #f)
31392)
31393
31394(define-property has-default
31395  (of-object "GtkRadioToolButton")
31396  (prop-type "GParamBoolean")
31397  (docs "Whether the widget is the default widget")
31398  (readable #t)
31399  (writable #t)
31400  (construct-only #f)
31401)
31402
31403(define-property receives-default
31404  (of-object "GtkRadioToolButton")
31405  (prop-type "GParamBoolean")
31406  (docs "If TRUE, the widget will receive the default action when it is focused")
31407  (readable #t)
31408  (writable #t)
31409  (construct-only #f)
31410)
31411
31412(define-property composite-child
31413  (of-object "GtkRadioToolButton")
31414  (prop-type "GParamBoolean")
31415  (docs "Whether the widget is part of a composite widget")
31416  (readable #t)
31417  (writable #f)
31418  (construct-only #f)
31419)
31420
31421(define-property style
31422  (of-object "GtkRadioToolButton")
31423  (prop-type "GParamObject")
31424  (docs "The style of the widget, which contains information about how it will look (colors etc)")
31425  (readable #t)
31426  (writable #t)
31427  (construct-only #f)
31428)
31429
31430(define-property events
31431  (of-object "GtkRadioToolButton")
31432  (prop-type "GParamFlags")
31433  (docs "The event mask that decides what kind of GdkEvents this widget gets")
31434  (readable #t)
31435  (writable #t)
31436  (construct-only #f)
31437)
31438
31439(define-property extension-events
31440  (of-object "GtkRadioToolButton")
31441  (prop-type "GParamEnum")
31442  (docs "The mask that decides what kind of extension events this widget gets")
31443  (readable #t)
31444  (writable #t)
31445  (construct-only #f)
31446)
31447
31448(define-property no-show-all
31449  (of-object "GtkRadioToolButton")
31450  (prop-type "GParamBoolean")
31451  (docs "Whether gtk_widget_show_all() should not affect this widget")
31452  (readable #t)
31453  (writable #t)
31454  (construct-only #f)
31455)
31456
31457(define-property has-tooltip
31458  (of-object "GtkRadioToolButton")
31459  (prop-type "GParamBoolean")
31460  (docs "Whether this widget has a tooltip")
31461  (readable #t)
31462  (writable #t)
31463  (construct-only #f)
31464)
31465
31466(define-property tooltip-markup
31467  (of-object "GtkRadioToolButton")
31468  (prop-type "GParamString")
31469  (docs "The contents of the tooltip for this widget")
31470  (readable #t)
31471  (writable #t)
31472  (construct-only #f)
31473)
31474
31475(define-property tooltip-text
31476  (of-object "GtkRadioToolButton")
31477  (prop-type "GParamString")
31478  (docs "The contents of the tooltip for this widget")
31479  (readable #t)
31480  (writable #t)
31481  (construct-only #f)
31482)
31483
31484(define-property window
31485  (of-object "GtkRadioToolButton")
31486  (prop-type "GParamObject")
31487  (docs "The widget's window if it is realized")
31488  (readable #t)
31489  (writable #f)
31490  (construct-only #f)
31491)
31492
31493(define-property double-buffered
31494  (of-object "GtkRadioToolButton")
31495  (prop-type "GParamBoolean")
31496  (docs "Whether or not the widget is double buffered")
31497  (readable #t)
31498  (writable #t)
31499  (construct-only #f)
31500)
31501
31502(define-property border-width
31503  (of-object "GtkRadioToolButton")
31504  (prop-type "GParamUInt")
31505  (docs "The width of the empty border outside the containers children")
31506  (readable #t)
31507  (writable #t)
31508  (construct-only #f)
31509)
31510
31511(define-property resize-mode
31512  (of-object "GtkRadioToolButton")
31513  (prop-type "GParamEnum")
31514  (docs "Specify how resize events are handled")
31515  (readable #t)
31516  (writable #t)
31517  (construct-only #f)
31518)
31519
31520(define-property child
31521  (of-object "GtkRadioToolButton")
31522  (prop-type "GParamObject")
31523  (docs "Can be used to add a new child to the container")
31524  (readable #f)
31525  (writable #t)
31526  (construct-only #f)
31527)
31528
31529(define-property visible-horizontal
31530  (of-object "GtkRadioToolButton")
31531  (prop-type "GParamBoolean")
31532  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
31533  (readable #t)
31534  (writable #t)
31535  (construct-only #f)
31536)
31537
31538(define-property visible-vertical
31539  (of-object "GtkRadioToolButton")
31540  (prop-type "GParamBoolean")
31541  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
31542  (readable #t)
31543  (writable #t)
31544  (construct-only #f)
31545)
31546
31547(define-property is-important
31548  (of-object "GtkRadioToolButton")
31549  (prop-type "GParamBoolean")
31550  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
31551  (readable #t)
31552  (writable #t)
31553  (construct-only #f)
31554)
31555
31556(define-property label
31557  (of-object "GtkRadioToolButton")
31558  (prop-type "GParamString")
31559  (docs "Text to show in the item.")
31560  (readable #t)
31561  (writable #t)
31562  (construct-only #f)
31563)
31564
31565(define-property use-underline
31566  (of-object "GtkRadioToolButton")
31567  (prop-type "GParamBoolean")
31568  (docs "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu")
31569  (readable #t)
31570  (writable #t)
31571  (construct-only #f)
31572)
31573
31574(define-property label-widget
31575  (of-object "GtkRadioToolButton")
31576  (prop-type "GParamObject")
31577  (docs "Widget to use as the item label")
31578  (readable #t)
31579  (writable #t)
31580  (construct-only #f)
31581)
31582
31583(define-property stock-id
31584  (of-object "GtkRadioToolButton")
31585  (prop-type "GParamString")
31586  (docs "The stock icon displayed on the item")
31587  (readable #t)
31588  (writable #t)
31589  (construct-only #f)
31590)
31591
31592(define-property icon-name
31593  (of-object "GtkRadioToolButton")
31594  (prop-type "GParamString")
31595  (docs "The name of the themed icon displayed on the item")
31596  (readable #t)
31597  (writable #t)
31598  (construct-only #f)
31599)
31600
31601(define-property icon-widget
31602  (of-object "GtkRadioToolButton")
31603  (prop-type "GParamObject")
31604  (docs "Icon widget to display in the item")
31605  (readable #t)
31606  (writable #t)
31607  (construct-only #f)
31608)
31609
31610(define-property active
31611  (of-object "GtkRadioToolButton")
31612  (prop-type "GParamBoolean")
31613  (docs "If the toggle button should be pressed in or not")
31614  (readable #t)
31615  (writable #t)
31616  (construct-only #f)
31617)
31618
31619(define-property group
31620  (of-object "GtkRadioToolButton")
31621  (prop-type "GParamObject")
31622  (docs "The radio tool button whose group this button belongs to.")
31623  (readable #f)
31624  (writable #t)
31625  (construct-only #f)
31626)
31627
31628;; From GtkRadioAction
31629
31630(define-signal changed
31631  (of-object "GtkRadioAction")
31632  (return-type "void")
31633  (when "first")
31634  (parameters
31635    '("GtkRadioAction*" "p0")
31636  )
31637)
31638
31639(define-property name
31640  (of-object "GtkRadioAction")
31641  (prop-type "GParamString")
31642  (docs "A unique name for the action.")
31643  (readable #t)
31644  (writable #t)
31645  (construct-only #t)
31646)
31647
31648(define-property label
31649  (of-object "GtkRadioAction")
31650  (prop-type "GParamString")
31651  (docs "The label used for menu items and buttons that activate this action.")
31652  (readable #t)
31653  (writable #t)
31654  (construct-only #f)
31655)
31656
31657(define-property short-label
31658  (of-object "GtkRadioAction")
31659  (prop-type "GParamString")
31660  (docs "A shorter label that may be used on toolbar buttons.")
31661  (readable #t)
31662  (writable #t)
31663  (construct-only #f)
31664)
31665
31666(define-property tooltip
31667  (of-object "GtkRadioAction")
31668  (prop-type "GParamString")
31669  (docs "A tooltip for this action.")
31670  (readable #t)
31671  (writable #t)
31672  (construct-only #f)
31673)
31674
31675(define-property stock-id
31676  (of-object "GtkRadioAction")
31677  (prop-type "GParamString")
31678  (docs "The stock icon displayed in widgets representing this action.")
31679  (readable #t)
31680  (writable #t)
31681  (construct-only #f)
31682)
31683
31684(define-property icon-name
31685  (of-object "GtkRadioAction")
31686  (prop-type "GParamString")
31687  (docs "The name of the icon from the icon theme")
31688  (readable #t)
31689  (writable #t)
31690  (construct-only #f)
31691)
31692
31693(define-property gicon
31694  (of-object "GtkRadioAction")
31695  (prop-type "GParamObject")
31696  (docs "The GIcon being displayed")
31697  (readable #t)
31698  (writable #t)
31699  (construct-only #f)
31700)
31701
31702(define-property visible-horizontal
31703  (of-object "GtkRadioAction")
31704  (prop-type "GParamBoolean")
31705  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
31706  (readable #t)
31707  (writable #t)
31708  (construct-only #f)
31709)
31710
31711(define-property visible-vertical
31712  (of-object "GtkRadioAction")
31713  (prop-type "GParamBoolean")
31714  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
31715  (readable #t)
31716  (writable #t)
31717  (construct-only #f)
31718)
31719
31720(define-property visible-overflown
31721  (of-object "GtkRadioAction")
31722  (prop-type "GParamBoolean")
31723  (docs "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.")
31724  (readable #t)
31725  (writable #t)
31726  (construct-only #f)
31727)
31728
31729(define-property is-important
31730  (of-object "GtkRadioAction")
31731  (prop-type "GParamBoolean")
31732  (docs "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.")
31733  (readable #t)
31734  (writable #t)
31735  (construct-only #f)
31736)
31737
31738(define-property hide-if-empty
31739  (of-object "GtkRadioAction")
31740  (prop-type "GParamBoolean")
31741  (docs "When TRUE, empty menu proxies for this action are hidden.")
31742  (readable #t)
31743  (writable #t)
31744  (construct-only #f)
31745)
31746
31747(define-property sensitive
31748  (of-object "GtkRadioAction")
31749  (prop-type "GParamBoolean")
31750  (docs "Whether the action is enabled.")
31751  (readable #t)
31752  (writable #t)
31753  (construct-only #f)
31754)
31755
31756(define-property visible
31757  (of-object "GtkRadioAction")
31758  (prop-type "GParamBoolean")
31759  (docs "Whether the action is visible.")
31760  (readable #t)
31761  (writable #t)
31762  (construct-only #f)
31763)
31764
31765(define-property action-group
31766  (of-object "GtkRadioAction")
31767  (prop-type "GParamObject")
31768  (docs "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).")
31769  (readable #t)
31770  (writable #t)
31771  (construct-only #f)
31772)
31773
31774(define-property always-show-image
31775  (of-object "GtkRadioAction")
31776  (prop-type "GParamBoolean")
31777  (docs "Whether the image will always be shown")
31778  (readable #t)
31779  (writable #t)
31780  (construct-only #f)
31781)
31782
31783(define-property draw-as-radio
31784  (of-object "GtkRadioAction")
31785  (prop-type "GParamBoolean")
31786  (docs "Whether the proxies for this action look like radio action proxies")
31787  (readable #t)
31788  (writable #t)
31789  (construct-only #f)
31790)
31791
31792(define-property active
31793  (of-object "GtkRadioAction")
31794  (prop-type "GParamBoolean")
31795  (docs "If the toggle action should be active in or not")
31796  (readable #t)
31797  (writable #t)
31798  (construct-only #f)
31799)
31800
31801(define-property value
31802  (of-object "GtkRadioAction")
31803  (prop-type "GParamInt")
31804  (docs "The value returned by gtk_radio_action_get_current_value() when this action is the current action of its group.")
31805  (readable #t)
31806  (writable #t)
31807  (construct-only #f)
31808)
31809
31810(define-property group
31811  (of-object "GtkRadioAction")
31812  (prop-type "GParamObject")
31813  (docs "The radio action whose group this action belongs to.")
31814  (readable #f)
31815  (writable #t)
31816  (construct-only #f)
31817)
31818
31819(define-property current-value
31820  (of-object "GtkRadioAction")
31821  (prop-type "GParamInt")
31822  (docs "The value property of the currently active member of the group to which this action belongs.")
31823  (readable #t)
31824  (writable #t)
31825  (construct-only #f)
31826)
31827
31828;; From GtkRadioMenuItem
31829
31830(define-signal group-changed
31831  (of-object "GtkRadioMenuItem")
31832  (return-type "void")
31833  (when "first")
31834)
31835
31836(define-property related-action
31837  (of-object "GtkRadioMenuItem")
31838  (prop-type "GParamObject")
31839  (docs "The action this activatable will activate and receive updates from")
31840  (readable #t)
31841  (writable #t)
31842  (construct-only #f)
31843)
31844
31845(define-property use-action-appearance
31846  (of-object "GtkRadioMenuItem")
31847  (prop-type "GParamBoolean")
31848  (docs "Whether to use the related actions appearance properties")
31849  (readable #t)
31850  (writable #t)
31851  (construct-only #f)
31852)
31853
31854(define-property user-data
31855  (of-object "GtkRadioMenuItem")
31856  (prop-type "GParamPointer")
31857  (docs "Anonymous User Data Pointer")
31858  (readable #t)
31859  (writable #t)
31860  (construct-only #f)
31861)
31862
31863(define-property name
31864  (of-object "GtkRadioMenuItem")
31865  (prop-type "GParamString")
31866  (docs "The name of the widget")
31867  (readable #t)
31868  (writable #t)
31869  (construct-only #f)
31870)
31871
31872(define-property parent
31873  (of-object "GtkRadioMenuItem")
31874  (prop-type "GParamObject")
31875  (docs "The parent widget of this widget. Must be a Container widget")
31876  (readable #t)
31877  (writable #t)
31878  (construct-only #f)
31879)
31880
31881(define-property width-request
31882  (of-object "GtkRadioMenuItem")
31883  (prop-type "GParamInt")
31884  (docs "Override for width request of the widget, or -1 if natural request should be used")
31885  (readable #t)
31886  (writable #t)
31887  (construct-only #f)
31888)
31889
31890(define-property height-request
31891  (of-object "GtkRadioMenuItem")
31892  (prop-type "GParamInt")
31893  (docs "Override for height request of the widget, or -1 if natural request should be used")
31894  (readable #t)
31895  (writable #t)
31896  (construct-only #f)
31897)
31898
31899(define-property visible
31900  (of-object "GtkRadioMenuItem")
31901  (prop-type "GParamBoolean")
31902  (docs "Whether the widget is visible")
31903  (readable #t)
31904  (writable #t)
31905  (construct-only #f)
31906)
31907
31908(define-property sensitive
31909  (of-object "GtkRadioMenuItem")
31910  (prop-type "GParamBoolean")
31911  (docs "Whether the widget responds to input")
31912  (readable #t)
31913  (writable #t)
31914  (construct-only #f)
31915)
31916
31917(define-property app-paintable
31918  (of-object "GtkRadioMenuItem")
31919  (prop-type "GParamBoolean")
31920  (docs "Whether the application will paint directly on the widget")
31921  (readable #t)
31922  (writable #t)
31923  (construct-only #f)
31924)
31925
31926(define-property can-focus
31927  (of-object "GtkRadioMenuItem")
31928  (prop-type "GParamBoolean")
31929  (docs "Whether the widget can accept the input focus")
31930  (readable #t)
31931  (writable #t)
31932  (construct-only #f)
31933)
31934
31935(define-property has-focus
31936  (of-object "GtkRadioMenuItem")
31937  (prop-type "GParamBoolean")
31938  (docs "Whether the widget has the input focus")
31939  (readable #t)
31940  (writable #t)
31941  (construct-only #f)
31942)
31943
31944(define-property is-focus
31945  (of-object "GtkRadioMenuItem")
31946  (prop-type "GParamBoolean")
31947  (docs "Whether the widget is the focus widget within the toplevel")
31948  (readable #t)
31949  (writable #t)
31950  (construct-only #f)
31951)
31952
31953(define-property can-default
31954  (of-object "GtkRadioMenuItem")
31955  (prop-type "GParamBoolean")
31956  (docs "Whether the widget can be the default widget")
31957  (readable #t)
31958  (writable #t)
31959  (construct-only #f)
31960)
31961
31962(define-property has-default
31963  (of-object "GtkRadioMenuItem")
31964  (prop-type "GParamBoolean")
31965  (docs "Whether the widget is the default widget")
31966  (readable #t)
31967  (writable #t)
31968  (construct-only #f)
31969)
31970
31971(define-property receives-default
31972  (of-object "GtkRadioMenuItem")
31973  (prop-type "GParamBoolean")
31974  (docs "If TRUE, the widget will receive the default action when it is focused")
31975  (readable #t)
31976  (writable #t)
31977  (construct-only #f)
31978)
31979
31980(define-property composite-child
31981  (of-object "GtkRadioMenuItem")
31982  (prop-type "GParamBoolean")
31983  (docs "Whether the widget is part of a composite widget")
31984  (readable #t)
31985  (writable #f)
31986  (construct-only #f)
31987)
31988
31989(define-property style
31990  (of-object "GtkRadioMenuItem")
31991  (prop-type "GParamObject")
31992  (docs "The style of the widget, which contains information about how it will look (colors etc)")
31993  (readable #t)
31994  (writable #t)
31995  (construct-only #f)
31996)
31997
31998(define-property events
31999  (of-object "GtkRadioMenuItem")
32000  (prop-type "GParamFlags")
32001  (docs "The event mask that decides what kind of GdkEvents this widget gets")
32002  (readable #t)
32003  (writable #t)
32004  (construct-only #f)
32005)
32006
32007(define-property extension-events
32008  (of-object "GtkRadioMenuItem")
32009  (prop-type "GParamEnum")
32010  (docs "The mask that decides what kind of extension events this widget gets")
32011  (readable #t)
32012  (writable #t)
32013  (construct-only #f)
32014)
32015
32016(define-property no-show-all
32017  (of-object "GtkRadioMenuItem")
32018  (prop-type "GParamBoolean")
32019  (docs "Whether gtk_widget_show_all() should not affect this widget")
32020  (readable #t)
32021  (writable #t)
32022  (construct-only #f)
32023)
32024
32025(define-property has-tooltip
32026  (of-object "GtkRadioMenuItem")
32027  (prop-type "GParamBoolean")
32028  (docs "Whether this widget has a tooltip")
32029  (readable #t)
32030  (writable #t)
32031  (construct-only #f)
32032)
32033
32034(define-property tooltip-markup
32035  (of-object "GtkRadioMenuItem")
32036  (prop-type "GParamString")
32037  (docs "The contents of the tooltip for this widget")
32038  (readable #t)
32039  (writable #t)
32040  (construct-only #f)
32041)
32042
32043(define-property tooltip-text
32044  (of-object "GtkRadioMenuItem")
32045  (prop-type "GParamString")
32046  (docs "The contents of the tooltip for this widget")
32047  (readable #t)
32048  (writable #t)
32049  (construct-only #f)
32050)
32051
32052(define-property window
32053  (of-object "GtkRadioMenuItem")
32054  (prop-type "GParamObject")
32055  (docs "The widget's window if it is realized")
32056  (readable #t)
32057  (writable #f)
32058  (construct-only #f)
32059)
32060
32061(define-property double-buffered
32062  (of-object "GtkRadioMenuItem")
32063  (prop-type "GParamBoolean")
32064  (docs "Whether or not the widget is double buffered")
32065  (readable #t)
32066  (writable #t)
32067  (construct-only #f)
32068)
32069
32070(define-property border-width
32071  (of-object "GtkRadioMenuItem")
32072  (prop-type "GParamUInt")
32073  (docs "The width of the empty border outside the containers children")
32074  (readable #t)
32075  (writable #t)
32076  (construct-only #f)
32077)
32078
32079(define-property resize-mode
32080  (of-object "GtkRadioMenuItem")
32081  (prop-type "GParamEnum")
32082  (docs "Specify how resize events are handled")
32083  (readable #t)
32084  (writable #t)
32085  (construct-only #f)
32086)
32087
32088(define-property child
32089  (of-object "GtkRadioMenuItem")
32090  (prop-type "GParamObject")
32091  (docs "Can be used to add a new child to the container")
32092  (readable #f)
32093  (writable #t)
32094  (construct-only #f)
32095)
32096
32097(define-property right-justified
32098  (of-object "GtkRadioMenuItem")
32099  (prop-type "GParamBoolean")
32100  (docs "Sets whether the menu item appears justified at the right side of a menu bar")
32101  (readable #t)
32102  (writable #t)
32103  (construct-only #f)
32104)
32105
32106(define-property submenu
32107  (of-object "GtkRadioMenuItem")
32108  (prop-type "GParamObject")
32109  (docs "The submenu attached to the menu item, or NULL if it has none")
32110  (readable #t)
32111  (writable #t)
32112  (construct-only #f)
32113)
32114
32115(define-property accel-path
32116  (of-object "GtkRadioMenuItem")
32117  (prop-type "GParamString")
32118  (docs "Sets the accelerator path of the menu item")
32119  (readable #t)
32120  (writable #t)
32121  (construct-only #f)
32122)
32123
32124(define-property label
32125  (of-object "GtkRadioMenuItem")
32126  (prop-type "GParamString")
32127  (docs "The text for the child label")
32128  (readable #t)
32129  (writable #t)
32130  (construct-only #f)
32131)
32132
32133(define-property use-underline
32134  (of-object "GtkRadioMenuItem")
32135  (prop-type "GParamBoolean")
32136  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
32137  (readable #t)
32138  (writable #t)
32139  (construct-only #f)
32140)
32141
32142(define-property active
32143  (of-object "GtkRadioMenuItem")
32144  (prop-type "GParamBoolean")
32145  (docs "Whether the menu item is checked")
32146  (readable #t)
32147  (writable #t)
32148  (construct-only #f)
32149)
32150
32151(define-property inconsistent
32152  (of-object "GtkRadioMenuItem")
32153  (prop-type "GParamBoolean")
32154  (docs "Whether to display an 'inconsistent' state")
32155  (readable #t)
32156  (writable #t)
32157  (construct-only #f)
32158)
32159
32160(define-property draw-as-radio
32161  (of-object "GtkRadioMenuItem")
32162  (prop-type "GParamBoolean")
32163  (docs "Whether the menu item looks like a radio menu item")
32164  (readable #t)
32165  (writable #t)
32166  (construct-only #f)
32167)
32168
32169(define-property group
32170  (of-object "GtkRadioMenuItem")
32171  (prop-type "GParamObject")
32172  (docs "The radio menu item whose group this widget belongs to.")
32173  (readable #f)
32174  (writable #t)
32175  (construct-only #f)
32176)
32177
32178;; From GtkRange
32179
32180(define-signal value-changed
32181  (of-object "GtkRange")
32182  (return-type "void")
32183  (when "last")
32184)
32185
32186(define-signal change-value
32187  (of-object "GtkRange")
32188  (return-type "gboolean")
32189  (when "last")
32190  (parameters
32191    '("GtkScrollType" "p0")
32192    '("gdouble" "p1")
32193  )
32194)
32195
32196(define-signal adjust-bounds
32197  (of-object "GtkRange")
32198  (return-type "void")
32199  (when "last")
32200  (parameters
32201    '("gdouble" "p0")
32202  )
32203)
32204
32205(define-signal move-slider
32206  (of-object "GtkRange")
32207  (return-type "void")
32208  (when "last")
32209  (parameters
32210    '("GtkScrollType" "p0")
32211  )
32212)
32213
32214(define-property orientation
32215  (of-object "GtkRange")
32216  (prop-type "GParamEnum")
32217  (docs "The orientation of the orientable")
32218  (readable #t)
32219  (writable #t)
32220  (construct-only #f)
32221)
32222
32223(define-property user-data
32224  (of-object "GtkRange")
32225  (prop-type "GParamPointer")
32226  (docs "Anonymous User Data Pointer")
32227  (readable #t)
32228  (writable #t)
32229  (construct-only #f)
32230)
32231
32232(define-property name
32233  (of-object "GtkRange")
32234  (prop-type "GParamString")
32235  (docs "The name of the widget")
32236  (readable #t)
32237  (writable #t)
32238  (construct-only #f)
32239)
32240
32241(define-property parent
32242  (of-object "GtkRange")
32243  (prop-type "GParamObject")
32244  (docs "The parent widget of this widget. Must be a Container widget")
32245  (readable #t)
32246  (writable #t)
32247  (construct-only #f)
32248)
32249
32250(define-property width-request
32251  (of-object "GtkRange")
32252  (prop-type "GParamInt")
32253  (docs "Override for width request of the widget, or -1 if natural request should be used")
32254  (readable #t)
32255  (writable #t)
32256  (construct-only #f)
32257)
32258
32259(define-property height-request
32260  (of-object "GtkRange")
32261  (prop-type "GParamInt")
32262  (docs "Override for height request of the widget, or -1 if natural request should be used")
32263  (readable #t)
32264  (writable #t)
32265  (construct-only #f)
32266)
32267
32268(define-property visible
32269  (of-object "GtkRange")
32270  (prop-type "GParamBoolean")
32271  (docs "Whether the widget is visible")
32272  (readable #t)
32273  (writable #t)
32274  (construct-only #f)
32275)
32276
32277(define-property sensitive
32278  (of-object "GtkRange")
32279  (prop-type "GParamBoolean")
32280  (docs "Whether the widget responds to input")
32281  (readable #t)
32282  (writable #t)
32283  (construct-only #f)
32284)
32285
32286(define-property app-paintable
32287  (of-object "GtkRange")
32288  (prop-type "GParamBoolean")
32289  (docs "Whether the application will paint directly on the widget")
32290  (readable #t)
32291  (writable #t)
32292  (construct-only #f)
32293)
32294
32295(define-property can-focus
32296  (of-object "GtkRange")
32297  (prop-type "GParamBoolean")
32298  (docs "Whether the widget can accept the input focus")
32299  (readable #t)
32300  (writable #t)
32301  (construct-only #f)
32302)
32303
32304(define-property has-focus
32305  (of-object "GtkRange")
32306  (prop-type "GParamBoolean")
32307  (docs "Whether the widget has the input focus")
32308  (readable #t)
32309  (writable #t)
32310  (construct-only #f)
32311)
32312
32313(define-property is-focus
32314  (of-object "GtkRange")
32315  (prop-type "GParamBoolean")
32316  (docs "Whether the widget is the focus widget within the toplevel")
32317  (readable #t)
32318  (writable #t)
32319  (construct-only #f)
32320)
32321
32322(define-property can-default
32323  (of-object "GtkRange")
32324  (prop-type "GParamBoolean")
32325  (docs "Whether the widget can be the default widget")
32326  (readable #t)
32327  (writable #t)
32328  (construct-only #f)
32329)
32330
32331(define-property has-default
32332  (of-object "GtkRange")
32333  (prop-type "GParamBoolean")
32334  (docs "Whether the widget is the default widget")
32335  (readable #t)
32336  (writable #t)
32337  (construct-only #f)
32338)
32339
32340(define-property receives-default
32341  (of-object "GtkRange")
32342  (prop-type "GParamBoolean")
32343  (docs "If TRUE, the widget will receive the default action when it is focused")
32344  (readable #t)
32345  (writable #t)
32346  (construct-only #f)
32347)
32348
32349(define-property composite-child
32350  (of-object "GtkRange")
32351  (prop-type "GParamBoolean")
32352  (docs "Whether the widget is part of a composite widget")
32353  (readable #t)
32354  (writable #f)
32355  (construct-only #f)
32356)
32357
32358(define-property style
32359  (of-object "GtkRange")
32360  (prop-type "GParamObject")
32361  (docs "The style of the widget, which contains information about how it will look (colors etc)")
32362  (readable #t)
32363  (writable #t)
32364  (construct-only #f)
32365)
32366
32367(define-property events
32368  (of-object "GtkRange")
32369  (prop-type "GParamFlags")
32370  (docs "The event mask that decides what kind of GdkEvents this widget gets")
32371  (readable #t)
32372  (writable #t)
32373  (construct-only #f)
32374)
32375
32376(define-property extension-events
32377  (of-object "GtkRange")
32378  (prop-type "GParamEnum")
32379  (docs "The mask that decides what kind of extension events this widget gets")
32380  (readable #t)
32381  (writable #t)
32382  (construct-only #f)
32383)
32384
32385(define-property no-show-all
32386  (of-object "GtkRange")
32387  (prop-type "GParamBoolean")
32388  (docs "Whether gtk_widget_show_all() should not affect this widget")
32389  (readable #t)
32390  (writable #t)
32391  (construct-only #f)
32392)
32393
32394(define-property has-tooltip
32395  (of-object "GtkRange")
32396  (prop-type "GParamBoolean")
32397  (docs "Whether this widget has a tooltip")
32398  (readable #t)
32399  (writable #t)
32400  (construct-only #f)
32401)
32402
32403(define-property tooltip-markup
32404  (of-object "GtkRange")
32405  (prop-type "GParamString")
32406  (docs "The contents of the tooltip for this widget")
32407  (readable #t)
32408  (writable #t)
32409  (construct-only #f)
32410)
32411
32412(define-property tooltip-text
32413  (of-object "GtkRange")
32414  (prop-type "GParamString")
32415  (docs "The contents of the tooltip for this widget")
32416  (readable #t)
32417  (writable #t)
32418  (construct-only #f)
32419)
32420
32421(define-property window
32422  (of-object "GtkRange")
32423  (prop-type "GParamObject")
32424  (docs "The widget's window if it is realized")
32425  (readable #t)
32426  (writable #f)
32427  (construct-only #f)
32428)
32429
32430(define-property double-buffered
32431  (of-object "GtkRange")
32432  (prop-type "GParamBoolean")
32433  (docs "Whether or not the widget is double buffered")
32434  (readable #t)
32435  (writable #t)
32436  (construct-only #f)
32437)
32438
32439(define-property update-policy
32440  (of-object "GtkRange")
32441  (prop-type "GParamEnum")
32442  (docs "How the range should be updated on the screen")
32443  (readable #t)
32444  (writable #t)
32445  (construct-only #f)
32446)
32447
32448(define-property adjustment
32449  (of-object "GtkRange")
32450  (prop-type "GParamObject")
32451  (docs "The GtkAdjustment that contains the current value of this range object")
32452  (readable #t)
32453  (writable #t)
32454  (construct-only #f)
32455)
32456
32457(define-property inverted
32458  (of-object "GtkRange")
32459  (prop-type "GParamBoolean")
32460  (docs "Invert direction slider moves to increase range value")
32461  (readable #t)
32462  (writable #t)
32463  (construct-only #f)
32464)
32465
32466(define-property lower-stepper-sensitivity
32467  (of-object "GtkRange")
32468  (prop-type "GParamEnum")
32469  (docs "The sensitivity policy for the stepper that points to the adjustment's lower side")
32470  (readable #t)
32471  (writable #t)
32472  (construct-only #f)
32473)
32474
32475(define-property upper-stepper-sensitivity
32476  (of-object "GtkRange")
32477  (prop-type "GParamEnum")
32478  (docs "The sensitivity policy for the stepper that points to the adjustment's upper side")
32479  (readable #t)
32480  (writable #t)
32481  (construct-only #f)
32482)
32483
32484(define-property show-fill-level
32485  (of-object "GtkRange")
32486  (prop-type "GParamBoolean")
32487  (docs "Whether to display a fill level indicator graphics on trough.")
32488  (readable #t)
32489  (writable #t)
32490  (construct-only #f)
32491)
32492
32493(define-property restrict-to-fill-level
32494  (of-object "GtkRange")
32495  (prop-type "GParamBoolean")
32496  (docs "Whether to restrict the upper boundary to the fill level.")
32497  (readable #t)
32498  (writable #t)
32499  (construct-only #f)
32500)
32501
32502(define-property fill-level
32503  (of-object "GtkRange")
32504  (prop-type "GParamDouble")
32505  (docs "The fill level.")
32506  (readable #t)
32507  (writable #t)
32508  (construct-only #f)
32509)
32510
32511;; From GtkRecentAction
32512
32513(define-property filter
32514  (of-object "GtkRecentAction")
32515  (prop-type "GParamObject")
32516  (docs "The current filter for selecting which resources are displayed")
32517  (readable #t)
32518  (writable #t)
32519  (construct-only #f)
32520)
32521
32522(define-property limit
32523  (of-object "GtkRecentAction")
32524  (prop-type "GParamInt")
32525  (docs "The maximum number of items to be displayed")
32526  (readable #t)
32527  (writable #t)
32528  (construct-only #f)
32529)
32530
32531(define-property local-only
32532  (of-object "GtkRecentAction")
32533  (prop-type "GParamBoolean")
32534  (docs "Whether the selected resource(s) should be limited to local file: URIs")
32535  (readable #t)
32536  (writable #t)
32537  (construct-only #f)
32538)
32539
32540(define-property recent-manager
32541  (of-object "GtkRecentAction")
32542  (prop-type "GParamObject")
32543  (docs "The RecentManager object to use")
32544  (readable #f)
32545  (writable #t)
32546  (construct-only #t)
32547)
32548
32549(define-property select-multiple
32550  (of-object "GtkRecentAction")
32551  (prop-type "GParamBoolean")
32552  (docs "Whether to allow multiple items to be selected")
32553  (readable #t)
32554  (writable #t)
32555  (construct-only #f)
32556)
32557
32558(define-property show-icons
32559  (of-object "GtkRecentAction")
32560  (prop-type "GParamBoolean")
32561  (docs "Whether there should be an icon near the item")
32562  (readable #t)
32563  (writable #t)
32564  (construct-only #f)
32565)
32566
32567(define-property show-not-found
32568  (of-object "GtkRecentAction")
32569  (prop-type "GParamBoolean")
32570  (docs "Whether the items pointing to unavailable resources should be displayed")
32571  (readable #t)
32572  (writable #t)
32573  (construct-only #f)
32574)
32575
32576(define-property show-private
32577  (of-object "GtkRecentAction")
32578  (prop-type "GParamBoolean")
32579  (docs "Whether the private items should be displayed")
32580  (readable #t)
32581  (writable #t)
32582  (construct-only #f)
32583)
32584
32585(define-property show-tips
32586  (of-object "GtkRecentAction")
32587  (prop-type "GParamBoolean")
32588  (docs "Whether there should be a tooltip on the item")
32589  (readable #t)
32590  (writable #t)
32591  (construct-only #f)
32592)
32593
32594(define-property sort-type
32595  (of-object "GtkRecentAction")
32596  (prop-type "GParamEnum")
32597  (docs "The sorting order of the items displayed")
32598  (readable #t)
32599  (writable #t)
32600  (construct-only #f)
32601)
32602
32603(define-property name
32604  (of-object "GtkRecentAction")
32605  (prop-type "GParamString")
32606  (docs "A unique name for the action.")
32607  (readable #t)
32608  (writable #t)
32609  (construct-only #t)
32610)
32611
32612(define-property label
32613  (of-object "GtkRecentAction")
32614  (prop-type "GParamString")
32615  (docs "The label used for menu items and buttons that activate this action.")
32616  (readable #t)
32617  (writable #t)
32618  (construct-only #f)
32619)
32620
32621(define-property short-label
32622  (of-object "GtkRecentAction")
32623  (prop-type "GParamString")
32624  (docs "A shorter label that may be used on toolbar buttons.")
32625  (readable #t)
32626  (writable #t)
32627  (construct-only #f)
32628)
32629
32630(define-property tooltip
32631  (of-object "GtkRecentAction")
32632  (prop-type "GParamString")
32633  (docs "A tooltip for this action.")
32634  (readable #t)
32635  (writable #t)
32636  (construct-only #f)
32637)
32638
32639(define-property stock-id
32640  (of-object "GtkRecentAction")
32641  (prop-type "GParamString")
32642  (docs "The stock icon displayed in widgets representing this action.")
32643  (readable #t)
32644  (writable #t)
32645  (construct-only #f)
32646)
32647
32648(define-property icon-name
32649  (of-object "GtkRecentAction")
32650  (prop-type "GParamString")
32651  (docs "The name of the icon from the icon theme")
32652  (readable #t)
32653  (writable #t)
32654  (construct-only #f)
32655)
32656
32657(define-property gicon
32658  (of-object "GtkRecentAction")
32659  (prop-type "GParamObject")
32660  (docs "The GIcon being displayed")
32661  (readable #t)
32662  (writable #t)
32663  (construct-only #f)
32664)
32665
32666(define-property visible-horizontal
32667  (of-object "GtkRecentAction")
32668  (prop-type "GParamBoolean")
32669  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
32670  (readable #t)
32671  (writable #t)
32672  (construct-only #f)
32673)
32674
32675(define-property visible-vertical
32676  (of-object "GtkRecentAction")
32677  (prop-type "GParamBoolean")
32678  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
32679  (readable #t)
32680  (writable #t)
32681  (construct-only #f)
32682)
32683
32684(define-property visible-overflown
32685  (of-object "GtkRecentAction")
32686  (prop-type "GParamBoolean")
32687  (docs "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.")
32688  (readable #t)
32689  (writable #t)
32690  (construct-only #f)
32691)
32692
32693(define-property is-important
32694  (of-object "GtkRecentAction")
32695  (prop-type "GParamBoolean")
32696  (docs "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.")
32697  (readable #t)
32698  (writable #t)
32699  (construct-only #f)
32700)
32701
32702(define-property hide-if-empty
32703  (of-object "GtkRecentAction")
32704  (prop-type "GParamBoolean")
32705  (docs "When TRUE, empty menu proxies for this action are hidden.")
32706  (readable #t)
32707  (writable #t)
32708  (construct-only #f)
32709)
32710
32711(define-property sensitive
32712  (of-object "GtkRecentAction")
32713  (prop-type "GParamBoolean")
32714  (docs "Whether the action is enabled.")
32715  (readable #t)
32716  (writable #t)
32717  (construct-only #f)
32718)
32719
32720(define-property visible
32721  (of-object "GtkRecentAction")
32722  (prop-type "GParamBoolean")
32723  (docs "Whether the action is visible.")
32724  (readable #t)
32725  (writable #t)
32726  (construct-only #f)
32727)
32728
32729(define-property action-group
32730  (of-object "GtkRecentAction")
32731  (prop-type "GParamObject")
32732  (docs "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).")
32733  (readable #t)
32734  (writable #t)
32735  (construct-only #f)
32736)
32737
32738(define-property always-show-image
32739  (of-object "GtkRecentAction")
32740  (prop-type "GParamBoolean")
32741  (docs "Whether the image will always be shown")
32742  (readable #t)
32743  (writable #t)
32744  (construct-only #f)
32745)
32746
32747(define-property show-numbers
32748  (of-object "GtkRecentAction")
32749  (prop-type "GParamBoolean")
32750  (docs "Whether the items should be displayed with a number")
32751  (readable #t)
32752  (writable #t)
32753  (construct-only #f)
32754)
32755
32756;; From GtkRecentChooser
32757
32758(define-signal item-activated
32759  (of-object "GtkRecentChooser")
32760  (return-type "void")
32761  (when "last")
32762)
32763
32764(define-signal selection-changed
32765  (of-object "GtkRecentChooser")
32766  (return-type "void")
32767  (when "last")
32768)
32769
32770(define-property filter
32771  (of-object "GtkRecentChooser")
32772  (prop-type "GParamObject")
32773  (docs "The current filter for selecting which resources are displayed")
32774  (readable #t)
32775  (writable #t)
32776  (construct-only #f)
32777)
32778
32779(define-property limit
32780  (of-object "GtkRecentChooser")
32781  (prop-type "GParamInt")
32782  (docs "The maximum number of items to be displayed")
32783  (readable #t)
32784  (writable #t)
32785  (construct-only #f)
32786)
32787
32788(define-property local-only
32789  (of-object "GtkRecentChooser")
32790  (prop-type "GParamBoolean")
32791  (docs "Whether the selected resource(s) should be limited to local file: URIs")
32792  (readable #t)
32793  (writable #t)
32794  (construct-only #f)
32795)
32796
32797(define-property recent-manager
32798  (of-object "GtkRecentChooser")
32799  (prop-type "GParamObject")
32800  (docs "The RecentManager object to use")
32801  (readable #f)
32802  (writable #t)
32803  (construct-only #t)
32804)
32805
32806(define-property select-multiple
32807  (of-object "GtkRecentChooser")
32808  (prop-type "GParamBoolean")
32809  (docs "Whether to allow multiple items to be selected")
32810  (readable #t)
32811  (writable #t)
32812  (construct-only #f)
32813)
32814
32815(define-property show-icons
32816  (of-object "GtkRecentChooser")
32817  (prop-type "GParamBoolean")
32818  (docs "Whether there should be an icon near the item")
32819  (readable #t)
32820  (writable #t)
32821  (construct-only #f)
32822)
32823
32824(define-property show-not-found
32825  (of-object "GtkRecentChooser")
32826  (prop-type "GParamBoolean")
32827  (docs "Whether the items pointing to unavailable resources should be displayed")
32828  (readable #t)
32829  (writable #t)
32830  (construct-only #f)
32831)
32832
32833(define-property show-private
32834  (of-object "GtkRecentChooser")
32835  (prop-type "GParamBoolean")
32836  (docs "Whether the private items should be displayed")
32837  (readable #t)
32838  (writable #t)
32839  (construct-only #f)
32840)
32841
32842(define-property show-tips
32843  (of-object "GtkRecentChooser")
32844  (prop-type "GParamBoolean")
32845  (docs "Whether there should be a tooltip on the item")
32846  (readable #t)
32847  (writable #t)
32848  (construct-only #f)
32849)
32850
32851(define-property sort-type
32852  (of-object "GtkRecentChooser")
32853  (prop-type "GParamEnum")
32854  (docs "The sorting order of the items displayed")
32855  (readable #t)
32856  (writable #t)
32857  (construct-only #f)
32858)
32859
32860;; From GtkRecentChooserMenu
32861
32862(define-property filter
32863  (of-object "GtkRecentChooserMenu")
32864  (prop-type "GParamObject")
32865  (docs "The current filter for selecting which resources are displayed")
32866  (readable #t)
32867  (writable #t)
32868  (construct-only #f)
32869)
32870
32871(define-property limit
32872  (of-object "GtkRecentChooserMenu")
32873  (prop-type "GParamInt")
32874  (docs "The maximum number of items to be displayed")
32875  (readable #t)
32876  (writable #t)
32877  (construct-only #f)
32878)
32879
32880(define-property local-only
32881  (of-object "GtkRecentChooserMenu")
32882  (prop-type "GParamBoolean")
32883  (docs "Whether the selected resource(s) should be limited to local file: URIs")
32884  (readable #t)
32885  (writable #t)
32886  (construct-only #f)
32887)
32888
32889(define-property recent-manager
32890  (of-object "GtkRecentChooserMenu")
32891  (prop-type "GParamObject")
32892  (docs "The RecentManager object to use")
32893  (readable #f)
32894  (writable #t)
32895  (construct-only #t)
32896)
32897
32898(define-property related-action
32899  (of-object "GtkRecentChooserMenu")
32900  (prop-type "GParamObject")
32901  (docs "The action this activatable will activate and receive updates from")
32902  (readable #t)
32903  (writable #t)
32904  (construct-only #f)
32905)
32906
32907(define-property select-multiple
32908  (of-object "GtkRecentChooserMenu")
32909  (prop-type "GParamBoolean")
32910  (docs "Whether to allow multiple items to be selected")
32911  (readable #t)
32912  (writable #t)
32913  (construct-only #f)
32914)
32915
32916(define-property show-icons
32917  (of-object "GtkRecentChooserMenu")
32918  (prop-type "GParamBoolean")
32919  (docs "Whether there should be an icon near the item")
32920  (readable #t)
32921  (writable #t)
32922  (construct-only #f)
32923)
32924
32925(define-property show-not-found
32926  (of-object "GtkRecentChooserMenu")
32927  (prop-type "GParamBoolean")
32928  (docs "Whether the items pointing to unavailable resources should be displayed")
32929  (readable #t)
32930  (writable #t)
32931  (construct-only #f)
32932)
32933
32934(define-property show-private
32935  (of-object "GtkRecentChooserMenu")
32936  (prop-type "GParamBoolean")
32937  (docs "Whether the private items should be displayed")
32938  (readable #t)
32939  (writable #t)
32940  (construct-only #f)
32941)
32942
32943(define-property show-tips
32944  (of-object "GtkRecentChooserMenu")
32945  (prop-type "GParamBoolean")
32946  (docs "Whether there should be a tooltip on the item")
32947  (readable #t)
32948  (writable #t)
32949  (construct-only #f)
32950)
32951
32952(define-property sort-type
32953  (of-object "GtkRecentChooserMenu")
32954  (prop-type "GParamEnum")
32955  (docs "The sorting order of the items displayed")
32956  (readable #t)
32957  (writable #t)
32958  (construct-only #f)
32959)
32960
32961(define-property use-action-appearance
32962  (of-object "GtkRecentChooserMenu")
32963  (prop-type "GParamBoolean")
32964  (docs "Whether to use the related actions appearance properties")
32965  (readable #t)
32966  (writable #t)
32967  (construct-only #f)
32968)
32969
32970(define-property user-data
32971  (of-object "GtkRecentChooserMenu")
32972  (prop-type "GParamPointer")
32973  (docs "Anonymous User Data Pointer")
32974  (readable #t)
32975  (writable #t)
32976  (construct-only #f)
32977)
32978
32979(define-property name
32980  (of-object "GtkRecentChooserMenu")
32981  (prop-type "GParamString")
32982  (docs "The name of the widget")
32983  (readable #t)
32984  (writable #t)
32985  (construct-only #f)
32986)
32987
32988(define-property parent
32989  (of-object "GtkRecentChooserMenu")
32990  (prop-type "GParamObject")
32991  (docs "The parent widget of this widget. Must be a Container widget")
32992  (readable #t)
32993  (writable #t)
32994  (construct-only #f)
32995)
32996
32997(define-property width-request
32998  (of-object "GtkRecentChooserMenu")
32999  (prop-type "GParamInt")
33000  (docs "Override for width request of the widget, or -1 if natural request should be used")
33001  (readable #t)
33002  (writable #t)
33003  (construct-only #f)
33004)
33005
33006(define-property height-request
33007  (of-object "GtkRecentChooserMenu")
33008  (prop-type "GParamInt")
33009  (docs "Override for height request of the widget, or -1 if natural request should be used")
33010  (readable #t)
33011  (writable #t)
33012  (construct-only #f)
33013)
33014
33015(define-property visible
33016  (of-object "GtkRecentChooserMenu")
33017  (prop-type "GParamBoolean")
33018  (docs "Whether the widget is visible")
33019  (readable #t)
33020  (writable #t)
33021  (construct-only #f)
33022)
33023
33024(define-property sensitive
33025  (of-object "GtkRecentChooserMenu")
33026  (prop-type "GParamBoolean")
33027  (docs "Whether the widget responds to input")
33028  (readable #t)
33029  (writable #t)
33030  (construct-only #f)
33031)
33032
33033(define-property app-paintable
33034  (of-object "GtkRecentChooserMenu")
33035  (prop-type "GParamBoolean")
33036  (docs "Whether the application will paint directly on the widget")
33037  (readable #t)
33038  (writable #t)
33039  (construct-only #f)
33040)
33041
33042(define-property can-focus
33043  (of-object "GtkRecentChooserMenu")
33044  (prop-type "GParamBoolean")
33045  (docs "Whether the widget can accept the input focus")
33046  (readable #t)
33047  (writable #t)
33048  (construct-only #f)
33049)
33050
33051(define-property has-focus
33052  (of-object "GtkRecentChooserMenu")
33053  (prop-type "GParamBoolean")
33054  (docs "Whether the widget has the input focus")
33055  (readable #t)
33056  (writable #t)
33057  (construct-only #f)
33058)
33059
33060(define-property is-focus
33061  (of-object "GtkRecentChooserMenu")
33062  (prop-type "GParamBoolean")
33063  (docs "Whether the widget is the focus widget within the toplevel")
33064  (readable #t)
33065  (writable #t)
33066  (construct-only #f)
33067)
33068
33069(define-property can-default
33070  (of-object "GtkRecentChooserMenu")
33071  (prop-type "GParamBoolean")
33072  (docs "Whether the widget can be the default widget")
33073  (readable #t)
33074  (writable #t)
33075  (construct-only #f)
33076)
33077
33078(define-property has-default
33079  (of-object "GtkRecentChooserMenu")
33080  (prop-type "GParamBoolean")
33081  (docs "Whether the widget is the default widget")
33082  (readable #t)
33083  (writable #t)
33084  (construct-only #f)
33085)
33086
33087(define-property receives-default
33088  (of-object "GtkRecentChooserMenu")
33089  (prop-type "GParamBoolean")
33090  (docs "If TRUE, the widget will receive the default action when it is focused")
33091  (readable #t)
33092  (writable #t)
33093  (construct-only #f)
33094)
33095
33096(define-property composite-child
33097  (of-object "GtkRecentChooserMenu")
33098  (prop-type "GParamBoolean")
33099  (docs "Whether the widget is part of a composite widget")
33100  (readable #t)
33101  (writable #f)
33102  (construct-only #f)
33103)
33104
33105(define-property style
33106  (of-object "GtkRecentChooserMenu")
33107  (prop-type "GParamObject")
33108  (docs "The style of the widget, which contains information about how it will look (colors etc)")
33109  (readable #t)
33110  (writable #t)
33111  (construct-only #f)
33112)
33113
33114(define-property events
33115  (of-object "GtkRecentChooserMenu")
33116  (prop-type "GParamFlags")
33117  (docs "The event mask that decides what kind of GdkEvents this widget gets")
33118  (readable #t)
33119  (writable #t)
33120  (construct-only #f)
33121)
33122
33123(define-property extension-events
33124  (of-object "GtkRecentChooserMenu")
33125  (prop-type "GParamEnum")
33126  (docs "The mask that decides what kind of extension events this widget gets")
33127  (readable #t)
33128  (writable #t)
33129  (construct-only #f)
33130)
33131
33132(define-property no-show-all
33133  (of-object "GtkRecentChooserMenu")
33134  (prop-type "GParamBoolean")
33135  (docs "Whether gtk_widget_show_all() should not affect this widget")
33136  (readable #t)
33137  (writable #t)
33138  (construct-only #f)
33139)
33140
33141(define-property has-tooltip
33142  (of-object "GtkRecentChooserMenu")
33143  (prop-type "GParamBoolean")
33144  (docs "Whether this widget has a tooltip")
33145  (readable #t)
33146  (writable #t)
33147  (construct-only #f)
33148)
33149
33150(define-property tooltip-markup
33151  (of-object "GtkRecentChooserMenu")
33152  (prop-type "GParamString")
33153  (docs "The contents of the tooltip for this widget")
33154  (readable #t)
33155  (writable #t)
33156  (construct-only #f)
33157)
33158
33159(define-property tooltip-text
33160  (of-object "GtkRecentChooserMenu")
33161  (prop-type "GParamString")
33162  (docs "The contents of the tooltip for this widget")
33163  (readable #t)
33164  (writable #t)
33165  (construct-only #f)
33166)
33167
33168(define-property window
33169  (of-object "GtkRecentChooserMenu")
33170  (prop-type "GParamObject")
33171  (docs "The widget's window if it is realized")
33172  (readable #t)
33173  (writable #f)
33174  (construct-only #f)
33175)
33176
33177(define-property double-buffered
33178  (of-object "GtkRecentChooserMenu")
33179  (prop-type "GParamBoolean")
33180  (docs "Whether or not the widget is double buffered")
33181  (readable #t)
33182  (writable #t)
33183  (construct-only #f)
33184)
33185
33186(define-property border-width
33187  (of-object "GtkRecentChooserMenu")
33188  (prop-type "GParamUInt")
33189  (docs "The width of the empty border outside the containers children")
33190  (readable #t)
33191  (writable #t)
33192  (construct-only #f)
33193)
33194
33195(define-property resize-mode
33196  (of-object "GtkRecentChooserMenu")
33197  (prop-type "GParamEnum")
33198  (docs "Specify how resize events are handled")
33199  (readable #t)
33200  (writable #t)
33201  (construct-only #f)
33202)
33203
33204(define-property child
33205  (of-object "GtkRecentChooserMenu")
33206  (prop-type "GParamObject")
33207  (docs "Can be used to add a new child to the container")
33208  (readable #f)
33209  (writable #t)
33210  (construct-only #f)
33211)
33212
33213(define-property take-focus
33214  (of-object "GtkRecentChooserMenu")
33215  (prop-type "GParamBoolean")
33216  (docs "A boolean that determines whether the menu grabs the keyboard focus")
33217  (readable #t)
33218  (writable #t)
33219  (construct-only #f)
33220)
33221
33222(define-property active
33223  (of-object "GtkRecentChooserMenu")
33224  (prop-type "GParamInt")
33225  (docs "The currently selected menu item")
33226  (readable #t)
33227  (writable #t)
33228  (construct-only #f)
33229)
33230
33231(define-property accel-group
33232  (of-object "GtkRecentChooserMenu")
33233  (prop-type "GParamObject")
33234  (docs "The accel group holding accelerators for the menu")
33235  (readable #t)
33236  (writable #t)
33237  (construct-only #f)
33238)
33239
33240(define-property accel-path
33241  (of-object "GtkRecentChooserMenu")
33242  (prop-type "GParamString")
33243  (docs "An accel path used to conveniently construct accel paths of child items")
33244  (readable #t)
33245  (writable #t)
33246  (construct-only #f)
33247)
33248
33249(define-property attach-widget
33250  (of-object "GtkRecentChooserMenu")
33251  (prop-type "GParamObject")
33252  (docs "The widget the menu is attached to")
33253  (readable #t)
33254  (writable #t)
33255  (construct-only #f)
33256)
33257
33258(define-property tearoff-state
33259  (of-object "GtkRecentChooserMenu")
33260  (prop-type "GParamBoolean")
33261  (docs "A boolean that indicates whether the menu is torn-off")
33262  (readable #t)
33263  (writable #t)
33264  (construct-only #f)
33265)
33266
33267(define-property tearoff-title
33268  (of-object "GtkRecentChooserMenu")
33269  (prop-type "GParamString")
33270  (docs "A title that may be displayed by the window manager when this menu is torn-off")
33271  (readable #t)
33272  (writable #t)
33273  (construct-only #f)
33274)
33275
33276(define-property monitor
33277  (of-object "GtkRecentChooserMenu")
33278  (prop-type "GParamInt")
33279  (docs "The monitor the menu will be popped up on")
33280  (readable #t)
33281  (writable #t)
33282  (construct-only #f)
33283)
33284
33285(define-property reserve-toggle-size
33286  (of-object "GtkRecentChooserMenu")
33287  (prop-type "GParamBoolean")
33288  (docs "A boolean that indicates whether the menu reserves space for toggles and icons")
33289  (readable #t)
33290  (writable #t)
33291  (construct-only #f)
33292)
33293
33294(define-property show-numbers
33295  (of-object "GtkRecentChooserMenu")
33296  (prop-type "GParamBoolean")
33297  (docs "Whether the items should be displayed with a number")
33298  (readable #t)
33299  (writable #t)
33300  (construct-only #f)
33301)
33302
33303;; From GtkRecentChooserWidget
33304
33305(define-property filter
33306  (of-object "GtkRecentChooserWidget")
33307  (prop-type "GParamObject")
33308  (docs "The current filter for selecting which resources are displayed")
33309  (readable #t)
33310  (writable #t)
33311  (construct-only #f)
33312)
33313
33314(define-property limit
33315  (of-object "GtkRecentChooserWidget")
33316  (prop-type "GParamInt")
33317  (docs "The maximum number of items to be displayed")
33318  (readable #t)
33319  (writable #t)
33320  (construct-only #f)
33321)
33322
33323(define-property local-only
33324  (of-object "GtkRecentChooserWidget")
33325  (prop-type "GParamBoolean")
33326  (docs "Whether the selected resource(s) should be limited to local file: URIs")
33327  (readable #t)
33328  (writable #t)
33329  (construct-only #f)
33330)
33331
33332(define-property orientation
33333  (of-object "GtkRecentChooserWidget")
33334  (prop-type "GParamEnum")
33335  (docs "The orientation of the orientable")
33336  (readable #t)
33337  (writable #t)
33338  (construct-only #f)
33339)
33340
33341(define-property recent-manager
33342  (of-object "GtkRecentChooserWidget")
33343  (prop-type "GParamObject")
33344  (docs "The RecentManager object to use")
33345  (readable #f)
33346  (writable #t)
33347  (construct-only #t)
33348)
33349
33350(define-property select-multiple
33351  (of-object "GtkRecentChooserWidget")
33352  (prop-type "GParamBoolean")
33353  (docs "Whether to allow multiple items to be selected")
33354  (readable #t)
33355  (writable #t)
33356  (construct-only #f)
33357)
33358
33359(define-property show-icons
33360  (of-object "GtkRecentChooserWidget")
33361  (prop-type "GParamBoolean")
33362  (docs "Whether there should be an icon near the item")
33363  (readable #t)
33364  (writable #t)
33365  (construct-only #f)
33366)
33367
33368(define-property show-not-found
33369  (of-object "GtkRecentChooserWidget")
33370  (prop-type "GParamBoolean")
33371  (docs "Whether the items pointing to unavailable resources should be displayed")
33372  (readable #t)
33373  (writable #t)
33374  (construct-only #f)
33375)
33376
33377(define-property show-private
33378  (of-object "GtkRecentChooserWidget")
33379  (prop-type "GParamBoolean")
33380  (docs "Whether the private items should be displayed")
33381  (readable #t)
33382  (writable #t)
33383  (construct-only #f)
33384)
33385
33386(define-property show-tips
33387  (of-object "GtkRecentChooserWidget")
33388  (prop-type "GParamBoolean")
33389  (docs "Whether there should be a tooltip on the item")
33390  (readable #t)
33391  (writable #t)
33392  (construct-only #f)
33393)
33394
33395(define-property sort-type
33396  (of-object "GtkRecentChooserWidget")
33397  (prop-type "GParamEnum")
33398  (docs "The sorting order of the items displayed")
33399  (readable #t)
33400  (writable #t)
33401  (construct-only #f)
33402)
33403
33404(define-property user-data
33405  (of-object "GtkRecentChooserWidget")
33406  (prop-type "GParamPointer")
33407  (docs "Anonymous User Data Pointer")
33408  (readable #t)
33409  (writable #t)
33410  (construct-only #f)
33411)
33412
33413(define-property name
33414  (of-object "GtkRecentChooserWidget")
33415  (prop-type "GParamString")
33416  (docs "The name of the widget")
33417  (readable #t)
33418  (writable #t)
33419  (construct-only #f)
33420)
33421
33422(define-property parent
33423  (of-object "GtkRecentChooserWidget")
33424  (prop-type "GParamObject")
33425  (docs "The parent widget of this widget. Must be a Container widget")
33426  (readable #t)
33427  (writable #t)
33428  (construct-only #f)
33429)
33430
33431(define-property width-request
33432  (of-object "GtkRecentChooserWidget")
33433  (prop-type "GParamInt")
33434  (docs "Override for width request of the widget, or -1 if natural request should be used")
33435  (readable #t)
33436  (writable #t)
33437  (construct-only #f)
33438)
33439
33440(define-property height-request
33441  (of-object "GtkRecentChooserWidget")
33442  (prop-type "GParamInt")
33443  (docs "Override for height request of the widget, or -1 if natural request should be used")
33444  (readable #t)
33445  (writable #t)
33446  (construct-only #f)
33447)
33448
33449(define-property visible
33450  (of-object "GtkRecentChooserWidget")
33451  (prop-type "GParamBoolean")
33452  (docs "Whether the widget is visible")
33453  (readable #t)
33454  (writable #t)
33455  (construct-only #f)
33456)
33457
33458(define-property sensitive
33459  (of-object "GtkRecentChooserWidget")
33460  (prop-type "GParamBoolean")
33461  (docs "Whether the widget responds to input")
33462  (readable #t)
33463  (writable #t)
33464  (construct-only #f)
33465)
33466
33467(define-property app-paintable
33468  (of-object "GtkRecentChooserWidget")
33469  (prop-type "GParamBoolean")
33470  (docs "Whether the application will paint directly on the widget")
33471  (readable #t)
33472  (writable #t)
33473  (construct-only #f)
33474)
33475
33476(define-property can-focus
33477  (of-object "GtkRecentChooserWidget")
33478  (prop-type "GParamBoolean")
33479  (docs "Whether the widget can accept the input focus")
33480  (readable #t)
33481  (writable #t)
33482  (construct-only #f)
33483)
33484
33485(define-property has-focus
33486  (of-object "GtkRecentChooserWidget")
33487  (prop-type "GParamBoolean")
33488  (docs "Whether the widget has the input focus")
33489  (readable #t)
33490  (writable #t)
33491  (construct-only #f)
33492)
33493
33494(define-property is-focus
33495  (of-object "GtkRecentChooserWidget")
33496  (prop-type "GParamBoolean")
33497  (docs "Whether the widget is the focus widget within the toplevel")
33498  (readable #t)
33499  (writable #t)
33500  (construct-only #f)
33501)
33502
33503(define-property can-default
33504  (of-object "GtkRecentChooserWidget")
33505  (prop-type "GParamBoolean")
33506  (docs "Whether the widget can be the default widget")
33507  (readable #t)
33508  (writable #t)
33509  (construct-only #f)
33510)
33511
33512(define-property has-default
33513  (of-object "GtkRecentChooserWidget")
33514  (prop-type "GParamBoolean")
33515  (docs "Whether the widget is the default widget")
33516  (readable #t)
33517  (writable #t)
33518  (construct-only #f)
33519)
33520
33521(define-property receives-default
33522  (of-object "GtkRecentChooserWidget")
33523  (prop-type "GParamBoolean")
33524  (docs "If TRUE, the widget will receive the default action when it is focused")
33525  (readable #t)
33526  (writable #t)
33527  (construct-only #f)
33528)
33529
33530(define-property composite-child
33531  (of-object "GtkRecentChooserWidget")
33532  (prop-type "GParamBoolean")
33533  (docs "Whether the widget is part of a composite widget")
33534  (readable #t)
33535  (writable #f)
33536  (construct-only #f)
33537)
33538
33539(define-property style
33540  (of-object "GtkRecentChooserWidget")
33541  (prop-type "GParamObject")
33542  (docs "The style of the widget, which contains information about how it will look (colors etc)")
33543  (readable #t)
33544  (writable #t)
33545  (construct-only #f)
33546)
33547
33548(define-property events
33549  (of-object "GtkRecentChooserWidget")
33550  (prop-type "GParamFlags")
33551  (docs "The event mask that decides what kind of GdkEvents this widget gets")
33552  (readable #t)
33553  (writable #t)
33554  (construct-only #f)
33555)
33556
33557(define-property extension-events
33558  (of-object "GtkRecentChooserWidget")
33559  (prop-type "GParamEnum")
33560  (docs "The mask that decides what kind of extension events this widget gets")
33561  (readable #t)
33562  (writable #t)
33563  (construct-only #f)
33564)
33565
33566(define-property no-show-all
33567  (of-object "GtkRecentChooserWidget")
33568  (prop-type "GParamBoolean")
33569  (docs "Whether gtk_widget_show_all() should not affect this widget")
33570  (readable #t)
33571  (writable #t)
33572  (construct-only #f)
33573)
33574
33575(define-property has-tooltip
33576  (of-object "GtkRecentChooserWidget")
33577  (prop-type "GParamBoolean")
33578  (docs "Whether this widget has a tooltip")
33579  (readable #t)
33580  (writable #t)
33581  (construct-only #f)
33582)
33583
33584(define-property tooltip-markup
33585  (of-object "GtkRecentChooserWidget")
33586  (prop-type "GParamString")
33587  (docs "The contents of the tooltip for this widget")
33588  (readable #t)
33589  (writable #t)
33590  (construct-only #f)
33591)
33592
33593(define-property tooltip-text
33594  (of-object "GtkRecentChooserWidget")
33595  (prop-type "GParamString")
33596  (docs "The contents of the tooltip for this widget")
33597  (readable #t)
33598  (writable #t)
33599  (construct-only #f)
33600)
33601
33602(define-property window
33603  (of-object "GtkRecentChooserWidget")
33604  (prop-type "GParamObject")
33605  (docs "The widget's window if it is realized")
33606  (readable #t)
33607  (writable #f)
33608  (construct-only #f)
33609)
33610
33611(define-property double-buffered
33612  (of-object "GtkRecentChooserWidget")
33613  (prop-type "GParamBoolean")
33614  (docs "Whether or not the widget is double buffered")
33615  (readable #t)
33616  (writable #t)
33617  (construct-only #f)
33618)
33619
33620(define-property border-width
33621  (of-object "GtkRecentChooserWidget")
33622  (prop-type "GParamUInt")
33623  (docs "The width of the empty border outside the containers children")
33624  (readable #t)
33625  (writable #t)
33626  (construct-only #f)
33627)
33628
33629(define-property resize-mode
33630  (of-object "GtkRecentChooserWidget")
33631  (prop-type "GParamEnum")
33632  (docs "Specify how resize events are handled")
33633  (readable #t)
33634  (writable #t)
33635  (construct-only #f)
33636)
33637
33638(define-property child
33639  (of-object "GtkRecentChooserWidget")
33640  (prop-type "GParamObject")
33641  (docs "Can be used to add a new child to the container")
33642  (readable #f)
33643  (writable #t)
33644  (construct-only #f)
33645)
33646
33647(define-property spacing
33648  (of-object "GtkRecentChooserWidget")
33649  (prop-type "GParamInt")
33650  (docs "The amount of space between children")
33651  (readable #t)
33652  (writable #t)
33653  (construct-only #f)
33654)
33655
33656(define-property homogeneous
33657  (of-object "GtkRecentChooserWidget")
33658  (prop-type "GParamBoolean")
33659  (docs "Whether the children should all be the same size")
33660  (readable #t)
33661  (writable #t)
33662  (construct-only #f)
33663)
33664
33665;; From GtkRecentFilter
33666
33667(define-property user-data
33668  (of-object "GtkRecentFilter")
33669  (prop-type "GParamPointer")
33670  (docs "Anonymous User Data Pointer")
33671  (readable #t)
33672  (writable #t)
33673  (construct-only #f)
33674)
33675
33676;; From GtkRecentManager
33677
33678(define-signal changed
33679  (of-object "GtkRecentManager")
33680  (return-type "void")
33681  (when "first")
33682)
33683
33684(define-property filename
33685  (of-object "GtkRecentManager")
33686  (prop-type "GParamString")
33687  (docs "The full path to the file to be used to store and read the list")
33688  (readable #t)
33689  (writable #t)
33690  (construct-only #t)
33691)
33692
33693(define-property limit
33694  (of-object "GtkRecentManager")
33695  (prop-type "GParamInt")
33696  (docs "The maximum number of items to be returned by gtk_recent_manager_get_items()")
33697  (readable #t)
33698  (writable #t)
33699  (construct-only #f)
33700)
33701
33702(define-property size
33703  (of-object "GtkRecentManager")
33704  (prop-type "GParamInt")
33705  (docs "The size of the recently used resources list")
33706  (readable #t)
33707  (writable #f)
33708  (construct-only #f)
33709)
33710
33711;; From GtkRuler
33712
33713(define-property orientation
33714  (of-object "GtkRuler")
33715  (prop-type "GParamEnum")
33716  (docs "The orientation of the orientable")
33717  (readable #t)
33718  (writable #t)
33719  (construct-only #f)
33720)
33721
33722(define-property user-data
33723  (of-object "GtkRuler")
33724  (prop-type "GParamPointer")
33725  (docs "Anonymous User Data Pointer")
33726  (readable #t)
33727  (writable #t)
33728  (construct-only #f)
33729)
33730
33731(define-property name
33732  (of-object "GtkRuler")
33733  (prop-type "GParamString")
33734  (docs "The name of the widget")
33735  (readable #t)
33736  (writable #t)
33737  (construct-only #f)
33738)
33739
33740(define-property parent
33741  (of-object "GtkRuler")
33742  (prop-type "GParamObject")
33743  (docs "The parent widget of this widget. Must be a Container widget")
33744  (readable #t)
33745  (writable #t)
33746  (construct-only #f)
33747)
33748
33749(define-property width-request
33750  (of-object "GtkRuler")
33751  (prop-type "GParamInt")
33752  (docs "Override for width request of the widget, or -1 if natural request should be used")
33753  (readable #t)
33754  (writable #t)
33755  (construct-only #f)
33756)
33757
33758(define-property height-request
33759  (of-object "GtkRuler")
33760  (prop-type "GParamInt")
33761  (docs "Override for height request of the widget, or -1 if natural request should be used")
33762  (readable #t)
33763  (writable #t)
33764  (construct-only #f)
33765)
33766
33767(define-property visible
33768  (of-object "GtkRuler")
33769  (prop-type "GParamBoolean")
33770  (docs "Whether the widget is visible")
33771  (readable #t)
33772  (writable #t)
33773  (construct-only #f)
33774)
33775
33776(define-property sensitive
33777  (of-object "GtkRuler")
33778  (prop-type "GParamBoolean")
33779  (docs "Whether the widget responds to input")
33780  (readable #t)
33781  (writable #t)
33782  (construct-only #f)
33783)
33784
33785(define-property app-paintable
33786  (of-object "GtkRuler")
33787  (prop-type "GParamBoolean")
33788  (docs "Whether the application will paint directly on the widget")
33789  (readable #t)
33790  (writable #t)
33791  (construct-only #f)
33792)
33793
33794(define-property can-focus
33795  (of-object "GtkRuler")
33796  (prop-type "GParamBoolean")
33797  (docs "Whether the widget can accept the input focus")
33798  (readable #t)
33799  (writable #t)
33800  (construct-only #f)
33801)
33802
33803(define-property has-focus
33804  (of-object "GtkRuler")
33805  (prop-type "GParamBoolean")
33806  (docs "Whether the widget has the input focus")
33807  (readable #t)
33808  (writable #t)
33809  (construct-only #f)
33810)
33811
33812(define-property is-focus
33813  (of-object "GtkRuler")
33814  (prop-type "GParamBoolean")
33815  (docs "Whether the widget is the focus widget within the toplevel")
33816  (readable #t)
33817  (writable #t)
33818  (construct-only #f)
33819)
33820
33821(define-property can-default
33822  (of-object "GtkRuler")
33823  (prop-type "GParamBoolean")
33824  (docs "Whether the widget can be the default widget")
33825  (readable #t)
33826  (writable #t)
33827  (construct-only #f)
33828)
33829
33830(define-property has-default
33831  (of-object "GtkRuler")
33832  (prop-type "GParamBoolean")
33833  (docs "Whether the widget is the default widget")
33834  (readable #t)
33835  (writable #t)
33836  (construct-only #f)
33837)
33838
33839(define-property receives-default
33840  (of-object "GtkRuler")
33841  (prop-type "GParamBoolean")
33842  (docs "If TRUE, the widget will receive the default action when it is focused")
33843  (readable #t)
33844  (writable #t)
33845  (construct-only #f)
33846)
33847
33848(define-property composite-child
33849  (of-object "GtkRuler")
33850  (prop-type "GParamBoolean")
33851  (docs "Whether the widget is part of a composite widget")
33852  (readable #t)
33853  (writable #f)
33854  (construct-only #f)
33855)
33856
33857(define-property style
33858  (of-object "GtkRuler")
33859  (prop-type "GParamObject")
33860  (docs "The style of the widget, which contains information about how it will look (colors etc)")
33861  (readable #t)
33862  (writable #t)
33863  (construct-only #f)
33864)
33865
33866(define-property events
33867  (of-object "GtkRuler")
33868  (prop-type "GParamFlags")
33869  (docs "The event mask that decides what kind of GdkEvents this widget gets")
33870  (readable #t)
33871  (writable #t)
33872  (construct-only #f)
33873)
33874
33875(define-property extension-events
33876  (of-object "GtkRuler")
33877  (prop-type "GParamEnum")
33878  (docs "The mask that decides what kind of extension events this widget gets")
33879  (readable #t)
33880  (writable #t)
33881  (construct-only #f)
33882)
33883
33884(define-property no-show-all
33885  (of-object "GtkRuler")
33886  (prop-type "GParamBoolean")
33887  (docs "Whether gtk_widget_show_all() should not affect this widget")
33888  (readable #t)
33889  (writable #t)
33890  (construct-only #f)
33891)
33892
33893(define-property has-tooltip
33894  (of-object "GtkRuler")
33895  (prop-type "GParamBoolean")
33896  (docs "Whether this widget has a tooltip")
33897  (readable #t)
33898  (writable #t)
33899  (construct-only #f)
33900)
33901
33902(define-property tooltip-markup
33903  (of-object "GtkRuler")
33904  (prop-type "GParamString")
33905  (docs "The contents of the tooltip for this widget")
33906  (readable #t)
33907  (writable #t)
33908  (construct-only #f)
33909)
33910
33911(define-property tooltip-text
33912  (of-object "GtkRuler")
33913  (prop-type "GParamString")
33914  (docs "The contents of the tooltip for this widget")
33915  (readable #t)
33916  (writable #t)
33917  (construct-only #f)
33918)
33919
33920(define-property window
33921  (of-object "GtkRuler")
33922  (prop-type "GParamObject")
33923  (docs "The widget's window if it is realized")
33924  (readable #t)
33925  (writable #f)
33926  (construct-only #f)
33927)
33928
33929(define-property double-buffered
33930  (of-object "GtkRuler")
33931  (prop-type "GParamBoolean")
33932  (docs "Whether or not the widget is double buffered")
33933  (readable #t)
33934  (writable #t)
33935  (construct-only #f)
33936)
33937
33938(define-property lower
33939  (of-object "GtkRuler")
33940  (prop-type "GParamDouble")
33941  (docs "Lower limit of ruler")
33942  (readable #t)
33943  (writable #t)
33944  (construct-only #f)
33945)
33946
33947(define-property upper
33948  (of-object "GtkRuler")
33949  (prop-type "GParamDouble")
33950  (docs "Upper limit of ruler")
33951  (readable #t)
33952  (writable #t)
33953  (construct-only #f)
33954)
33955
33956(define-property position
33957  (of-object "GtkRuler")
33958  (prop-type "GParamDouble")
33959  (docs "Position of mark on the ruler")
33960  (readable #t)
33961  (writable #t)
33962  (construct-only #f)
33963)
33964
33965(define-property max-size
33966  (of-object "GtkRuler")
33967  (prop-type "GParamDouble")
33968  (docs "Maximum size of the ruler")
33969  (readable #t)
33970  (writable #t)
33971  (construct-only #f)
33972)
33973
33974(define-property metric
33975  (of-object "GtkRuler")
33976  (prop-type "GParamEnum")
33977  (docs "The metric used for the ruler")
33978  (readable #t)
33979  (writable #t)
33980  (construct-only #f)
33981)
33982
33983;; From GtkScale
33984
33985(define-signal format-value
33986  (of-object "GtkScale")
33987  (return-type "gchar*")
33988  (when "last")
33989  (parameters
33990    '("gdouble" "p0")
33991  )
33992)
33993
33994(define-property orientation
33995  (of-object "GtkScale")
33996  (prop-type "GParamEnum")
33997  (docs "The orientation of the orientable")
33998  (readable #t)
33999  (writable #t)
34000  (construct-only #f)
34001)
34002
34003(define-property user-data
34004  (of-object "GtkScale")
34005  (prop-type "GParamPointer")
34006  (docs "Anonymous User Data Pointer")
34007  (readable #t)
34008  (writable #t)
34009  (construct-only #f)
34010)
34011
34012(define-property name
34013  (of-object "GtkScale")
34014  (prop-type "GParamString")
34015  (docs "The name of the widget")
34016  (readable #t)
34017  (writable #t)
34018  (construct-only #f)
34019)
34020
34021(define-property parent
34022  (of-object "GtkScale")
34023  (prop-type "GParamObject")
34024  (docs "The parent widget of this widget. Must be a Container widget")
34025  (readable #t)
34026  (writable #t)
34027  (construct-only #f)
34028)
34029
34030(define-property width-request
34031  (of-object "GtkScale")
34032  (prop-type "GParamInt")
34033  (docs "Override for width request of the widget, or -1 if natural request should be used")
34034  (readable #t)
34035  (writable #t)
34036  (construct-only #f)
34037)
34038
34039(define-property height-request
34040  (of-object "GtkScale")
34041  (prop-type "GParamInt")
34042  (docs "Override for height request of the widget, or -1 if natural request should be used")
34043  (readable #t)
34044  (writable #t)
34045  (construct-only #f)
34046)
34047
34048(define-property visible
34049  (of-object "GtkScale")
34050  (prop-type "GParamBoolean")
34051  (docs "Whether the widget is visible")
34052  (readable #t)
34053  (writable #t)
34054  (construct-only #f)
34055)
34056
34057(define-property sensitive
34058  (of-object "GtkScale")
34059  (prop-type "GParamBoolean")
34060  (docs "Whether the widget responds to input")
34061  (readable #t)
34062  (writable #t)
34063  (construct-only #f)
34064)
34065
34066(define-property app-paintable
34067  (of-object "GtkScale")
34068  (prop-type "GParamBoolean")
34069  (docs "Whether the application will paint directly on the widget")
34070  (readable #t)
34071  (writable #t)
34072  (construct-only #f)
34073)
34074
34075(define-property can-focus
34076  (of-object "GtkScale")
34077  (prop-type "GParamBoolean")
34078  (docs "Whether the widget can accept the input focus")
34079  (readable #t)
34080  (writable #t)
34081  (construct-only #f)
34082)
34083
34084(define-property has-focus
34085  (of-object "GtkScale")
34086  (prop-type "GParamBoolean")
34087  (docs "Whether the widget has the input focus")
34088  (readable #t)
34089  (writable #t)
34090  (construct-only #f)
34091)
34092
34093(define-property is-focus
34094  (of-object "GtkScale")
34095  (prop-type "GParamBoolean")
34096  (docs "Whether the widget is the focus widget within the toplevel")
34097  (readable #t)
34098  (writable #t)
34099  (construct-only #f)
34100)
34101
34102(define-property can-default
34103  (of-object "GtkScale")
34104  (prop-type "GParamBoolean")
34105  (docs "Whether the widget can be the default widget")
34106  (readable #t)
34107  (writable #t)
34108  (construct-only #f)
34109)
34110
34111(define-property has-default
34112  (of-object "GtkScale")
34113  (prop-type "GParamBoolean")
34114  (docs "Whether the widget is the default widget")
34115  (readable #t)
34116  (writable #t)
34117  (construct-only #f)
34118)
34119
34120(define-property receives-default
34121  (of-object "GtkScale")
34122  (prop-type "GParamBoolean")
34123  (docs "If TRUE, the widget will receive the default action when it is focused")
34124  (readable #t)
34125  (writable #t)
34126  (construct-only #f)
34127)
34128
34129(define-property composite-child
34130  (of-object "GtkScale")
34131  (prop-type "GParamBoolean")
34132  (docs "Whether the widget is part of a composite widget")
34133  (readable #t)
34134  (writable #f)
34135  (construct-only #f)
34136)
34137
34138(define-property style
34139  (of-object "GtkScale")
34140  (prop-type "GParamObject")
34141  (docs "The style of the widget, which contains information about how it will look (colors etc)")
34142  (readable #t)
34143  (writable #t)
34144  (construct-only #f)
34145)
34146
34147(define-property events
34148  (of-object "GtkScale")
34149  (prop-type "GParamFlags")
34150  (docs "The event mask that decides what kind of GdkEvents this widget gets")
34151  (readable #t)
34152  (writable #t)
34153  (construct-only #f)
34154)
34155
34156(define-property extension-events
34157  (of-object "GtkScale")
34158  (prop-type "GParamEnum")
34159  (docs "The mask that decides what kind of extension events this widget gets")
34160  (readable #t)
34161  (writable #t)
34162  (construct-only #f)
34163)
34164
34165(define-property no-show-all
34166  (of-object "GtkScale")
34167  (prop-type "GParamBoolean")
34168  (docs "Whether gtk_widget_show_all() should not affect this widget")
34169  (readable #t)
34170  (writable #t)
34171  (construct-only #f)
34172)
34173
34174(define-property has-tooltip
34175  (of-object "GtkScale")
34176  (prop-type "GParamBoolean")
34177  (docs "Whether this widget has a tooltip")
34178  (readable #t)
34179  (writable #t)
34180  (construct-only #f)
34181)
34182
34183(define-property tooltip-markup
34184  (of-object "GtkScale")
34185  (prop-type "GParamString")
34186  (docs "The contents of the tooltip for this widget")
34187  (readable #t)
34188  (writable #t)
34189  (construct-only #f)
34190)
34191
34192(define-property tooltip-text
34193  (of-object "GtkScale")
34194  (prop-type "GParamString")
34195  (docs "The contents of the tooltip for this widget")
34196  (readable #t)
34197  (writable #t)
34198  (construct-only #f)
34199)
34200
34201(define-property window
34202  (of-object "GtkScale")
34203  (prop-type "GParamObject")
34204  (docs "The widget's window if it is realized")
34205  (readable #t)
34206  (writable #f)
34207  (construct-only #f)
34208)
34209
34210(define-property double-buffered
34211  (of-object "GtkScale")
34212  (prop-type "GParamBoolean")
34213  (docs "Whether or not the widget is double buffered")
34214  (readable #t)
34215  (writable #t)
34216  (construct-only #f)
34217)
34218
34219(define-property update-policy
34220  (of-object "GtkScale")
34221  (prop-type "GParamEnum")
34222  (docs "How the range should be updated on the screen")
34223  (readable #t)
34224  (writable #t)
34225  (construct-only #f)
34226)
34227
34228(define-property adjustment
34229  (of-object "GtkScale")
34230  (prop-type "GParamObject")
34231  (docs "The GtkAdjustment that contains the current value of this range object")
34232  (readable #t)
34233  (writable #t)
34234  (construct-only #f)
34235)
34236
34237(define-property inverted
34238  (of-object "GtkScale")
34239  (prop-type "GParamBoolean")
34240  (docs "Invert direction slider moves to increase range value")
34241  (readable #t)
34242  (writable #t)
34243  (construct-only #f)
34244)
34245
34246(define-property lower-stepper-sensitivity
34247  (of-object "GtkScale")
34248  (prop-type "GParamEnum")
34249  (docs "The sensitivity policy for the stepper that points to the adjustment's lower side")
34250  (readable #t)
34251  (writable #t)
34252  (construct-only #f)
34253)
34254
34255(define-property upper-stepper-sensitivity
34256  (of-object "GtkScale")
34257  (prop-type "GParamEnum")
34258  (docs "The sensitivity policy for the stepper that points to the adjustment's upper side")
34259  (readable #t)
34260  (writable #t)
34261  (construct-only #f)
34262)
34263
34264(define-property show-fill-level
34265  (of-object "GtkScale")
34266  (prop-type "GParamBoolean")
34267  (docs "Whether to display a fill level indicator graphics on trough.")
34268  (readable #t)
34269  (writable #t)
34270  (construct-only #f)
34271)
34272
34273(define-property restrict-to-fill-level
34274  (of-object "GtkScale")
34275  (prop-type "GParamBoolean")
34276  (docs "Whether to restrict the upper boundary to the fill level.")
34277  (readable #t)
34278  (writable #t)
34279  (construct-only #f)
34280)
34281
34282(define-property fill-level
34283  (of-object "GtkScale")
34284  (prop-type "GParamDouble")
34285  (docs "The fill level.")
34286  (readable #t)
34287  (writable #t)
34288  (construct-only #f)
34289)
34290
34291(define-property digits
34292  (of-object "GtkScale")
34293  (prop-type "GParamInt")
34294  (docs "The number of decimal places that are displayed in the value")
34295  (readable #t)
34296  (writable #t)
34297  (construct-only #f)
34298)
34299
34300(define-property draw-value
34301  (of-object "GtkScale")
34302  (prop-type "GParamBoolean")
34303  (docs "Whether the current value is displayed as a string next to the slider")
34304  (readable #t)
34305  (writable #t)
34306  (construct-only #f)
34307)
34308
34309(define-property value-pos
34310  (of-object "GtkScale")
34311  (prop-type "GParamEnum")
34312  (docs "The position in which the current value is displayed")
34313  (readable #t)
34314  (writable #t)
34315  (construct-only #f)
34316)
34317
34318;; From GtkScaleButton
34319
34320(define-signal value-changed
34321  (of-object "GtkScaleButton")
34322  (return-type "void")
34323  (when "last")
34324  (parameters
34325    '("gdouble" "p0")
34326  )
34327)
34328
34329(define-signal popup
34330  (of-object "GtkScaleButton")
34331  (return-type "void")
34332  (when "last")
34333)
34334
34335(define-signal popdown
34336  (of-object "GtkScaleButton")
34337  (return-type "void")
34338  (when "last")
34339)
34340
34341(define-property orientation
34342  (of-object "GtkScaleButton")
34343  (prop-type "GParamEnum")
34344  (docs "The orientation of the orientable")
34345  (readable #t)
34346  (writable #t)
34347  (construct-only #f)
34348)
34349
34350(define-property related-action
34351  (of-object "GtkScaleButton")
34352  (prop-type "GParamObject")
34353  (docs "The action this activatable will activate and receive updates from")
34354  (readable #t)
34355  (writable #t)
34356  (construct-only #f)
34357)
34358
34359(define-property use-action-appearance
34360  (of-object "GtkScaleButton")
34361  (prop-type "GParamBoolean")
34362  (docs "Whether to use the related actions appearance properties")
34363  (readable #t)
34364  (writable #t)
34365  (construct-only #f)
34366)
34367
34368(define-property user-data
34369  (of-object "GtkScaleButton")
34370  (prop-type "GParamPointer")
34371  (docs "Anonymous User Data Pointer")
34372  (readable #t)
34373  (writable #t)
34374  (construct-only #f)
34375)
34376
34377(define-property name
34378  (of-object "GtkScaleButton")
34379  (prop-type "GParamString")
34380  (docs "The name of the widget")
34381  (readable #t)
34382  (writable #t)
34383  (construct-only #f)
34384)
34385
34386(define-property parent
34387  (of-object "GtkScaleButton")
34388  (prop-type "GParamObject")
34389  (docs "The parent widget of this widget. Must be a Container widget")
34390  (readable #t)
34391  (writable #t)
34392  (construct-only #f)
34393)
34394
34395(define-property width-request
34396  (of-object "GtkScaleButton")
34397  (prop-type "GParamInt")
34398  (docs "Override for width request of the widget, or -1 if natural request should be used")
34399  (readable #t)
34400  (writable #t)
34401  (construct-only #f)
34402)
34403
34404(define-property height-request
34405  (of-object "GtkScaleButton")
34406  (prop-type "GParamInt")
34407  (docs "Override for height request of the widget, or -1 if natural request should be used")
34408  (readable #t)
34409  (writable #t)
34410  (construct-only #f)
34411)
34412
34413(define-property visible
34414  (of-object "GtkScaleButton")
34415  (prop-type "GParamBoolean")
34416  (docs "Whether the widget is visible")
34417  (readable #t)
34418  (writable #t)
34419  (construct-only #f)
34420)
34421
34422(define-property sensitive
34423  (of-object "GtkScaleButton")
34424  (prop-type "GParamBoolean")
34425  (docs "Whether the widget responds to input")
34426  (readable #t)
34427  (writable #t)
34428  (construct-only #f)
34429)
34430
34431(define-property app-paintable
34432  (of-object "GtkScaleButton")
34433  (prop-type "GParamBoolean")
34434  (docs "Whether the application will paint directly on the widget")
34435  (readable #t)
34436  (writable #t)
34437  (construct-only #f)
34438)
34439
34440(define-property can-focus
34441  (of-object "GtkScaleButton")
34442  (prop-type "GParamBoolean")
34443  (docs "Whether the widget can accept the input focus")
34444  (readable #t)
34445  (writable #t)
34446  (construct-only #f)
34447)
34448
34449(define-property has-focus
34450  (of-object "GtkScaleButton")
34451  (prop-type "GParamBoolean")
34452  (docs "Whether the widget has the input focus")
34453  (readable #t)
34454  (writable #t)
34455  (construct-only #f)
34456)
34457
34458(define-property is-focus
34459  (of-object "GtkScaleButton")
34460  (prop-type "GParamBoolean")
34461  (docs "Whether the widget is the focus widget within the toplevel")
34462  (readable #t)
34463  (writable #t)
34464  (construct-only #f)
34465)
34466
34467(define-property can-default
34468  (of-object "GtkScaleButton")
34469  (prop-type "GParamBoolean")
34470  (docs "Whether the widget can be the default widget")
34471  (readable #t)
34472  (writable #t)
34473  (construct-only #f)
34474)
34475
34476(define-property has-default
34477  (of-object "GtkScaleButton")
34478  (prop-type "GParamBoolean")
34479  (docs "Whether the widget is the default widget")
34480  (readable #t)
34481  (writable #t)
34482  (construct-only #f)
34483)
34484
34485(define-property receives-default
34486  (of-object "GtkScaleButton")
34487  (prop-type "GParamBoolean")
34488  (docs "If TRUE, the widget will receive the default action when it is focused")
34489  (readable #t)
34490  (writable #t)
34491  (construct-only #f)
34492)
34493
34494(define-property composite-child
34495  (of-object "GtkScaleButton")
34496  (prop-type "GParamBoolean")
34497  (docs "Whether the widget is part of a composite widget")
34498  (readable #t)
34499  (writable #f)
34500  (construct-only #f)
34501)
34502
34503(define-property style
34504  (of-object "GtkScaleButton")
34505  (prop-type "GParamObject")
34506  (docs "The style of the widget, which contains information about how it will look (colors etc)")
34507  (readable #t)
34508  (writable #t)
34509  (construct-only #f)
34510)
34511
34512(define-property events
34513  (of-object "GtkScaleButton")
34514  (prop-type "GParamFlags")
34515  (docs "The event mask that decides what kind of GdkEvents this widget gets")
34516  (readable #t)
34517  (writable #t)
34518  (construct-only #f)
34519)
34520
34521(define-property extension-events
34522  (of-object "GtkScaleButton")
34523  (prop-type "GParamEnum")
34524  (docs "The mask that decides what kind of extension events this widget gets")
34525  (readable #t)
34526  (writable #t)
34527  (construct-only #f)
34528)
34529
34530(define-property no-show-all
34531  (of-object "GtkScaleButton")
34532  (prop-type "GParamBoolean")
34533  (docs "Whether gtk_widget_show_all() should not affect this widget")
34534  (readable #t)
34535  (writable #t)
34536  (construct-only #f)
34537)
34538
34539(define-property has-tooltip
34540  (of-object "GtkScaleButton")
34541  (prop-type "GParamBoolean")
34542  (docs "Whether this widget has a tooltip")
34543  (readable #t)
34544  (writable #t)
34545  (construct-only #f)
34546)
34547
34548(define-property tooltip-markup
34549  (of-object "GtkScaleButton")
34550  (prop-type "GParamString")
34551  (docs "The contents of the tooltip for this widget")
34552  (readable #t)
34553  (writable #t)
34554  (construct-only #f)
34555)
34556
34557(define-property tooltip-text
34558  (of-object "GtkScaleButton")
34559  (prop-type "GParamString")
34560  (docs "The contents of the tooltip for this widget")
34561  (readable #t)
34562  (writable #t)
34563  (construct-only #f)
34564)
34565
34566(define-property window
34567  (of-object "GtkScaleButton")
34568  (prop-type "GParamObject")
34569  (docs "The widget's window if it is realized")
34570  (readable #t)
34571  (writable #f)
34572  (construct-only #f)
34573)
34574
34575(define-property double-buffered
34576  (of-object "GtkScaleButton")
34577  (prop-type "GParamBoolean")
34578  (docs "Whether or not the widget is double buffered")
34579  (readable #t)
34580  (writable #t)
34581  (construct-only #f)
34582)
34583
34584(define-property border-width
34585  (of-object "GtkScaleButton")
34586  (prop-type "GParamUInt")
34587  (docs "The width of the empty border outside the containers children")
34588  (readable #t)
34589  (writable #t)
34590  (construct-only #f)
34591)
34592
34593(define-property resize-mode
34594  (of-object "GtkScaleButton")
34595  (prop-type "GParamEnum")
34596  (docs "Specify how resize events are handled")
34597  (readable #t)
34598  (writable #t)
34599  (construct-only #f)
34600)
34601
34602(define-property child
34603  (of-object "GtkScaleButton")
34604  (prop-type "GParamObject")
34605  (docs "Can be used to add a new child to the container")
34606  (readable #f)
34607  (writable #t)
34608  (construct-only #f)
34609)
34610
34611(define-property label
34612  (of-object "GtkScaleButton")
34613  (prop-type "GParamString")
34614  (docs "Text of the label widget inside the button, if the button contains a label widget")
34615  (readable #t)
34616  (writable #t)
34617  (construct-only #f)
34618)
34619
34620(define-property image
34621  (of-object "GtkScaleButton")
34622  (prop-type "GParamObject")
34623  (docs "Child widget to appear next to the button text")
34624  (readable #t)
34625  (writable #t)
34626  (construct-only #f)
34627)
34628
34629(define-property relief
34630  (of-object "GtkScaleButton")
34631  (prop-type "GParamEnum")
34632  (docs "The border relief style")
34633  (readable #t)
34634  (writable #t)
34635  (construct-only #f)
34636)
34637
34638(define-property use-underline
34639  (of-object "GtkScaleButton")
34640  (prop-type "GParamBoolean")
34641  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
34642  (readable #t)
34643  (writable #t)
34644  (construct-only #f)
34645)
34646
34647(define-property use-stock
34648  (of-object "GtkScaleButton")
34649  (prop-type "GParamBoolean")
34650  (docs "If set, the label is used to pick a stock item instead of being displayed")
34651  (readable #t)
34652  (writable #t)
34653  (construct-only #f)
34654)
34655
34656(define-property focus-on-click
34657  (of-object "GtkScaleButton")
34658  (prop-type "GParamBoolean")
34659  (docs "Whether the button grabs focus when it is clicked with the mouse")
34660  (readable #t)
34661  (writable #t)
34662  (construct-only #f)
34663)
34664
34665(define-property xalign
34666  (of-object "GtkScaleButton")
34667  (prop-type "GParamFloat")
34668  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
34669  (readable #t)
34670  (writable #t)
34671  (construct-only #f)
34672)
34673
34674(define-property yalign
34675  (of-object "GtkScaleButton")
34676  (prop-type "GParamFloat")
34677  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
34678  (readable #t)
34679  (writable #t)
34680  (construct-only #f)
34681)
34682
34683(define-property image-position
34684  (of-object "GtkScaleButton")
34685  (prop-type "GParamEnum")
34686  (docs "The position of the image relative to the text")
34687  (readable #t)
34688  (writable #t)
34689  (construct-only #f)
34690)
34691
34692(define-property value
34693  (of-object "GtkScaleButton")
34694  (prop-type "GParamDouble")
34695  (docs "The value of the scale")
34696  (readable #t)
34697  (writable #t)
34698  (construct-only #f)
34699)
34700
34701(define-property size
34702  (of-object "GtkScaleButton")
34703  (prop-type "GParamEnum")
34704  (docs "The icon size")
34705  (readable #t)
34706  (writable #t)
34707  (construct-only #f)
34708)
34709
34710(define-property adjustment
34711  (of-object "GtkScaleButton")
34712  (prop-type "GParamObject")
34713  (docs "The GtkAdjustment that contains the current value of this scale button object")
34714  (readable #t)
34715  (writable #t)
34716  (construct-only #f)
34717)
34718
34719(define-property icons
34720  (of-object "GtkScaleButton")
34721  (prop-type "GParamBoxed")
34722  (docs "List of icon names")
34723  (readable #t)
34724  (writable #t)
34725  (construct-only #f)
34726)
34727
34728;; From GtkScrollbar
34729
34730(define-property orientation
34731  (of-object "GtkScrollbar")
34732  (prop-type "GParamEnum")
34733  (docs "The orientation of the orientable")
34734  (readable #t)
34735  (writable #t)
34736  (construct-only #f)
34737)
34738
34739(define-property user-data
34740  (of-object "GtkScrollbar")
34741  (prop-type "GParamPointer")
34742  (docs "Anonymous User Data Pointer")
34743  (readable #t)
34744  (writable #t)
34745  (construct-only #f)
34746)
34747
34748(define-property name
34749  (of-object "GtkScrollbar")
34750  (prop-type "GParamString")
34751  (docs "The name of the widget")
34752  (readable #t)
34753  (writable #t)
34754  (construct-only #f)
34755)
34756
34757(define-property parent
34758  (of-object "GtkScrollbar")
34759  (prop-type "GParamObject")
34760  (docs "The parent widget of this widget. Must be a Container widget")
34761  (readable #t)
34762  (writable #t)
34763  (construct-only #f)
34764)
34765
34766(define-property width-request
34767  (of-object "GtkScrollbar")
34768  (prop-type "GParamInt")
34769  (docs "Override for width request of the widget, or -1 if natural request should be used")
34770  (readable #t)
34771  (writable #t)
34772  (construct-only #f)
34773)
34774
34775(define-property height-request
34776  (of-object "GtkScrollbar")
34777  (prop-type "GParamInt")
34778  (docs "Override for height request of the widget, or -1 if natural request should be used")
34779  (readable #t)
34780  (writable #t)
34781  (construct-only #f)
34782)
34783
34784(define-property visible
34785  (of-object "GtkScrollbar")
34786  (prop-type "GParamBoolean")
34787  (docs "Whether the widget is visible")
34788  (readable #t)
34789  (writable #t)
34790  (construct-only #f)
34791)
34792
34793(define-property sensitive
34794  (of-object "GtkScrollbar")
34795  (prop-type "GParamBoolean")
34796  (docs "Whether the widget responds to input")
34797  (readable #t)
34798  (writable #t)
34799  (construct-only #f)
34800)
34801
34802(define-property app-paintable
34803  (of-object "GtkScrollbar")
34804  (prop-type "GParamBoolean")
34805  (docs "Whether the application will paint directly on the widget")
34806  (readable #t)
34807  (writable #t)
34808  (construct-only #f)
34809)
34810
34811(define-property can-focus
34812  (of-object "GtkScrollbar")
34813  (prop-type "GParamBoolean")
34814  (docs "Whether the widget can accept the input focus")
34815  (readable #t)
34816  (writable #t)
34817  (construct-only #f)
34818)
34819
34820(define-property has-focus
34821  (of-object "GtkScrollbar")
34822  (prop-type "GParamBoolean")
34823  (docs "Whether the widget has the input focus")
34824  (readable #t)
34825  (writable #t)
34826  (construct-only #f)
34827)
34828
34829(define-property is-focus
34830  (of-object "GtkScrollbar")
34831  (prop-type "GParamBoolean")
34832  (docs "Whether the widget is the focus widget within the toplevel")
34833  (readable #t)
34834  (writable #t)
34835  (construct-only #f)
34836)
34837
34838(define-property can-default
34839  (of-object "GtkScrollbar")
34840  (prop-type "GParamBoolean")
34841  (docs "Whether the widget can be the default widget")
34842  (readable #t)
34843  (writable #t)
34844  (construct-only #f)
34845)
34846
34847(define-property has-default
34848  (of-object "GtkScrollbar")
34849  (prop-type "GParamBoolean")
34850  (docs "Whether the widget is the default widget")
34851  (readable #t)
34852  (writable #t)
34853  (construct-only #f)
34854)
34855
34856(define-property receives-default
34857  (of-object "GtkScrollbar")
34858  (prop-type "GParamBoolean")
34859  (docs "If TRUE, the widget will receive the default action when it is focused")
34860  (readable #t)
34861  (writable #t)
34862  (construct-only #f)
34863)
34864
34865(define-property composite-child
34866  (of-object "GtkScrollbar")
34867  (prop-type "GParamBoolean")
34868  (docs "Whether the widget is part of a composite widget")
34869  (readable #t)
34870  (writable #f)
34871  (construct-only #f)
34872)
34873
34874(define-property style
34875  (of-object "GtkScrollbar")
34876  (prop-type "GParamObject")
34877  (docs "The style of the widget, which contains information about how it will look (colors etc)")
34878  (readable #t)
34879  (writable #t)
34880  (construct-only #f)
34881)
34882
34883(define-property events
34884  (of-object "GtkScrollbar")
34885  (prop-type "GParamFlags")
34886  (docs "The event mask that decides what kind of GdkEvents this widget gets")
34887  (readable #t)
34888  (writable #t)
34889  (construct-only #f)
34890)
34891
34892(define-property extension-events
34893  (of-object "GtkScrollbar")
34894  (prop-type "GParamEnum")
34895  (docs "The mask that decides what kind of extension events this widget gets")
34896  (readable #t)
34897  (writable #t)
34898  (construct-only #f)
34899)
34900
34901(define-property no-show-all
34902  (of-object "GtkScrollbar")
34903  (prop-type "GParamBoolean")
34904  (docs "Whether gtk_widget_show_all() should not affect this widget")
34905  (readable #t)
34906  (writable #t)
34907  (construct-only #f)
34908)
34909
34910(define-property has-tooltip
34911  (of-object "GtkScrollbar")
34912  (prop-type "GParamBoolean")
34913  (docs "Whether this widget has a tooltip")
34914  (readable #t)
34915  (writable #t)
34916  (construct-only #f)
34917)
34918
34919(define-property tooltip-markup
34920  (of-object "GtkScrollbar")
34921  (prop-type "GParamString")
34922  (docs "The contents of the tooltip for this widget")
34923  (readable #t)
34924  (writable #t)
34925  (construct-only #f)
34926)
34927
34928(define-property tooltip-text
34929  (of-object "GtkScrollbar")
34930  (prop-type "GParamString")
34931  (docs "The contents of the tooltip for this widget")
34932  (readable #t)
34933  (writable #t)
34934  (construct-only #f)
34935)
34936
34937(define-property window
34938  (of-object "GtkScrollbar")
34939  (prop-type "GParamObject")
34940  (docs "The widget's window if it is realized")
34941  (readable #t)
34942  (writable #f)
34943  (construct-only #f)
34944)
34945
34946(define-property double-buffered
34947  (of-object "GtkScrollbar")
34948  (prop-type "GParamBoolean")
34949  (docs "Whether or not the widget is double buffered")
34950  (readable #t)
34951  (writable #t)
34952  (construct-only #f)
34953)
34954
34955(define-property update-policy
34956  (of-object "GtkScrollbar")
34957  (prop-type "GParamEnum")
34958  (docs "How the range should be updated on the screen")
34959  (readable #t)
34960  (writable #t)
34961  (construct-only #f)
34962)
34963
34964(define-property adjustment
34965  (of-object "GtkScrollbar")
34966  (prop-type "GParamObject")
34967  (docs "The GtkAdjustment that contains the current value of this range object")
34968  (readable #t)
34969  (writable #t)
34970  (construct-only #f)
34971)
34972
34973(define-property inverted
34974  (of-object "GtkScrollbar")
34975  (prop-type "GParamBoolean")
34976  (docs "Invert direction slider moves to increase range value")
34977  (readable #t)
34978  (writable #t)
34979  (construct-only #f)
34980)
34981
34982(define-property lower-stepper-sensitivity
34983  (of-object "GtkScrollbar")
34984  (prop-type "GParamEnum")
34985  (docs "The sensitivity policy for the stepper that points to the adjustment's lower side")
34986  (readable #t)
34987  (writable #t)
34988  (construct-only #f)
34989)
34990
34991(define-property upper-stepper-sensitivity
34992  (of-object "GtkScrollbar")
34993  (prop-type "GParamEnum")
34994  (docs "The sensitivity policy for the stepper that points to the adjustment's upper side")
34995  (readable #t)
34996  (writable #t)
34997  (construct-only #f)
34998)
34999
35000(define-property show-fill-level
35001  (of-object "GtkScrollbar")
35002  (prop-type "GParamBoolean")
35003  (docs "Whether to display a fill level indicator graphics on trough.")
35004  (readable #t)
35005  (writable #t)
35006  (construct-only #f)
35007)
35008
35009(define-property restrict-to-fill-level
35010  (of-object "GtkScrollbar")
35011  (prop-type "GParamBoolean")
35012  (docs "Whether to restrict the upper boundary to the fill level.")
35013  (readable #t)
35014  (writable #t)
35015  (construct-only #f)
35016)
35017
35018(define-property fill-level
35019  (of-object "GtkScrollbar")
35020  (prop-type "GParamDouble")
35021  (docs "The fill level.")
35022  (readable #t)
35023  (writable #t)
35024  (construct-only #f)
35025)
35026
35027;; From GtkScrolledWindow
35028
35029(define-signal move-focus-out
35030  (of-object "GtkScrolledWindow")
35031  (return-type "void")
35032  (when "last")
35033  (parameters
35034    '("GtkDirectionType" "p0")
35035  )
35036)
35037
35038(define-signal scroll-child
35039  (of-object "GtkScrolledWindow")
35040  (return-type "gboolean")
35041  (when "last")
35042  (parameters
35043    '("GtkScrollType" "p0")
35044    '("gboolean" "p1")
35045  )
35046)
35047
35048(define-property user-data
35049  (of-object "GtkScrolledWindow")
35050  (prop-type "GParamPointer")
35051  (docs "Anonymous User Data Pointer")
35052  (readable #t)
35053  (writable #t)
35054  (construct-only #f)
35055)
35056
35057(define-property name
35058  (of-object "GtkScrolledWindow")
35059  (prop-type "GParamString")
35060  (docs "The name of the widget")
35061  (readable #t)
35062  (writable #t)
35063  (construct-only #f)
35064)
35065
35066(define-property parent
35067  (of-object "GtkScrolledWindow")
35068  (prop-type "GParamObject")
35069  (docs "The parent widget of this widget. Must be a Container widget")
35070  (readable #t)
35071  (writable #t)
35072  (construct-only #f)
35073)
35074
35075(define-property width-request
35076  (of-object "GtkScrolledWindow")
35077  (prop-type "GParamInt")
35078  (docs "Override for width request of the widget, or -1 if natural request should be used")
35079  (readable #t)
35080  (writable #t)
35081  (construct-only #f)
35082)
35083
35084(define-property height-request
35085  (of-object "GtkScrolledWindow")
35086  (prop-type "GParamInt")
35087  (docs "Override for height request of the widget, or -1 if natural request should be used")
35088  (readable #t)
35089  (writable #t)
35090  (construct-only #f)
35091)
35092
35093(define-property visible
35094  (of-object "GtkScrolledWindow")
35095  (prop-type "GParamBoolean")
35096  (docs "Whether the widget is visible")
35097  (readable #t)
35098  (writable #t)
35099  (construct-only #f)
35100)
35101
35102(define-property sensitive
35103  (of-object "GtkScrolledWindow")
35104  (prop-type "GParamBoolean")
35105  (docs "Whether the widget responds to input")
35106  (readable #t)
35107  (writable #t)
35108  (construct-only #f)
35109)
35110
35111(define-property app-paintable
35112  (of-object "GtkScrolledWindow")
35113  (prop-type "GParamBoolean")
35114  (docs "Whether the application will paint directly on the widget")
35115  (readable #t)
35116  (writable #t)
35117  (construct-only #f)
35118)
35119
35120(define-property can-focus
35121  (of-object "GtkScrolledWindow")
35122  (prop-type "GParamBoolean")
35123  (docs "Whether the widget can accept the input focus")
35124  (readable #t)
35125  (writable #t)
35126  (construct-only #f)
35127)
35128
35129(define-property has-focus
35130  (of-object "GtkScrolledWindow")
35131  (prop-type "GParamBoolean")
35132  (docs "Whether the widget has the input focus")
35133  (readable #t)
35134  (writable #t)
35135  (construct-only #f)
35136)
35137
35138(define-property is-focus
35139  (of-object "GtkScrolledWindow")
35140  (prop-type "GParamBoolean")
35141  (docs "Whether the widget is the focus widget within the toplevel")
35142  (readable #t)
35143  (writable #t)
35144  (construct-only #f)
35145)
35146
35147(define-property can-default
35148  (of-object "GtkScrolledWindow")
35149  (prop-type "GParamBoolean")
35150  (docs "Whether the widget can be the default widget")
35151  (readable #t)
35152  (writable #t)
35153  (construct-only #f)
35154)
35155
35156(define-property has-default
35157  (of-object "GtkScrolledWindow")
35158  (prop-type "GParamBoolean")
35159  (docs "Whether the widget is the default widget")
35160  (readable #t)
35161  (writable #t)
35162  (construct-only #f)
35163)
35164
35165(define-property receives-default
35166  (of-object "GtkScrolledWindow")
35167  (prop-type "GParamBoolean")
35168  (docs "If TRUE, the widget will receive the default action when it is focused")
35169  (readable #t)
35170  (writable #t)
35171  (construct-only #f)
35172)
35173
35174(define-property composite-child
35175  (of-object "GtkScrolledWindow")
35176  (prop-type "GParamBoolean")
35177  (docs "Whether the widget is part of a composite widget")
35178  (readable #t)
35179  (writable #f)
35180  (construct-only #f)
35181)
35182
35183(define-property style
35184  (of-object "GtkScrolledWindow")
35185  (prop-type "GParamObject")
35186  (docs "The style of the widget, which contains information about how it will look (colors etc)")
35187  (readable #t)
35188  (writable #t)
35189  (construct-only #f)
35190)
35191
35192(define-property events
35193  (of-object "GtkScrolledWindow")
35194  (prop-type "GParamFlags")
35195  (docs "The event mask that decides what kind of GdkEvents this widget gets")
35196  (readable #t)
35197  (writable #t)
35198  (construct-only #f)
35199)
35200
35201(define-property extension-events
35202  (of-object "GtkScrolledWindow")
35203  (prop-type "GParamEnum")
35204  (docs "The mask that decides what kind of extension events this widget gets")
35205  (readable #t)
35206  (writable #t)
35207  (construct-only #f)
35208)
35209
35210(define-property no-show-all
35211  (of-object "GtkScrolledWindow")
35212  (prop-type "GParamBoolean")
35213  (docs "Whether gtk_widget_show_all() should not affect this widget")
35214  (readable #t)
35215  (writable #t)
35216  (construct-only #f)
35217)
35218
35219(define-property has-tooltip
35220  (of-object "GtkScrolledWindow")
35221  (prop-type "GParamBoolean")
35222  (docs "Whether this widget has a tooltip")
35223  (readable #t)
35224  (writable #t)
35225  (construct-only #f)
35226)
35227
35228(define-property tooltip-markup
35229  (of-object "GtkScrolledWindow")
35230  (prop-type "GParamString")
35231  (docs "The contents of the tooltip for this widget")
35232  (readable #t)
35233  (writable #t)
35234  (construct-only #f)
35235)
35236
35237(define-property tooltip-text
35238  (of-object "GtkScrolledWindow")
35239  (prop-type "GParamString")
35240  (docs "The contents of the tooltip for this widget")
35241  (readable #t)
35242  (writable #t)
35243  (construct-only #f)
35244)
35245
35246(define-property window
35247  (of-object "GtkScrolledWindow")
35248  (prop-type "GParamObject")
35249  (docs "The widget's window if it is realized")
35250  (readable #t)
35251  (writable #f)
35252  (construct-only #f)
35253)
35254
35255(define-property double-buffered
35256  (of-object "GtkScrolledWindow")
35257  (prop-type "GParamBoolean")
35258  (docs "Whether or not the widget is double buffered")
35259  (readable #t)
35260  (writable #t)
35261  (construct-only #f)
35262)
35263
35264(define-property border-width
35265  (of-object "GtkScrolledWindow")
35266  (prop-type "GParamUInt")
35267  (docs "The width of the empty border outside the containers children")
35268  (readable #t)
35269  (writable #t)
35270  (construct-only #f)
35271)
35272
35273(define-property resize-mode
35274  (of-object "GtkScrolledWindow")
35275  (prop-type "GParamEnum")
35276  (docs "Specify how resize events are handled")
35277  (readable #t)
35278  (writable #t)
35279  (construct-only #f)
35280)
35281
35282(define-property child
35283  (of-object "GtkScrolledWindow")
35284  (prop-type "GParamObject")
35285  (docs "Can be used to add a new child to the container")
35286  (readable #f)
35287  (writable #t)
35288  (construct-only #f)
35289)
35290
35291(define-property hadjustment
35292  (of-object "GtkScrolledWindow")
35293  (prop-type "GParamObject")
35294  (docs "The GtkAdjustment for the horizontal position")
35295  (readable #t)
35296  (writable #t)
35297  (construct-only #f)
35298)
35299
35300(define-property vadjustment
35301  (of-object "GtkScrolledWindow")
35302  (prop-type "GParamObject")
35303  (docs "The GtkAdjustment for the vertical position")
35304  (readable #t)
35305  (writable #t)
35306  (construct-only #f)
35307)
35308
35309(define-property hscrollbar-policy
35310  (of-object "GtkScrolledWindow")
35311  (prop-type "GParamEnum")
35312  (docs "When the horizontal scrollbar is displayed")
35313  (readable #t)
35314  (writable #t)
35315  (construct-only #f)
35316)
35317
35318(define-property vscrollbar-policy
35319  (of-object "GtkScrolledWindow")
35320  (prop-type "GParamEnum")
35321  (docs "When the vertical scrollbar is displayed")
35322  (readable #t)
35323  (writable #t)
35324  (construct-only #f)
35325)
35326
35327(define-property window-placement
35328  (of-object "GtkScrolledWindow")
35329  (prop-type "GParamEnum")
35330  (docs "Where the contents are located with respect to the scrollbars. This property only takes effect if 'window-placement-set' is TRUE.")
35331  (readable #t)
35332  (writable #t)
35333  (construct-only #f)
35334)
35335
35336(define-property window-placement-set
35337  (of-object "GtkScrolledWindow")
35338  (prop-type "GParamBoolean")
35339  (docs "Whether 'window-placement' should be used to determine the location of the contents with respect to the scrollbars.")
35340  (readable #t)
35341  (writable #t)
35342  (construct-only #f)
35343)
35344
35345(define-property shadow-type
35346  (of-object "GtkScrolledWindow")
35347  (prop-type "GParamEnum")
35348  (docs "Style of bevel around the contents")
35349  (readable #t)
35350  (writable #t)
35351  (construct-only #f)
35352)
35353
35354;; From GtkSeparator
35355
35356(define-property orientation
35357  (of-object "GtkSeparator")
35358  (prop-type "GParamEnum")
35359  (docs "The orientation of the orientable")
35360  (readable #t)
35361  (writable #t)
35362  (construct-only #f)
35363)
35364
35365(define-property user-data
35366  (of-object "GtkSeparator")
35367  (prop-type "GParamPointer")
35368  (docs "Anonymous User Data Pointer")
35369  (readable #t)
35370  (writable #t)
35371  (construct-only #f)
35372)
35373
35374(define-property name
35375  (of-object "GtkSeparator")
35376  (prop-type "GParamString")
35377  (docs "The name of the widget")
35378  (readable #t)
35379  (writable #t)
35380  (construct-only #f)
35381)
35382
35383(define-property parent
35384  (of-object "GtkSeparator")
35385  (prop-type "GParamObject")
35386  (docs "The parent widget of this widget. Must be a Container widget")
35387  (readable #t)
35388  (writable #t)
35389  (construct-only #f)
35390)
35391
35392(define-property width-request
35393  (of-object "GtkSeparator")
35394  (prop-type "GParamInt")
35395  (docs "Override for width request of the widget, or -1 if natural request should be used")
35396  (readable #t)
35397  (writable #t)
35398  (construct-only #f)
35399)
35400
35401(define-property height-request
35402  (of-object "GtkSeparator")
35403  (prop-type "GParamInt")
35404  (docs "Override for height request of the widget, or -1 if natural request should be used")
35405  (readable #t)
35406  (writable #t)
35407  (construct-only #f)
35408)
35409
35410(define-property visible
35411  (of-object "GtkSeparator")
35412  (prop-type "GParamBoolean")
35413  (docs "Whether the widget is visible")
35414  (readable #t)
35415  (writable #t)
35416  (construct-only #f)
35417)
35418
35419(define-property sensitive
35420  (of-object "GtkSeparator")
35421  (prop-type "GParamBoolean")
35422  (docs "Whether the widget responds to input")
35423  (readable #t)
35424  (writable #t)
35425  (construct-only #f)
35426)
35427
35428(define-property app-paintable
35429  (of-object "GtkSeparator")
35430  (prop-type "GParamBoolean")
35431  (docs "Whether the application will paint directly on the widget")
35432  (readable #t)
35433  (writable #t)
35434  (construct-only #f)
35435)
35436
35437(define-property can-focus
35438  (of-object "GtkSeparator")
35439  (prop-type "GParamBoolean")
35440  (docs "Whether the widget can accept the input focus")
35441  (readable #t)
35442  (writable #t)
35443  (construct-only #f)
35444)
35445
35446(define-property has-focus
35447  (of-object "GtkSeparator")
35448  (prop-type "GParamBoolean")
35449  (docs "Whether the widget has the input focus")
35450  (readable #t)
35451  (writable #t)
35452  (construct-only #f)
35453)
35454
35455(define-property is-focus
35456  (of-object "GtkSeparator")
35457  (prop-type "GParamBoolean")
35458  (docs "Whether the widget is the focus widget within the toplevel")
35459  (readable #t)
35460  (writable #t)
35461  (construct-only #f)
35462)
35463
35464(define-property can-default
35465  (of-object "GtkSeparator")
35466  (prop-type "GParamBoolean")
35467  (docs "Whether the widget can be the default widget")
35468  (readable #t)
35469  (writable #t)
35470  (construct-only #f)
35471)
35472
35473(define-property has-default
35474  (of-object "GtkSeparator")
35475  (prop-type "GParamBoolean")
35476  (docs "Whether the widget is the default widget")
35477  (readable #t)
35478  (writable #t)
35479  (construct-only #f)
35480)
35481
35482(define-property receives-default
35483  (of-object "GtkSeparator")
35484  (prop-type "GParamBoolean")
35485  (docs "If TRUE, the widget will receive the default action when it is focused")
35486  (readable #t)
35487  (writable #t)
35488  (construct-only #f)
35489)
35490
35491(define-property composite-child
35492  (of-object "GtkSeparator")
35493  (prop-type "GParamBoolean")
35494  (docs "Whether the widget is part of a composite widget")
35495  (readable #t)
35496  (writable #f)
35497  (construct-only #f)
35498)
35499
35500(define-property style
35501  (of-object "GtkSeparator")
35502  (prop-type "GParamObject")
35503  (docs "The style of the widget, which contains information about how it will look (colors etc)")
35504  (readable #t)
35505  (writable #t)
35506  (construct-only #f)
35507)
35508
35509(define-property events
35510  (of-object "GtkSeparator")
35511  (prop-type "GParamFlags")
35512  (docs "The event mask that decides what kind of GdkEvents this widget gets")
35513  (readable #t)
35514  (writable #t)
35515  (construct-only #f)
35516)
35517
35518(define-property extension-events
35519  (of-object "GtkSeparator")
35520  (prop-type "GParamEnum")
35521  (docs "The mask that decides what kind of extension events this widget gets")
35522  (readable #t)
35523  (writable #t)
35524  (construct-only #f)
35525)
35526
35527(define-property no-show-all
35528  (of-object "GtkSeparator")
35529  (prop-type "GParamBoolean")
35530  (docs "Whether gtk_widget_show_all() should not affect this widget")
35531  (readable #t)
35532  (writable #t)
35533  (construct-only #f)
35534)
35535
35536(define-property has-tooltip
35537  (of-object "GtkSeparator")
35538  (prop-type "GParamBoolean")
35539  (docs "Whether this widget has a tooltip")
35540  (readable #t)
35541  (writable #t)
35542  (construct-only #f)
35543)
35544
35545(define-property tooltip-markup
35546  (of-object "GtkSeparator")
35547  (prop-type "GParamString")
35548  (docs "The contents of the tooltip for this widget")
35549  (readable #t)
35550  (writable #t)
35551  (construct-only #f)
35552)
35553
35554(define-property tooltip-text
35555  (of-object "GtkSeparator")
35556  (prop-type "GParamString")
35557  (docs "The contents of the tooltip for this widget")
35558  (readable #t)
35559  (writable #t)
35560  (construct-only #f)
35561)
35562
35563(define-property window
35564  (of-object "GtkSeparator")
35565  (prop-type "GParamObject")
35566  (docs "The widget's window if it is realized")
35567  (readable #t)
35568  (writable #f)
35569  (construct-only #f)
35570)
35571
35572(define-property double-buffered
35573  (of-object "GtkSeparator")
35574  (prop-type "GParamBoolean")
35575  (docs "Whether or not the widget is double buffered")
35576  (readable #t)
35577  (writable #t)
35578  (construct-only #f)
35579)
35580
35581;; From GtkSeparatorToolItem
35582
35583(define-property related-action
35584  (of-object "GtkSeparatorToolItem")
35585  (prop-type "GParamObject")
35586  (docs "The action this activatable will activate and receive updates from")
35587  (readable #t)
35588  (writable #t)
35589  (construct-only #f)
35590)
35591
35592(define-property use-action-appearance
35593  (of-object "GtkSeparatorToolItem")
35594  (prop-type "GParamBoolean")
35595  (docs "Whether to use the related actions appearance properties")
35596  (readable #t)
35597  (writable #t)
35598  (construct-only #f)
35599)
35600
35601(define-property user-data
35602  (of-object "GtkSeparatorToolItem")
35603  (prop-type "GParamPointer")
35604  (docs "Anonymous User Data Pointer")
35605  (readable #t)
35606  (writable #t)
35607  (construct-only #f)
35608)
35609
35610(define-property name
35611  (of-object "GtkSeparatorToolItem")
35612  (prop-type "GParamString")
35613  (docs "The name of the widget")
35614  (readable #t)
35615  (writable #t)
35616  (construct-only #f)
35617)
35618
35619(define-property parent
35620  (of-object "GtkSeparatorToolItem")
35621  (prop-type "GParamObject")
35622  (docs "The parent widget of this widget. Must be a Container widget")
35623  (readable #t)
35624  (writable #t)
35625  (construct-only #f)
35626)
35627
35628(define-property width-request
35629  (of-object "GtkSeparatorToolItem")
35630  (prop-type "GParamInt")
35631  (docs "Override for width request of the widget, or -1 if natural request should be used")
35632  (readable #t)
35633  (writable #t)
35634  (construct-only #f)
35635)
35636
35637(define-property height-request
35638  (of-object "GtkSeparatorToolItem")
35639  (prop-type "GParamInt")
35640  (docs "Override for height request of the widget, or -1 if natural request should be used")
35641  (readable #t)
35642  (writable #t)
35643  (construct-only #f)
35644)
35645
35646(define-property visible
35647  (of-object "GtkSeparatorToolItem")
35648  (prop-type "GParamBoolean")
35649  (docs "Whether the widget is visible")
35650  (readable #t)
35651  (writable #t)
35652  (construct-only #f)
35653)
35654
35655(define-property sensitive
35656  (of-object "GtkSeparatorToolItem")
35657  (prop-type "GParamBoolean")
35658  (docs "Whether the widget responds to input")
35659  (readable #t)
35660  (writable #t)
35661  (construct-only #f)
35662)
35663
35664(define-property app-paintable
35665  (of-object "GtkSeparatorToolItem")
35666  (prop-type "GParamBoolean")
35667  (docs "Whether the application will paint directly on the widget")
35668  (readable #t)
35669  (writable #t)
35670  (construct-only #f)
35671)
35672
35673(define-property can-focus
35674  (of-object "GtkSeparatorToolItem")
35675  (prop-type "GParamBoolean")
35676  (docs "Whether the widget can accept the input focus")
35677  (readable #t)
35678  (writable #t)
35679  (construct-only #f)
35680)
35681
35682(define-property has-focus
35683  (of-object "GtkSeparatorToolItem")
35684  (prop-type "GParamBoolean")
35685  (docs "Whether the widget has the input focus")
35686  (readable #t)
35687  (writable #t)
35688  (construct-only #f)
35689)
35690
35691(define-property is-focus
35692  (of-object "GtkSeparatorToolItem")
35693  (prop-type "GParamBoolean")
35694  (docs "Whether the widget is the focus widget within the toplevel")
35695  (readable #t)
35696  (writable #t)
35697  (construct-only #f)
35698)
35699
35700(define-property can-default
35701  (of-object "GtkSeparatorToolItem")
35702  (prop-type "GParamBoolean")
35703  (docs "Whether the widget can be the default widget")
35704  (readable #t)
35705  (writable #t)
35706  (construct-only #f)
35707)
35708
35709(define-property has-default
35710  (of-object "GtkSeparatorToolItem")
35711  (prop-type "GParamBoolean")
35712  (docs "Whether the widget is the default widget")
35713  (readable #t)
35714  (writable #t)
35715  (construct-only #f)
35716)
35717
35718(define-property receives-default
35719  (of-object "GtkSeparatorToolItem")
35720  (prop-type "GParamBoolean")
35721  (docs "If TRUE, the widget will receive the default action when it is focused")
35722  (readable #t)
35723  (writable #t)
35724  (construct-only #f)
35725)
35726
35727(define-property composite-child
35728  (of-object "GtkSeparatorToolItem")
35729  (prop-type "GParamBoolean")
35730  (docs "Whether the widget is part of a composite widget")
35731  (readable #t)
35732  (writable #f)
35733  (construct-only #f)
35734)
35735
35736(define-property style
35737  (of-object "GtkSeparatorToolItem")
35738  (prop-type "GParamObject")
35739  (docs "The style of the widget, which contains information about how it will look (colors etc)")
35740  (readable #t)
35741  (writable #t)
35742  (construct-only #f)
35743)
35744
35745(define-property events
35746  (of-object "GtkSeparatorToolItem")
35747  (prop-type "GParamFlags")
35748  (docs "The event mask that decides what kind of GdkEvents this widget gets")
35749  (readable #t)
35750  (writable #t)
35751  (construct-only #f)
35752)
35753
35754(define-property extension-events
35755  (of-object "GtkSeparatorToolItem")
35756  (prop-type "GParamEnum")
35757  (docs "The mask that decides what kind of extension events this widget gets")
35758  (readable #t)
35759  (writable #t)
35760  (construct-only #f)
35761)
35762
35763(define-property no-show-all
35764  (of-object "GtkSeparatorToolItem")
35765  (prop-type "GParamBoolean")
35766  (docs "Whether gtk_widget_show_all() should not affect this widget")
35767  (readable #t)
35768  (writable #t)
35769  (construct-only #f)
35770)
35771
35772(define-property has-tooltip
35773  (of-object "GtkSeparatorToolItem")
35774  (prop-type "GParamBoolean")
35775  (docs "Whether this widget has a tooltip")
35776  (readable #t)
35777  (writable #t)
35778  (construct-only #f)
35779)
35780
35781(define-property tooltip-markup
35782  (of-object "GtkSeparatorToolItem")
35783  (prop-type "GParamString")
35784  (docs "The contents of the tooltip for this widget")
35785  (readable #t)
35786  (writable #t)
35787  (construct-only #f)
35788)
35789
35790(define-property tooltip-text
35791  (of-object "GtkSeparatorToolItem")
35792  (prop-type "GParamString")
35793  (docs "The contents of the tooltip for this widget")
35794  (readable #t)
35795  (writable #t)
35796  (construct-only #f)
35797)
35798
35799(define-property window
35800  (of-object "GtkSeparatorToolItem")
35801  (prop-type "GParamObject")
35802  (docs "The widget's window if it is realized")
35803  (readable #t)
35804  (writable #f)
35805  (construct-only #f)
35806)
35807
35808(define-property double-buffered
35809  (of-object "GtkSeparatorToolItem")
35810  (prop-type "GParamBoolean")
35811  (docs "Whether or not the widget is double buffered")
35812  (readable #t)
35813  (writable #t)
35814  (construct-only #f)
35815)
35816
35817(define-property border-width
35818  (of-object "GtkSeparatorToolItem")
35819  (prop-type "GParamUInt")
35820  (docs "The width of the empty border outside the containers children")
35821  (readable #t)
35822  (writable #t)
35823  (construct-only #f)
35824)
35825
35826(define-property resize-mode
35827  (of-object "GtkSeparatorToolItem")
35828  (prop-type "GParamEnum")
35829  (docs "Specify how resize events are handled")
35830  (readable #t)
35831  (writable #t)
35832  (construct-only #f)
35833)
35834
35835(define-property child
35836  (of-object "GtkSeparatorToolItem")
35837  (prop-type "GParamObject")
35838  (docs "Can be used to add a new child to the container")
35839  (readable #f)
35840  (writable #t)
35841  (construct-only #f)
35842)
35843
35844(define-property visible-horizontal
35845  (of-object "GtkSeparatorToolItem")
35846  (prop-type "GParamBoolean")
35847  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
35848  (readable #t)
35849  (writable #t)
35850  (construct-only #f)
35851)
35852
35853(define-property visible-vertical
35854  (of-object "GtkSeparatorToolItem")
35855  (prop-type "GParamBoolean")
35856  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
35857  (readable #t)
35858  (writable #t)
35859  (construct-only #f)
35860)
35861
35862(define-property is-important
35863  (of-object "GtkSeparatorToolItem")
35864  (prop-type "GParamBoolean")
35865  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
35866  (readable #t)
35867  (writable #t)
35868  (construct-only #f)
35869)
35870
35871(define-property draw
35872  (of-object "GtkSeparatorToolItem")
35873  (prop-type "GParamBoolean")
35874  (docs "Whether the separator is drawn, or just blank")
35875  (readable #t)
35876  (writable #t)
35877  (construct-only #f)
35878)
35879
35880;; From GtkSettings
35881
35882(define-property gtk-double-click-time
35883  (of-object "GtkSettings")
35884  (prop-type "GParamInt")
35885  (docs "Maximum time allowed between two clicks for them to be considered a double click (in milliseconds)")
35886  (readable #t)
35887  (writable #t)
35888  (construct-only #f)
35889)
35890
35891(define-property gtk-double-click-distance
35892  (of-object "GtkSettings")
35893  (prop-type "GParamInt")
35894  (docs "Maximum distance allowed between two clicks for them to be considered a double click (in pixels)")
35895  (readable #t)
35896  (writable #t)
35897  (construct-only #f)
35898)
35899
35900(define-property gtk-cursor-blink
35901  (of-object "GtkSettings")
35902  (prop-type "GParamBoolean")
35903  (docs "Whether the cursor should blink")
35904  (readable #t)
35905  (writable #t)
35906  (construct-only #f)
35907)
35908
35909(define-property gtk-cursor-blink-time
35910  (of-object "GtkSettings")
35911  (prop-type "GParamInt")
35912  (docs "Length of the cursor blink cycle, in milliseconds")
35913  (readable #t)
35914  (writable #t)
35915  (construct-only #f)
35916)
35917
35918(define-property gtk-cursor-blink-timeout
35919  (of-object "GtkSettings")
35920  (prop-type "GParamInt")
35921  (docs "Time after which the cursor stops blinking, in seconds")
35922  (readable #t)
35923  (writable #t)
35924  (construct-only #f)
35925)
35926
35927(define-property gtk-split-cursor
35928  (of-object "GtkSettings")
35929  (prop-type "GParamBoolean")
35930  (docs "Whether two cursors should be displayed for mixed left-to-right and right-to-left text")
35931  (readable #t)
35932  (writable #t)
35933  (construct-only #f)
35934)
35935
35936(define-property gtk-theme-name
35937  (of-object "GtkSettings")
35938  (prop-type "GParamString")
35939  (docs "Name of theme RC file to load")
35940  (readable #t)
35941  (writable #t)
35942  (construct-only #f)
35943)
35944
35945(define-property gtk-icon-theme-name
35946  (of-object "GtkSettings")
35947  (prop-type "GParamString")
35948  (docs "Name of icon theme to use")
35949  (readable #t)
35950  (writable #t)
35951  (construct-only #f)
35952)
35953
35954(define-property gtk-fallback-icon-theme
35955  (of-object "GtkSettings")
35956  (prop-type "GParamString")
35957  (docs "Name of a icon theme to fall back to")
35958  (readable #t)
35959  (writable #t)
35960  (construct-only #f)
35961)
35962
35963(define-property gtk-key-theme-name
35964  (of-object "GtkSettings")
35965  (prop-type "GParamString")
35966  (docs "Name of key theme RC file to load")
35967  (readable #t)
35968  (writable #t)
35969  (construct-only #f)
35970)
35971
35972(define-property gtk-menu-bar-accel
35973  (of-object "GtkSettings")
35974  (prop-type "GParamString")
35975  (docs "Keybinding to activate the menu bar")
35976  (readable #t)
35977  (writable #t)
35978  (construct-only #f)
35979)
35980
35981(define-property gtk-dnd-drag-threshold
35982  (of-object "GtkSettings")
35983  (prop-type "GParamInt")
35984  (docs "Number of pixels the cursor can move before dragging")
35985  (readable #t)
35986  (writable #t)
35987  (construct-only #f)
35988)
35989
35990(define-property gtk-font-name
35991  (of-object "GtkSettings")
35992  (prop-type "GParamString")
35993  (docs "Name of default font to use")
35994  (readable #t)
35995  (writable #t)
35996  (construct-only #f)
35997)
35998
35999(define-property gtk-icon-sizes
36000  (of-object "GtkSettings")
36001  (prop-type "GParamString")
36002  (docs "List of icon sizes: gtk-menu=16,16:gtk-button=20,20...")
36003  (readable #t)
36004  (writable #t)
36005  (construct-only #f)
36006)
36007
36008(define-property gtk-modules
36009  (of-object "GtkSettings")
36010  (prop-type "GParamString")
36011  (docs "List of currently active GTK modules")
36012  (readable #t)
36013  (writable #t)
36014  (construct-only #f)
36015)
36016
36017(define-property gtk-xft-antialias
36018  (of-object "GtkSettings")
36019  (prop-type "GParamInt")
36020  (docs "Whether to antialias Xft fonts; 0=no, 1=yes, -1=default")
36021  (readable #t)
36022  (writable #t)
36023  (construct-only #f)
36024)
36025
36026(define-property gtk-xft-hinting
36027  (of-object "GtkSettings")
36028  (prop-type "GParamInt")
36029  (docs "Whether to hint Xft fonts; 0=no, 1=yes, -1=default")
36030  (readable #t)
36031  (writable #t)
36032  (construct-only #f)
36033)
36034
36035(define-property gtk-xft-hintstyle
36036  (of-object "GtkSettings")
36037  (prop-type "GParamString")
36038  (docs "What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull")
36039  (readable #t)
36040  (writable #t)
36041  (construct-only #f)
36042)
36043
36044(define-property gtk-xft-rgba
36045  (of-object "GtkSettings")
36046  (prop-type "GParamString")
36047  (docs "Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr")
36048  (readable #t)
36049  (writable #t)
36050  (construct-only #f)
36051)
36052
36053(define-property gtk-xft-dpi
36054  (of-object "GtkSettings")
36055  (prop-type "GParamInt")
36056  (docs "Resolution for Xft, in 1024 * dots/inch. -1 to use default value")
36057  (readable #t)
36058  (writable #t)
36059  (construct-only #f)
36060)
36061
36062(define-property gtk-cursor-theme-name
36063  (of-object "GtkSettings")
36064  (prop-type "GParamString")
36065  (docs "Name of the cursor theme to use, or NULL to use the default theme")
36066  (readable #t)
36067  (writable #t)
36068  (construct-only #f)
36069)
36070
36071(define-property gtk-cursor-theme-size
36072  (of-object "GtkSettings")
36073  (prop-type "GParamInt")
36074  (docs "Size to use for cursors, or 0 to use the default size")
36075  (readable #t)
36076  (writable #t)
36077  (construct-only #f)
36078)
36079
36080(define-property gtk-alternative-button-order
36081  (of-object "GtkSettings")
36082  (prop-type "GParamBoolean")
36083  (docs "Whether buttons in dialogs should use the alternative button order")
36084  (readable #t)
36085  (writable #t)
36086  (construct-only #f)
36087)
36088
36089(define-property gtk-alternative-sort-arrows
36090  (of-object "GtkSettings")
36091  (prop-type "GParamBoolean")
36092  (docs "Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending)")
36093  (readable #t)
36094  (writable #t)
36095  (construct-only #f)
36096)
36097
36098(define-property gtk-show-input-method-menu
36099  (of-object "GtkSettings")
36100  (prop-type "GParamBoolean")
36101  (docs "Whether the context menus of entries and text views should offer to change the input method")
36102  (readable #t)
36103  (writable #t)
36104  (construct-only #f)
36105)
36106
36107(define-property gtk-show-unicode-menu
36108  (of-object "GtkSettings")
36109  (prop-type "GParamBoolean")
36110  (docs "Whether the context menus of entries and text views should offer to insert control characters")
36111  (readable #t)
36112  (writable #t)
36113  (construct-only #f)
36114)
36115
36116(define-property gtk-timeout-initial
36117  (of-object "GtkSettings")
36118  (prop-type "GParamInt")
36119  (docs "Starting value for timeouts, when button is pressed")
36120  (readable #t)
36121  (writable #t)
36122  (construct-only #f)
36123)
36124
36125(define-property gtk-timeout-repeat
36126  (of-object "GtkSettings")
36127  (prop-type "GParamInt")
36128  (docs "Repeat value for timeouts, when button is pressed")
36129  (readable #t)
36130  (writable #t)
36131  (construct-only #f)
36132)
36133
36134(define-property gtk-timeout-expand
36135  (of-object "GtkSettings")
36136  (prop-type "GParamInt")
36137  (docs "Expand value for timeouts, when a widget is expanding a new region")
36138  (readable #t)
36139  (writable #t)
36140  (construct-only #f)
36141)
36142
36143(define-property gtk-color-scheme
36144  (of-object "GtkSettings")
36145  (prop-type "GParamString")
36146  (docs "A palette of named colors for use in themes")
36147  (readable #t)
36148  (writable #t)
36149  (construct-only #f)
36150)
36151
36152(define-property gtk-enable-animations
36153  (of-object "GtkSettings")
36154  (prop-type "GParamBoolean")
36155  (docs "Whether to enable toolkit-wide animations.")
36156  (readable #t)
36157  (writable #t)
36158  (construct-only #f)
36159)
36160
36161(define-property gtk-touchscreen-mode
36162  (of-object "GtkSettings")
36163  (prop-type "GParamBoolean")
36164  (docs "When TRUE, there are no motion notify events delivered on this screen")
36165  (readable #t)
36166  (writable #t)
36167  (construct-only #f)
36168)
36169
36170(define-property gtk-tooltip-timeout
36171  (of-object "GtkSettings")
36172  (prop-type "GParamInt")
36173  (docs "Timeout before tooltip is shown")
36174  (readable #t)
36175  (writable #t)
36176  (construct-only #f)
36177)
36178
36179(define-property gtk-tooltip-browse-timeout
36180  (of-object "GtkSettings")
36181  (prop-type "GParamInt")
36182  (docs "Timeout before tooltip is shown when browse mode is enabled")
36183  (readable #t)
36184  (writable #t)
36185  (construct-only #f)
36186)
36187
36188(define-property gtk-tooltip-browse-mode-timeout
36189  (of-object "GtkSettings")
36190  (prop-type "GParamInt")
36191  (docs "Timeout after which browse mode is disabled")
36192  (readable #t)
36193  (writable #t)
36194  (construct-only #f)
36195)
36196
36197(define-property gtk-keynav-cursor-only
36198  (of-object "GtkSettings")
36199  (prop-type "GParamBoolean")
36200  (docs "When TRUE, there are only cursor keys available to navigate widgets")
36201  (readable #t)
36202  (writable #t)
36203  (construct-only #f)
36204)
36205
36206(define-property gtk-keynav-wrap-around
36207  (of-object "GtkSettings")
36208  (prop-type "GParamBoolean")
36209  (docs "Whether to wrap around when keyboard-navigating widgets")
36210  (readable #t)
36211  (writable #t)
36212  (construct-only #f)
36213)
36214
36215(define-property gtk-error-bell
36216  (of-object "GtkSettings")
36217  (prop-type "GParamBoolean")
36218  (docs "When TRUE, keyboard navigation and other errors will cause a beep")
36219  (readable #t)
36220  (writable #t)
36221  (construct-only #f)
36222)
36223
36224(define-property color-hash
36225  (of-object "GtkSettings")
36226  (prop-type "GParamBoxed")
36227  (docs "A hash table representation of the color scheme.")
36228  (readable #t)
36229  (writable #f)
36230  (construct-only #f)
36231)
36232
36233(define-property gtk-file-chooser-backend
36234  (of-object "GtkSettings")
36235  (prop-type "GParamString")
36236  (docs "Name of the GtkFileChooser backend to use by default")
36237  (readable #t)
36238  (writable #t)
36239  (construct-only #f)
36240)
36241
36242(define-property gtk-print-backends
36243  (of-object "GtkSettings")
36244  (prop-type "GParamString")
36245  (docs "List of the GtkPrintBackend backends to use by default")
36246  (readable #t)
36247  (writable #t)
36248  (construct-only #f)
36249)
36250
36251(define-property gtk-print-preview-command
36252  (of-object "GtkSettings")
36253  (prop-type "GParamString")
36254  (docs "Command to run when displaying a print preview")
36255  (readable #t)
36256  (writable #t)
36257  (construct-only #f)
36258)
36259
36260(define-property gtk-enable-mnemonics
36261  (of-object "GtkSettings")
36262  (prop-type "GParamBoolean")
36263  (docs "Whether labels should have mnemonics")
36264  (readable #t)
36265  (writable #t)
36266  (construct-only #f)
36267)
36268
36269(define-property gtk-enable-accels
36270  (of-object "GtkSettings")
36271  (prop-type "GParamBoolean")
36272  (docs "Whether menu items should have accelerators")
36273  (readable #t)
36274  (writable #t)
36275  (construct-only #f)
36276)
36277
36278(define-property gtk-recent-files-limit
36279  (of-object "GtkSettings")
36280  (prop-type "GParamInt")
36281  (docs "Number of recently used files")
36282  (readable #t)
36283  (writable #t)
36284  (construct-only #f)
36285)
36286
36287(define-property gtk-im-module
36288  (of-object "GtkSettings")
36289  (prop-type "GParamString")
36290  (docs "Which IM module should be used by default")
36291  (readable #t)
36292  (writable #t)
36293  (construct-only #f)
36294)
36295
36296(define-property gtk-recent-files-max-age
36297  (of-object "GtkSettings")
36298  (prop-type "GParamInt")
36299  (docs "Maximum age of recently used files, in days")
36300  (readable #t)
36301  (writable #t)
36302  (construct-only #f)
36303)
36304
36305(define-property gtk-fontconfig-timestamp
36306  (of-object "GtkSettings")
36307  (prop-type "GParamUInt")
36308  (docs "Timestamp of current fontconfig configuration")
36309  (readable #t)
36310  (writable #t)
36311  (construct-only #f)
36312)
36313
36314(define-property gtk-sound-theme-name
36315  (of-object "GtkSettings")
36316  (prop-type "GParamString")
36317  (docs "XDG sound theme name")
36318  (readable #t)
36319  (writable #t)
36320  (construct-only #f)
36321)
36322
36323(define-property gtk-enable-input-feedback-sounds
36324  (of-object "GtkSettings")
36325  (prop-type "GParamBoolean")
36326  (docs "Whether to play event sounds as feedback to user input")
36327  (readable #t)
36328  (writable #t)
36329  (construct-only #f)
36330)
36331
36332(define-property gtk-enable-event-sounds
36333  (of-object "GtkSettings")
36334  (prop-type "GParamBoolean")
36335  (docs "Whether to play any event sounds at all")
36336  (readable #t)
36337  (writable #t)
36338  (construct-only #f)
36339)
36340
36341(define-property gtk-enable-tooltips
36342  (of-object "GtkSettings")
36343  (prop-type "GParamBoolean")
36344  (docs "Whether tooltips should be shown on widgets")
36345  (readable #t)
36346  (writable #t)
36347  (construct-only #f)
36348)
36349
36350(define-property gtk-toolbar-style
36351  (of-object "GtkSettings")
36352  (prop-type "GParamEnum")
36353  (docs "Whether default toolbars have text only, text and icons, icons only, etc.")
36354  (readable #t)
36355  (writable #t)
36356  (construct-only #f)
36357)
36358
36359(define-property gtk-toolbar-icon-size
36360  (of-object "GtkSettings")
36361  (prop-type "GParamEnum")
36362  (docs "The size of icons in default toolbars.")
36363  (readable #t)
36364  (writable #t)
36365  (construct-only #f)
36366)
36367
36368(define-property gtk-auto-mnemonics
36369  (of-object "GtkSettings")
36370  (prop-type "GParamBoolean")
36371  (docs "Whether mnemonics should be automatically shown and hidden when the user presses the mnemonic activator.")
36372  (readable #t)
36373  (writable #t)
36374  (construct-only #f)
36375)
36376
36377(define-property gtk-button-images
36378  (of-object "GtkSettings")
36379  (prop-type "GParamBoolean")
36380  (docs "Whether images should be shown on buttons")
36381  (readable #t)
36382  (writable #t)
36383  (construct-only #f)
36384)
36385
36386(define-property gtk-label-select-on-focus
36387  (of-object "GtkSettings")
36388  (prop-type "GParamBoolean")
36389  (docs "Whether to select the contents of a selectable label when it is focused")
36390  (readable #t)
36391  (writable #t)
36392  (construct-only #f)
36393)
36394
36395(define-property gtk-entry-select-on-focus
36396  (of-object "GtkSettings")
36397  (prop-type "GParamBoolean")
36398  (docs "Whether to select the contents of an entry when it is focused")
36399  (readable #t)
36400  (writable #t)
36401  (construct-only #f)
36402)
36403
36404(define-property gtk-entry-password-hint-timeout
36405  (of-object "GtkSettings")
36406  (prop-type "GParamUInt")
36407  (docs "How long to show the last input character in hidden entries")
36408  (readable #t)
36409  (writable #t)
36410  (construct-only #f)
36411)
36412
36413;; From GtkSizeGroup
36414
36415(define-property mode
36416  (of-object "GtkSizeGroup")
36417  (prop-type "GParamEnum")
36418  (docs "The directions in which the size group affects the requested sizes of its component widgets")
36419  (readable #t)
36420  (writable #t)
36421  (construct-only #f)
36422)
36423
36424(define-property ignore-hidden
36425  (of-object "GtkSizeGroup")
36426  (prop-type "GParamBoolean")
36427  (docs "If TRUE, unmapped widgets are ignored when determining the size of the group")
36428  (readable #t)
36429  (writable #t)
36430  (construct-only #f)
36431)
36432
36433;; From GtkSocket
36434
36435(define-signal plug-added
36436  (of-object "GtkSocket")
36437  (return-type "void")
36438  (when "last")
36439)
36440
36441(define-signal plug-removed
36442  (of-object "GtkSocket")
36443  (return-type "gboolean")
36444  (when "last")
36445)
36446
36447(define-property user-data
36448  (of-object "GtkSocket")
36449  (prop-type "GParamPointer")
36450  (docs "Anonymous User Data Pointer")
36451  (readable #t)
36452  (writable #t)
36453  (construct-only #f)
36454)
36455
36456(define-property name
36457  (of-object "GtkSocket")
36458  (prop-type "GParamString")
36459  (docs "The name of the widget")
36460  (readable #t)
36461  (writable #t)
36462  (construct-only #f)
36463)
36464
36465(define-property parent
36466  (of-object "GtkSocket")
36467  (prop-type "GParamObject")
36468  (docs "The parent widget of this widget. Must be a Container widget")
36469  (readable #t)
36470  (writable #t)
36471  (construct-only #f)
36472)
36473
36474(define-property width-request
36475  (of-object "GtkSocket")
36476  (prop-type "GParamInt")
36477  (docs "Override for width request of the widget, or -1 if natural request should be used")
36478  (readable #t)
36479  (writable #t)
36480  (construct-only #f)
36481)
36482
36483(define-property height-request
36484  (of-object "GtkSocket")
36485  (prop-type "GParamInt")
36486  (docs "Override for height request of the widget, or -1 if natural request should be used")
36487  (readable #t)
36488  (writable #t)
36489  (construct-only #f)
36490)
36491
36492(define-property visible
36493  (of-object "GtkSocket")
36494  (prop-type "GParamBoolean")
36495  (docs "Whether the widget is visible")
36496  (readable #t)
36497  (writable #t)
36498  (construct-only #f)
36499)
36500
36501(define-property sensitive
36502  (of-object "GtkSocket")
36503  (prop-type "GParamBoolean")
36504  (docs "Whether the widget responds to input")
36505  (readable #t)
36506  (writable #t)
36507  (construct-only #f)
36508)
36509
36510(define-property app-paintable
36511  (of-object "GtkSocket")
36512  (prop-type "GParamBoolean")
36513  (docs "Whether the application will paint directly on the widget")
36514  (readable #t)
36515  (writable #t)
36516  (construct-only #f)
36517)
36518
36519(define-property can-focus
36520  (of-object "GtkSocket")
36521  (prop-type "GParamBoolean")
36522  (docs "Whether the widget can accept the input focus")
36523  (readable #t)
36524  (writable #t)
36525  (construct-only #f)
36526)
36527
36528(define-property has-focus
36529  (of-object "GtkSocket")
36530  (prop-type "GParamBoolean")
36531  (docs "Whether the widget has the input focus")
36532  (readable #t)
36533  (writable #t)
36534  (construct-only #f)
36535)
36536
36537(define-property is-focus
36538  (of-object "GtkSocket")
36539  (prop-type "GParamBoolean")
36540  (docs "Whether the widget is the focus widget within the toplevel")
36541  (readable #t)
36542  (writable #t)
36543  (construct-only #f)
36544)
36545
36546(define-property can-default
36547  (of-object "GtkSocket")
36548  (prop-type "GParamBoolean")
36549  (docs "Whether the widget can be the default widget")
36550  (readable #t)
36551  (writable #t)
36552  (construct-only #f)
36553)
36554
36555(define-property has-default
36556  (of-object "GtkSocket")
36557  (prop-type "GParamBoolean")
36558  (docs "Whether the widget is the default widget")
36559  (readable #t)
36560  (writable #t)
36561  (construct-only #f)
36562)
36563
36564(define-property receives-default
36565  (of-object "GtkSocket")
36566  (prop-type "GParamBoolean")
36567  (docs "If TRUE, the widget will receive the default action when it is focused")
36568  (readable #t)
36569  (writable #t)
36570  (construct-only #f)
36571)
36572
36573(define-property composite-child
36574  (of-object "GtkSocket")
36575  (prop-type "GParamBoolean")
36576  (docs "Whether the widget is part of a composite widget")
36577  (readable #t)
36578  (writable #f)
36579  (construct-only #f)
36580)
36581
36582(define-property style
36583  (of-object "GtkSocket")
36584  (prop-type "GParamObject")
36585  (docs "The style of the widget, which contains information about how it will look (colors etc)")
36586  (readable #t)
36587  (writable #t)
36588  (construct-only #f)
36589)
36590
36591(define-property events
36592  (of-object "GtkSocket")
36593  (prop-type "GParamFlags")
36594  (docs "The event mask that decides what kind of GdkEvents this widget gets")
36595  (readable #t)
36596  (writable #t)
36597  (construct-only #f)
36598)
36599
36600(define-property extension-events
36601  (of-object "GtkSocket")
36602  (prop-type "GParamEnum")
36603  (docs "The mask that decides what kind of extension events this widget gets")
36604  (readable #t)
36605  (writable #t)
36606  (construct-only #f)
36607)
36608
36609(define-property no-show-all
36610  (of-object "GtkSocket")
36611  (prop-type "GParamBoolean")
36612  (docs "Whether gtk_widget_show_all() should not affect this widget")
36613  (readable #t)
36614  (writable #t)
36615  (construct-only #f)
36616)
36617
36618(define-property has-tooltip
36619  (of-object "GtkSocket")
36620  (prop-type "GParamBoolean")
36621  (docs "Whether this widget has a tooltip")
36622  (readable #t)
36623  (writable #t)
36624  (construct-only #f)
36625)
36626
36627(define-property tooltip-markup
36628  (of-object "GtkSocket")
36629  (prop-type "GParamString")
36630  (docs "The contents of the tooltip for this widget")
36631  (readable #t)
36632  (writable #t)
36633  (construct-only #f)
36634)
36635
36636(define-property tooltip-text
36637  (of-object "GtkSocket")
36638  (prop-type "GParamString")
36639  (docs "The contents of the tooltip for this widget")
36640  (readable #t)
36641  (writable #t)
36642  (construct-only #f)
36643)
36644
36645(define-property window
36646  (of-object "GtkSocket")
36647  (prop-type "GParamObject")
36648  (docs "The widget's window if it is realized")
36649  (readable #t)
36650  (writable #f)
36651  (construct-only #f)
36652)
36653
36654(define-property double-buffered
36655  (of-object "GtkSocket")
36656  (prop-type "GParamBoolean")
36657  (docs "Whether or not the widget is double buffered")
36658  (readable #t)
36659  (writable #t)
36660  (construct-only #f)
36661)
36662
36663(define-property border-width
36664  (of-object "GtkSocket")
36665  (prop-type "GParamUInt")
36666  (docs "The width of the empty border outside the containers children")
36667  (readable #t)
36668  (writable #t)
36669  (construct-only #f)
36670)
36671
36672(define-property resize-mode
36673  (of-object "GtkSocket")
36674  (prop-type "GParamEnum")
36675  (docs "Specify how resize events are handled")
36676  (readable #t)
36677  (writable #t)
36678  (construct-only #f)
36679)
36680
36681(define-property child
36682  (of-object "GtkSocket")
36683  (prop-type "GParamObject")
36684  (docs "Can be used to add a new child to the container")
36685  (readable #f)
36686  (writable #t)
36687  (construct-only #f)
36688)
36689
36690;; From GtkSpinner
36691
36692(define-property user-data
36693  (of-object "GtkSpinner")
36694  (prop-type "GParamPointer")
36695  (docs "Anonymous User Data Pointer")
36696  (readable #t)
36697  (writable #t)
36698  (construct-only #f)
36699)
36700
36701(define-property name
36702  (of-object "GtkSpinner")
36703  (prop-type "GParamString")
36704  (docs "The name of the widget")
36705  (readable #t)
36706  (writable #t)
36707  (construct-only #f)
36708)
36709
36710(define-property parent
36711  (of-object "GtkSpinner")
36712  (prop-type "GParamObject")
36713  (docs "The parent widget of this widget. Must be a Container widget")
36714  (readable #t)
36715  (writable #t)
36716  (construct-only #f)
36717)
36718
36719(define-property width-request
36720  (of-object "GtkSpinner")
36721  (prop-type "GParamInt")
36722  (docs "Override for width request of the widget, or -1 if natural request should be used")
36723  (readable #t)
36724  (writable #t)
36725  (construct-only #f)
36726)
36727
36728(define-property height-request
36729  (of-object "GtkSpinner")
36730  (prop-type "GParamInt")
36731  (docs "Override for height request of the widget, or -1 if natural request should be used")
36732  (readable #t)
36733  (writable #t)
36734  (construct-only #f)
36735)
36736
36737(define-property visible
36738  (of-object "GtkSpinner")
36739  (prop-type "GParamBoolean")
36740  (docs "Whether the widget is visible")
36741  (readable #t)
36742  (writable #t)
36743  (construct-only #f)
36744)
36745
36746(define-property sensitive
36747  (of-object "GtkSpinner")
36748  (prop-type "GParamBoolean")
36749  (docs "Whether the widget responds to input")
36750  (readable #t)
36751  (writable #t)
36752  (construct-only #f)
36753)
36754
36755(define-property app-paintable
36756  (of-object "GtkSpinner")
36757  (prop-type "GParamBoolean")
36758  (docs "Whether the application will paint directly on the widget")
36759  (readable #t)
36760  (writable #t)
36761  (construct-only #f)
36762)
36763
36764(define-property can-focus
36765  (of-object "GtkSpinner")
36766  (prop-type "GParamBoolean")
36767  (docs "Whether the widget can accept the input focus")
36768  (readable #t)
36769  (writable #t)
36770  (construct-only #f)
36771)
36772
36773(define-property has-focus
36774  (of-object "GtkSpinner")
36775  (prop-type "GParamBoolean")
36776  (docs "Whether the widget has the input focus")
36777  (readable #t)
36778  (writable #t)
36779  (construct-only #f)
36780)
36781
36782(define-property is-focus
36783  (of-object "GtkSpinner")
36784  (prop-type "GParamBoolean")
36785  (docs "Whether the widget is the focus widget within the toplevel")
36786  (readable #t)
36787  (writable #t)
36788  (construct-only #f)
36789)
36790
36791(define-property can-default
36792  (of-object "GtkSpinner")
36793  (prop-type "GParamBoolean")
36794  (docs "Whether the widget can be the default widget")
36795  (readable #t)
36796  (writable #t)
36797  (construct-only #f)
36798)
36799
36800(define-property has-default
36801  (of-object "GtkSpinner")
36802  (prop-type "GParamBoolean")
36803  (docs "Whether the widget is the default widget")
36804  (readable #t)
36805  (writable #t)
36806  (construct-only #f)
36807)
36808
36809(define-property receives-default
36810  (of-object "GtkSpinner")
36811  (prop-type "GParamBoolean")
36812  (docs "If TRUE, the widget will receive the default action when it is focused")
36813  (readable #t)
36814  (writable #t)
36815  (construct-only #f)
36816)
36817
36818(define-property composite-child
36819  (of-object "GtkSpinner")
36820  (prop-type "GParamBoolean")
36821  (docs "Whether the widget is part of a composite widget")
36822  (readable #t)
36823  (writable #f)
36824  (construct-only #f)
36825)
36826
36827(define-property style
36828  (of-object "GtkSpinner")
36829  (prop-type "GParamObject")
36830  (docs "The style of the widget, which contains information about how it will look (colors etc)")
36831  (readable #t)
36832  (writable #t)
36833  (construct-only #f)
36834)
36835
36836(define-property events
36837  (of-object "GtkSpinner")
36838  (prop-type "GParamFlags")
36839  (docs "The event mask that decides what kind of GdkEvents this widget gets")
36840  (readable #t)
36841  (writable #t)
36842  (construct-only #f)
36843)
36844
36845(define-property extension-events
36846  (of-object "GtkSpinner")
36847  (prop-type "GParamEnum")
36848  (docs "The mask that decides what kind of extension events this widget gets")
36849  (readable #t)
36850  (writable #t)
36851  (construct-only #f)
36852)
36853
36854(define-property no-show-all
36855  (of-object "GtkSpinner")
36856  (prop-type "GParamBoolean")
36857  (docs "Whether gtk_widget_show_all() should not affect this widget")
36858  (readable #t)
36859  (writable #t)
36860  (construct-only #f)
36861)
36862
36863(define-property has-tooltip
36864  (of-object "GtkSpinner")
36865  (prop-type "GParamBoolean")
36866  (docs "Whether this widget has a tooltip")
36867  (readable #t)
36868  (writable #t)
36869  (construct-only #f)
36870)
36871
36872(define-property tooltip-markup
36873  (of-object "GtkSpinner")
36874  (prop-type "GParamString")
36875  (docs "The contents of the tooltip for this widget")
36876  (readable #t)
36877  (writable #t)
36878  (construct-only #f)
36879)
36880
36881(define-property tooltip-text
36882  (of-object "GtkSpinner")
36883  (prop-type "GParamString")
36884  (docs "The contents of the tooltip for this widget")
36885  (readable #t)
36886  (writable #t)
36887  (construct-only #f)
36888)
36889
36890(define-property window
36891  (of-object "GtkSpinner")
36892  (prop-type "GParamObject")
36893  (docs "The widget's window if it is realized")
36894  (readable #t)
36895  (writable #f)
36896  (construct-only #f)
36897)
36898
36899(define-property double-buffered
36900  (of-object "GtkSpinner")
36901  (prop-type "GParamBoolean")
36902  (docs "Whether or not the widget is double buffered")
36903  (readable #t)
36904  (writable #t)
36905  (construct-only #f)
36906)
36907
36908(define-property active
36909  (of-object "GtkSpinner")
36910  (prop-type "GParamBoolean")
36911  (docs "Whether the spinner is active")
36912  (readable #t)
36913  (writable #t)
36914  (construct-only #f)
36915)
36916
36917;; From GtkSpinButton
36918
36919(define-signal value-changed
36920  (of-object "GtkSpinButton")
36921  (return-type "void")
36922  (when "last")
36923)
36924
36925(define-signal input
36926  (of-object "GtkSpinButton")
36927  (return-type "gint")
36928  (when "last")
36929  (parameters
36930    '("double*" "p0")
36931  )
36932)
36933
36934(define-signal output
36935  (of-object "GtkSpinButton")
36936  (return-type "gboolean")
36937  (when "last")
36938)
36939
36940(define-signal wrapped
36941  (of-object "GtkSpinButton")
36942  (return-type "void")
36943  (when "last")
36944)
36945
36946(define-signal change-value
36947  (of-object "GtkSpinButton")
36948  (return-type "void")
36949  (when "last")
36950  (parameters
36951    '("GtkScrollType" "p0")
36952  )
36953)
36954
36955(define-property editing-canceled
36956  (of-object "GtkSpinButton")
36957  (prop-type "GParamBoolean")
36958  (docs "Indicates that editing has been canceled")
36959  (readable #t)
36960  (writable #t)
36961  (construct-only #f)
36962)
36963
36964(define-property user-data
36965  (of-object "GtkSpinButton")
36966  (prop-type "GParamPointer")
36967  (docs "Anonymous User Data Pointer")
36968  (readable #t)
36969  (writable #t)
36970  (construct-only #f)
36971)
36972
36973(define-property name
36974  (of-object "GtkSpinButton")
36975  (prop-type "GParamString")
36976  (docs "The name of the widget")
36977  (readable #t)
36978  (writable #t)
36979  (construct-only #f)
36980)
36981
36982(define-property parent
36983  (of-object "GtkSpinButton")
36984  (prop-type "GParamObject")
36985  (docs "The parent widget of this widget. Must be a Container widget")
36986  (readable #t)
36987  (writable #t)
36988  (construct-only #f)
36989)
36990
36991(define-property width-request
36992  (of-object "GtkSpinButton")
36993  (prop-type "GParamInt")
36994  (docs "Override for width request of the widget, or -1 if natural request should be used")
36995  (readable #t)
36996  (writable #t)
36997  (construct-only #f)
36998)
36999
37000(define-property height-request
37001  (of-object "GtkSpinButton")
37002  (prop-type "GParamInt")
37003  (docs "Override for height request of the widget, or -1 if natural request should be used")
37004  (readable #t)
37005  (writable #t)
37006  (construct-only #f)
37007)
37008
37009(define-property visible
37010  (of-object "GtkSpinButton")
37011  (prop-type "GParamBoolean")
37012  (docs "Whether the widget is visible")
37013  (readable #t)
37014  (writable #t)
37015  (construct-only #f)
37016)
37017
37018(define-property sensitive
37019  (of-object "GtkSpinButton")
37020  (prop-type "GParamBoolean")
37021  (docs "Whether the widget responds to input")
37022  (readable #t)
37023  (writable #t)
37024  (construct-only #f)
37025)
37026
37027(define-property app-paintable
37028  (of-object "GtkSpinButton")
37029  (prop-type "GParamBoolean")
37030  (docs "Whether the application will paint directly on the widget")
37031  (readable #t)
37032  (writable #t)
37033  (construct-only #f)
37034)
37035
37036(define-property can-focus
37037  (of-object "GtkSpinButton")
37038  (prop-type "GParamBoolean")
37039  (docs "Whether the widget can accept the input focus")
37040  (readable #t)
37041  (writable #t)
37042  (construct-only #f)
37043)
37044
37045(define-property has-focus
37046  (of-object "GtkSpinButton")
37047  (prop-type "GParamBoolean")
37048  (docs "Whether the widget has the input focus")
37049  (readable #t)
37050  (writable #t)
37051  (construct-only #f)
37052)
37053
37054(define-property is-focus
37055  (of-object "GtkSpinButton")
37056  (prop-type "GParamBoolean")
37057  (docs "Whether the widget is the focus widget within the toplevel")
37058  (readable #t)
37059  (writable #t)
37060  (construct-only #f)
37061)
37062
37063(define-property can-default
37064  (of-object "GtkSpinButton")
37065  (prop-type "GParamBoolean")
37066  (docs "Whether the widget can be the default widget")
37067  (readable #t)
37068  (writable #t)
37069  (construct-only #f)
37070)
37071
37072(define-property has-default
37073  (of-object "GtkSpinButton")
37074  (prop-type "GParamBoolean")
37075  (docs "Whether the widget is the default widget")
37076  (readable #t)
37077  (writable #t)
37078  (construct-only #f)
37079)
37080
37081(define-property receives-default
37082  (of-object "GtkSpinButton")
37083  (prop-type "GParamBoolean")
37084  (docs "If TRUE, the widget will receive the default action when it is focused")
37085  (readable #t)
37086  (writable #t)
37087  (construct-only #f)
37088)
37089
37090(define-property composite-child
37091  (of-object "GtkSpinButton")
37092  (prop-type "GParamBoolean")
37093  (docs "Whether the widget is part of a composite widget")
37094  (readable #t)
37095  (writable #f)
37096  (construct-only #f)
37097)
37098
37099(define-property style
37100  (of-object "GtkSpinButton")
37101  (prop-type "GParamObject")
37102  (docs "The style of the widget, which contains information about how it will look (colors etc)")
37103  (readable #t)
37104  (writable #t)
37105  (construct-only #f)
37106)
37107
37108(define-property events
37109  (of-object "GtkSpinButton")
37110  (prop-type "GParamFlags")
37111  (docs "The event mask that decides what kind of GdkEvents this widget gets")
37112  (readable #t)
37113  (writable #t)
37114  (construct-only #f)
37115)
37116
37117(define-property extension-events
37118  (of-object "GtkSpinButton")
37119  (prop-type "GParamEnum")
37120  (docs "The mask that decides what kind of extension events this widget gets")
37121  (readable #t)
37122  (writable #t)
37123  (construct-only #f)
37124)
37125
37126(define-property no-show-all
37127  (of-object "GtkSpinButton")
37128  (prop-type "GParamBoolean")
37129  (docs "Whether gtk_widget_show_all() should not affect this widget")
37130  (readable #t)
37131  (writable #t)
37132  (construct-only #f)
37133)
37134
37135(define-property has-tooltip
37136  (of-object "GtkSpinButton")
37137  (prop-type "GParamBoolean")
37138  (docs "Whether this widget has a tooltip")
37139  (readable #t)
37140  (writable #t)
37141  (construct-only #f)
37142)
37143
37144(define-property tooltip-markup
37145  (of-object "GtkSpinButton")
37146  (prop-type "GParamString")
37147  (docs "The contents of the tooltip for this widget")
37148  (readable #t)
37149  (writable #t)
37150  (construct-only #f)
37151)
37152
37153(define-property tooltip-text
37154  (of-object "GtkSpinButton")
37155  (prop-type "GParamString")
37156  (docs "The contents of the tooltip for this widget")
37157  (readable #t)
37158  (writable #t)
37159  (construct-only #f)
37160)
37161
37162(define-property window
37163  (of-object "GtkSpinButton")
37164  (prop-type "GParamObject")
37165  (docs "The widget's window if it is realized")
37166  (readable #t)
37167  (writable #f)
37168  (construct-only #f)
37169)
37170
37171(define-property double-buffered
37172  (of-object "GtkSpinButton")
37173  (prop-type "GParamBoolean")
37174  (docs "Whether or not the widget is double buffered")
37175  (readable #t)
37176  (writable #t)
37177  (construct-only #f)
37178)
37179
37180(define-property buffer
37181  (of-object "GtkSpinButton")
37182  (prop-type "GParamObject")
37183  (docs "Text buffer object which actually stores entry text")
37184  (readable #t)
37185  (writable #t)
37186  (construct-only #f)
37187)
37188
37189(define-property cursor-position
37190  (of-object "GtkSpinButton")
37191  (prop-type "GParamInt")
37192  (docs "The current position of the insertion cursor in chars")
37193  (readable #t)
37194  (writable #f)
37195  (construct-only #f)
37196)
37197
37198(define-property selection-bound
37199  (of-object "GtkSpinButton")
37200  (prop-type "GParamInt")
37201  (docs "The position of the opposite end of the selection from the cursor in chars")
37202  (readable #t)
37203  (writable #f)
37204  (construct-only #f)
37205)
37206
37207(define-property editable
37208  (of-object "GtkSpinButton")
37209  (prop-type "GParamBoolean")
37210  (docs "Whether the entry contents can be edited")
37211  (readable #t)
37212  (writable #t)
37213  (construct-only #f)
37214)
37215
37216(define-property max-length
37217  (of-object "GtkSpinButton")
37218  (prop-type "GParamInt")
37219  (docs "Maximum number of characters for this entry. Zero if no maximum")
37220  (readable #t)
37221  (writable #t)
37222  (construct-only #f)
37223)
37224
37225(define-property visibility
37226  (of-object "GtkSpinButton")
37227  (prop-type "GParamBoolean")
37228  (docs "FALSE displays the 'invisible char' instead of the actual text (password mode)")
37229  (readable #t)
37230  (writable #t)
37231  (construct-only #f)
37232)
37233
37234(define-property has-frame
37235  (of-object "GtkSpinButton")
37236  (prop-type "GParamBoolean")
37237  (docs "FALSE removes outside bevel from entry")
37238  (readable #t)
37239  (writable #t)
37240  (construct-only #f)
37241)
37242
37243(define-property inner-border
37244  (of-object "GtkSpinButton")
37245  (prop-type "GParamBoxed")
37246  (docs "Border between text and frame. Overrides the inner-border style property")
37247  (readable #t)
37248  (writable #t)
37249  (construct-only #f)
37250)
37251
37252(define-property invisible-char
37253  (of-object "GtkSpinButton")
37254  (prop-type "GParamUnichar")
37255  (docs "The character to use when masking entry contents (in 'password mode')")
37256  (readable #t)
37257  (writable #t)
37258  (construct-only #f)
37259)
37260
37261(define-property activates-default
37262  (of-object "GtkSpinButton")
37263  (prop-type "GParamBoolean")
37264  (docs "Whether to activate the default widget (such as the default button in a dialog) when Enter is pressed")
37265  (readable #t)
37266  (writable #t)
37267  (construct-only #f)
37268)
37269
37270(define-property width-chars
37271  (of-object "GtkSpinButton")
37272  (prop-type "GParamInt")
37273  (docs "Number of characters to leave space for in the entry")
37274  (readable #t)
37275  (writable #t)
37276  (construct-only #f)
37277)
37278
37279(define-property scroll-offset
37280  (of-object "GtkSpinButton")
37281  (prop-type "GParamInt")
37282  (docs "Number of pixels of the entry scrolled off the screen to the left")
37283  (readable #t)
37284  (writable #f)
37285  (construct-only #f)
37286)
37287
37288(define-property text
37289  (of-object "GtkSpinButton")
37290  (prop-type "GParamString")
37291  (docs "The contents of the entry")
37292  (readable #t)
37293  (writable #t)
37294  (construct-only #f)
37295)
37296
37297(define-property xalign
37298  (of-object "GtkSpinButton")
37299  (prop-type "GParamFloat")
37300  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
37301  (readable #t)
37302  (writable #t)
37303  (construct-only #f)
37304)
37305
37306(define-property truncate-multiline
37307  (of-object "GtkSpinButton")
37308  (prop-type "GParamBoolean")
37309  (docs "Whether to truncate multiline pastes to one line.")
37310  (readable #t)
37311  (writable #t)
37312  (construct-only #f)
37313)
37314
37315(define-property shadow-type
37316  (of-object "GtkSpinButton")
37317  (prop-type "GParamEnum")
37318  (docs "Which kind of shadow to draw around the entry when has-frame is set")
37319  (readable #t)
37320  (writable #t)
37321  (construct-only #f)
37322)
37323
37324(define-property overwrite-mode
37325  (of-object "GtkSpinButton")
37326  (prop-type "GParamBoolean")
37327  (docs "Whether new text overwrites existing text")
37328  (readable #t)
37329  (writable #t)
37330  (construct-only #f)
37331)
37332
37333(define-property text-length
37334  (of-object "GtkSpinButton")
37335  (prop-type "GParamUInt")
37336  (docs "Length of the text currently in the entry")
37337  (readable #t)
37338  (writable #f)
37339  (construct-only #f)
37340)
37341
37342(define-property invisible-char-set
37343  (of-object "GtkSpinButton")
37344  (prop-type "GParamBoolean")
37345  (docs "Whether the invisible char has been set")
37346  (readable #t)
37347  (writable #t)
37348  (construct-only #f)
37349)
37350
37351(define-property caps-lock-warning
37352  (of-object "GtkSpinButton")
37353  (prop-type "GParamBoolean")
37354  (docs "Whether password entries will show a warning when Caps Lock is on")
37355  (readable #t)
37356  (writable #t)
37357  (construct-only #f)
37358)
37359
37360(define-property progress-fraction
37361  (of-object "GtkSpinButton")
37362  (prop-type "GParamDouble")
37363  (docs "The current fraction of the task that's been completed")
37364  (readable #t)
37365  (writable #t)
37366  (construct-only #f)
37367)
37368
37369(define-property progress-pulse-step
37370  (of-object "GtkSpinButton")
37371  (prop-type "GParamDouble")
37372  (docs "The fraction of total entry width to move the progress bouncing block for each call to gtk_entry_progress_pulse()")
37373  (readable #t)
37374  (writable #t)
37375  (construct-only #f)
37376)
37377
37378(define-property primary-icon-pixbuf
37379  (of-object "GtkSpinButton")
37380  (prop-type "GParamObject")
37381  (docs "Primary pixbuf for the entry")
37382  (readable #t)
37383  (writable #t)
37384  (construct-only #f)
37385)
37386
37387(define-property secondary-icon-pixbuf
37388  (of-object "GtkSpinButton")
37389  (prop-type "GParamObject")
37390  (docs "Secondary pixbuf for the entry")
37391  (readable #t)
37392  (writable #t)
37393  (construct-only #f)
37394)
37395
37396(define-property primary-icon-stock
37397  (of-object "GtkSpinButton")
37398  (prop-type "GParamString")
37399  (docs "Stock ID for primary icon")
37400  (readable #t)
37401  (writable #t)
37402  (construct-only #f)
37403)
37404
37405(define-property secondary-icon-stock
37406  (of-object "GtkSpinButton")
37407  (prop-type "GParamString")
37408  (docs "Stock ID for secondary icon")
37409  (readable #t)
37410  (writable #t)
37411  (construct-only #f)
37412)
37413
37414(define-property primary-icon-name
37415  (of-object "GtkSpinButton")
37416  (prop-type "GParamString")
37417  (docs "Icon name for primary icon")
37418  (readable #t)
37419  (writable #t)
37420  (construct-only #f)
37421)
37422
37423(define-property secondary-icon-name
37424  (of-object "GtkSpinButton")
37425  (prop-type "GParamString")
37426  (docs "Icon name for secondary icon")
37427  (readable #t)
37428  (writable #t)
37429  (construct-only #f)
37430)
37431
37432(define-property primary-icon-gicon
37433  (of-object "GtkSpinButton")
37434  (prop-type "GParamObject")
37435  (docs "GIcon for primary icon")
37436  (readable #t)
37437  (writable #t)
37438  (construct-only #f)
37439)
37440
37441(define-property secondary-icon-gicon
37442  (of-object "GtkSpinButton")
37443  (prop-type "GParamObject")
37444  (docs "GIcon for secondary icon")
37445  (readable #t)
37446  (writable #t)
37447  (construct-only #f)
37448)
37449
37450(define-property primary-icon-storage-type
37451  (of-object "GtkSpinButton")
37452  (prop-type "GParamEnum")
37453  (docs "The representation being used for primary icon")
37454  (readable #t)
37455  (writable #f)
37456  (construct-only #f)
37457)
37458
37459(define-property secondary-icon-storage-type
37460  (of-object "GtkSpinButton")
37461  (prop-type "GParamEnum")
37462  (docs "The representation being used for secondary icon")
37463  (readable #t)
37464  (writable #f)
37465  (construct-only #f)
37466)
37467
37468(define-property primary-icon-activatable
37469  (of-object "GtkSpinButton")
37470  (prop-type "GParamBoolean")
37471  (docs "Whether the primary icon is activatable")
37472  (readable #t)
37473  (writable #t)
37474  (construct-only #f)
37475)
37476
37477(define-property secondary-icon-activatable
37478  (of-object "GtkSpinButton")
37479  (prop-type "GParamBoolean")
37480  (docs "Whether the secondary icon is activatable")
37481  (readable #t)
37482  (writable #t)
37483  (construct-only #f)
37484)
37485
37486(define-property primary-icon-sensitive
37487  (of-object "GtkSpinButton")
37488  (prop-type "GParamBoolean")
37489  (docs "Whether the primary icon is sensitive")
37490  (readable #t)
37491  (writable #t)
37492  (construct-only #f)
37493)
37494
37495(define-property secondary-icon-sensitive
37496  (of-object "GtkSpinButton")
37497  (prop-type "GParamBoolean")
37498  (docs "Whether the secondary icon is sensitive")
37499  (readable #t)
37500  (writable #t)
37501  (construct-only #f)
37502)
37503
37504(define-property primary-icon-tooltip-text
37505  (of-object "GtkSpinButton")
37506  (prop-type "GParamString")
37507  (docs "The contents of the tooltip on the primary icon")
37508  (readable #t)
37509  (writable #t)
37510  (construct-only #f)
37511)
37512
37513(define-property secondary-icon-tooltip-text
37514  (of-object "GtkSpinButton")
37515  (prop-type "GParamString")
37516  (docs "The contents of the tooltip on the secondary icon")
37517  (readable #t)
37518  (writable #t)
37519  (construct-only #f)
37520)
37521
37522(define-property primary-icon-tooltip-markup
37523  (of-object "GtkSpinButton")
37524  (prop-type "GParamString")
37525  (docs "The contents of the tooltip on the primary icon")
37526  (readable #t)
37527  (writable #t)
37528  (construct-only #f)
37529)
37530
37531(define-property secondary-icon-tooltip-markup
37532  (of-object "GtkSpinButton")
37533  (prop-type "GParamString")
37534  (docs "The contents of the tooltip on the secondary icon")
37535  (readable #t)
37536  (writable #t)
37537  (construct-only #f)
37538)
37539
37540(define-property im-module
37541  (of-object "GtkSpinButton")
37542  (prop-type "GParamString")
37543  (docs "Which IM module should be used")
37544  (readable #t)
37545  (writable #t)
37546  (construct-only #f)
37547)
37548
37549(define-property adjustment
37550  (of-object "GtkSpinButton")
37551  (prop-type "GParamObject")
37552  (docs "The adjustment that holds the value of the spinbutton")
37553  (readable #t)
37554  (writable #t)
37555  (construct-only #f)
37556)
37557
37558(define-property climb-rate
37559  (of-object "GtkSpinButton")
37560  (prop-type "GParamDouble")
37561  (docs "The acceleration rate when you hold down a button")
37562  (readable #t)
37563  (writable #t)
37564  (construct-only #f)
37565)
37566
37567(define-property digits
37568  (of-object "GtkSpinButton")
37569  (prop-type "GParamUInt")
37570  (docs "The number of decimal places to display")
37571  (readable #t)
37572  (writable #t)
37573  (construct-only #f)
37574)
37575
37576(define-property snap-to-ticks
37577  (of-object "GtkSpinButton")
37578  (prop-type "GParamBoolean")
37579  (docs "Whether erroneous values are automatically changed to a spin button's nearest step increment")
37580  (readable #t)
37581  (writable #t)
37582  (construct-only #f)
37583)
37584
37585(define-property numeric
37586  (of-object "GtkSpinButton")
37587  (prop-type "GParamBoolean")
37588  (docs "Whether non-numeric characters should be ignored")
37589  (readable #t)
37590  (writable #t)
37591  (construct-only #f)
37592)
37593
37594(define-property wrap
37595  (of-object "GtkSpinButton")
37596  (prop-type "GParamBoolean")
37597  (docs "Whether a spin button should wrap upon reaching its limits")
37598  (readable #t)
37599  (writable #t)
37600  (construct-only #f)
37601)
37602
37603(define-property update-policy
37604  (of-object "GtkSpinButton")
37605  (prop-type "GParamEnum")
37606  (docs "Whether the spin button should update always, or only when the value is legal")
37607  (readable #t)
37608  (writable #t)
37609  (construct-only #f)
37610)
37611
37612(define-property value
37613  (of-object "GtkSpinButton")
37614  (prop-type "GParamDouble")
37615  (docs "Reads the current value, or sets a new value")
37616  (readable #t)
37617  (writable #t)
37618  (construct-only #f)
37619)
37620
37621;; From GtkStatusbar
37622
37623(define-signal text-pushed
37624  (of-object "GtkStatusbar")
37625  (return-type "void")
37626  (when "last")
37627  (parameters
37628    '("guint" "p0")
37629    '("const-gchar*" "p1")
37630  )
37631)
37632
37633(define-signal text-popped
37634  (of-object "GtkStatusbar")
37635  (return-type "void")
37636  (when "last")
37637  (parameters
37638    '("guint" "p0")
37639    '("const-gchar*" "p1")
37640  )
37641)
37642
37643(define-property orientation
37644  (of-object "GtkStatusbar")
37645  (prop-type "GParamEnum")
37646  (docs "The orientation of the orientable")
37647  (readable #t)
37648  (writable #t)
37649  (construct-only #f)
37650)
37651
37652(define-property user-data
37653  (of-object "GtkStatusbar")
37654  (prop-type "GParamPointer")
37655  (docs "Anonymous User Data Pointer")
37656  (readable #t)
37657  (writable #t)
37658  (construct-only #f)
37659)
37660
37661(define-property name
37662  (of-object "GtkStatusbar")
37663  (prop-type "GParamString")
37664  (docs "The name of the widget")
37665  (readable #t)
37666  (writable #t)
37667  (construct-only #f)
37668)
37669
37670(define-property parent
37671  (of-object "GtkStatusbar")
37672  (prop-type "GParamObject")
37673  (docs "The parent widget of this widget. Must be a Container widget")
37674  (readable #t)
37675  (writable #t)
37676  (construct-only #f)
37677)
37678
37679(define-property width-request
37680  (of-object "GtkStatusbar")
37681  (prop-type "GParamInt")
37682  (docs "Override for width request of the widget, or -1 if natural request should be used")
37683  (readable #t)
37684  (writable #t)
37685  (construct-only #f)
37686)
37687
37688(define-property height-request
37689  (of-object "GtkStatusbar")
37690  (prop-type "GParamInt")
37691  (docs "Override for height request of the widget, or -1 if natural request should be used")
37692  (readable #t)
37693  (writable #t)
37694  (construct-only #f)
37695)
37696
37697(define-property visible
37698  (of-object "GtkStatusbar")
37699  (prop-type "GParamBoolean")
37700  (docs "Whether the widget is visible")
37701  (readable #t)
37702  (writable #t)
37703  (construct-only #f)
37704)
37705
37706(define-property sensitive
37707  (of-object "GtkStatusbar")
37708  (prop-type "GParamBoolean")
37709  (docs "Whether the widget responds to input")
37710  (readable #t)
37711  (writable #t)
37712  (construct-only #f)
37713)
37714
37715(define-property app-paintable
37716  (of-object "GtkStatusbar")
37717  (prop-type "GParamBoolean")
37718  (docs "Whether the application will paint directly on the widget")
37719  (readable #t)
37720  (writable #t)
37721  (construct-only #f)
37722)
37723
37724(define-property can-focus
37725  (of-object "GtkStatusbar")
37726  (prop-type "GParamBoolean")
37727  (docs "Whether the widget can accept the input focus")
37728  (readable #t)
37729  (writable #t)
37730  (construct-only #f)
37731)
37732
37733(define-property has-focus
37734  (of-object "GtkStatusbar")
37735  (prop-type "GParamBoolean")
37736  (docs "Whether the widget has the input focus")
37737  (readable #t)
37738  (writable #t)
37739  (construct-only #f)
37740)
37741
37742(define-property is-focus
37743  (of-object "GtkStatusbar")
37744  (prop-type "GParamBoolean")
37745  (docs "Whether the widget is the focus widget within the toplevel")
37746  (readable #t)
37747  (writable #t)
37748  (construct-only #f)
37749)
37750
37751(define-property can-default
37752  (of-object "GtkStatusbar")
37753  (prop-type "GParamBoolean")
37754  (docs "Whether the widget can be the default widget")
37755  (readable #t)
37756  (writable #t)
37757  (construct-only #f)
37758)
37759
37760(define-property has-default
37761  (of-object "GtkStatusbar")
37762  (prop-type "GParamBoolean")
37763  (docs "Whether the widget is the default widget")
37764  (readable #t)
37765  (writable #t)
37766  (construct-only #f)
37767)
37768
37769(define-property receives-default
37770  (of-object "GtkStatusbar")
37771  (prop-type "GParamBoolean")
37772  (docs "If TRUE, the widget will receive the default action when it is focused")
37773  (readable #t)
37774  (writable #t)
37775  (construct-only #f)
37776)
37777
37778(define-property composite-child
37779  (of-object "GtkStatusbar")
37780  (prop-type "GParamBoolean")
37781  (docs "Whether the widget is part of a composite widget")
37782  (readable #t)
37783  (writable #f)
37784  (construct-only #f)
37785)
37786
37787(define-property style
37788  (of-object "GtkStatusbar")
37789  (prop-type "GParamObject")
37790  (docs "The style of the widget, which contains information about how it will look (colors etc)")
37791  (readable #t)
37792  (writable #t)
37793  (construct-only #f)
37794)
37795
37796(define-property events
37797  (of-object "GtkStatusbar")
37798  (prop-type "GParamFlags")
37799  (docs "The event mask that decides what kind of GdkEvents this widget gets")
37800  (readable #t)
37801  (writable #t)
37802  (construct-only #f)
37803)
37804
37805(define-property extension-events
37806  (of-object "GtkStatusbar")
37807  (prop-type "GParamEnum")
37808  (docs "The mask that decides what kind of extension events this widget gets")
37809  (readable #t)
37810  (writable #t)
37811  (construct-only #f)
37812)
37813
37814(define-property no-show-all
37815  (of-object "GtkStatusbar")
37816  (prop-type "GParamBoolean")
37817  (docs "Whether gtk_widget_show_all() should not affect this widget")
37818  (readable #t)
37819  (writable #t)
37820  (construct-only #f)
37821)
37822
37823(define-property has-tooltip
37824  (of-object "GtkStatusbar")
37825  (prop-type "GParamBoolean")
37826  (docs "Whether this widget has a tooltip")
37827  (readable #t)
37828  (writable #t)
37829  (construct-only #f)
37830)
37831
37832(define-property tooltip-markup
37833  (of-object "GtkStatusbar")
37834  (prop-type "GParamString")
37835  (docs "The contents of the tooltip for this widget")
37836  (readable #t)
37837  (writable #t)
37838  (construct-only #f)
37839)
37840
37841(define-property tooltip-text
37842  (of-object "GtkStatusbar")
37843  (prop-type "GParamString")
37844  (docs "The contents of the tooltip for this widget")
37845  (readable #t)
37846  (writable #t)
37847  (construct-only #f)
37848)
37849
37850(define-property window
37851  (of-object "GtkStatusbar")
37852  (prop-type "GParamObject")
37853  (docs "The widget's window if it is realized")
37854  (readable #t)
37855  (writable #f)
37856  (construct-only #f)
37857)
37858
37859(define-property double-buffered
37860  (of-object "GtkStatusbar")
37861  (prop-type "GParamBoolean")
37862  (docs "Whether or not the widget is double buffered")
37863  (readable #t)
37864  (writable #t)
37865  (construct-only #f)
37866)
37867
37868(define-property border-width
37869  (of-object "GtkStatusbar")
37870  (prop-type "GParamUInt")
37871  (docs "The width of the empty border outside the containers children")
37872  (readable #t)
37873  (writable #t)
37874  (construct-only #f)
37875)
37876
37877(define-property resize-mode
37878  (of-object "GtkStatusbar")
37879  (prop-type "GParamEnum")
37880  (docs "Specify how resize events are handled")
37881  (readable #t)
37882  (writable #t)
37883  (construct-only #f)
37884)
37885
37886(define-property child
37887  (of-object "GtkStatusbar")
37888  (prop-type "GParamObject")
37889  (docs "Can be used to add a new child to the container")
37890  (readable #f)
37891  (writable #t)
37892  (construct-only #f)
37893)
37894
37895(define-property spacing
37896  (of-object "GtkStatusbar")
37897  (prop-type "GParamInt")
37898  (docs "The amount of space between children")
37899  (readable #t)
37900  (writable #t)
37901  (construct-only #f)
37902)
37903
37904(define-property homogeneous
37905  (of-object "GtkStatusbar")
37906  (prop-type "GParamBoolean")
37907  (docs "Whether the children should all be the same size")
37908  (readable #t)
37909  (writable #t)
37910  (construct-only #f)
37911)
37912
37913(define-property has-resize-grip
37914  (of-object "GtkStatusbar")
37915  (prop-type "GParamBoolean")
37916  (docs "Whether the statusbar has a grip for resizing the toplevel")
37917  (readable #t)
37918  (writable #t)
37919  (construct-only #f)
37920)
37921
37922;; From GtkStatusIcon
37923
37924(define-signal size-changed
37925  (of-object "GtkStatusIcon")
37926  (return-type "gboolean")
37927  (when "last")
37928  (parameters
37929    '("gint" "p0")
37930  )
37931)
37932
37933(define-signal button-press-event
37934  (of-object "GtkStatusIcon")
37935  (return-type "gboolean")
37936  (when "last")
37937  (parameters
37938    '("GdkEventButton*" "p0")
37939  )
37940)
37941
37942(define-signal button-release-event
37943  (of-object "GtkStatusIcon")
37944  (return-type "gboolean")
37945  (when "last")
37946  (parameters
37947    '("GdkEventButton*" "p0")
37948  )
37949)
37950
37951(define-signal scroll-event
37952  (of-object "GtkStatusIcon")
37953  (return-type "gboolean")
37954  (when "last")
37955  (parameters
37956    '("GdkEventScroll*" "p0")
37957  )
37958)
37959
37960(define-signal query-tooltip
37961  (of-object "GtkStatusIcon")
37962  (return-type "gboolean")
37963  (when "last")
37964  (parameters
37965    '("gint" "p0")
37966    '("gint" "p1")
37967    '("gboolean" "p2")
37968    '("GtkTooltip*" "p3")
37969  )
37970)
37971
37972(define-signal popup-menu
37973  (of-object "GtkStatusIcon")
37974  (return-type "void")
37975  (when "first")
37976  (parameters
37977    '("guint" "p0")
37978    '("guint32" "p1")
37979  )
37980)
37981
37982(define-signal activate
37983  (of-object "GtkStatusIcon")
37984  (return-type "void")
37985  (when "first")
37986)
37987
37988(define-property pixbuf
37989  (of-object "GtkStatusIcon")
37990  (prop-type "GParamObject")
37991  (docs "A GdkPixbuf to display")
37992  (readable #t)
37993  (writable #t)
37994  (construct-only #f)
37995)
37996
37997(define-property file
37998  (of-object "GtkStatusIcon")
37999  (prop-type "GParamString")
38000  (docs "Filename to load and display")
38001  (readable #f)
38002  (writable #t)
38003  (construct-only #f)
38004)
38005
38006(define-property stock
38007  (of-object "GtkStatusIcon")
38008  (prop-type "GParamString")
38009  (docs "Stock ID for a stock image to display")
38010  (readable #t)
38011  (writable #t)
38012  (construct-only #f)
38013)
38014
38015(define-property icon-name
38016  (of-object "GtkStatusIcon")
38017  (prop-type "GParamString")
38018  (docs "The name of the icon from the icon theme")
38019  (readable #t)
38020  (writable #t)
38021  (construct-only #f)
38022)
38023
38024(define-property gicon
38025  (of-object "GtkStatusIcon")
38026  (prop-type "GParamObject")
38027  (docs "The GIcon being displayed")
38028  (readable #t)
38029  (writable #t)
38030  (construct-only #f)
38031)
38032
38033(define-property storage-type
38034  (of-object "GtkStatusIcon")
38035  (prop-type "GParamEnum")
38036  (docs "The representation being used for image data")
38037  (readable #t)
38038  (writable #f)
38039  (construct-only #f)
38040)
38041
38042(define-property size
38043  (of-object "GtkStatusIcon")
38044  (prop-type "GParamInt")
38045  (docs "The size of the icon")
38046  (readable #t)
38047  (writable #f)
38048  (construct-only #f)
38049)
38050
38051(define-property screen
38052  (of-object "GtkStatusIcon")
38053  (prop-type "GParamObject")
38054  (docs "The screen where this status icon will be displayed")
38055  (readable #t)
38056  (writable #t)
38057  (construct-only #f)
38058)
38059
38060(define-property visible
38061  (of-object "GtkStatusIcon")
38062  (prop-type "GParamBoolean")
38063  (docs "Whether or not the status icon is visible")
38064  (readable #t)
38065  (writable #t)
38066  (construct-only #f)
38067)
38068
38069(define-property orientation
38070  (of-object "GtkStatusIcon")
38071  (prop-type "GParamEnum")
38072  (docs "The orientation of the tray")
38073  (readable #t)
38074  (writable #f)
38075  (construct-only #f)
38076)
38077
38078(define-property embedded
38079  (of-object "GtkStatusIcon")
38080  (prop-type "GParamBoolean")
38081  (docs "Whether or not the status icon is embedded")
38082  (readable #t)
38083  (writable #f)
38084  (construct-only #f)
38085)
38086
38087(define-property blinking
38088  (of-object "GtkStatusIcon")
38089  (prop-type "GParamBoolean")
38090  (docs "Whether or not the status icon is blinking")
38091  (readable #t)
38092  (writable #t)
38093  (construct-only #f)
38094)
38095
38096(define-property has-tooltip
38097  (of-object "GtkStatusIcon")
38098  (prop-type "GParamBoolean")
38099  (docs "Whether this tray icon has a tooltip")
38100  (readable #t)
38101  (writable #t)
38102  (construct-only #f)
38103)
38104
38105(define-property tooltip-text
38106  (of-object "GtkStatusIcon")
38107  (prop-type "GParamString")
38108  (docs "The contents of the tooltip for this widget")
38109  (readable #t)
38110  (writable #t)
38111  (construct-only #f)
38112)
38113
38114(define-property tooltip-markup
38115  (of-object "GtkStatusIcon")
38116  (prop-type "GParamString")
38117  (docs "The contents of the tooltip for this tray icon")
38118  (readable #t)
38119  (writable #t)
38120  (construct-only #f)
38121)
38122
38123(define-property title
38124  (of-object "GtkStatusIcon")
38125  (prop-type "GParamString")
38126  (docs "The title of this tray icon")
38127  (readable #t)
38128  (writable #t)
38129  (construct-only #f)
38130)
38131
38132;; From GtkStyle
38133
38134(define-signal realize
38135  (of-object "GtkStyle")
38136  (return-type "void")
38137  (when "first")
38138)
38139
38140(define-signal unrealize
38141  (of-object "GtkStyle")
38142  (return-type "void")
38143  (when "first")
38144)
38145
38146;; From GtkTable
38147
38148(define-property user-data
38149  (of-object "GtkTable")
38150  (prop-type "GParamPointer")
38151  (docs "Anonymous User Data Pointer")
38152  (readable #t)
38153  (writable #t)
38154  (construct-only #f)
38155)
38156
38157(define-property name
38158  (of-object "GtkTable")
38159  (prop-type "GParamString")
38160  (docs "The name of the widget")
38161  (readable #t)
38162  (writable #t)
38163  (construct-only #f)
38164)
38165
38166(define-property parent
38167  (of-object "GtkTable")
38168  (prop-type "GParamObject")
38169  (docs "The parent widget of this widget. Must be a Container widget")
38170  (readable #t)
38171  (writable #t)
38172  (construct-only #f)
38173)
38174
38175(define-property width-request
38176  (of-object "GtkTable")
38177  (prop-type "GParamInt")
38178  (docs "Override for width request of the widget, or -1 if natural request should be used")
38179  (readable #t)
38180  (writable #t)
38181  (construct-only #f)
38182)
38183
38184(define-property height-request
38185  (of-object "GtkTable")
38186  (prop-type "GParamInt")
38187  (docs "Override for height request of the widget, or -1 if natural request should be used")
38188  (readable #t)
38189  (writable #t)
38190  (construct-only #f)
38191)
38192
38193(define-property visible
38194  (of-object "GtkTable")
38195  (prop-type "GParamBoolean")
38196  (docs "Whether the widget is visible")
38197  (readable #t)
38198  (writable #t)
38199  (construct-only #f)
38200)
38201
38202(define-property sensitive
38203  (of-object "GtkTable")
38204  (prop-type "GParamBoolean")
38205  (docs "Whether the widget responds to input")
38206  (readable #t)
38207  (writable #t)
38208  (construct-only #f)
38209)
38210
38211(define-property app-paintable
38212  (of-object "GtkTable")
38213  (prop-type "GParamBoolean")
38214  (docs "Whether the application will paint directly on the widget")
38215  (readable #t)
38216  (writable #t)
38217  (construct-only #f)
38218)
38219
38220(define-property can-focus
38221  (of-object "GtkTable")
38222  (prop-type "GParamBoolean")
38223  (docs "Whether the widget can accept the input focus")
38224  (readable #t)
38225  (writable #t)
38226  (construct-only #f)
38227)
38228
38229(define-property has-focus
38230  (of-object "GtkTable")
38231  (prop-type "GParamBoolean")
38232  (docs "Whether the widget has the input focus")
38233  (readable #t)
38234  (writable #t)
38235  (construct-only #f)
38236)
38237
38238(define-property is-focus
38239  (of-object "GtkTable")
38240  (prop-type "GParamBoolean")
38241  (docs "Whether the widget is the focus widget within the toplevel")
38242  (readable #t)
38243  (writable #t)
38244  (construct-only #f)
38245)
38246
38247(define-property can-default
38248  (of-object "GtkTable")
38249  (prop-type "GParamBoolean")
38250  (docs "Whether the widget can be the default widget")
38251  (readable #t)
38252  (writable #t)
38253  (construct-only #f)
38254)
38255
38256(define-property has-default
38257  (of-object "GtkTable")
38258  (prop-type "GParamBoolean")
38259  (docs "Whether the widget is the default widget")
38260  (readable #t)
38261  (writable #t)
38262  (construct-only #f)
38263)
38264
38265(define-property receives-default
38266  (of-object "GtkTable")
38267  (prop-type "GParamBoolean")
38268  (docs "If TRUE, the widget will receive the default action when it is focused")
38269  (readable #t)
38270  (writable #t)
38271  (construct-only #f)
38272)
38273
38274(define-property composite-child
38275  (of-object "GtkTable")
38276  (prop-type "GParamBoolean")
38277  (docs "Whether the widget is part of a composite widget")
38278  (readable #t)
38279  (writable #f)
38280  (construct-only #f)
38281)
38282
38283(define-property style
38284  (of-object "GtkTable")
38285  (prop-type "GParamObject")
38286  (docs "The style of the widget, which contains information about how it will look (colors etc)")
38287  (readable #t)
38288  (writable #t)
38289  (construct-only #f)
38290)
38291
38292(define-property events
38293  (of-object "GtkTable")
38294  (prop-type "GParamFlags")
38295  (docs "The event mask that decides what kind of GdkEvents this widget gets")
38296  (readable #t)
38297  (writable #t)
38298  (construct-only #f)
38299)
38300
38301(define-property extension-events
38302  (of-object "GtkTable")
38303  (prop-type "GParamEnum")
38304  (docs "The mask that decides what kind of extension events this widget gets")
38305  (readable #t)
38306  (writable #t)
38307  (construct-only #f)
38308)
38309
38310(define-property no-show-all
38311  (of-object "GtkTable")
38312  (prop-type "GParamBoolean")
38313  (docs "Whether gtk_widget_show_all() should not affect this widget")
38314  (readable #t)
38315  (writable #t)
38316  (construct-only #f)
38317)
38318
38319(define-property has-tooltip
38320  (of-object "GtkTable")
38321  (prop-type "GParamBoolean")
38322  (docs "Whether this widget has a tooltip")
38323  (readable #t)
38324  (writable #t)
38325  (construct-only #f)
38326)
38327
38328(define-property tooltip-markup
38329  (of-object "GtkTable")
38330  (prop-type "GParamString")
38331  (docs "The contents of the tooltip for this widget")
38332  (readable #t)
38333  (writable #t)
38334  (construct-only #f)
38335)
38336
38337(define-property tooltip-text
38338  (of-object "GtkTable")
38339  (prop-type "GParamString")
38340  (docs "The contents of the tooltip for this widget")
38341  (readable #t)
38342  (writable #t)
38343  (construct-only #f)
38344)
38345
38346(define-property window
38347  (of-object "GtkTable")
38348  (prop-type "GParamObject")
38349  (docs "The widget's window if it is realized")
38350  (readable #t)
38351  (writable #f)
38352  (construct-only #f)
38353)
38354
38355(define-property double-buffered
38356  (of-object "GtkTable")
38357  (prop-type "GParamBoolean")
38358  (docs "Whether or not the widget is double buffered")
38359  (readable #t)
38360  (writable #t)
38361  (construct-only #f)
38362)
38363
38364(define-property border-width
38365  (of-object "GtkTable")
38366  (prop-type "GParamUInt")
38367  (docs "The width of the empty border outside the containers children")
38368  (readable #t)
38369  (writable #t)
38370  (construct-only #f)
38371)
38372
38373(define-property resize-mode
38374  (of-object "GtkTable")
38375  (prop-type "GParamEnum")
38376  (docs "Specify how resize events are handled")
38377  (readable #t)
38378  (writable #t)
38379  (construct-only #f)
38380)
38381
38382(define-property child
38383  (of-object "GtkTable")
38384  (prop-type "GParamObject")
38385  (docs "Can be used to add a new child to the container")
38386  (readable #f)
38387  (writable #t)
38388  (construct-only #f)
38389)
38390
38391(define-property n-rows
38392  (of-object "GtkTable")
38393  (prop-type "GParamUInt")
38394  (docs "The number of rows in the table")
38395  (readable #t)
38396  (writable #t)
38397  (construct-only #f)
38398)
38399
38400(define-property n-columns
38401  (of-object "GtkTable")
38402  (prop-type "GParamUInt")
38403  (docs "The number of columns in the table")
38404  (readable #t)
38405  (writable #t)
38406  (construct-only #f)
38407)
38408
38409(define-property column-spacing
38410  (of-object "GtkTable")
38411  (prop-type "GParamUInt")
38412  (docs "The amount of space between two consecutive columns")
38413  (readable #t)
38414  (writable #t)
38415  (construct-only #f)
38416)
38417
38418(define-property row-spacing
38419  (of-object "GtkTable")
38420  (prop-type "GParamUInt")
38421  (docs "The amount of space between two consecutive rows")
38422  (readable #t)
38423  (writable #t)
38424  (construct-only #f)
38425)
38426
38427(define-property homogeneous
38428  (of-object "GtkTable")
38429  (prop-type "GParamBoolean")
38430  (docs "If TRUE, the table cells are all the same width/height")
38431  (readable #t)
38432  (writable #t)
38433  (construct-only #f)
38434)
38435
38436;; From GtkTearoffMenuItem
38437
38438(define-property related-action
38439  (of-object "GtkTearoffMenuItem")
38440  (prop-type "GParamObject")
38441  (docs "The action this activatable will activate and receive updates from")
38442  (readable #t)
38443  (writable #t)
38444  (construct-only #f)
38445)
38446
38447(define-property use-action-appearance
38448  (of-object "GtkTearoffMenuItem")
38449  (prop-type "GParamBoolean")
38450  (docs "Whether to use the related actions appearance properties")
38451  (readable #t)
38452  (writable #t)
38453  (construct-only #f)
38454)
38455
38456(define-property user-data
38457  (of-object "GtkTearoffMenuItem")
38458  (prop-type "GParamPointer")
38459  (docs "Anonymous User Data Pointer")
38460  (readable #t)
38461  (writable #t)
38462  (construct-only #f)
38463)
38464
38465(define-property name
38466  (of-object "GtkTearoffMenuItem")
38467  (prop-type "GParamString")
38468  (docs "The name of the widget")
38469  (readable #t)
38470  (writable #t)
38471  (construct-only #f)
38472)
38473
38474(define-property parent
38475  (of-object "GtkTearoffMenuItem")
38476  (prop-type "GParamObject")
38477  (docs "The parent widget of this widget. Must be a Container widget")
38478  (readable #t)
38479  (writable #t)
38480  (construct-only #f)
38481)
38482
38483(define-property width-request
38484  (of-object "GtkTearoffMenuItem")
38485  (prop-type "GParamInt")
38486  (docs "Override for width request of the widget, or -1 if natural request should be used")
38487  (readable #t)
38488  (writable #t)
38489  (construct-only #f)
38490)
38491
38492(define-property height-request
38493  (of-object "GtkTearoffMenuItem")
38494  (prop-type "GParamInt")
38495  (docs "Override for height request of the widget, or -1 if natural request should be used")
38496  (readable #t)
38497  (writable #t)
38498  (construct-only #f)
38499)
38500
38501(define-property visible
38502  (of-object "GtkTearoffMenuItem")
38503  (prop-type "GParamBoolean")
38504  (docs "Whether the widget is visible")
38505  (readable #t)
38506  (writable #t)
38507  (construct-only #f)
38508)
38509
38510(define-property sensitive
38511  (of-object "GtkTearoffMenuItem")
38512  (prop-type "GParamBoolean")
38513  (docs "Whether the widget responds to input")
38514  (readable #t)
38515  (writable #t)
38516  (construct-only #f)
38517)
38518
38519(define-property app-paintable
38520  (of-object "GtkTearoffMenuItem")
38521  (prop-type "GParamBoolean")
38522  (docs "Whether the application will paint directly on the widget")
38523  (readable #t)
38524  (writable #t)
38525  (construct-only #f)
38526)
38527
38528(define-property can-focus
38529  (of-object "GtkTearoffMenuItem")
38530  (prop-type "GParamBoolean")
38531  (docs "Whether the widget can accept the input focus")
38532  (readable #t)
38533  (writable #t)
38534  (construct-only #f)
38535)
38536
38537(define-property has-focus
38538  (of-object "GtkTearoffMenuItem")
38539  (prop-type "GParamBoolean")
38540  (docs "Whether the widget has the input focus")
38541  (readable #t)
38542  (writable #t)
38543  (construct-only #f)
38544)
38545
38546(define-property is-focus
38547  (of-object "GtkTearoffMenuItem")
38548  (prop-type "GParamBoolean")
38549  (docs "Whether the widget is the focus widget within the toplevel")
38550  (readable #t)
38551  (writable #t)
38552  (construct-only #f)
38553)
38554
38555(define-property can-default
38556  (of-object "GtkTearoffMenuItem")
38557  (prop-type "GParamBoolean")
38558  (docs "Whether the widget can be the default widget")
38559  (readable #t)
38560  (writable #t)
38561  (construct-only #f)
38562)
38563
38564(define-property has-default
38565  (of-object "GtkTearoffMenuItem")
38566  (prop-type "GParamBoolean")
38567  (docs "Whether the widget is the default widget")
38568  (readable #t)
38569  (writable #t)
38570  (construct-only #f)
38571)
38572
38573(define-property receives-default
38574  (of-object "GtkTearoffMenuItem")
38575  (prop-type "GParamBoolean")
38576  (docs "If TRUE, the widget will receive the default action when it is focused")
38577  (readable #t)
38578  (writable #t)
38579  (construct-only #f)
38580)
38581
38582(define-property composite-child
38583  (of-object "GtkTearoffMenuItem")
38584  (prop-type "GParamBoolean")
38585  (docs "Whether the widget is part of a composite widget")
38586  (readable #t)
38587  (writable #f)
38588  (construct-only #f)
38589)
38590
38591(define-property style
38592  (of-object "GtkTearoffMenuItem")
38593  (prop-type "GParamObject")
38594  (docs "The style of the widget, which contains information about how it will look (colors etc)")
38595  (readable #t)
38596  (writable #t)
38597  (construct-only #f)
38598)
38599
38600(define-property events
38601  (of-object "GtkTearoffMenuItem")
38602  (prop-type "GParamFlags")
38603  (docs "The event mask that decides what kind of GdkEvents this widget gets")
38604  (readable #t)
38605  (writable #t)
38606  (construct-only #f)
38607)
38608
38609(define-property extension-events
38610  (of-object "GtkTearoffMenuItem")
38611  (prop-type "GParamEnum")
38612  (docs "The mask that decides what kind of extension events this widget gets")
38613  (readable #t)
38614  (writable #t)
38615  (construct-only #f)
38616)
38617
38618(define-property no-show-all
38619  (of-object "GtkTearoffMenuItem")
38620  (prop-type "GParamBoolean")
38621  (docs "Whether gtk_widget_show_all() should not affect this widget")
38622  (readable #t)
38623  (writable #t)
38624  (construct-only #f)
38625)
38626
38627(define-property has-tooltip
38628  (of-object "GtkTearoffMenuItem")
38629  (prop-type "GParamBoolean")
38630  (docs "Whether this widget has a tooltip")
38631  (readable #t)
38632  (writable #t)
38633  (construct-only #f)
38634)
38635
38636(define-property tooltip-markup
38637  (of-object "GtkTearoffMenuItem")
38638  (prop-type "GParamString")
38639  (docs "The contents of the tooltip for this widget")
38640  (readable #t)
38641  (writable #t)
38642  (construct-only #f)
38643)
38644
38645(define-property tooltip-text
38646  (of-object "GtkTearoffMenuItem")
38647  (prop-type "GParamString")
38648  (docs "The contents of the tooltip for this widget")
38649  (readable #t)
38650  (writable #t)
38651  (construct-only #f)
38652)
38653
38654(define-property window
38655  (of-object "GtkTearoffMenuItem")
38656  (prop-type "GParamObject")
38657  (docs "The widget's window if it is realized")
38658  (readable #t)
38659  (writable #f)
38660  (construct-only #f)
38661)
38662
38663(define-property double-buffered
38664  (of-object "GtkTearoffMenuItem")
38665  (prop-type "GParamBoolean")
38666  (docs "Whether or not the widget is double buffered")
38667  (readable #t)
38668  (writable #t)
38669  (construct-only #f)
38670)
38671
38672(define-property border-width
38673  (of-object "GtkTearoffMenuItem")
38674  (prop-type "GParamUInt")
38675  (docs "The width of the empty border outside the containers children")
38676  (readable #t)
38677  (writable #t)
38678  (construct-only #f)
38679)
38680
38681(define-property resize-mode
38682  (of-object "GtkTearoffMenuItem")
38683  (prop-type "GParamEnum")
38684  (docs "Specify how resize events are handled")
38685  (readable #t)
38686  (writable #t)
38687  (construct-only #f)
38688)
38689
38690(define-property child
38691  (of-object "GtkTearoffMenuItem")
38692  (prop-type "GParamObject")
38693  (docs "Can be used to add a new child to the container")
38694  (readable #f)
38695  (writable #t)
38696  (construct-only #f)
38697)
38698
38699(define-property right-justified
38700  (of-object "GtkTearoffMenuItem")
38701  (prop-type "GParamBoolean")
38702  (docs "Sets whether the menu item appears justified at the right side of a menu bar")
38703  (readable #t)
38704  (writable #t)
38705  (construct-only #f)
38706)
38707
38708(define-property submenu
38709  (of-object "GtkTearoffMenuItem")
38710  (prop-type "GParamObject")
38711  (docs "The submenu attached to the menu item, or NULL if it has none")
38712  (readable #t)
38713  (writable #t)
38714  (construct-only #f)
38715)
38716
38717(define-property accel-path
38718  (of-object "GtkTearoffMenuItem")
38719  (prop-type "GParamString")
38720  (docs "Sets the accelerator path of the menu item")
38721  (readable #t)
38722  (writable #t)
38723  (construct-only #f)
38724)
38725
38726(define-property label
38727  (of-object "GtkTearoffMenuItem")
38728  (prop-type "GParamString")
38729  (docs "The text for the child label")
38730  (readable #t)
38731  (writable #t)
38732  (construct-only #f)
38733)
38734
38735(define-property use-underline
38736  (of-object "GtkTearoffMenuItem")
38737  (prop-type "GParamBoolean")
38738  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
38739  (readable #t)
38740  (writable #t)
38741  (construct-only #f)
38742)
38743
38744;; From GtkTipsQuery
38745
38746(define-signal start-query
38747  (of-object "GtkTipsQuery")
38748  (return-type "void")
38749  (when "first")
38750)
38751
38752(define-signal stop-query
38753  (of-object "GtkTipsQuery")
38754  (return-type "void")
38755  (when "first")
38756)
38757
38758(define-signal widget-entered
38759  (of-object "GtkTipsQuery")
38760  (return-type "void")
38761  (when "last")
38762  (parameters
38763    '("GtkWidget*" "p0")
38764    '("const-gchar*" "p1")
38765    '("const-gchar*" "p2")
38766  )
38767)
38768
38769(define-signal widget-selected
38770  (of-object "GtkTipsQuery")
38771  (return-type "gboolean")
38772  (when "last")
38773  (parameters
38774    '("GtkWidget*" "p0")
38775    '("const-gchar*" "p1")
38776    '("const-gchar*" "p2")
38777    '("GdkEvent*" "p3")
38778  )
38779)
38780
38781(define-property user-data
38782  (of-object "GtkTipsQuery")
38783  (prop-type "GParamPointer")
38784  (docs "Anonymous User Data Pointer")
38785  (readable #t)
38786  (writable #t)
38787  (construct-only #f)
38788)
38789
38790(define-property name
38791  (of-object "GtkTipsQuery")
38792  (prop-type "GParamString")
38793  (docs "The name of the widget")
38794  (readable #t)
38795  (writable #t)
38796  (construct-only #f)
38797)
38798
38799(define-property parent
38800  (of-object "GtkTipsQuery")
38801  (prop-type "GParamObject")
38802  (docs "The parent widget of this widget. Must be a Container widget")
38803  (readable #t)
38804  (writable #t)
38805  (construct-only #f)
38806)
38807
38808(define-property width-request
38809  (of-object "GtkTipsQuery")
38810  (prop-type "GParamInt")
38811  (docs "Override for width request of the widget, or -1 if natural request should be used")
38812  (readable #t)
38813  (writable #t)
38814  (construct-only #f)
38815)
38816
38817(define-property height-request
38818  (of-object "GtkTipsQuery")
38819  (prop-type "GParamInt")
38820  (docs "Override for height request of the widget, or -1 if natural request should be used")
38821  (readable #t)
38822  (writable #t)
38823  (construct-only #f)
38824)
38825
38826(define-property visible
38827  (of-object "GtkTipsQuery")
38828  (prop-type "GParamBoolean")
38829  (docs "Whether the widget is visible")
38830  (readable #t)
38831  (writable #t)
38832  (construct-only #f)
38833)
38834
38835(define-property sensitive
38836  (of-object "GtkTipsQuery")
38837  (prop-type "GParamBoolean")
38838  (docs "Whether the widget responds to input")
38839  (readable #t)
38840  (writable #t)
38841  (construct-only #f)
38842)
38843
38844(define-property app-paintable
38845  (of-object "GtkTipsQuery")
38846  (prop-type "GParamBoolean")
38847  (docs "Whether the application will paint directly on the widget")
38848  (readable #t)
38849  (writable #t)
38850  (construct-only #f)
38851)
38852
38853(define-property can-focus
38854  (of-object "GtkTipsQuery")
38855  (prop-type "GParamBoolean")
38856  (docs "Whether the widget can accept the input focus")
38857  (readable #t)
38858  (writable #t)
38859  (construct-only #f)
38860)
38861
38862(define-property has-focus
38863  (of-object "GtkTipsQuery")
38864  (prop-type "GParamBoolean")
38865  (docs "Whether the widget has the input focus")
38866  (readable #t)
38867  (writable #t)
38868  (construct-only #f)
38869)
38870
38871(define-property is-focus
38872  (of-object "GtkTipsQuery")
38873  (prop-type "GParamBoolean")
38874  (docs "Whether the widget is the focus widget within the toplevel")
38875  (readable #t)
38876  (writable #t)
38877  (construct-only #f)
38878)
38879
38880(define-property can-default
38881  (of-object "GtkTipsQuery")
38882  (prop-type "GParamBoolean")
38883  (docs "Whether the widget can be the default widget")
38884  (readable #t)
38885  (writable #t)
38886  (construct-only #f)
38887)
38888
38889(define-property has-default
38890  (of-object "GtkTipsQuery")
38891  (prop-type "GParamBoolean")
38892  (docs "Whether the widget is the default widget")
38893  (readable #t)
38894  (writable #t)
38895  (construct-only #f)
38896)
38897
38898(define-property receives-default
38899  (of-object "GtkTipsQuery")
38900  (prop-type "GParamBoolean")
38901  (docs "If TRUE, the widget will receive the default action when it is focused")
38902  (readable #t)
38903  (writable #t)
38904  (construct-only #f)
38905)
38906
38907(define-property composite-child
38908  (of-object "GtkTipsQuery")
38909  (prop-type "GParamBoolean")
38910  (docs "Whether the widget is part of a composite widget")
38911  (readable #t)
38912  (writable #f)
38913  (construct-only #f)
38914)
38915
38916(define-property style
38917  (of-object "GtkTipsQuery")
38918  (prop-type "GParamObject")
38919  (docs "The style of the widget, which contains information about how it will look (colors etc)")
38920  (readable #t)
38921  (writable #t)
38922  (construct-only #f)
38923)
38924
38925(define-property events
38926  (of-object "GtkTipsQuery")
38927  (prop-type "GParamFlags")
38928  (docs "The event mask that decides what kind of GdkEvents this widget gets")
38929  (readable #t)
38930  (writable #t)
38931  (construct-only #f)
38932)
38933
38934(define-property extension-events
38935  (of-object "GtkTipsQuery")
38936  (prop-type "GParamEnum")
38937  (docs "The mask that decides what kind of extension events this widget gets")
38938  (readable #t)
38939  (writable #t)
38940  (construct-only #f)
38941)
38942
38943(define-property no-show-all
38944  (of-object "GtkTipsQuery")
38945  (prop-type "GParamBoolean")
38946  (docs "Whether gtk_widget_show_all() should not affect this widget")
38947  (readable #t)
38948  (writable #t)
38949  (construct-only #f)
38950)
38951
38952(define-property has-tooltip
38953  (of-object "GtkTipsQuery")
38954  (prop-type "GParamBoolean")
38955  (docs "Whether this widget has a tooltip")
38956  (readable #t)
38957  (writable #t)
38958  (construct-only #f)
38959)
38960
38961(define-property tooltip-markup
38962  (of-object "GtkTipsQuery")
38963  (prop-type "GParamString")
38964  (docs "The contents of the tooltip for this widget")
38965  (readable #t)
38966  (writable #t)
38967  (construct-only #f)
38968)
38969
38970(define-property tooltip-text
38971  (of-object "GtkTipsQuery")
38972  (prop-type "GParamString")
38973  (docs "The contents of the tooltip for this widget")
38974  (readable #t)
38975  (writable #t)
38976  (construct-only #f)
38977)
38978
38979(define-property window
38980  (of-object "GtkTipsQuery")
38981  (prop-type "GParamObject")
38982  (docs "The widget's window if it is realized")
38983  (readable #t)
38984  (writable #f)
38985  (construct-only #f)
38986)
38987
38988(define-property double-buffered
38989  (of-object "GtkTipsQuery")
38990  (prop-type "GParamBoolean")
38991  (docs "Whether or not the widget is double buffered")
38992  (readable #t)
38993  (writable #t)
38994  (construct-only #f)
38995)
38996
38997(define-property xalign
38998  (of-object "GtkTipsQuery")
38999  (prop-type "GParamFloat")
39000  (docs "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts.")
39001  (readable #t)
39002  (writable #t)
39003  (construct-only #f)
39004)
39005
39006(define-property yalign
39007  (of-object "GtkTipsQuery")
39008  (prop-type "GParamFloat")
39009  (docs "The vertical alignment, from 0 (top) to 1 (bottom)")
39010  (readable #t)
39011  (writable #t)
39012  (construct-only #f)
39013)
39014
39015(define-property xpad
39016  (of-object "GtkTipsQuery")
39017  (prop-type "GParamInt")
39018  (docs "The amount of space to add on the left and right of the widget, in pixels")
39019  (readable #t)
39020  (writable #t)
39021  (construct-only #f)
39022)
39023
39024(define-property ypad
39025  (of-object "GtkTipsQuery")
39026  (prop-type "GParamInt")
39027  (docs "The amount of space to add on the top and bottom of the widget, in pixels")
39028  (readable #t)
39029  (writable #t)
39030  (construct-only #f)
39031)
39032
39033(define-property label
39034  (of-object "GtkTipsQuery")
39035  (prop-type "GParamString")
39036  (docs "The text of the label")
39037  (readable #t)
39038  (writable #t)
39039  (construct-only #f)
39040)
39041
39042(define-property attributes
39043  (of-object "GtkTipsQuery")
39044  (prop-type "GParamBoxed")
39045  (docs "A list of style attributes to apply to the text of the label")
39046  (readable #t)
39047  (writable #t)
39048  (construct-only #f)
39049)
39050
39051(define-property use-markup
39052  (of-object "GtkTipsQuery")
39053  (prop-type "GParamBoolean")
39054  (docs "The text of the label includes XML markup. See pango_parse_markup()")
39055  (readable #t)
39056  (writable #t)
39057  (construct-only #f)
39058)
39059
39060(define-property use-underline
39061  (of-object "GtkTipsQuery")
39062  (prop-type "GParamBoolean")
39063  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
39064  (readable #t)
39065  (writable #t)
39066  (construct-only #f)
39067)
39068
39069(define-property justify
39070  (of-object "GtkTipsQuery")
39071  (prop-type "GParamEnum")
39072  (docs "The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that")
39073  (readable #t)
39074  (writable #t)
39075  (construct-only #f)
39076)
39077
39078(define-property pattern
39079  (of-object "GtkTipsQuery")
39080  (prop-type "GParamString")
39081  (docs "A string with _ characters in positions correspond to characters in the text to underline")
39082  (readable #f)
39083  (writable #t)
39084  (construct-only #f)
39085)
39086
39087(define-property wrap
39088  (of-object "GtkTipsQuery")
39089  (prop-type "GParamBoolean")
39090  (docs "If set, wrap lines if the text becomes too wide")
39091  (readable #t)
39092  (writable #t)
39093  (construct-only #f)
39094)
39095
39096(define-property wrap-mode
39097  (of-object "GtkTipsQuery")
39098  (prop-type "GParamEnum")
39099  (docs "If wrap is set, controls how linewrapping is done")
39100  (readable #t)
39101  (writable #t)
39102  (construct-only #f)
39103)
39104
39105(define-property selectable
39106  (of-object "GtkTipsQuery")
39107  (prop-type "GParamBoolean")
39108  (docs "Whether the label text can be selected with the mouse")
39109  (readable #t)
39110  (writable #t)
39111  (construct-only #f)
39112)
39113
39114(define-property mnemonic-keyval
39115  (of-object "GtkTipsQuery")
39116  (prop-type "GParamUInt")
39117  (docs "The mnemonic accelerator key for this label")
39118  (readable #t)
39119  (writable #f)
39120  (construct-only #f)
39121)
39122
39123(define-property mnemonic-widget
39124  (of-object "GtkTipsQuery")
39125  (prop-type "GParamObject")
39126  (docs "The widget to be activated when the label's mnemonic key is pressed")
39127  (readable #t)
39128  (writable #t)
39129  (construct-only #f)
39130)
39131
39132(define-property cursor-position
39133  (of-object "GtkTipsQuery")
39134  (prop-type "GParamInt")
39135  (docs "The current position of the insertion cursor in chars")
39136  (readable #t)
39137  (writable #f)
39138  (construct-only #f)
39139)
39140
39141(define-property selection-bound
39142  (of-object "GtkTipsQuery")
39143  (prop-type "GParamInt")
39144  (docs "The position of the opposite end of the selection from the cursor in chars")
39145  (readable #t)
39146  (writable #f)
39147  (construct-only #f)
39148)
39149
39150(define-property ellipsize
39151  (of-object "GtkTipsQuery")
39152  (prop-type "GParamEnum")
39153  (docs "The preferred place to ellipsize the string, if the label does not have enough room to display the entire string")
39154  (readable #t)
39155  (writable #t)
39156  (construct-only #f)
39157)
39158
39159(define-property width-chars
39160  (of-object "GtkTipsQuery")
39161  (prop-type "GParamInt")
39162  (docs "The desired width of the label, in characters")
39163  (readable #t)
39164  (writable #t)
39165  (construct-only #f)
39166)
39167
39168(define-property single-line-mode
39169  (of-object "GtkTipsQuery")
39170  (prop-type "GParamBoolean")
39171  (docs "Whether the label is in single line mode")
39172  (readable #t)
39173  (writable #t)
39174  (construct-only #f)
39175)
39176
39177(define-property angle
39178  (of-object "GtkTipsQuery")
39179  (prop-type "GParamDouble")
39180  (docs "Angle at which the label is rotated")
39181  (readable #t)
39182  (writable #t)
39183  (construct-only #f)
39184)
39185
39186(define-property max-width-chars
39187  (of-object "GtkTipsQuery")
39188  (prop-type "GParamInt")
39189  (docs "The desired maximum width of the label, in characters")
39190  (readable #t)
39191  (writable #t)
39192  (construct-only #f)
39193)
39194
39195(define-property track-visited-links
39196  (of-object "GtkTipsQuery")
39197  (prop-type "GParamBoolean")
39198  (docs "Whether visited links should be tracked")
39199  (readable #t)
39200  (writable #t)
39201  (construct-only #f)
39202)
39203
39204(define-property emit-always
39205  (of-object "GtkTipsQuery")
39206  (prop-type "GParamBoolean")
39207  (docs "")
39208  (readable #t)
39209  (writable #t)
39210  (construct-only #f)
39211)
39212
39213(define-property caller
39214  (of-object "GtkTipsQuery")
39215  (prop-type "GParamObject")
39216  (docs "")
39217  (readable #t)
39218  (writable #t)
39219  (construct-only #f)
39220)
39221
39222(define-property label-inactive
39223  (of-object "GtkTipsQuery")
39224  (prop-type "GParamString")
39225  (docs "")
39226  (readable #t)
39227  (writable #t)
39228  (construct-only #f)
39229)
39230
39231(define-property label-no-tip
39232  (of-object "GtkTipsQuery")
39233  (prop-type "GParamString")
39234  (docs "")
39235  (readable #t)
39236  (writable #t)
39237  (construct-only #f)
39238)
39239
39240;; From GtkToggleButton
39241
39242(define-signal toggled
39243  (of-object "GtkToggleButton")
39244  (return-type "void")
39245  (when "first")
39246)
39247
39248(define-property related-action
39249  (of-object "GtkToggleButton")
39250  (prop-type "GParamObject")
39251  (docs "The action this activatable will activate and receive updates from")
39252  (readable #t)
39253  (writable #t)
39254  (construct-only #f)
39255)
39256
39257(define-property use-action-appearance
39258  (of-object "GtkToggleButton")
39259  (prop-type "GParamBoolean")
39260  (docs "Whether to use the related actions appearance properties")
39261  (readable #t)
39262  (writable #t)
39263  (construct-only #f)
39264)
39265
39266(define-property user-data
39267  (of-object "GtkToggleButton")
39268  (prop-type "GParamPointer")
39269  (docs "Anonymous User Data Pointer")
39270  (readable #t)
39271  (writable #t)
39272  (construct-only #f)
39273)
39274
39275(define-property name
39276  (of-object "GtkToggleButton")
39277  (prop-type "GParamString")
39278  (docs "The name of the widget")
39279  (readable #t)
39280  (writable #t)
39281  (construct-only #f)
39282)
39283
39284(define-property parent
39285  (of-object "GtkToggleButton")
39286  (prop-type "GParamObject")
39287  (docs "The parent widget of this widget. Must be a Container widget")
39288  (readable #t)
39289  (writable #t)
39290  (construct-only #f)
39291)
39292
39293(define-property width-request
39294  (of-object "GtkToggleButton")
39295  (prop-type "GParamInt")
39296  (docs "Override for width request of the widget, or -1 if natural request should be used")
39297  (readable #t)
39298  (writable #t)
39299  (construct-only #f)
39300)
39301
39302(define-property height-request
39303  (of-object "GtkToggleButton")
39304  (prop-type "GParamInt")
39305  (docs "Override for height request of the widget, or -1 if natural request should be used")
39306  (readable #t)
39307  (writable #t)
39308  (construct-only #f)
39309)
39310
39311(define-property visible
39312  (of-object "GtkToggleButton")
39313  (prop-type "GParamBoolean")
39314  (docs "Whether the widget is visible")
39315  (readable #t)
39316  (writable #t)
39317  (construct-only #f)
39318)
39319
39320(define-property sensitive
39321  (of-object "GtkToggleButton")
39322  (prop-type "GParamBoolean")
39323  (docs "Whether the widget responds to input")
39324  (readable #t)
39325  (writable #t)
39326  (construct-only #f)
39327)
39328
39329(define-property app-paintable
39330  (of-object "GtkToggleButton")
39331  (prop-type "GParamBoolean")
39332  (docs "Whether the application will paint directly on the widget")
39333  (readable #t)
39334  (writable #t)
39335  (construct-only #f)
39336)
39337
39338(define-property can-focus
39339  (of-object "GtkToggleButton")
39340  (prop-type "GParamBoolean")
39341  (docs "Whether the widget can accept the input focus")
39342  (readable #t)
39343  (writable #t)
39344  (construct-only #f)
39345)
39346
39347(define-property has-focus
39348  (of-object "GtkToggleButton")
39349  (prop-type "GParamBoolean")
39350  (docs "Whether the widget has the input focus")
39351  (readable #t)
39352  (writable #t)
39353  (construct-only #f)
39354)
39355
39356(define-property is-focus
39357  (of-object "GtkToggleButton")
39358  (prop-type "GParamBoolean")
39359  (docs "Whether the widget is the focus widget within the toplevel")
39360  (readable #t)
39361  (writable #t)
39362  (construct-only #f)
39363)
39364
39365(define-property can-default
39366  (of-object "GtkToggleButton")
39367  (prop-type "GParamBoolean")
39368  (docs "Whether the widget can be the default widget")
39369  (readable #t)
39370  (writable #t)
39371  (construct-only #f)
39372)
39373
39374(define-property has-default
39375  (of-object "GtkToggleButton")
39376  (prop-type "GParamBoolean")
39377  (docs "Whether the widget is the default widget")
39378  (readable #t)
39379  (writable #t)
39380  (construct-only #f)
39381)
39382
39383(define-property receives-default
39384  (of-object "GtkToggleButton")
39385  (prop-type "GParamBoolean")
39386  (docs "If TRUE, the widget will receive the default action when it is focused")
39387  (readable #t)
39388  (writable #t)
39389  (construct-only #f)
39390)
39391
39392(define-property composite-child
39393  (of-object "GtkToggleButton")
39394  (prop-type "GParamBoolean")
39395  (docs "Whether the widget is part of a composite widget")
39396  (readable #t)
39397  (writable #f)
39398  (construct-only #f)
39399)
39400
39401(define-property style
39402  (of-object "GtkToggleButton")
39403  (prop-type "GParamObject")
39404  (docs "The style of the widget, which contains information about how it will look (colors etc)")
39405  (readable #t)
39406  (writable #t)
39407  (construct-only #f)
39408)
39409
39410(define-property events
39411  (of-object "GtkToggleButton")
39412  (prop-type "GParamFlags")
39413  (docs "The event mask that decides what kind of GdkEvents this widget gets")
39414  (readable #t)
39415  (writable #t)
39416  (construct-only #f)
39417)
39418
39419(define-property extension-events
39420  (of-object "GtkToggleButton")
39421  (prop-type "GParamEnum")
39422  (docs "The mask that decides what kind of extension events this widget gets")
39423  (readable #t)
39424  (writable #t)
39425  (construct-only #f)
39426)
39427
39428(define-property no-show-all
39429  (of-object "GtkToggleButton")
39430  (prop-type "GParamBoolean")
39431  (docs "Whether gtk_widget_show_all() should not affect this widget")
39432  (readable #t)
39433  (writable #t)
39434  (construct-only #f)
39435)
39436
39437(define-property has-tooltip
39438  (of-object "GtkToggleButton")
39439  (prop-type "GParamBoolean")
39440  (docs "Whether this widget has a tooltip")
39441  (readable #t)
39442  (writable #t)
39443  (construct-only #f)
39444)
39445
39446(define-property tooltip-markup
39447  (of-object "GtkToggleButton")
39448  (prop-type "GParamString")
39449  (docs "The contents of the tooltip for this widget")
39450  (readable #t)
39451  (writable #t)
39452  (construct-only #f)
39453)
39454
39455(define-property tooltip-text
39456  (of-object "GtkToggleButton")
39457  (prop-type "GParamString")
39458  (docs "The contents of the tooltip for this widget")
39459  (readable #t)
39460  (writable #t)
39461  (construct-only #f)
39462)
39463
39464(define-property window
39465  (of-object "GtkToggleButton")
39466  (prop-type "GParamObject")
39467  (docs "The widget's window if it is realized")
39468  (readable #t)
39469  (writable #f)
39470  (construct-only #f)
39471)
39472
39473(define-property double-buffered
39474  (of-object "GtkToggleButton")
39475  (prop-type "GParamBoolean")
39476  (docs "Whether or not the widget is double buffered")
39477  (readable #t)
39478  (writable #t)
39479  (construct-only #f)
39480)
39481
39482(define-property border-width
39483  (of-object "GtkToggleButton")
39484  (prop-type "GParamUInt")
39485  (docs "The width of the empty border outside the containers children")
39486  (readable #t)
39487  (writable #t)
39488  (construct-only #f)
39489)
39490
39491(define-property resize-mode
39492  (of-object "GtkToggleButton")
39493  (prop-type "GParamEnum")
39494  (docs "Specify how resize events are handled")
39495  (readable #t)
39496  (writable #t)
39497  (construct-only #f)
39498)
39499
39500(define-property child
39501  (of-object "GtkToggleButton")
39502  (prop-type "GParamObject")
39503  (docs "Can be used to add a new child to the container")
39504  (readable #f)
39505  (writable #t)
39506  (construct-only #f)
39507)
39508
39509(define-property label
39510  (of-object "GtkToggleButton")
39511  (prop-type "GParamString")
39512  (docs "Text of the label widget inside the button, if the button contains a label widget")
39513  (readable #t)
39514  (writable #t)
39515  (construct-only #f)
39516)
39517
39518(define-property image
39519  (of-object "GtkToggleButton")
39520  (prop-type "GParamObject")
39521  (docs "Child widget to appear next to the button text")
39522  (readable #t)
39523  (writable #t)
39524  (construct-only #f)
39525)
39526
39527(define-property relief
39528  (of-object "GtkToggleButton")
39529  (prop-type "GParamEnum")
39530  (docs "The border relief style")
39531  (readable #t)
39532  (writable #t)
39533  (construct-only #f)
39534)
39535
39536(define-property use-underline
39537  (of-object "GtkToggleButton")
39538  (prop-type "GParamBoolean")
39539  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
39540  (readable #t)
39541  (writable #t)
39542  (construct-only #f)
39543)
39544
39545(define-property use-stock
39546  (of-object "GtkToggleButton")
39547  (prop-type "GParamBoolean")
39548  (docs "If set, the label is used to pick a stock item instead of being displayed")
39549  (readable #t)
39550  (writable #t)
39551  (construct-only #f)
39552)
39553
39554(define-property focus-on-click
39555  (of-object "GtkToggleButton")
39556  (prop-type "GParamBoolean")
39557  (docs "Whether the button grabs focus when it is clicked with the mouse")
39558  (readable #t)
39559  (writable #t)
39560  (construct-only #f)
39561)
39562
39563(define-property xalign
39564  (of-object "GtkToggleButton")
39565  (prop-type "GParamFloat")
39566  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
39567  (readable #t)
39568  (writable #t)
39569  (construct-only #f)
39570)
39571
39572(define-property yalign
39573  (of-object "GtkToggleButton")
39574  (prop-type "GParamFloat")
39575  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
39576  (readable #t)
39577  (writable #t)
39578  (construct-only #f)
39579)
39580
39581(define-property image-position
39582  (of-object "GtkToggleButton")
39583  (prop-type "GParamEnum")
39584  (docs "The position of the image relative to the text")
39585  (readable #t)
39586  (writable #t)
39587  (construct-only #f)
39588)
39589
39590(define-property active
39591  (of-object "GtkToggleButton")
39592  (prop-type "GParamBoolean")
39593  (docs "If the toggle button should be pressed in or not")
39594  (readable #t)
39595  (writable #t)
39596  (construct-only #f)
39597)
39598
39599(define-property inconsistent
39600  (of-object "GtkToggleButton")
39601  (prop-type "GParamBoolean")
39602  (docs "If the toggle button is in an 'in between' state")
39603  (readable #t)
39604  (writable #t)
39605  (construct-only #f)
39606)
39607
39608(define-property draw-indicator
39609  (of-object "GtkToggleButton")
39610  (prop-type "GParamBoolean")
39611  (docs "If the toggle part of the button is displayed")
39612  (readable #t)
39613  (writable #t)
39614  (construct-only #f)
39615)
39616
39617;; From GtkToolbar
39618
39619(define-signal orientation-changed
39620  (of-object "GtkToolbar")
39621  (return-type "void")
39622  (when "first")
39623  (parameters
39624    '("GtkOrientation" "p0")
39625  )
39626)
39627
39628(define-signal style-changed
39629  (of-object "GtkToolbar")
39630  (return-type "void")
39631  (when "first")
39632  (parameters
39633    '("GtkToolbarStyle" "p0")
39634  )
39635)
39636
39637(define-signal popup-context-menu
39638  (of-object "GtkToolbar")
39639  (return-type "gboolean")
39640  (when "last")
39641  (parameters
39642    '("gint" "p0")
39643    '("gint" "p1")
39644    '("gint" "p2")
39645  )
39646)
39647
39648(define-signal focus-home-or-end
39649  (of-object "GtkToolbar")
39650  (return-type "gboolean")
39651  (when "last")
39652  (parameters
39653    '("gboolean" "p0")
39654  )
39655)
39656
39657(define-property orientation
39658  (of-object "GtkToolbar")
39659  (prop-type "GParamEnum")
39660  (docs "The orientation of the orientable")
39661  (readable #t)
39662  (writable #t)
39663  (construct-only #f)
39664)
39665
39666(define-property user-data
39667  (of-object "GtkToolbar")
39668  (prop-type "GParamPointer")
39669  (docs "Anonymous User Data Pointer")
39670  (readable #t)
39671  (writable #t)
39672  (construct-only #f)
39673)
39674
39675(define-property name
39676  (of-object "GtkToolbar")
39677  (prop-type "GParamString")
39678  (docs "The name of the widget")
39679  (readable #t)
39680  (writable #t)
39681  (construct-only #f)
39682)
39683
39684(define-property parent
39685  (of-object "GtkToolbar")
39686  (prop-type "GParamObject")
39687  (docs "The parent widget of this widget. Must be a Container widget")
39688  (readable #t)
39689  (writable #t)
39690  (construct-only #f)
39691)
39692
39693(define-property width-request
39694  (of-object "GtkToolbar")
39695  (prop-type "GParamInt")
39696  (docs "Override for width request of the widget, or -1 if natural request should be used")
39697  (readable #t)
39698  (writable #t)
39699  (construct-only #f)
39700)
39701
39702(define-property height-request
39703  (of-object "GtkToolbar")
39704  (prop-type "GParamInt")
39705  (docs "Override for height request of the widget, or -1 if natural request should be used")
39706  (readable #t)
39707  (writable #t)
39708  (construct-only #f)
39709)
39710
39711(define-property visible
39712  (of-object "GtkToolbar")
39713  (prop-type "GParamBoolean")
39714  (docs "Whether the widget is visible")
39715  (readable #t)
39716  (writable #t)
39717  (construct-only #f)
39718)
39719
39720(define-property sensitive
39721  (of-object "GtkToolbar")
39722  (prop-type "GParamBoolean")
39723  (docs "Whether the widget responds to input")
39724  (readable #t)
39725  (writable #t)
39726  (construct-only #f)
39727)
39728
39729(define-property app-paintable
39730  (of-object "GtkToolbar")
39731  (prop-type "GParamBoolean")
39732  (docs "Whether the application will paint directly on the widget")
39733  (readable #t)
39734  (writable #t)
39735  (construct-only #f)
39736)
39737
39738(define-property can-focus
39739  (of-object "GtkToolbar")
39740  (prop-type "GParamBoolean")
39741  (docs "Whether the widget can accept the input focus")
39742  (readable #t)
39743  (writable #t)
39744  (construct-only #f)
39745)
39746
39747(define-property has-focus
39748  (of-object "GtkToolbar")
39749  (prop-type "GParamBoolean")
39750  (docs "Whether the widget has the input focus")
39751  (readable #t)
39752  (writable #t)
39753  (construct-only #f)
39754)
39755
39756(define-property is-focus
39757  (of-object "GtkToolbar")
39758  (prop-type "GParamBoolean")
39759  (docs "Whether the widget is the focus widget within the toplevel")
39760  (readable #t)
39761  (writable #t)
39762  (construct-only #f)
39763)
39764
39765(define-property can-default
39766  (of-object "GtkToolbar")
39767  (prop-type "GParamBoolean")
39768  (docs "Whether the widget can be the default widget")
39769  (readable #t)
39770  (writable #t)
39771  (construct-only #f)
39772)
39773
39774(define-property has-default
39775  (of-object "GtkToolbar")
39776  (prop-type "GParamBoolean")
39777  (docs "Whether the widget is the default widget")
39778  (readable #t)
39779  (writable #t)
39780  (construct-only #f)
39781)
39782
39783(define-property receives-default
39784  (of-object "GtkToolbar")
39785  (prop-type "GParamBoolean")
39786  (docs "If TRUE, the widget will receive the default action when it is focused")
39787  (readable #t)
39788  (writable #t)
39789  (construct-only #f)
39790)
39791
39792(define-property composite-child
39793  (of-object "GtkToolbar")
39794  (prop-type "GParamBoolean")
39795  (docs "Whether the widget is part of a composite widget")
39796  (readable #t)
39797  (writable #f)
39798  (construct-only #f)
39799)
39800
39801(define-property style
39802  (of-object "GtkToolbar")
39803  (prop-type "GParamObject")
39804  (docs "The style of the widget, which contains information about how it will look (colors etc)")
39805  (readable #t)
39806  (writable #t)
39807  (construct-only #f)
39808)
39809
39810(define-property events
39811  (of-object "GtkToolbar")
39812  (prop-type "GParamFlags")
39813  (docs "The event mask that decides what kind of GdkEvents this widget gets")
39814  (readable #t)
39815  (writable #t)
39816  (construct-only #f)
39817)
39818
39819(define-property extension-events
39820  (of-object "GtkToolbar")
39821  (prop-type "GParamEnum")
39822  (docs "The mask that decides what kind of extension events this widget gets")
39823  (readable #t)
39824  (writable #t)
39825  (construct-only #f)
39826)
39827
39828(define-property no-show-all
39829  (of-object "GtkToolbar")
39830  (prop-type "GParamBoolean")
39831  (docs "Whether gtk_widget_show_all() should not affect this widget")
39832  (readable #t)
39833  (writable #t)
39834  (construct-only #f)
39835)
39836
39837(define-property has-tooltip
39838  (of-object "GtkToolbar")
39839  (prop-type "GParamBoolean")
39840  (docs "Whether this widget has a tooltip")
39841  (readable #t)
39842  (writable #t)
39843  (construct-only #f)
39844)
39845
39846(define-property tooltip-markup
39847  (of-object "GtkToolbar")
39848  (prop-type "GParamString")
39849  (docs "The contents of the tooltip for this widget")
39850  (readable #t)
39851  (writable #t)
39852  (construct-only #f)
39853)
39854
39855(define-property tooltip-text
39856  (of-object "GtkToolbar")
39857  (prop-type "GParamString")
39858  (docs "The contents of the tooltip for this widget")
39859  (readable #t)
39860  (writable #t)
39861  (construct-only #f)
39862)
39863
39864(define-property window
39865  (of-object "GtkToolbar")
39866  (prop-type "GParamObject")
39867  (docs "The widget's window if it is realized")
39868  (readable #t)
39869  (writable #f)
39870  (construct-only #f)
39871)
39872
39873(define-property double-buffered
39874  (of-object "GtkToolbar")
39875  (prop-type "GParamBoolean")
39876  (docs "Whether or not the widget is double buffered")
39877  (readable #t)
39878  (writable #t)
39879  (construct-only #f)
39880)
39881
39882(define-property border-width
39883  (of-object "GtkToolbar")
39884  (prop-type "GParamUInt")
39885  (docs "The width of the empty border outside the containers children")
39886  (readable #t)
39887  (writable #t)
39888  (construct-only #f)
39889)
39890
39891(define-property resize-mode
39892  (of-object "GtkToolbar")
39893  (prop-type "GParamEnum")
39894  (docs "Specify how resize events are handled")
39895  (readable #t)
39896  (writable #t)
39897  (construct-only #f)
39898)
39899
39900(define-property child
39901  (of-object "GtkToolbar")
39902  (prop-type "GParamObject")
39903  (docs "Can be used to add a new child to the container")
39904  (readable #f)
39905  (writable #t)
39906  (construct-only #f)
39907)
39908
39909(define-property toolbar-style
39910  (of-object "GtkToolbar")
39911  (prop-type "GParamEnum")
39912  (docs "How to draw the toolbar")
39913  (readable #t)
39914  (writable #t)
39915  (construct-only #f)
39916)
39917
39918(define-property show-arrow
39919  (of-object "GtkToolbar")
39920  (prop-type "GParamBoolean")
39921  (docs "If an arrow should be shown if the toolbar doesn't fit")
39922  (readable #t)
39923  (writable #t)
39924  (construct-only #f)
39925)
39926
39927(define-property tooltips
39928  (of-object "GtkToolbar")
39929  (prop-type "GParamBoolean")
39930  (docs "If the tooltips of the toolbar should be active or not")
39931  (readable #t)
39932  (writable #t)
39933  (construct-only #f)
39934)
39935
39936(define-property icon-size
39937  (of-object "GtkToolbar")
39938  (prop-type "GParamInt")
39939  (docs "Size of icons in this toolbar")
39940  (readable #t)
39941  (writable #t)
39942  (construct-only #f)
39943)
39944
39945(define-property icon-size-set
39946  (of-object "GtkToolbar")
39947  (prop-type "GParamBoolean")
39948  (docs "Whether the icon-size property has been set")
39949  (readable #t)
39950  (writable #t)
39951  (construct-only #f)
39952)
39953
39954;; From GtkToolItem
39955
39956(define-signal create-menu-proxy
39957  (of-object "GtkToolItem")
39958  (return-type "gboolean")
39959  (when "last")
39960)
39961
39962(define-signal toolbar-reconfigured
39963  (of-object "GtkToolItem")
39964  (return-type "void")
39965  (when "last")
39966)
39967
39968(define-signal set-tooltip
39969  (of-object "GtkToolItem")
39970  (return-type "gboolean")
39971  (when "last")
39972  (parameters
39973    '("GtkTooltips*" "p0")
39974    '("const-gchar*" "p1")
39975    '("const-gchar*" "p2")
39976  )
39977)
39978
39979(define-property related-action
39980  (of-object "GtkToolItem")
39981  (prop-type "GParamObject")
39982  (docs "The action this activatable will activate and receive updates from")
39983  (readable #t)
39984  (writable #t)
39985  (construct-only #f)
39986)
39987
39988(define-property use-action-appearance
39989  (of-object "GtkToolItem")
39990  (prop-type "GParamBoolean")
39991  (docs "Whether to use the related actions appearance properties")
39992  (readable #t)
39993  (writable #t)
39994  (construct-only #f)
39995)
39996
39997(define-property user-data
39998  (of-object "GtkToolItem")
39999  (prop-type "GParamPointer")
40000  (docs "Anonymous User Data Pointer")
40001  (readable #t)
40002  (writable #t)
40003  (construct-only #f)
40004)
40005
40006(define-property name
40007  (of-object "GtkToolItem")
40008  (prop-type "GParamString")
40009  (docs "The name of the widget")
40010  (readable #t)
40011  (writable #t)
40012  (construct-only #f)
40013)
40014
40015(define-property parent
40016  (of-object "GtkToolItem")
40017  (prop-type "GParamObject")
40018  (docs "The parent widget of this widget. Must be a Container widget")
40019  (readable #t)
40020  (writable #t)
40021  (construct-only #f)
40022)
40023
40024(define-property width-request
40025  (of-object "GtkToolItem")
40026  (prop-type "GParamInt")
40027  (docs "Override for width request of the widget, or -1 if natural request should be used")
40028  (readable #t)
40029  (writable #t)
40030  (construct-only #f)
40031)
40032
40033(define-property height-request
40034  (of-object "GtkToolItem")
40035  (prop-type "GParamInt")
40036  (docs "Override for height request of the widget, or -1 if natural request should be used")
40037  (readable #t)
40038  (writable #t)
40039  (construct-only #f)
40040)
40041
40042(define-property visible
40043  (of-object "GtkToolItem")
40044  (prop-type "GParamBoolean")
40045  (docs "Whether the widget is visible")
40046  (readable #t)
40047  (writable #t)
40048  (construct-only #f)
40049)
40050
40051(define-property sensitive
40052  (of-object "GtkToolItem")
40053  (prop-type "GParamBoolean")
40054  (docs "Whether the widget responds to input")
40055  (readable #t)
40056  (writable #t)
40057  (construct-only #f)
40058)
40059
40060(define-property app-paintable
40061  (of-object "GtkToolItem")
40062  (prop-type "GParamBoolean")
40063  (docs "Whether the application will paint directly on the widget")
40064  (readable #t)
40065  (writable #t)
40066  (construct-only #f)
40067)
40068
40069(define-property can-focus
40070  (of-object "GtkToolItem")
40071  (prop-type "GParamBoolean")
40072  (docs "Whether the widget can accept the input focus")
40073  (readable #t)
40074  (writable #t)
40075  (construct-only #f)
40076)
40077
40078(define-property has-focus
40079  (of-object "GtkToolItem")
40080  (prop-type "GParamBoolean")
40081  (docs "Whether the widget has the input focus")
40082  (readable #t)
40083  (writable #t)
40084  (construct-only #f)
40085)
40086
40087(define-property is-focus
40088  (of-object "GtkToolItem")
40089  (prop-type "GParamBoolean")
40090  (docs "Whether the widget is the focus widget within the toplevel")
40091  (readable #t)
40092  (writable #t)
40093  (construct-only #f)
40094)
40095
40096(define-property can-default
40097  (of-object "GtkToolItem")
40098  (prop-type "GParamBoolean")
40099  (docs "Whether the widget can be the default widget")
40100  (readable #t)
40101  (writable #t)
40102  (construct-only #f)
40103)
40104
40105(define-property has-default
40106  (of-object "GtkToolItem")
40107  (prop-type "GParamBoolean")
40108  (docs "Whether the widget is the default widget")
40109  (readable #t)
40110  (writable #t)
40111  (construct-only #f)
40112)
40113
40114(define-property receives-default
40115  (of-object "GtkToolItem")
40116  (prop-type "GParamBoolean")
40117  (docs "If TRUE, the widget will receive the default action when it is focused")
40118  (readable #t)
40119  (writable #t)
40120  (construct-only #f)
40121)
40122
40123(define-property composite-child
40124  (of-object "GtkToolItem")
40125  (prop-type "GParamBoolean")
40126  (docs "Whether the widget is part of a composite widget")
40127  (readable #t)
40128  (writable #f)
40129  (construct-only #f)
40130)
40131
40132(define-property style
40133  (of-object "GtkToolItem")
40134  (prop-type "GParamObject")
40135  (docs "The style of the widget, which contains information about how it will look (colors etc)")
40136  (readable #t)
40137  (writable #t)
40138  (construct-only #f)
40139)
40140
40141(define-property events
40142  (of-object "GtkToolItem")
40143  (prop-type "GParamFlags")
40144  (docs "The event mask that decides what kind of GdkEvents this widget gets")
40145  (readable #t)
40146  (writable #t)
40147  (construct-only #f)
40148)
40149
40150(define-property extension-events
40151  (of-object "GtkToolItem")
40152  (prop-type "GParamEnum")
40153  (docs "The mask that decides what kind of extension events this widget gets")
40154  (readable #t)
40155  (writable #t)
40156  (construct-only #f)
40157)
40158
40159(define-property no-show-all
40160  (of-object "GtkToolItem")
40161  (prop-type "GParamBoolean")
40162  (docs "Whether gtk_widget_show_all() should not affect this widget")
40163  (readable #t)
40164  (writable #t)
40165  (construct-only #f)
40166)
40167
40168(define-property has-tooltip
40169  (of-object "GtkToolItem")
40170  (prop-type "GParamBoolean")
40171  (docs "Whether this widget has a tooltip")
40172  (readable #t)
40173  (writable #t)
40174  (construct-only #f)
40175)
40176
40177(define-property tooltip-markup
40178  (of-object "GtkToolItem")
40179  (prop-type "GParamString")
40180  (docs "The contents of the tooltip for this widget")
40181  (readable #t)
40182  (writable #t)
40183  (construct-only #f)
40184)
40185
40186(define-property tooltip-text
40187  (of-object "GtkToolItem")
40188  (prop-type "GParamString")
40189  (docs "The contents of the tooltip for this widget")
40190  (readable #t)
40191  (writable #t)
40192  (construct-only #f)
40193)
40194
40195(define-property window
40196  (of-object "GtkToolItem")
40197  (prop-type "GParamObject")
40198  (docs "The widget's window if it is realized")
40199  (readable #t)
40200  (writable #f)
40201  (construct-only #f)
40202)
40203
40204(define-property double-buffered
40205  (of-object "GtkToolItem")
40206  (prop-type "GParamBoolean")
40207  (docs "Whether or not the widget is double buffered")
40208  (readable #t)
40209  (writable #t)
40210  (construct-only #f)
40211)
40212
40213(define-property border-width
40214  (of-object "GtkToolItem")
40215  (prop-type "GParamUInt")
40216  (docs "The width of the empty border outside the containers children")
40217  (readable #t)
40218  (writable #t)
40219  (construct-only #f)
40220)
40221
40222(define-property resize-mode
40223  (of-object "GtkToolItem")
40224  (prop-type "GParamEnum")
40225  (docs "Specify how resize events are handled")
40226  (readable #t)
40227  (writable #t)
40228  (construct-only #f)
40229)
40230
40231(define-property child
40232  (of-object "GtkToolItem")
40233  (prop-type "GParamObject")
40234  (docs "Can be used to add a new child to the container")
40235  (readable #f)
40236  (writable #t)
40237  (construct-only #f)
40238)
40239
40240(define-property visible-horizontal
40241  (of-object "GtkToolItem")
40242  (prop-type "GParamBoolean")
40243  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
40244  (readable #t)
40245  (writable #t)
40246  (construct-only #f)
40247)
40248
40249(define-property visible-vertical
40250  (of-object "GtkToolItem")
40251  (prop-type "GParamBoolean")
40252  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
40253  (readable #t)
40254  (writable #t)
40255  (construct-only #f)
40256)
40257
40258(define-property is-important
40259  (of-object "GtkToolItem")
40260  (prop-type "GParamBoolean")
40261  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
40262  (readable #t)
40263  (writable #t)
40264  (construct-only #f)
40265)
40266
40267;; From GtkToolItemGroup
40268
40269(define-property user-data
40270  (of-object "GtkToolItemGroup")
40271  (prop-type "GParamPointer")
40272  (docs "Anonymous User Data Pointer")
40273  (readable #t)
40274  (writable #t)
40275  (construct-only #f)
40276)
40277
40278(define-property name
40279  (of-object "GtkToolItemGroup")
40280  (prop-type "GParamString")
40281  (docs "The name of the widget")
40282  (readable #t)
40283  (writable #t)
40284  (construct-only #f)
40285)
40286
40287(define-property parent
40288  (of-object "GtkToolItemGroup")
40289  (prop-type "GParamObject")
40290  (docs "The parent widget of this widget. Must be a Container widget")
40291  (readable #t)
40292  (writable #t)
40293  (construct-only #f)
40294)
40295
40296(define-property width-request
40297  (of-object "GtkToolItemGroup")
40298  (prop-type "GParamInt")
40299  (docs "Override for width request of the widget, or -1 if natural request should be used")
40300  (readable #t)
40301  (writable #t)
40302  (construct-only #f)
40303)
40304
40305(define-property height-request
40306  (of-object "GtkToolItemGroup")
40307  (prop-type "GParamInt")
40308  (docs "Override for height request of the widget, or -1 if natural request should be used")
40309  (readable #t)
40310  (writable #t)
40311  (construct-only #f)
40312)
40313
40314(define-property visible
40315  (of-object "GtkToolItemGroup")
40316  (prop-type "GParamBoolean")
40317  (docs "Whether the widget is visible")
40318  (readable #t)
40319  (writable #t)
40320  (construct-only #f)
40321)
40322
40323(define-property sensitive
40324  (of-object "GtkToolItemGroup")
40325  (prop-type "GParamBoolean")
40326  (docs "Whether the widget responds to input")
40327  (readable #t)
40328  (writable #t)
40329  (construct-only #f)
40330)
40331
40332(define-property app-paintable
40333  (of-object "GtkToolItemGroup")
40334  (prop-type "GParamBoolean")
40335  (docs "Whether the application will paint directly on the widget")
40336  (readable #t)
40337  (writable #t)
40338  (construct-only #f)
40339)
40340
40341(define-property can-focus
40342  (of-object "GtkToolItemGroup")
40343  (prop-type "GParamBoolean")
40344  (docs "Whether the widget can accept the input focus")
40345  (readable #t)
40346  (writable #t)
40347  (construct-only #f)
40348)
40349
40350(define-property has-focus
40351  (of-object "GtkToolItemGroup")
40352  (prop-type "GParamBoolean")
40353  (docs "Whether the widget has the input focus")
40354  (readable #t)
40355  (writable #t)
40356  (construct-only #f)
40357)
40358
40359(define-property is-focus
40360  (of-object "GtkToolItemGroup")
40361  (prop-type "GParamBoolean")
40362  (docs "Whether the widget is the focus widget within the toplevel")
40363  (readable #t)
40364  (writable #t)
40365  (construct-only #f)
40366)
40367
40368(define-property can-default
40369  (of-object "GtkToolItemGroup")
40370  (prop-type "GParamBoolean")
40371  (docs "Whether the widget can be the default widget")
40372  (readable #t)
40373  (writable #t)
40374  (construct-only #f)
40375)
40376
40377(define-property has-default
40378  (of-object "GtkToolItemGroup")
40379  (prop-type "GParamBoolean")
40380  (docs "Whether the widget is the default widget")
40381  (readable #t)
40382  (writable #t)
40383  (construct-only #f)
40384)
40385
40386(define-property receives-default
40387  (of-object "GtkToolItemGroup")
40388  (prop-type "GParamBoolean")
40389  (docs "If TRUE, the widget will receive the default action when it is focused")
40390  (readable #t)
40391  (writable #t)
40392  (construct-only #f)
40393)
40394
40395(define-property composite-child
40396  (of-object "GtkToolItemGroup")
40397  (prop-type "GParamBoolean")
40398  (docs "Whether the widget is part of a composite widget")
40399  (readable #t)
40400  (writable #f)
40401  (construct-only #f)
40402)
40403
40404(define-property style
40405  (of-object "GtkToolItemGroup")
40406  (prop-type "GParamObject")
40407  (docs "The style of the widget, which contains information about how it will look (colors etc)")
40408  (readable #t)
40409  (writable #t)
40410  (construct-only #f)
40411)
40412
40413(define-property events
40414  (of-object "GtkToolItemGroup")
40415  (prop-type "GParamFlags")
40416  (docs "The event mask that decides what kind of GdkEvents this widget gets")
40417  (readable #t)
40418  (writable #t)
40419  (construct-only #f)
40420)
40421
40422(define-property extension-events
40423  (of-object "GtkToolItemGroup")
40424  (prop-type "GParamEnum")
40425  (docs "The mask that decides what kind of extension events this widget gets")
40426  (readable #t)
40427  (writable #t)
40428  (construct-only #f)
40429)
40430
40431(define-property no-show-all
40432  (of-object "GtkToolItemGroup")
40433  (prop-type "GParamBoolean")
40434  (docs "Whether gtk_widget_show_all() should not affect this widget")
40435  (readable #t)
40436  (writable #t)
40437  (construct-only #f)
40438)
40439
40440(define-property has-tooltip
40441  (of-object "GtkToolItemGroup")
40442  (prop-type "GParamBoolean")
40443  (docs "Whether this widget has a tooltip")
40444  (readable #t)
40445  (writable #t)
40446  (construct-only #f)
40447)
40448
40449(define-property tooltip-markup
40450  (of-object "GtkToolItemGroup")
40451  (prop-type "GParamString")
40452  (docs "The contents of the tooltip for this widget")
40453  (readable #t)
40454  (writable #t)
40455  (construct-only #f)
40456)
40457
40458(define-property tooltip-text
40459  (of-object "GtkToolItemGroup")
40460  (prop-type "GParamString")
40461  (docs "The contents of the tooltip for this widget")
40462  (readable #t)
40463  (writable #t)
40464  (construct-only #f)
40465)
40466
40467(define-property window
40468  (of-object "GtkToolItemGroup")
40469  (prop-type "GParamObject")
40470  (docs "The widget's window if it is realized")
40471  (readable #t)
40472  (writable #f)
40473  (construct-only #f)
40474)
40475
40476(define-property double-buffered
40477  (of-object "GtkToolItemGroup")
40478  (prop-type "GParamBoolean")
40479  (docs "Whether or not the widget is double buffered")
40480  (readable #t)
40481  (writable #t)
40482  (construct-only #f)
40483)
40484
40485(define-property border-width
40486  (of-object "GtkToolItemGroup")
40487  (prop-type "GParamUInt")
40488  (docs "The width of the empty border outside the containers children")
40489  (readable #t)
40490  (writable #t)
40491  (construct-only #f)
40492)
40493
40494(define-property resize-mode
40495  (of-object "GtkToolItemGroup")
40496  (prop-type "GParamEnum")
40497  (docs "Specify how resize events are handled")
40498  (readable #t)
40499  (writable #t)
40500  (construct-only #f)
40501)
40502
40503(define-property child
40504  (of-object "GtkToolItemGroup")
40505  (prop-type "GParamObject")
40506  (docs "Can be used to add a new child to the container")
40507  (readable #f)
40508  (writable #t)
40509  (construct-only #f)
40510)
40511
40512(define-property label
40513  (of-object "GtkToolItemGroup")
40514  (prop-type "GParamString")
40515  (docs "The human-readable title of this item group")
40516  (readable #t)
40517  (writable #t)
40518  (construct-only #f)
40519)
40520
40521(define-property label-widget
40522  (of-object "GtkToolItemGroup")
40523  (prop-type "GParamObject")
40524  (docs "A widget to display in place of the usual label")
40525  (readable #t)
40526  (writable #t)
40527  (construct-only #f)
40528)
40529
40530(define-property collapsed
40531  (of-object "GtkToolItemGroup")
40532  (prop-type "GParamBoolean")
40533  (docs "Whether the group has been collapsed and items are hidden")
40534  (readable #t)
40535  (writable #t)
40536  (construct-only #f)
40537)
40538
40539(define-property ellipsize
40540  (of-object "GtkToolItemGroup")
40541  (prop-type "GParamEnum")
40542  (docs "Ellipsize for item group headers")
40543  (readable #t)
40544  (writable #t)
40545  (construct-only #f)
40546)
40547
40548(define-property header-relief
40549  (of-object "GtkToolItemGroup")
40550  (prop-type "GParamEnum")
40551  (docs "Relief of the group header button")
40552  (readable #t)
40553  (writable #t)
40554  (construct-only #f)
40555)
40556
40557;; From GtkToolPalette
40558
40559(define-signal set-scroll-adjustments
40560  (of-object "GtkToolPalette")
40561  (return-type "void")
40562  (when "last")
40563  (parameters
40564    '("GtkAdjustment*" "p0")
40565    '("GtkAdjustment*" "p1")
40566  )
40567)
40568
40569(define-property orientation
40570  (of-object "GtkToolPalette")
40571  (prop-type "GParamEnum")
40572  (docs "The orientation of the orientable")
40573  (readable #t)
40574  (writable #t)
40575  (construct-only #f)
40576)
40577
40578(define-property user-data
40579  (of-object "GtkToolPalette")
40580  (prop-type "GParamPointer")
40581  (docs "Anonymous User Data Pointer")
40582  (readable #t)
40583  (writable #t)
40584  (construct-only #f)
40585)
40586
40587(define-property name
40588  (of-object "GtkToolPalette")
40589  (prop-type "GParamString")
40590  (docs "The name of the widget")
40591  (readable #t)
40592  (writable #t)
40593  (construct-only #f)
40594)
40595
40596(define-property parent
40597  (of-object "GtkToolPalette")
40598  (prop-type "GParamObject")
40599  (docs "The parent widget of this widget. Must be a Container widget")
40600  (readable #t)
40601  (writable #t)
40602  (construct-only #f)
40603)
40604
40605(define-property width-request
40606  (of-object "GtkToolPalette")
40607  (prop-type "GParamInt")
40608  (docs "Override for width request of the widget, or -1 if natural request should be used")
40609  (readable #t)
40610  (writable #t)
40611  (construct-only #f)
40612)
40613
40614(define-property height-request
40615  (of-object "GtkToolPalette")
40616  (prop-type "GParamInt")
40617  (docs "Override for height request of the widget, or -1 if natural request should be used")
40618  (readable #t)
40619  (writable #t)
40620  (construct-only #f)
40621)
40622
40623(define-property visible
40624  (of-object "GtkToolPalette")
40625  (prop-type "GParamBoolean")
40626  (docs "Whether the widget is visible")
40627  (readable #t)
40628  (writable #t)
40629  (construct-only #f)
40630)
40631
40632(define-property sensitive
40633  (of-object "GtkToolPalette")
40634  (prop-type "GParamBoolean")
40635  (docs "Whether the widget responds to input")
40636  (readable #t)
40637  (writable #t)
40638  (construct-only #f)
40639)
40640
40641(define-property app-paintable
40642  (of-object "GtkToolPalette")
40643  (prop-type "GParamBoolean")
40644  (docs "Whether the application will paint directly on the widget")
40645  (readable #t)
40646  (writable #t)
40647  (construct-only #f)
40648)
40649
40650(define-property can-focus
40651  (of-object "GtkToolPalette")
40652  (prop-type "GParamBoolean")
40653  (docs "Whether the widget can accept the input focus")
40654  (readable #t)
40655  (writable #t)
40656  (construct-only #f)
40657)
40658
40659(define-property has-focus
40660  (of-object "GtkToolPalette")
40661  (prop-type "GParamBoolean")
40662  (docs "Whether the widget has the input focus")
40663  (readable #t)
40664  (writable #t)
40665  (construct-only #f)
40666)
40667
40668(define-property is-focus
40669  (of-object "GtkToolPalette")
40670  (prop-type "GParamBoolean")
40671  (docs "Whether the widget is the focus widget within the toplevel")
40672  (readable #t)
40673  (writable #t)
40674  (construct-only #f)
40675)
40676
40677(define-property can-default
40678  (of-object "GtkToolPalette")
40679  (prop-type "GParamBoolean")
40680  (docs "Whether the widget can be the default widget")
40681  (readable #t)
40682  (writable #t)
40683  (construct-only #f)
40684)
40685
40686(define-property has-default
40687  (of-object "GtkToolPalette")
40688  (prop-type "GParamBoolean")
40689  (docs "Whether the widget is the default widget")
40690  (readable #t)
40691  (writable #t)
40692  (construct-only #f)
40693)
40694
40695(define-property receives-default
40696  (of-object "GtkToolPalette")
40697  (prop-type "GParamBoolean")
40698  (docs "If TRUE, the widget will receive the default action when it is focused")
40699  (readable #t)
40700  (writable #t)
40701  (construct-only #f)
40702)
40703
40704(define-property composite-child
40705  (of-object "GtkToolPalette")
40706  (prop-type "GParamBoolean")
40707  (docs "Whether the widget is part of a composite widget")
40708  (readable #t)
40709  (writable #f)
40710  (construct-only #f)
40711)
40712
40713(define-property style
40714  (of-object "GtkToolPalette")
40715  (prop-type "GParamObject")
40716  (docs "The style of the widget, which contains information about how it will look (colors etc)")
40717  (readable #t)
40718  (writable #t)
40719  (construct-only #f)
40720)
40721
40722(define-property events
40723  (of-object "GtkToolPalette")
40724  (prop-type "GParamFlags")
40725  (docs "The event mask that decides what kind of GdkEvents this widget gets")
40726  (readable #t)
40727  (writable #t)
40728  (construct-only #f)
40729)
40730
40731(define-property extension-events
40732  (of-object "GtkToolPalette")
40733  (prop-type "GParamEnum")
40734  (docs "The mask that decides what kind of extension events this widget gets")
40735  (readable #t)
40736  (writable #t)
40737  (construct-only #f)
40738)
40739
40740(define-property no-show-all
40741  (of-object "GtkToolPalette")
40742  (prop-type "GParamBoolean")
40743  (docs "Whether gtk_widget_show_all() should not affect this widget")
40744  (readable #t)
40745  (writable #t)
40746  (construct-only #f)
40747)
40748
40749(define-property has-tooltip
40750  (of-object "GtkToolPalette")
40751  (prop-type "GParamBoolean")
40752  (docs "Whether this widget has a tooltip")
40753  (readable #t)
40754  (writable #t)
40755  (construct-only #f)
40756)
40757
40758(define-property tooltip-markup
40759  (of-object "GtkToolPalette")
40760  (prop-type "GParamString")
40761  (docs "The contents of the tooltip for this widget")
40762  (readable #t)
40763  (writable #t)
40764  (construct-only #f)
40765)
40766
40767(define-property tooltip-text
40768  (of-object "GtkToolPalette")
40769  (prop-type "GParamString")
40770  (docs "The contents of the tooltip for this widget")
40771  (readable #t)
40772  (writable #t)
40773  (construct-only #f)
40774)
40775
40776(define-property window
40777  (of-object "GtkToolPalette")
40778  (prop-type "GParamObject")
40779  (docs "The widget's window if it is realized")
40780  (readable #t)
40781  (writable #f)
40782  (construct-only #f)
40783)
40784
40785(define-property double-buffered
40786  (of-object "GtkToolPalette")
40787  (prop-type "GParamBoolean")
40788  (docs "Whether or not the widget is double buffered")
40789  (readable #t)
40790  (writable #t)
40791  (construct-only #f)
40792)
40793
40794(define-property border-width
40795  (of-object "GtkToolPalette")
40796  (prop-type "GParamUInt")
40797  (docs "The width of the empty border outside the containers children")
40798  (readable #t)
40799  (writable #t)
40800  (construct-only #f)
40801)
40802
40803(define-property resize-mode
40804  (of-object "GtkToolPalette")
40805  (prop-type "GParamEnum")
40806  (docs "Specify how resize events are handled")
40807  (readable #t)
40808  (writable #t)
40809  (construct-only #f)
40810)
40811
40812(define-property child
40813  (of-object "GtkToolPalette")
40814  (prop-type "GParamObject")
40815  (docs "Can be used to add a new child to the container")
40816  (readable #f)
40817  (writable #t)
40818  (construct-only #f)
40819)
40820
40821(define-property icon-size
40822  (of-object "GtkToolPalette")
40823  (prop-type "GParamEnum")
40824  (docs "Size of icons in this tool palette")
40825  (readable #t)
40826  (writable #t)
40827  (construct-only #f)
40828)
40829
40830(define-property icon-size-set
40831  (of-object "GtkToolPalette")
40832  (prop-type "GParamBoolean")
40833  (docs "Whether the icon-size property has been set")
40834  (readable #t)
40835  (writable #t)
40836  (construct-only #f)
40837)
40838
40839(define-property toolbar-style
40840  (of-object "GtkToolPalette")
40841  (prop-type "GParamEnum")
40842  (docs "Style of items in the tool palette")
40843  (readable #t)
40844  (writable #t)
40845  (construct-only #f)
40846)
40847
40848;; From GtkToolButton
40849
40850(define-signal clicked
40851  (of-object "GtkToolButton")
40852  (return-type "void")
40853  (when "first")
40854)
40855
40856(define-property related-action
40857  (of-object "GtkToolButton")
40858  (prop-type "GParamObject")
40859  (docs "The action this activatable will activate and receive updates from")
40860  (readable #t)
40861  (writable #t)
40862  (construct-only #f)
40863)
40864
40865(define-property use-action-appearance
40866  (of-object "GtkToolButton")
40867  (prop-type "GParamBoolean")
40868  (docs "Whether to use the related actions appearance properties")
40869  (readable #t)
40870  (writable #t)
40871  (construct-only #f)
40872)
40873
40874(define-property user-data
40875  (of-object "GtkToolButton")
40876  (prop-type "GParamPointer")
40877  (docs "Anonymous User Data Pointer")
40878  (readable #t)
40879  (writable #t)
40880  (construct-only #f)
40881)
40882
40883(define-property name
40884  (of-object "GtkToolButton")
40885  (prop-type "GParamString")
40886  (docs "The name of the widget")
40887  (readable #t)
40888  (writable #t)
40889  (construct-only #f)
40890)
40891
40892(define-property parent
40893  (of-object "GtkToolButton")
40894  (prop-type "GParamObject")
40895  (docs "The parent widget of this widget. Must be a Container widget")
40896  (readable #t)
40897  (writable #t)
40898  (construct-only #f)
40899)
40900
40901(define-property width-request
40902  (of-object "GtkToolButton")
40903  (prop-type "GParamInt")
40904  (docs "Override for width request of the widget, or -1 if natural request should be used")
40905  (readable #t)
40906  (writable #t)
40907  (construct-only #f)
40908)
40909
40910(define-property height-request
40911  (of-object "GtkToolButton")
40912  (prop-type "GParamInt")
40913  (docs "Override for height request of the widget, or -1 if natural request should be used")
40914  (readable #t)
40915  (writable #t)
40916  (construct-only #f)
40917)
40918
40919(define-property visible
40920  (of-object "GtkToolButton")
40921  (prop-type "GParamBoolean")
40922  (docs "Whether the widget is visible")
40923  (readable #t)
40924  (writable #t)
40925  (construct-only #f)
40926)
40927
40928(define-property sensitive
40929  (of-object "GtkToolButton")
40930  (prop-type "GParamBoolean")
40931  (docs "Whether the widget responds to input")
40932  (readable #t)
40933  (writable #t)
40934  (construct-only #f)
40935)
40936
40937(define-property app-paintable
40938  (of-object "GtkToolButton")
40939  (prop-type "GParamBoolean")
40940  (docs "Whether the application will paint directly on the widget")
40941  (readable #t)
40942  (writable #t)
40943  (construct-only #f)
40944)
40945
40946(define-property can-focus
40947  (of-object "GtkToolButton")
40948  (prop-type "GParamBoolean")
40949  (docs "Whether the widget can accept the input focus")
40950  (readable #t)
40951  (writable #t)
40952  (construct-only #f)
40953)
40954
40955(define-property has-focus
40956  (of-object "GtkToolButton")
40957  (prop-type "GParamBoolean")
40958  (docs "Whether the widget has the input focus")
40959  (readable #t)
40960  (writable #t)
40961  (construct-only #f)
40962)
40963
40964(define-property is-focus
40965  (of-object "GtkToolButton")
40966  (prop-type "GParamBoolean")
40967  (docs "Whether the widget is the focus widget within the toplevel")
40968  (readable #t)
40969  (writable #t)
40970  (construct-only #f)
40971)
40972
40973(define-property can-default
40974  (of-object "GtkToolButton")
40975  (prop-type "GParamBoolean")
40976  (docs "Whether the widget can be the default widget")
40977  (readable #t)
40978  (writable #t)
40979  (construct-only #f)
40980)
40981
40982(define-property has-default
40983  (of-object "GtkToolButton")
40984  (prop-type "GParamBoolean")
40985  (docs "Whether the widget is the default widget")
40986  (readable #t)
40987  (writable #t)
40988  (construct-only #f)
40989)
40990
40991(define-property receives-default
40992  (of-object "GtkToolButton")
40993  (prop-type "GParamBoolean")
40994  (docs "If TRUE, the widget will receive the default action when it is focused")
40995  (readable #t)
40996  (writable #t)
40997  (construct-only #f)
40998)
40999
41000(define-property composite-child
41001  (of-object "GtkToolButton")
41002  (prop-type "GParamBoolean")
41003  (docs "Whether the widget is part of a composite widget")
41004  (readable #t)
41005  (writable #f)
41006  (construct-only #f)
41007)
41008
41009(define-property style
41010  (of-object "GtkToolButton")
41011  (prop-type "GParamObject")
41012  (docs "The style of the widget, which contains information about how it will look (colors etc)")
41013  (readable #t)
41014  (writable #t)
41015  (construct-only #f)
41016)
41017
41018(define-property events
41019  (of-object "GtkToolButton")
41020  (prop-type "GParamFlags")
41021  (docs "The event mask that decides what kind of GdkEvents this widget gets")
41022  (readable #t)
41023  (writable #t)
41024  (construct-only #f)
41025)
41026
41027(define-property extension-events
41028  (of-object "GtkToolButton")
41029  (prop-type "GParamEnum")
41030  (docs "The mask that decides what kind of extension events this widget gets")
41031  (readable #t)
41032  (writable #t)
41033  (construct-only #f)
41034)
41035
41036(define-property no-show-all
41037  (of-object "GtkToolButton")
41038  (prop-type "GParamBoolean")
41039  (docs "Whether gtk_widget_show_all() should not affect this widget")
41040  (readable #t)
41041  (writable #t)
41042  (construct-only #f)
41043)
41044
41045(define-property has-tooltip
41046  (of-object "GtkToolButton")
41047  (prop-type "GParamBoolean")
41048  (docs "Whether this widget has a tooltip")
41049  (readable #t)
41050  (writable #t)
41051  (construct-only #f)
41052)
41053
41054(define-property tooltip-markup
41055  (of-object "GtkToolButton")
41056  (prop-type "GParamString")
41057  (docs "The contents of the tooltip for this widget")
41058  (readable #t)
41059  (writable #t)
41060  (construct-only #f)
41061)
41062
41063(define-property tooltip-text
41064  (of-object "GtkToolButton")
41065  (prop-type "GParamString")
41066  (docs "The contents of the tooltip for this widget")
41067  (readable #t)
41068  (writable #t)
41069  (construct-only #f)
41070)
41071
41072(define-property window
41073  (of-object "GtkToolButton")
41074  (prop-type "GParamObject")
41075  (docs "The widget's window if it is realized")
41076  (readable #t)
41077  (writable #f)
41078  (construct-only #f)
41079)
41080
41081(define-property double-buffered
41082  (of-object "GtkToolButton")
41083  (prop-type "GParamBoolean")
41084  (docs "Whether or not the widget is double buffered")
41085  (readable #t)
41086  (writable #t)
41087  (construct-only #f)
41088)
41089
41090(define-property border-width
41091  (of-object "GtkToolButton")
41092  (prop-type "GParamUInt")
41093  (docs "The width of the empty border outside the containers children")
41094  (readable #t)
41095  (writable #t)
41096  (construct-only #f)
41097)
41098
41099(define-property resize-mode
41100  (of-object "GtkToolButton")
41101  (prop-type "GParamEnum")
41102  (docs "Specify how resize events are handled")
41103  (readable #t)
41104  (writable #t)
41105  (construct-only #f)
41106)
41107
41108(define-property child
41109  (of-object "GtkToolButton")
41110  (prop-type "GParamObject")
41111  (docs "Can be used to add a new child to the container")
41112  (readable #f)
41113  (writable #t)
41114  (construct-only #f)
41115)
41116
41117(define-property visible-horizontal
41118  (of-object "GtkToolButton")
41119  (prop-type "GParamBoolean")
41120  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
41121  (readable #t)
41122  (writable #t)
41123  (construct-only #f)
41124)
41125
41126(define-property visible-vertical
41127  (of-object "GtkToolButton")
41128  (prop-type "GParamBoolean")
41129  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
41130  (readable #t)
41131  (writable #t)
41132  (construct-only #f)
41133)
41134
41135(define-property is-important
41136  (of-object "GtkToolButton")
41137  (prop-type "GParamBoolean")
41138  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
41139  (readable #t)
41140  (writable #t)
41141  (construct-only #f)
41142)
41143
41144(define-property label
41145  (of-object "GtkToolButton")
41146  (prop-type "GParamString")
41147  (docs "Text to show in the item.")
41148  (readable #t)
41149  (writable #t)
41150  (construct-only #f)
41151)
41152
41153(define-property use-underline
41154  (of-object "GtkToolButton")
41155  (prop-type "GParamBoolean")
41156  (docs "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu")
41157  (readable #t)
41158  (writable #t)
41159  (construct-only #f)
41160)
41161
41162(define-property label-widget
41163  (of-object "GtkToolButton")
41164  (prop-type "GParamObject")
41165  (docs "Widget to use as the item label")
41166  (readable #t)
41167  (writable #t)
41168  (construct-only #f)
41169)
41170
41171(define-property stock-id
41172  (of-object "GtkToolButton")
41173  (prop-type "GParamString")
41174  (docs "The stock icon displayed on the item")
41175  (readable #t)
41176  (writable #t)
41177  (construct-only #f)
41178)
41179
41180(define-property icon-name
41181  (of-object "GtkToolButton")
41182  (prop-type "GParamString")
41183  (docs "The name of the themed icon displayed on the item")
41184  (readable #t)
41185  (writable #t)
41186  (construct-only #f)
41187)
41188
41189(define-property icon-widget
41190  (of-object "GtkToolButton")
41191  (prop-type "GParamObject")
41192  (docs "Icon widget to display in the item")
41193  (readable #t)
41194  (writable #t)
41195  (construct-only #f)
41196)
41197
41198;; From GtkTextBuffer
41199
41200(define-signal changed
41201  (of-object "GtkTextBuffer")
41202  (return-type "void")
41203  (when "last")
41204)
41205
41206(define-signal insert-text
41207  (of-object "GtkTextBuffer")
41208  (return-type "void")
41209  (when "last")
41210  (parameters
41211    '("GtkTextIter*" "p0")
41212    '("const-gchar*" "p1")
41213    '("gint" "p2")
41214  )
41215)
41216
41217(define-signal insert-pixbuf
41218  (of-object "GtkTextBuffer")
41219  (return-type "void")
41220  (when "last")
41221  (parameters
41222    '("GtkTextIter*" "p0")
41223    '("GdkPixbuf*" "p1")
41224  )
41225)
41226
41227(define-signal insert-child-anchor
41228  (of-object "GtkTextBuffer")
41229  (return-type "void")
41230  (when "last")
41231  (parameters
41232    '("GtkTextIter*" "p0")
41233    '("GtkTextChildAnchor*" "p1")
41234  )
41235)
41236
41237(define-signal delete-range
41238  (of-object "GtkTextBuffer")
41239  (return-type "void")
41240  (when "last")
41241  (parameters
41242    '("GtkTextIter*" "p0")
41243    '("GtkTextIter*" "p1")
41244  )
41245)
41246
41247(define-signal modified-changed
41248  (of-object "GtkTextBuffer")
41249  (return-type "void")
41250  (when "last")
41251)
41252
41253(define-signal mark-set
41254  (of-object "GtkTextBuffer")
41255  (return-type "void")
41256  (when "last")
41257  (parameters
41258    '("const-GtkTextIter*" "p0")
41259    '("GtkTextMark*" "p1")
41260  )
41261)
41262
41263(define-signal mark-deleted
41264  (of-object "GtkTextBuffer")
41265  (return-type "void")
41266  (when "last")
41267  (parameters
41268    '("GtkTextMark*" "p0")
41269  )
41270)
41271
41272(define-signal apply-tag
41273  (of-object "GtkTextBuffer")
41274  (return-type "void")
41275  (when "last")
41276  (parameters
41277    '("GtkTextTag*" "p0")
41278    '("const-GtkTextIter*" "p1")
41279    '("const-GtkTextIter*" "p2")
41280  )
41281)
41282
41283(define-signal remove-tag
41284  (of-object "GtkTextBuffer")
41285  (return-type "void")
41286  (when "last")
41287  (parameters
41288    '("GtkTextTag*" "p0")
41289    '("const-GtkTextIter*" "p1")
41290    '("const-GtkTextIter*" "p2")
41291  )
41292)
41293
41294(define-signal begin-user-action
41295  (of-object "GtkTextBuffer")
41296  (return-type "void")
41297  (when "last")
41298)
41299
41300(define-signal end-user-action
41301  (of-object "GtkTextBuffer")
41302  (return-type "void")
41303  (when "last")
41304)
41305
41306(define-signal paste-done
41307  (of-object "GtkTextBuffer")
41308  (return-type "void")
41309  (when "last")
41310  (parameters
41311    '("GtkClipboard*" "p0")
41312  )
41313)
41314
41315(define-property tag-table
41316  (of-object "GtkTextBuffer")
41317  (prop-type "GParamObject")
41318  (docs "Text Tag Table")
41319  (readable #t)
41320  (writable #t)
41321  (construct-only #t)
41322)
41323
41324(define-property text
41325  (of-object "GtkTextBuffer")
41326  (prop-type "GParamString")
41327  (docs "Current text of the buffer")
41328  (readable #t)
41329  (writable #t)
41330  (construct-only #f)
41331)
41332
41333(define-property has-selection
41334  (of-object "GtkTextBuffer")
41335  (prop-type "GParamBoolean")
41336  (docs "Whether the buffer has some text currently selected")
41337  (readable #t)
41338  (writable #f)
41339  (construct-only #f)
41340)
41341
41342(define-property cursor-position
41343  (of-object "GtkTextBuffer")
41344  (prop-type "GParamInt")
41345  (docs "The position of the insert mark (as offset from the beginning of the buffer)")
41346  (readable #t)
41347  (writable #f)
41348  (construct-only #f)
41349)
41350
41351(define-property copy-target-list
41352  (of-object "GtkTextBuffer")
41353  (prop-type "GParamBoxed")
41354  (docs "The list of targets this buffer supports for clipboard copying and DND source")
41355  (readable #t)
41356  (writable #f)
41357  (construct-only #f)
41358)
41359
41360(define-property paste-target-list
41361  (of-object "GtkTextBuffer")
41362  (prop-type "GParamBoxed")
41363  (docs "The list of targets this buffer supports for clipboard pasting and DND destination")
41364  (readable #t)
41365  (writable #f)
41366  (construct-only #f)
41367)
41368
41369;; From GtkTextMark
41370
41371(define-property name
41372  (of-object "GtkTextMark")
41373  (prop-type "GParamString")
41374  (docs "Mark name")
41375  (readable #t)
41376  (writable #t)
41377  (construct-only #t)
41378)
41379
41380(define-property left-gravity
41381  (of-object "GtkTextMark")
41382  (prop-type "GParamBoolean")
41383  (docs "Whether the mark has left gravity")
41384  (readable #t)
41385  (writable #t)
41386  (construct-only #t)
41387)
41388
41389;; From GtkTextTag
41390
41391(define-signal event
41392  (of-object "GtkTextTag")
41393  (return-type "gboolean")
41394  (when "last")
41395  (parameters
41396    '("GObject*" "p0")
41397    '("GdkEvent*" "p1")
41398    '("const-GtkTextIter*" "p2")
41399  )
41400)
41401
41402(define-property name
41403  (of-object "GtkTextTag")
41404  (prop-type "GParamString")
41405  (docs "Name used to refer to the text tag. NULL for anonymous tags")
41406  (readable #t)
41407  (writable #t)
41408  (construct-only #t)
41409)
41410
41411(define-property background
41412  (of-object "GtkTextTag")
41413  (prop-type "GParamString")
41414  (docs "Background color as a string")
41415  (readable #f)
41416  (writable #t)
41417  (construct-only #f)
41418)
41419
41420(define-property foreground
41421  (of-object "GtkTextTag")
41422  (prop-type "GParamString")
41423  (docs "Foreground color as a string")
41424  (readable #f)
41425  (writable #t)
41426  (construct-only #f)
41427)
41428
41429(define-property background-gdk
41430  (of-object "GtkTextTag")
41431  (prop-type "GParamBoxed")
41432  (docs "Background color as a (possibly unallocated) GdkColor")
41433  (readable #t)
41434  (writable #t)
41435  (construct-only #f)
41436)
41437
41438(define-property foreground-gdk
41439  (of-object "GtkTextTag")
41440  (prop-type "GParamBoxed")
41441  (docs "Foreground color as a (possibly unallocated) GdkColor")
41442  (readable #t)
41443  (writable #t)
41444  (construct-only #f)
41445)
41446
41447(define-property background-stipple
41448  (of-object "GtkTextTag")
41449  (prop-type "GParamObject")
41450  (docs "Bitmap to use as a mask when drawing the text background")
41451  (readable #t)
41452  (writable #t)
41453  (construct-only #f)
41454)
41455
41456(define-property foreground-stipple
41457  (of-object "GtkTextTag")
41458  (prop-type "GParamObject")
41459  (docs "Bitmap to use as a mask when drawing the text foreground")
41460  (readable #t)
41461  (writable #t)
41462  (construct-only #f)
41463)
41464
41465(define-property font
41466  (of-object "GtkTextTag")
41467  (prop-type "GParamString")
41468  (docs "Font description as a string, e.g. 'Sans Italic 12'")
41469  (readable #t)
41470  (writable #t)
41471  (construct-only #f)
41472)
41473
41474(define-property font-desc
41475  (of-object "GtkTextTag")
41476  (prop-type "GParamBoxed")
41477  (docs "Font description as a PangoFontDescription struct")
41478  (readable #t)
41479  (writable #t)
41480  (construct-only #f)
41481)
41482
41483(define-property family
41484  (of-object "GtkTextTag")
41485  (prop-type "GParamString")
41486  (docs "Name of the font family, e.g. Sans, Helvetica, Times, Monospace")
41487  (readable #t)
41488  (writable #t)
41489  (construct-only #f)
41490)
41491
41492(define-property style
41493  (of-object "GtkTextTag")
41494  (prop-type "GParamEnum")
41495  (docs "Font style as a PangoStyle, e.g. PANGO_STYLE_ITALIC")
41496  (readable #t)
41497  (writable #t)
41498  (construct-only #f)
41499)
41500
41501(define-property variant
41502  (of-object "GtkTextTag")
41503  (prop-type "GParamEnum")
41504  (docs "Font variant as a PangoVariant, e.g. PANGO_VARIANT_SMALL_CAPS")
41505  (readable #t)
41506  (writable #t)
41507  (construct-only #f)
41508)
41509
41510(define-property weight
41511  (of-object "GtkTextTag")
41512  (prop-type "GParamInt")
41513  (docs "Font weight as an integer, see predefined values in PangoWeight; for example, PANGO_WEIGHT_BOLD")
41514  (readable #t)
41515  (writable #t)
41516  (construct-only #f)
41517)
41518
41519(define-property stretch
41520  (of-object "GtkTextTag")
41521  (prop-type "GParamEnum")
41522  (docs "Font stretch as a PangoStretch, e.g. PANGO_STRETCH_CONDENSED")
41523  (readable #t)
41524  (writable #t)
41525  (construct-only #f)
41526)
41527
41528(define-property size
41529  (of-object "GtkTextTag")
41530  (prop-type "GParamInt")
41531  (docs "Font size in Pango units")
41532  (readable #t)
41533  (writable #t)
41534  (construct-only #f)
41535)
41536
41537(define-property size-points
41538  (of-object "GtkTextTag")
41539  (prop-type "GParamDouble")
41540  (docs "Font size in points")
41541  (readable #t)
41542  (writable #t)
41543  (construct-only #f)
41544)
41545
41546(define-property scale
41547  (of-object "GtkTextTag")
41548  (prop-type "GParamDouble")
41549  (docs "Font size as a scale factor relative to the default font size. This properly adapts to theme changes etc. so is recommended. Pango predefines some scales such as PANGO_SCALE_X_LARGE")
41550  (readable #t)
41551  (writable #t)
41552  (construct-only #f)
41553)
41554
41555(define-property pixels-above-lines
41556  (of-object "GtkTextTag")
41557  (prop-type "GParamInt")
41558  (docs "Pixels of blank space above paragraphs")
41559  (readable #t)
41560  (writable #t)
41561  (construct-only #f)
41562)
41563
41564(define-property pixels-below-lines
41565  (of-object "GtkTextTag")
41566  (prop-type "GParamInt")
41567  (docs "Pixels of blank space below paragraphs")
41568  (readable #t)
41569  (writable #t)
41570  (construct-only #f)
41571)
41572
41573(define-property pixels-inside-wrap
41574  (of-object "GtkTextTag")
41575  (prop-type "GParamInt")
41576  (docs "Pixels of blank space between wrapped lines in a paragraph")
41577  (readable #t)
41578  (writable #t)
41579  (construct-only #f)
41580)
41581
41582(define-property editable
41583  (of-object "GtkTextTag")
41584  (prop-type "GParamBoolean")
41585  (docs "Whether the text can be modified by the user")
41586  (readable #t)
41587  (writable #t)
41588  (construct-only #f)
41589)
41590
41591(define-property wrap-mode
41592  (of-object "GtkTextTag")
41593  (prop-type "GParamEnum")
41594  (docs "Whether to wrap lines never, at word boundaries, or at character boundaries")
41595  (readable #t)
41596  (writable #t)
41597  (construct-only #f)
41598)
41599
41600(define-property justification
41601  (of-object "GtkTextTag")
41602  (prop-type "GParamEnum")
41603  (docs "Left, right, or center justification")
41604  (readable #t)
41605  (writable #t)
41606  (construct-only #f)
41607)
41608
41609(define-property direction
41610  (of-object "GtkTextTag")
41611  (prop-type "GParamEnum")
41612  (docs "Text direction, e.g. right-to-left or left-to-right")
41613  (readable #t)
41614  (writable #t)
41615  (construct-only #f)
41616)
41617
41618(define-property left-margin
41619  (of-object "GtkTextTag")
41620  (prop-type "GParamInt")
41621  (docs "Width of the left margin in pixels")
41622  (readable #t)
41623  (writable #t)
41624  (construct-only #f)
41625)
41626
41627(define-property indent
41628  (of-object "GtkTextTag")
41629  (prop-type "GParamInt")
41630  (docs "Amount to indent the paragraph, in pixels")
41631  (readable #t)
41632  (writable #t)
41633  (construct-only #f)
41634)
41635
41636(define-property strikethrough
41637  (of-object "GtkTextTag")
41638  (prop-type "GParamBoolean")
41639  (docs "Whether to strike through the text")
41640  (readable #t)
41641  (writable #t)
41642  (construct-only #f)
41643)
41644
41645(define-property right-margin
41646  (of-object "GtkTextTag")
41647  (prop-type "GParamInt")
41648  (docs "Width of the right margin in pixels")
41649  (readable #t)
41650  (writable #t)
41651  (construct-only #f)
41652)
41653
41654(define-property underline
41655  (of-object "GtkTextTag")
41656  (prop-type "GParamEnum")
41657  (docs "Style of underline for this text")
41658  (readable #t)
41659  (writable #t)
41660  (construct-only #f)
41661)
41662
41663(define-property rise
41664  (of-object "GtkTextTag")
41665  (prop-type "GParamInt")
41666  (docs "Offset of text above the baseline (below the baseline if rise is negative) in Pango units")
41667  (readable #t)
41668  (writable #t)
41669  (construct-only #f)
41670)
41671
41672(define-property background-full-height
41673  (of-object "GtkTextTag")
41674  (prop-type "GParamBoolean")
41675  (docs "Whether the background color fills the entire line height or only the height of the tagged characters")
41676  (readable #t)
41677  (writable #t)
41678  (construct-only #f)
41679)
41680
41681(define-property language
41682  (of-object "GtkTextTag")
41683  (prop-type "GParamString")
41684  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. If not set, an appropriate default will be used.")
41685  (readable #t)
41686  (writable #t)
41687  (construct-only #f)
41688)
41689
41690(define-property tabs
41691  (of-object "GtkTextTag")
41692  (prop-type "GParamBoxed")
41693  (docs "Custom tabs for this text")
41694  (readable #t)
41695  (writable #t)
41696  (construct-only #f)
41697)
41698
41699(define-property invisible
41700  (of-object "GtkTextTag")
41701  (prop-type "GParamBoolean")
41702  (docs "Whether this text is hidden.")
41703  (readable #t)
41704  (writable #t)
41705  (construct-only #f)
41706)
41707
41708(define-property paragraph-background
41709  (of-object "GtkTextTag")
41710  (prop-type "GParamString")
41711  (docs "Paragraph background color as a string")
41712  (readable #f)
41713  (writable #t)
41714  (construct-only #f)
41715)
41716
41717(define-property paragraph-background-gdk
41718  (of-object "GtkTextTag")
41719  (prop-type "GParamBoxed")
41720  (docs "Paragraph background color as a (possibly unallocated) GdkColor")
41721  (readable #t)
41722  (writable #t)
41723  (construct-only #f)
41724)
41725
41726(define-property accumulative-margin
41727  (of-object "GtkTextTag")
41728  (prop-type "GParamBoolean")
41729  (docs "Whether left and right margins accumulate.")
41730  (readable #t)
41731  (writable #t)
41732  (construct-only #f)
41733)
41734
41735(define-property background-set
41736  (of-object "GtkTextTag")
41737  (prop-type "GParamBoolean")
41738  (docs "Whether this tag affects the background color")
41739  (readable #t)
41740  (writable #t)
41741  (construct-only #f)
41742)
41743
41744(define-property foreground-set
41745  (of-object "GtkTextTag")
41746  (prop-type "GParamBoolean")
41747  (docs "Whether this tag affects the foreground color")
41748  (readable #t)
41749  (writable #t)
41750  (construct-only #f)
41751)
41752
41753(define-property background-stipple-set
41754  (of-object "GtkTextTag")
41755  (prop-type "GParamBoolean")
41756  (docs "Whether this tag affects the background stipple")
41757  (readable #t)
41758  (writable #t)
41759  (construct-only #f)
41760)
41761
41762(define-property foreground-stipple-set
41763  (of-object "GtkTextTag")
41764  (prop-type "GParamBoolean")
41765  (docs "Whether this tag affects the foreground stipple")
41766  (readable #t)
41767  (writable #t)
41768  (construct-only #f)
41769)
41770
41771(define-property family-set
41772  (of-object "GtkTextTag")
41773  (prop-type "GParamBoolean")
41774  (docs "Whether this tag affects the font family")
41775  (readable #t)
41776  (writable #t)
41777  (construct-only #f)
41778)
41779
41780(define-property style-set
41781  (of-object "GtkTextTag")
41782  (prop-type "GParamBoolean")
41783  (docs "Whether this tag affects the font style")
41784  (readable #t)
41785  (writable #t)
41786  (construct-only #f)
41787)
41788
41789(define-property variant-set
41790  (of-object "GtkTextTag")
41791  (prop-type "GParamBoolean")
41792  (docs "Whether this tag affects the font variant")
41793  (readable #t)
41794  (writable #t)
41795  (construct-only #f)
41796)
41797
41798(define-property weight-set
41799  (of-object "GtkTextTag")
41800  (prop-type "GParamBoolean")
41801  (docs "Whether this tag affects the font weight")
41802  (readable #t)
41803  (writable #t)
41804  (construct-only #f)
41805)
41806
41807(define-property stretch-set
41808  (of-object "GtkTextTag")
41809  (prop-type "GParamBoolean")
41810  (docs "Whether this tag affects the font stretch")
41811  (readable #t)
41812  (writable #t)
41813  (construct-only #f)
41814)
41815
41816(define-property size-set
41817  (of-object "GtkTextTag")
41818  (prop-type "GParamBoolean")
41819  (docs "Whether this tag affects the font size")
41820  (readable #t)
41821  (writable #t)
41822  (construct-only #f)
41823)
41824
41825(define-property scale-set
41826  (of-object "GtkTextTag")
41827  (prop-type "GParamBoolean")
41828  (docs "Whether this tag scales the font size by a factor")
41829  (readable #t)
41830  (writable #t)
41831  (construct-only #f)
41832)
41833
41834(define-property pixels-above-lines-set
41835  (of-object "GtkTextTag")
41836  (prop-type "GParamBoolean")
41837  (docs "Whether this tag affects the number of pixels above lines")
41838  (readable #t)
41839  (writable #t)
41840  (construct-only #f)
41841)
41842
41843(define-property pixels-below-lines-set
41844  (of-object "GtkTextTag")
41845  (prop-type "GParamBoolean")
41846  (docs "Whether this tag affects the number of pixels above lines")
41847  (readable #t)
41848  (writable #t)
41849  (construct-only #f)
41850)
41851
41852(define-property pixels-inside-wrap-set
41853  (of-object "GtkTextTag")
41854  (prop-type "GParamBoolean")
41855  (docs "Whether this tag affects the number of pixels between wrapped lines")
41856  (readable #t)
41857  (writable #t)
41858  (construct-only #f)
41859)
41860
41861(define-property editable-set
41862  (of-object "GtkTextTag")
41863  (prop-type "GParamBoolean")
41864  (docs "Whether this tag affects text editability")
41865  (readable #t)
41866  (writable #t)
41867  (construct-only #f)
41868)
41869
41870(define-property wrap-mode-set
41871  (of-object "GtkTextTag")
41872  (prop-type "GParamBoolean")
41873  (docs "Whether this tag affects line wrap mode")
41874  (readable #t)
41875  (writable #t)
41876  (construct-only #f)
41877)
41878
41879(define-property justification-set
41880  (of-object "GtkTextTag")
41881  (prop-type "GParamBoolean")
41882  (docs "Whether this tag affects paragraph justification")
41883  (readable #t)
41884  (writable #t)
41885  (construct-only #f)
41886)
41887
41888(define-property left-margin-set
41889  (of-object "GtkTextTag")
41890  (prop-type "GParamBoolean")
41891  (docs "Whether this tag affects the left margin")
41892  (readable #t)
41893  (writable #t)
41894  (construct-only #f)
41895)
41896
41897(define-property indent-set
41898  (of-object "GtkTextTag")
41899  (prop-type "GParamBoolean")
41900  (docs "Whether this tag affects indentation")
41901  (readable #t)
41902  (writable #t)
41903  (construct-only #f)
41904)
41905
41906(define-property strikethrough-set
41907  (of-object "GtkTextTag")
41908  (prop-type "GParamBoolean")
41909  (docs "Whether this tag affects strikethrough")
41910  (readable #t)
41911  (writable #t)
41912  (construct-only #f)
41913)
41914
41915(define-property right-margin-set
41916  (of-object "GtkTextTag")
41917  (prop-type "GParamBoolean")
41918  (docs "Whether this tag affects the right margin")
41919  (readable #t)
41920  (writable #t)
41921  (construct-only #f)
41922)
41923
41924(define-property underline-set
41925  (of-object "GtkTextTag")
41926  (prop-type "GParamBoolean")
41927  (docs "Whether this tag affects underlining")
41928  (readable #t)
41929  (writable #t)
41930  (construct-only #f)
41931)
41932
41933(define-property rise-set
41934  (of-object "GtkTextTag")
41935  (prop-type "GParamBoolean")
41936  (docs "Whether this tag affects the rise")
41937  (readable #t)
41938  (writable #t)
41939  (construct-only #f)
41940)
41941
41942(define-property background-full-height-set
41943  (of-object "GtkTextTag")
41944  (prop-type "GParamBoolean")
41945  (docs "Whether this tag affects background height")
41946  (readable #t)
41947  (writable #t)
41948  (construct-only #f)
41949)
41950
41951(define-property language-set
41952  (of-object "GtkTextTag")
41953  (prop-type "GParamBoolean")
41954  (docs "Whether this tag affects the language the text is rendered as")
41955  (readable #t)
41956  (writable #t)
41957  (construct-only #f)
41958)
41959
41960(define-property tabs-set
41961  (of-object "GtkTextTag")
41962  (prop-type "GParamBoolean")
41963  (docs "Whether this tag affects tabs")
41964  (readable #t)
41965  (writable #t)
41966  (construct-only #f)
41967)
41968
41969(define-property invisible-set
41970  (of-object "GtkTextTag")
41971  (prop-type "GParamBoolean")
41972  (docs "Whether this tag affects text visibility")
41973  (readable #t)
41974  (writable #t)
41975  (construct-only #f)
41976)
41977
41978(define-property paragraph-background-set
41979  (of-object "GtkTextTag")
41980  (prop-type "GParamBoolean")
41981  (docs "Whether this tag affects the paragraph background color")
41982  (readable #t)
41983  (writable #t)
41984  (construct-only #f)
41985)
41986
41987;; From GtkTextTagTable
41988
41989(define-signal tag-changed
41990  (of-object "GtkTextTagTable")
41991  (return-type "void")
41992  (when "last")
41993  (parameters
41994    '("GtkTextTag*" "p0")
41995    '("gboolean" "p1")
41996  )
41997)
41998
41999(define-signal tag-added
42000  (of-object "GtkTextTagTable")
42001  (return-type "void")
42002  (when "last")
42003  (parameters
42004    '("GtkTextTag*" "p0")
42005  )
42006)
42007
42008(define-signal tag-removed
42009  (of-object "GtkTextTagTable")
42010  (return-type "void")
42011  (when "last")
42012  (parameters
42013    '("GtkTextTag*" "p0")
42014  )
42015)
42016
42017;; From GtkTextView
42018
42019(define-signal set-scroll-adjustments
42020  (of-object "GtkTextView")
42021  (return-type "void")
42022  (when "last")
42023  (parameters
42024    '("GtkAdjustment*" "p0")
42025    '("GtkAdjustment*" "p1")
42026  )
42027)
42028
42029(define-signal move-cursor
42030  (of-object "GtkTextView")
42031  (return-type "void")
42032  (when "last")
42033  (parameters
42034    '("GtkMovementStep" "p0")
42035    '("gint" "p1")
42036    '("gboolean" "p2")
42037  )
42038)
42039
42040(define-signal select-all
42041  (of-object "GtkTextView")
42042  (return-type "void")
42043  (when "last")
42044  (parameters
42045    '("gboolean" "p0")
42046  )
42047)
42048
42049(define-signal page-horizontally
42050  (of-object "GtkTextView")
42051  (return-type "void")
42052  (when "last")
42053  (parameters
42054    '("gint" "p0")
42055    '("gboolean" "p1")
42056  )
42057)
42058
42059(define-signal move-viewport
42060  (of-object "GtkTextView")
42061  (return-type "void")
42062  (when "last")
42063  (parameters
42064    '("GtkScrollStep" "p0")
42065    '("gint" "p1")
42066  )
42067)
42068
42069(define-signal set-anchor
42070  (of-object "GtkTextView")
42071  (return-type "void")
42072  (when "last")
42073)
42074
42075(define-signal insert-at-cursor
42076  (of-object "GtkTextView")
42077  (return-type "void")
42078  (when "last")
42079  (parameters
42080    '("const-gchar*" "p0")
42081  )
42082)
42083
42084(define-signal delete-from-cursor
42085  (of-object "GtkTextView")
42086  (return-type "void")
42087  (when "last")
42088  (parameters
42089    '("GtkDeleteType" "p0")
42090    '("gint" "p1")
42091  )
42092)
42093
42094(define-signal backspace
42095  (of-object "GtkTextView")
42096  (return-type "void")
42097  (when "last")
42098)
42099
42100(define-signal cut-clipboard
42101  (of-object "GtkTextView")
42102  (return-type "void")
42103  (when "last")
42104)
42105
42106(define-signal copy-clipboard
42107  (of-object "GtkTextView")
42108  (return-type "void")
42109  (when "last")
42110)
42111
42112(define-signal paste-clipboard
42113  (of-object "GtkTextView")
42114  (return-type "void")
42115  (when "last")
42116)
42117
42118(define-signal toggle-overwrite
42119  (of-object "GtkTextView")
42120  (return-type "void")
42121  (when "last")
42122)
42123
42124(define-signal populate-popup
42125  (of-object "GtkTextView")
42126  (return-type "void")
42127  (when "last")
42128  (parameters
42129    '("GtkMenu*" "p0")
42130  )
42131)
42132
42133(define-signal toggle-cursor-visible
42134  (of-object "GtkTextView")
42135  (return-type "void")
42136  (when "last")
42137)
42138
42139(define-signal preedit-changed
42140  (of-object "GtkTextView")
42141  (return-type "void")
42142  (when "last")
42143  (parameters
42144    '("const-gchar*" "p0")
42145  )
42146)
42147
42148(define-property user-data
42149  (of-object "GtkTextView")
42150  (prop-type "GParamPointer")
42151  (docs "Anonymous User Data Pointer")
42152  (readable #t)
42153  (writable #t)
42154  (construct-only #f)
42155)
42156
42157(define-property name
42158  (of-object "GtkTextView")
42159  (prop-type "GParamString")
42160  (docs "The name of the widget")
42161  (readable #t)
42162  (writable #t)
42163  (construct-only #f)
42164)
42165
42166(define-property parent
42167  (of-object "GtkTextView")
42168  (prop-type "GParamObject")
42169  (docs "The parent widget of this widget. Must be a Container widget")
42170  (readable #t)
42171  (writable #t)
42172  (construct-only #f)
42173)
42174
42175(define-property width-request
42176  (of-object "GtkTextView")
42177  (prop-type "GParamInt")
42178  (docs "Override for width request of the widget, or -1 if natural request should be used")
42179  (readable #t)
42180  (writable #t)
42181  (construct-only #f)
42182)
42183
42184(define-property height-request
42185  (of-object "GtkTextView")
42186  (prop-type "GParamInt")
42187  (docs "Override for height request of the widget, or -1 if natural request should be used")
42188  (readable #t)
42189  (writable #t)
42190  (construct-only #f)
42191)
42192
42193(define-property visible
42194  (of-object "GtkTextView")
42195  (prop-type "GParamBoolean")
42196  (docs "Whether the widget is visible")
42197  (readable #t)
42198  (writable #t)
42199  (construct-only #f)
42200)
42201
42202(define-property sensitive
42203  (of-object "GtkTextView")
42204  (prop-type "GParamBoolean")
42205  (docs "Whether the widget responds to input")
42206  (readable #t)
42207  (writable #t)
42208  (construct-only #f)
42209)
42210
42211(define-property app-paintable
42212  (of-object "GtkTextView")
42213  (prop-type "GParamBoolean")
42214  (docs "Whether the application will paint directly on the widget")
42215  (readable #t)
42216  (writable #t)
42217  (construct-only #f)
42218)
42219
42220(define-property can-focus
42221  (of-object "GtkTextView")
42222  (prop-type "GParamBoolean")
42223  (docs "Whether the widget can accept the input focus")
42224  (readable #t)
42225  (writable #t)
42226  (construct-only #f)
42227)
42228
42229(define-property has-focus
42230  (of-object "GtkTextView")
42231  (prop-type "GParamBoolean")
42232  (docs "Whether the widget has the input focus")
42233  (readable #t)
42234  (writable #t)
42235  (construct-only #f)
42236)
42237
42238(define-property is-focus
42239  (of-object "GtkTextView")
42240  (prop-type "GParamBoolean")
42241  (docs "Whether the widget is the focus widget within the toplevel")
42242  (readable #t)
42243  (writable #t)
42244  (construct-only #f)
42245)
42246
42247(define-property can-default
42248  (of-object "GtkTextView")
42249  (prop-type "GParamBoolean")
42250  (docs "Whether the widget can be the default widget")
42251  (readable #t)
42252  (writable #t)
42253  (construct-only #f)
42254)
42255
42256(define-property has-default
42257  (of-object "GtkTextView")
42258  (prop-type "GParamBoolean")
42259  (docs "Whether the widget is the default widget")
42260  (readable #t)
42261  (writable #t)
42262  (construct-only #f)
42263)
42264
42265(define-property receives-default
42266  (of-object "GtkTextView")
42267  (prop-type "GParamBoolean")
42268  (docs "If TRUE, the widget will receive the default action when it is focused")
42269  (readable #t)
42270  (writable #t)
42271  (construct-only #f)
42272)
42273
42274(define-property composite-child
42275  (of-object "GtkTextView")
42276  (prop-type "GParamBoolean")
42277  (docs "Whether the widget is part of a composite widget")
42278  (readable #t)
42279  (writable #f)
42280  (construct-only #f)
42281)
42282
42283(define-property style
42284  (of-object "GtkTextView")
42285  (prop-type "GParamObject")
42286  (docs "The style of the widget, which contains information about how it will look (colors etc)")
42287  (readable #t)
42288  (writable #t)
42289  (construct-only #f)
42290)
42291
42292(define-property events
42293  (of-object "GtkTextView")
42294  (prop-type "GParamFlags")
42295  (docs "The event mask that decides what kind of GdkEvents this widget gets")
42296  (readable #t)
42297  (writable #t)
42298  (construct-only #f)
42299)
42300
42301(define-property extension-events
42302  (of-object "GtkTextView")
42303  (prop-type "GParamEnum")
42304  (docs "The mask that decides what kind of extension events this widget gets")
42305  (readable #t)
42306  (writable #t)
42307  (construct-only #f)
42308)
42309
42310(define-property no-show-all
42311  (of-object "GtkTextView")
42312  (prop-type "GParamBoolean")
42313  (docs "Whether gtk_widget_show_all() should not affect this widget")
42314  (readable #t)
42315  (writable #t)
42316  (construct-only #f)
42317)
42318
42319(define-property has-tooltip
42320  (of-object "GtkTextView")
42321  (prop-type "GParamBoolean")
42322  (docs "Whether this widget has a tooltip")
42323  (readable #t)
42324  (writable #t)
42325  (construct-only #f)
42326)
42327
42328(define-property tooltip-markup
42329  (of-object "GtkTextView")
42330  (prop-type "GParamString")
42331  (docs "The contents of the tooltip for this widget")
42332  (readable #t)
42333  (writable #t)
42334  (construct-only #f)
42335)
42336
42337(define-property tooltip-text
42338  (of-object "GtkTextView")
42339  (prop-type "GParamString")
42340  (docs "The contents of the tooltip for this widget")
42341  (readable #t)
42342  (writable #t)
42343  (construct-only #f)
42344)
42345
42346(define-property window
42347  (of-object "GtkTextView")
42348  (prop-type "GParamObject")
42349  (docs "The widget's window if it is realized")
42350  (readable #t)
42351  (writable #f)
42352  (construct-only #f)
42353)
42354
42355(define-property double-buffered
42356  (of-object "GtkTextView")
42357  (prop-type "GParamBoolean")
42358  (docs "Whether or not the widget is double buffered")
42359  (readable #t)
42360  (writable #t)
42361  (construct-only #f)
42362)
42363
42364(define-property border-width
42365  (of-object "GtkTextView")
42366  (prop-type "GParamUInt")
42367  (docs "The width of the empty border outside the containers children")
42368  (readable #t)
42369  (writable #t)
42370  (construct-only #f)
42371)
42372
42373(define-property resize-mode
42374  (of-object "GtkTextView")
42375  (prop-type "GParamEnum")
42376  (docs "Specify how resize events are handled")
42377  (readable #t)
42378  (writable #t)
42379  (construct-only #f)
42380)
42381
42382(define-property child
42383  (of-object "GtkTextView")
42384  (prop-type "GParamObject")
42385  (docs "Can be used to add a new child to the container")
42386  (readable #f)
42387  (writable #t)
42388  (construct-only #f)
42389)
42390
42391(define-property pixels-above-lines
42392  (of-object "GtkTextView")
42393  (prop-type "GParamInt")
42394  (docs "Pixels of blank space above paragraphs")
42395  (readable #t)
42396  (writable #t)
42397  (construct-only #f)
42398)
42399
42400(define-property pixels-below-lines
42401  (of-object "GtkTextView")
42402  (prop-type "GParamInt")
42403  (docs "Pixels of blank space below paragraphs")
42404  (readable #t)
42405  (writable #t)
42406  (construct-only #f)
42407)
42408
42409(define-property pixels-inside-wrap
42410  (of-object "GtkTextView")
42411  (prop-type "GParamInt")
42412  (docs "Pixels of blank space between wrapped lines in a paragraph")
42413  (readable #t)
42414  (writable #t)
42415  (construct-only #f)
42416)
42417
42418(define-property editable
42419  (of-object "GtkTextView")
42420  (prop-type "GParamBoolean")
42421  (docs "Whether the text can be modified by the user")
42422  (readable #t)
42423  (writable #t)
42424  (construct-only #f)
42425)
42426
42427(define-property wrap-mode
42428  (of-object "GtkTextView")
42429  (prop-type "GParamEnum")
42430  (docs "Whether to wrap lines never, at word boundaries, or at character boundaries")
42431  (readable #t)
42432  (writable #t)
42433  (construct-only #f)
42434)
42435
42436(define-property justification
42437  (of-object "GtkTextView")
42438  (prop-type "GParamEnum")
42439  (docs "Left, right, or center justification")
42440  (readable #t)
42441  (writable #t)
42442  (construct-only #f)
42443)
42444
42445(define-property left-margin
42446  (of-object "GtkTextView")
42447  (prop-type "GParamInt")
42448  (docs "Width of the left margin in pixels")
42449  (readable #t)
42450  (writable #t)
42451  (construct-only #f)
42452)
42453
42454(define-property right-margin
42455  (of-object "GtkTextView")
42456  (prop-type "GParamInt")
42457  (docs "Width of the right margin in pixels")
42458  (readable #t)
42459  (writable #t)
42460  (construct-only #f)
42461)
42462
42463(define-property indent
42464  (of-object "GtkTextView")
42465  (prop-type "GParamInt")
42466  (docs "Amount to indent the paragraph, in pixels")
42467  (readable #t)
42468  (writable #t)
42469  (construct-only #f)
42470)
42471
42472(define-property tabs
42473  (of-object "GtkTextView")
42474  (prop-type "GParamBoxed")
42475  (docs "Custom tabs for this text")
42476  (readable #t)
42477  (writable #t)
42478  (construct-only #f)
42479)
42480
42481(define-property cursor-visible
42482  (of-object "GtkTextView")
42483  (prop-type "GParamBoolean")
42484  (docs "If the insertion cursor is shown")
42485  (readable #t)
42486  (writable #t)
42487  (construct-only #f)
42488)
42489
42490(define-property buffer
42491  (of-object "GtkTextView")
42492  (prop-type "GParamObject")
42493  (docs "The buffer which is displayed")
42494  (readable #t)
42495  (writable #t)
42496  (construct-only #f)
42497)
42498
42499(define-property overwrite
42500  (of-object "GtkTextView")
42501  (prop-type "GParamBoolean")
42502  (docs "Whether entered text overwrites existing contents")
42503  (readable #t)
42504  (writable #t)
42505  (construct-only #f)
42506)
42507
42508(define-property accepts-tab
42509  (of-object "GtkTextView")
42510  (prop-type "GParamBoolean")
42511  (docs "Whether Tab will result in a tab character being entered")
42512  (readable #t)
42513  (writable #t)
42514  (construct-only #f)
42515)
42516
42517(define-property im-module
42518  (of-object "GtkTextView")
42519  (prop-type "GParamString")
42520  (docs "Which IM module should be used")
42521  (readable #t)
42522  (writable #t)
42523  (construct-only #f)
42524)
42525
42526;; From GtkToggleAction
42527
42528(define-signal toggled
42529  (of-object "GtkToggleAction")
42530  (return-type "void")
42531  (when "first")
42532)
42533
42534(define-property name
42535  (of-object "GtkToggleAction")
42536  (prop-type "GParamString")
42537  (docs "A unique name for the action.")
42538  (readable #t)
42539  (writable #t)
42540  (construct-only #t)
42541)
42542
42543(define-property label
42544  (of-object "GtkToggleAction")
42545  (prop-type "GParamString")
42546  (docs "The label used for menu items and buttons that activate this action.")
42547  (readable #t)
42548  (writable #t)
42549  (construct-only #f)
42550)
42551
42552(define-property short-label
42553  (of-object "GtkToggleAction")
42554  (prop-type "GParamString")
42555  (docs "A shorter label that may be used on toolbar buttons.")
42556  (readable #t)
42557  (writable #t)
42558  (construct-only #f)
42559)
42560
42561(define-property tooltip
42562  (of-object "GtkToggleAction")
42563  (prop-type "GParamString")
42564  (docs "A tooltip for this action.")
42565  (readable #t)
42566  (writable #t)
42567  (construct-only #f)
42568)
42569
42570(define-property stock-id
42571  (of-object "GtkToggleAction")
42572  (prop-type "GParamString")
42573  (docs "The stock icon displayed in widgets representing this action.")
42574  (readable #t)
42575  (writable #t)
42576  (construct-only #f)
42577)
42578
42579(define-property icon-name
42580  (of-object "GtkToggleAction")
42581  (prop-type "GParamString")
42582  (docs "The name of the icon from the icon theme")
42583  (readable #t)
42584  (writable #t)
42585  (construct-only #f)
42586)
42587
42588(define-property gicon
42589  (of-object "GtkToggleAction")
42590  (prop-type "GParamObject")
42591  (docs "The GIcon being displayed")
42592  (readable #t)
42593  (writable #t)
42594  (construct-only #f)
42595)
42596
42597(define-property visible-horizontal
42598  (of-object "GtkToggleAction")
42599  (prop-type "GParamBoolean")
42600  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
42601  (readable #t)
42602  (writable #t)
42603  (construct-only #f)
42604)
42605
42606(define-property visible-vertical
42607  (of-object "GtkToggleAction")
42608  (prop-type "GParamBoolean")
42609  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
42610  (readable #t)
42611  (writable #t)
42612  (construct-only #f)
42613)
42614
42615(define-property visible-overflown
42616  (of-object "GtkToggleAction")
42617  (prop-type "GParamBoolean")
42618  (docs "When TRUE, toolitem proxies for this action are represented in the toolbar overflow menu.")
42619  (readable #t)
42620  (writable #t)
42621  (construct-only #f)
42622)
42623
42624(define-property is-important
42625  (of-object "GtkToggleAction")
42626  (prop-type "GParamBoolean")
42627  (docs "Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.")
42628  (readable #t)
42629  (writable #t)
42630  (construct-only #f)
42631)
42632
42633(define-property hide-if-empty
42634  (of-object "GtkToggleAction")
42635  (prop-type "GParamBoolean")
42636  (docs "When TRUE, empty menu proxies for this action are hidden.")
42637  (readable #t)
42638  (writable #t)
42639  (construct-only #f)
42640)
42641
42642(define-property sensitive
42643  (of-object "GtkToggleAction")
42644  (prop-type "GParamBoolean")
42645  (docs "Whether the action is enabled.")
42646  (readable #t)
42647  (writable #t)
42648  (construct-only #f)
42649)
42650
42651(define-property visible
42652  (of-object "GtkToggleAction")
42653  (prop-type "GParamBoolean")
42654  (docs "Whether the action is visible.")
42655  (readable #t)
42656  (writable #t)
42657  (construct-only #f)
42658)
42659
42660(define-property action-group
42661  (of-object "GtkToggleAction")
42662  (prop-type "GParamObject")
42663  (docs "The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).")
42664  (readable #t)
42665  (writable #t)
42666  (construct-only #f)
42667)
42668
42669(define-property always-show-image
42670  (of-object "GtkToggleAction")
42671  (prop-type "GParamBoolean")
42672  (docs "Whether the image will always be shown")
42673  (readable #t)
42674  (writable #t)
42675  (construct-only #f)
42676)
42677
42678(define-property draw-as-radio
42679  (of-object "GtkToggleAction")
42680  (prop-type "GParamBoolean")
42681  (docs "Whether the proxies for this action look like radio action proxies")
42682  (readable #t)
42683  (writable #t)
42684  (construct-only #f)
42685)
42686
42687(define-property active
42688  (of-object "GtkToggleAction")
42689  (prop-type "GParamBoolean")
42690  (docs "If the toggle action should be active in or not")
42691  (readable #t)
42692  (writable #t)
42693  (construct-only #f)
42694)
42695
42696;; From GtkToggleToolButton
42697
42698(define-signal toggled
42699  (of-object "GtkToggleToolButton")
42700  (return-type "void")
42701  (when "first")
42702)
42703
42704(define-property related-action
42705  (of-object "GtkToggleToolButton")
42706  (prop-type "GParamObject")
42707  (docs "The action this activatable will activate and receive updates from")
42708  (readable #t)
42709  (writable #t)
42710  (construct-only #f)
42711)
42712
42713(define-property use-action-appearance
42714  (of-object "GtkToggleToolButton")
42715  (prop-type "GParamBoolean")
42716  (docs "Whether to use the related actions appearance properties")
42717  (readable #t)
42718  (writable #t)
42719  (construct-only #f)
42720)
42721
42722(define-property user-data
42723  (of-object "GtkToggleToolButton")
42724  (prop-type "GParamPointer")
42725  (docs "Anonymous User Data Pointer")
42726  (readable #t)
42727  (writable #t)
42728  (construct-only #f)
42729)
42730
42731(define-property name
42732  (of-object "GtkToggleToolButton")
42733  (prop-type "GParamString")
42734  (docs "The name of the widget")
42735  (readable #t)
42736  (writable #t)
42737  (construct-only #f)
42738)
42739
42740(define-property parent
42741  (of-object "GtkToggleToolButton")
42742  (prop-type "GParamObject")
42743  (docs "The parent widget of this widget. Must be a Container widget")
42744  (readable #t)
42745  (writable #t)
42746  (construct-only #f)
42747)
42748
42749(define-property width-request
42750  (of-object "GtkToggleToolButton")
42751  (prop-type "GParamInt")
42752  (docs "Override for width request of the widget, or -1 if natural request should be used")
42753  (readable #t)
42754  (writable #t)
42755  (construct-only #f)
42756)
42757
42758(define-property height-request
42759  (of-object "GtkToggleToolButton")
42760  (prop-type "GParamInt")
42761  (docs "Override for height request of the widget, or -1 if natural request should be used")
42762  (readable #t)
42763  (writable #t)
42764  (construct-only #f)
42765)
42766
42767(define-property visible
42768  (of-object "GtkToggleToolButton")
42769  (prop-type "GParamBoolean")
42770  (docs "Whether the widget is visible")
42771  (readable #t)
42772  (writable #t)
42773  (construct-only #f)
42774)
42775
42776(define-property sensitive
42777  (of-object "GtkToggleToolButton")
42778  (prop-type "GParamBoolean")
42779  (docs "Whether the widget responds to input")
42780  (readable #t)
42781  (writable #t)
42782  (construct-only #f)
42783)
42784
42785(define-property app-paintable
42786  (of-object "GtkToggleToolButton")
42787  (prop-type "GParamBoolean")
42788  (docs "Whether the application will paint directly on the widget")
42789  (readable #t)
42790  (writable #t)
42791  (construct-only #f)
42792)
42793
42794(define-property can-focus
42795  (of-object "GtkToggleToolButton")
42796  (prop-type "GParamBoolean")
42797  (docs "Whether the widget can accept the input focus")
42798  (readable #t)
42799  (writable #t)
42800  (construct-only #f)
42801)
42802
42803(define-property has-focus
42804  (of-object "GtkToggleToolButton")
42805  (prop-type "GParamBoolean")
42806  (docs "Whether the widget has the input focus")
42807  (readable #t)
42808  (writable #t)
42809  (construct-only #f)
42810)
42811
42812(define-property is-focus
42813  (of-object "GtkToggleToolButton")
42814  (prop-type "GParamBoolean")
42815  (docs "Whether the widget is the focus widget within the toplevel")
42816  (readable #t)
42817  (writable #t)
42818  (construct-only #f)
42819)
42820
42821(define-property can-default
42822  (of-object "GtkToggleToolButton")
42823  (prop-type "GParamBoolean")
42824  (docs "Whether the widget can be the default widget")
42825  (readable #t)
42826  (writable #t)
42827  (construct-only #f)
42828)
42829
42830(define-property has-default
42831  (of-object "GtkToggleToolButton")
42832  (prop-type "GParamBoolean")
42833  (docs "Whether the widget is the default widget")
42834  (readable #t)
42835  (writable #t)
42836  (construct-only #f)
42837)
42838
42839(define-property receives-default
42840  (of-object "GtkToggleToolButton")
42841  (prop-type "GParamBoolean")
42842  (docs "If TRUE, the widget will receive the default action when it is focused")
42843  (readable #t)
42844  (writable #t)
42845  (construct-only #f)
42846)
42847
42848(define-property composite-child
42849  (of-object "GtkToggleToolButton")
42850  (prop-type "GParamBoolean")
42851  (docs "Whether the widget is part of a composite widget")
42852  (readable #t)
42853  (writable #f)
42854  (construct-only #f)
42855)
42856
42857(define-property style
42858  (of-object "GtkToggleToolButton")
42859  (prop-type "GParamObject")
42860  (docs "The style of the widget, which contains information about how it will look (colors etc)")
42861  (readable #t)
42862  (writable #t)
42863  (construct-only #f)
42864)
42865
42866(define-property events
42867  (of-object "GtkToggleToolButton")
42868  (prop-type "GParamFlags")
42869  (docs "The event mask that decides what kind of GdkEvents this widget gets")
42870  (readable #t)
42871  (writable #t)
42872  (construct-only #f)
42873)
42874
42875(define-property extension-events
42876  (of-object "GtkToggleToolButton")
42877  (prop-type "GParamEnum")
42878  (docs "The mask that decides what kind of extension events this widget gets")
42879  (readable #t)
42880  (writable #t)
42881  (construct-only #f)
42882)
42883
42884(define-property no-show-all
42885  (of-object "GtkToggleToolButton")
42886  (prop-type "GParamBoolean")
42887  (docs "Whether gtk_widget_show_all() should not affect this widget")
42888  (readable #t)
42889  (writable #t)
42890  (construct-only #f)
42891)
42892
42893(define-property has-tooltip
42894  (of-object "GtkToggleToolButton")
42895  (prop-type "GParamBoolean")
42896  (docs "Whether this widget has a tooltip")
42897  (readable #t)
42898  (writable #t)
42899  (construct-only #f)
42900)
42901
42902(define-property tooltip-markup
42903  (of-object "GtkToggleToolButton")
42904  (prop-type "GParamString")
42905  (docs "The contents of the tooltip for this widget")
42906  (readable #t)
42907  (writable #t)
42908  (construct-only #f)
42909)
42910
42911(define-property tooltip-text
42912  (of-object "GtkToggleToolButton")
42913  (prop-type "GParamString")
42914  (docs "The contents of the tooltip for this widget")
42915  (readable #t)
42916  (writable #t)
42917  (construct-only #f)
42918)
42919
42920(define-property window
42921  (of-object "GtkToggleToolButton")
42922  (prop-type "GParamObject")
42923  (docs "The widget's window if it is realized")
42924  (readable #t)
42925  (writable #f)
42926  (construct-only #f)
42927)
42928
42929(define-property double-buffered
42930  (of-object "GtkToggleToolButton")
42931  (prop-type "GParamBoolean")
42932  (docs "Whether or not the widget is double buffered")
42933  (readable #t)
42934  (writable #t)
42935  (construct-only #f)
42936)
42937
42938(define-property border-width
42939  (of-object "GtkToggleToolButton")
42940  (prop-type "GParamUInt")
42941  (docs "The width of the empty border outside the containers children")
42942  (readable #t)
42943  (writable #t)
42944  (construct-only #f)
42945)
42946
42947(define-property resize-mode
42948  (of-object "GtkToggleToolButton")
42949  (prop-type "GParamEnum")
42950  (docs "Specify how resize events are handled")
42951  (readable #t)
42952  (writable #t)
42953  (construct-only #f)
42954)
42955
42956(define-property child
42957  (of-object "GtkToggleToolButton")
42958  (prop-type "GParamObject")
42959  (docs "Can be used to add a new child to the container")
42960  (readable #f)
42961  (writable #t)
42962  (construct-only #f)
42963)
42964
42965(define-property visible-horizontal
42966  (of-object "GtkToggleToolButton")
42967  (prop-type "GParamBoolean")
42968  (docs "Whether the toolbar item is visible when the toolbar is in a horizontal orientation.")
42969  (readable #t)
42970  (writable #t)
42971  (construct-only #f)
42972)
42973
42974(define-property visible-vertical
42975  (of-object "GtkToggleToolButton")
42976  (prop-type "GParamBoolean")
42977  (docs "Whether the toolbar item is visible when the toolbar is in a vertical orientation.")
42978  (readable #t)
42979  (writable #t)
42980  (construct-only #f)
42981)
42982
42983(define-property is-important
42984  (of-object "GtkToggleToolButton")
42985  (prop-type "GParamBoolean")
42986  (docs "Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode")
42987  (readable #t)
42988  (writable #t)
42989  (construct-only #f)
42990)
42991
42992(define-property label
42993  (of-object "GtkToggleToolButton")
42994  (prop-type "GParamString")
42995  (docs "Text to show in the item.")
42996  (readable #t)
42997  (writable #t)
42998  (construct-only #f)
42999)
43000
43001(define-property use-underline
43002  (of-object "GtkToggleToolButton")
43003  (prop-type "GParamBoolean")
43004  (docs "If set, an underline in the label property indicates that the next character should be used for the mnemonic accelerator key in the overflow menu")
43005  (readable #t)
43006  (writable #t)
43007  (construct-only #f)
43008)
43009
43010(define-property label-widget
43011  (of-object "GtkToggleToolButton")
43012  (prop-type "GParamObject")
43013  (docs "Widget to use as the item label")
43014  (readable #t)
43015  (writable #t)
43016  (construct-only #f)
43017)
43018
43019(define-property stock-id
43020  (of-object "GtkToggleToolButton")
43021  (prop-type "GParamString")
43022  (docs "The stock icon displayed on the item")
43023  (readable #t)
43024  (writable #t)
43025  (construct-only #f)
43026)
43027
43028(define-property icon-name
43029  (of-object "GtkToggleToolButton")
43030  (prop-type "GParamString")
43031  (docs "The name of the themed icon displayed on the item")
43032  (readable #t)
43033  (writable #t)
43034  (construct-only #f)
43035)
43036
43037(define-property icon-widget
43038  (of-object "GtkToggleToolButton")
43039  (prop-type "GParamObject")
43040  (docs "Icon widget to display in the item")
43041  (readable #t)
43042  (writable #t)
43043  (construct-only #f)
43044)
43045
43046(define-property active
43047  (of-object "GtkToggleToolButton")
43048  (prop-type "GParamBoolean")
43049  (docs "If the toggle button should be pressed in or not")
43050  (readable #t)
43051  (writable #t)
43052  (construct-only #f)
43053)
43054
43055;; From GtkTooltip
43056
43057;; From GtkTooltips
43058
43059(define-property user-data
43060  (of-object "GtkTooltips")
43061  (prop-type "GParamPointer")
43062  (docs "Anonymous User Data Pointer")
43063  (readable #t)
43064  (writable #t)
43065  (construct-only #f)
43066)
43067
43068;; From GtkTreeSelection
43069
43070(define-signal changed
43071  (of-object "GtkTreeSelection")
43072  (return-type "void")
43073  (when "first")
43074)
43075
43076;; From GtkTreeSortable
43077
43078(define-signal sort-column-changed
43079  (of-object "GtkTreeSortable")
43080  (return-type "void")
43081  (when "last")
43082)
43083
43084;; From GtkTreeModel
43085
43086(define-signal row-changed
43087  (of-object "GtkTreeModel")
43088  (return-type "void")
43089  (when "last")
43090  (parameters
43091    '("GtkTreePath*" "p0")
43092    '("GtkTreeIter*" "p1")
43093  )
43094)
43095
43096(define-signal row-inserted
43097  (of-object "GtkTreeModel")
43098  (return-type "void")
43099  (when "first")
43100  (parameters
43101    '("GtkTreePath*" "p0")
43102    '("GtkTreeIter*" "p1")
43103  )
43104)
43105
43106(define-signal row-has-child-toggled
43107  (of-object "GtkTreeModel")
43108  (return-type "void")
43109  (when "last")
43110  (parameters
43111    '("GtkTreePath*" "p0")
43112    '("GtkTreeIter*" "p1")
43113  )
43114)
43115
43116(define-signal row-deleted
43117  (of-object "GtkTreeModel")
43118  (return-type "void")
43119  (when "first")
43120  (parameters
43121    '("GtkTreePath*" "p0")
43122  )
43123)
43124
43125(define-signal rows-reordered
43126  (of-object "GtkTreeModel")
43127  (return-type "void")
43128  (when "first")
43129  (parameters
43130    '("GtkTreePath*" "p0")
43131    '("GtkTreeIter*" "p1")
43132    '("gint*" "p2")
43133  )
43134)
43135
43136;; From GtkTreeModelFilter
43137
43138(define-property child-model
43139  (of-object "GtkTreeModelFilter")
43140  (prop-type "GParamObject")
43141  (docs "The model for the filtermodel to filter")
43142  (readable #t)
43143  (writable #t)
43144  (construct-only #t)
43145)
43146
43147(define-property virtual-root
43148  (of-object "GtkTreeModelFilter")
43149  (prop-type "GParamBoxed")
43150  (docs "The virtual root (relative to the child model) for this filtermodel")
43151  (readable #t)
43152  (writable #t)
43153  (construct-only #t)
43154)
43155
43156
43157;; From GtkTreeModelSort
43158
43159(define-property model
43160  (of-object "GtkTreeModelSort")
43161  (prop-type "GParamObject")
43162  (docs "The model for the TreeModelSort to sort")
43163  (readable #t)
43164  (writable #t)
43165  (construct-only #t)
43166)
43167
43168;; From GtkTreeStore
43169
43170;; From GtkTreeView
43171
43172(define-signal set-scroll-adjustments
43173  (of-object "GtkTreeView")
43174  (return-type "void")
43175  (when "last")
43176  (parameters
43177    '("GtkAdjustment*" "p0")
43178    '("GtkAdjustment*" "p1")
43179  )
43180)
43181
43182(define-signal row-activated
43183  (of-object "GtkTreeView")
43184  (return-type "void")
43185  (when "last")
43186  (parameters
43187    '("GtkTreePath*" "p0")
43188    '("GtkTreeViewColumn*" "p1")
43189  )
43190)
43191
43192(define-signal test-expand-row
43193  (of-object "GtkTreeView")
43194  (return-type "gboolean")
43195  (when "last")
43196  (parameters
43197    '("GtkTreeIter*" "p0")
43198    '("GtkTreePath*" "p1")
43199  )
43200)
43201
43202(define-signal test-collapse-row
43203  (of-object "GtkTreeView")
43204  (return-type "gboolean")
43205  (when "last")
43206  (parameters
43207    '("GtkTreeIter*" "p0")
43208    '("GtkTreePath*" "p1")
43209  )
43210)
43211
43212(define-signal row-expanded
43213  (of-object "GtkTreeView")
43214  (return-type "void")
43215  (when "last")
43216  (parameters
43217    '("GtkTreeIter*" "p0")
43218    '("GtkTreePath*" "p1")
43219  )
43220)
43221
43222(define-signal row-collapsed
43223  (of-object "GtkTreeView")
43224  (return-type "void")
43225  (when "last")
43226  (parameters
43227    '("GtkTreeIter*" "p0")
43228    '("GtkTreePath*" "p1")
43229  )
43230)
43231
43232(define-signal columns-changed
43233  (of-object "GtkTreeView")
43234  (return-type "void")
43235  (when "last")
43236)
43237
43238(define-signal cursor-changed
43239  (of-object "GtkTreeView")
43240  (return-type "void")
43241  (when "last")
43242)
43243
43244(define-signal move-cursor
43245  (of-object "GtkTreeView")
43246  (return-type "gboolean")
43247  (when "last")
43248  (parameters
43249    '("GtkMovementStep" "p0")
43250    '("gint" "p1")
43251  )
43252)
43253
43254(define-signal select-all
43255  (of-object "GtkTreeView")
43256  (return-type "gboolean")
43257  (when "last")
43258)
43259
43260(define-signal unselect-all
43261  (of-object "GtkTreeView")
43262  (return-type "gboolean")
43263  (when "last")
43264)
43265
43266(define-signal select-cursor-row
43267  (of-object "GtkTreeView")
43268  (return-type "gboolean")
43269  (when "last")
43270  (parameters
43271    '("gboolean" "p0")
43272  )
43273)
43274
43275(define-signal toggle-cursor-row
43276  (of-object "GtkTreeView")
43277  (return-type "gboolean")
43278  (when "last")
43279)
43280
43281(define-signal expand-collapse-cursor-row
43282  (of-object "GtkTreeView")
43283  (return-type "gboolean")
43284  (when "last")
43285  (parameters
43286    '("gboolean" "p0")
43287    '("gboolean" "p1")
43288    '("gboolean" "p2")
43289  )
43290)
43291
43292(define-signal select-cursor-parent
43293  (of-object "GtkTreeView")
43294  (return-type "gboolean")
43295  (when "last")
43296)
43297
43298(define-signal start-interactive-search
43299  (of-object "GtkTreeView")
43300  (return-type "gboolean")
43301  (when "last")
43302)
43303
43304(define-property user-data
43305  (of-object "GtkTreeView")
43306  (prop-type "GParamPointer")
43307  (docs "Anonymous User Data Pointer")
43308  (readable #t)
43309  (writable #t)
43310  (construct-only #f)
43311)
43312
43313(define-property name
43314  (of-object "GtkTreeView")
43315  (prop-type "GParamString")
43316  (docs "The name of the widget")
43317  (readable #t)
43318  (writable #t)
43319  (construct-only #f)
43320)
43321
43322(define-property parent
43323  (of-object "GtkTreeView")
43324  (prop-type "GParamObject")
43325  (docs "The parent widget of this widget. Must be a Container widget")
43326  (readable #t)
43327  (writable #t)
43328  (construct-only #f)
43329)
43330
43331(define-property width-request
43332  (of-object "GtkTreeView")
43333  (prop-type "GParamInt")
43334  (docs "Override for width request of the widget, or -1 if natural request should be used")
43335  (readable #t)
43336  (writable #t)
43337  (construct-only #f)
43338)
43339
43340(define-property height-request
43341  (of-object "GtkTreeView")
43342  (prop-type "GParamInt")
43343  (docs "Override for height request of the widget, or -1 if natural request should be used")
43344  (readable #t)
43345  (writable #t)
43346  (construct-only #f)
43347)
43348
43349(define-property visible
43350  (of-object "GtkTreeView")
43351  (prop-type "GParamBoolean")
43352  (docs "Whether the widget is visible")
43353  (readable #t)
43354  (writable #t)
43355  (construct-only #f)
43356)
43357
43358(define-property sensitive
43359  (of-object "GtkTreeView")
43360  (prop-type "GParamBoolean")
43361  (docs "Whether the widget responds to input")
43362  (readable #t)
43363  (writable #t)
43364  (construct-only #f)
43365)
43366
43367(define-property app-paintable
43368  (of-object "GtkTreeView")
43369  (prop-type "GParamBoolean")
43370  (docs "Whether the application will paint directly on the widget")
43371  (readable #t)
43372  (writable #t)
43373  (construct-only #f)
43374)
43375
43376(define-property can-focus
43377  (of-object "GtkTreeView")
43378  (prop-type "GParamBoolean")
43379  (docs "Whether the widget can accept the input focus")
43380  (readable #t)
43381  (writable #t)
43382  (construct-only #f)
43383)
43384
43385(define-property has-focus
43386  (of-object "GtkTreeView")
43387  (prop-type "GParamBoolean")
43388  (docs "Whether the widget has the input focus")
43389  (readable #t)
43390  (writable #t)
43391  (construct-only #f)
43392)
43393
43394(define-property is-focus
43395  (of-object "GtkTreeView")
43396  (prop-type "GParamBoolean")
43397  (docs "Whether the widget is the focus widget within the toplevel")
43398  (readable #t)
43399  (writable #t)
43400  (construct-only #f)
43401)
43402
43403(define-property can-default
43404  (of-object "GtkTreeView")
43405  (prop-type "GParamBoolean")
43406  (docs "Whether the widget can be the default widget")
43407  (readable #t)
43408  (writable #t)
43409  (construct-only #f)
43410)
43411
43412(define-property has-default
43413  (of-object "GtkTreeView")
43414  (prop-type "GParamBoolean")
43415  (docs "Whether the widget is the default widget")
43416  (readable #t)
43417  (writable #t)
43418  (construct-only #f)
43419)
43420
43421(define-property receives-default
43422  (of-object "GtkTreeView")
43423  (prop-type "GParamBoolean")
43424  (docs "If TRUE, the widget will receive the default action when it is focused")
43425  (readable #t)
43426  (writable #t)
43427  (construct-only #f)
43428)
43429
43430(define-property composite-child
43431  (of-object "GtkTreeView")
43432  (prop-type "GParamBoolean")
43433  (docs "Whether the widget is part of a composite widget")
43434  (readable #t)
43435  (writable #f)
43436  (construct-only #f)
43437)
43438
43439(define-property style
43440  (of-object "GtkTreeView")
43441  (prop-type "GParamObject")
43442  (docs "The style of the widget, which contains information about how it will look (colors etc)")
43443  (readable #t)
43444  (writable #t)
43445  (construct-only #f)
43446)
43447
43448(define-property events
43449  (of-object "GtkTreeView")
43450  (prop-type "GParamFlags")
43451  (docs "The event mask that decides what kind of GdkEvents this widget gets")
43452  (readable #t)
43453  (writable #t)
43454  (construct-only #f)
43455)
43456
43457(define-property extension-events
43458  (of-object "GtkTreeView")
43459  (prop-type "GParamEnum")
43460  (docs "The mask that decides what kind of extension events this widget gets")
43461  (readable #t)
43462  (writable #t)
43463  (construct-only #f)
43464)
43465
43466(define-property no-show-all
43467  (of-object "GtkTreeView")
43468  (prop-type "GParamBoolean")
43469  (docs "Whether gtk_widget_show_all() should not affect this widget")
43470  (readable #t)
43471  (writable #t)
43472  (construct-only #f)
43473)
43474
43475(define-property has-tooltip
43476  (of-object "GtkTreeView")
43477  (prop-type "GParamBoolean")
43478  (docs "Whether this widget has a tooltip")
43479  (readable #t)
43480  (writable #t)
43481  (construct-only #f)
43482)
43483
43484(define-property tooltip-markup
43485  (of-object "GtkTreeView")
43486  (prop-type "GParamString")
43487  (docs "The contents of the tooltip for this widget")
43488  (readable #t)
43489  (writable #t)
43490  (construct-only #f)
43491)
43492
43493(define-property tooltip-text
43494  (of-object "GtkTreeView")
43495  (prop-type "GParamString")
43496  (docs "The contents of the tooltip for this widget")
43497  (readable #t)
43498  (writable #t)
43499  (construct-only #f)
43500)
43501
43502(define-property window
43503  (of-object "GtkTreeView")
43504  (prop-type "GParamObject")
43505  (docs "The widget's window if it is realized")
43506  (readable #t)
43507  (writable #f)
43508  (construct-only #f)
43509)
43510
43511(define-property double-buffered
43512  (of-object "GtkTreeView")
43513  (prop-type "GParamBoolean")
43514  (docs "Whether or not the widget is double buffered")
43515  (readable #t)
43516  (writable #t)
43517  (construct-only #f)
43518)
43519
43520(define-property border-width
43521  (of-object "GtkTreeView")
43522  (prop-type "GParamUInt")
43523  (docs "The width of the empty border outside the containers children")
43524  (readable #t)
43525  (writable #t)
43526  (construct-only #f)
43527)
43528
43529(define-property resize-mode
43530  (of-object "GtkTreeView")
43531  (prop-type "GParamEnum")
43532  (docs "Specify how resize events are handled")
43533  (readable #t)
43534  (writable #t)
43535  (construct-only #f)
43536)
43537
43538(define-property child
43539  (of-object "GtkTreeView")
43540  (prop-type "GParamObject")
43541  (docs "Can be used to add a new child to the container")
43542  (readable #f)
43543  (writable #t)
43544  (construct-only #f)
43545)
43546
43547(define-property model
43548  (of-object "GtkTreeView")
43549  (prop-type "GParamObject")
43550  (docs "The model for the tree view")
43551  (readable #t)
43552  (writable #t)
43553  (construct-only #f)
43554)
43555
43556(define-property hadjustment
43557  (of-object "GtkTreeView")
43558  (prop-type "GParamObject")
43559  (docs "Horizontal Adjustment for the widget")
43560  (readable #t)
43561  (writable #t)
43562  (construct-only #f)
43563)
43564
43565(define-property vadjustment
43566  (of-object "GtkTreeView")
43567  (prop-type "GParamObject")
43568  (docs "Vertical Adjustment for the widget")
43569  (readable #t)
43570  (writable #t)
43571  (construct-only #f)
43572)
43573
43574(define-property headers-visible
43575  (of-object "GtkTreeView")
43576  (prop-type "GParamBoolean")
43577  (docs "Show the column header buttons")
43578  (readable #t)
43579  (writable #t)
43580  (construct-only #f)
43581)
43582
43583(define-property headers-clickable
43584  (of-object "GtkTreeView")
43585  (prop-type "GParamBoolean")
43586  (docs "Column headers respond to click events")
43587  (readable #t)
43588  (writable #t)
43589  (construct-only #f)
43590)
43591
43592(define-property expander-column
43593  (of-object "GtkTreeView")
43594  (prop-type "GParamObject")
43595  (docs "Set the column for the expander column")
43596  (readable #t)
43597  (writable #t)
43598  (construct-only #f)
43599)
43600
43601(define-property reorderable
43602  (of-object "GtkTreeView")
43603  (prop-type "GParamBoolean")
43604  (docs "View is reorderable")
43605  (readable #t)
43606  (writable #t)
43607  (construct-only #f)
43608)
43609
43610(define-property rules-hint
43611  (of-object "GtkTreeView")
43612  (prop-type "GParamBoolean")
43613  (docs "Set a hint to the theme engine to draw rows in alternating colors")
43614  (readable #t)
43615  (writable #t)
43616  (construct-only #f)
43617)
43618
43619(define-property enable-search
43620  (of-object "GtkTreeView")
43621  (prop-type "GParamBoolean")
43622  (docs "View allows user to search through columns interactively")
43623  (readable #t)
43624  (writable #t)
43625  (construct-only #f)
43626)
43627
43628(define-property search-column
43629  (of-object "GtkTreeView")
43630  (prop-type "GParamInt")
43631  (docs "Model column to search through during interactive search")
43632  (readable #t)
43633  (writable #t)
43634  (construct-only #f)
43635)
43636
43637(define-property fixed-height-mode
43638  (of-object "GtkTreeView")
43639  (prop-type "GParamBoolean")
43640  (docs "Speeds up GtkTreeView by assuming that all rows have the same height")
43641  (readable #t)
43642  (writable #t)
43643  (construct-only #f)
43644)
43645
43646(define-property hover-selection
43647  (of-object "GtkTreeView")
43648  (prop-type "GParamBoolean")
43649  (docs "Whether the selection should follow the pointer")
43650  (readable #t)
43651  (writable #t)
43652  (construct-only #f)
43653)
43654
43655(define-property hover-expand
43656  (of-object "GtkTreeView")
43657  (prop-type "GParamBoolean")
43658  (docs "Whether rows should be expanded/collapsed when the pointer moves over them")
43659  (readable #t)
43660  (writable #t)
43661  (construct-only #f)
43662)
43663
43664(define-property show-expanders
43665  (of-object "GtkTreeView")
43666  (prop-type "GParamBoolean")
43667  (docs "View has expanders")
43668  (readable #t)
43669  (writable #t)
43670  (construct-only #f)
43671)
43672
43673(define-property level-indentation
43674  (of-object "GtkTreeView")
43675  (prop-type "GParamInt")
43676  (docs "Extra indentation for each level")
43677  (readable #t)
43678  (writable #t)
43679  (construct-only #f)
43680)
43681
43682(define-property rubber-banding
43683  (of-object "GtkTreeView")
43684  (prop-type "GParamBoolean")
43685  (docs "Whether to enable selection of multiple items by dragging the mouse pointer")
43686  (readable #t)
43687  (writable #t)
43688  (construct-only #f)
43689)
43690
43691(define-property enable-grid-lines
43692  (of-object "GtkTreeView")
43693  (prop-type "GParamEnum")
43694  (docs "Whether grid lines should be drawn in the tree view")
43695  (readable #t)
43696  (writable #t)
43697  (construct-only #f)
43698)
43699
43700(define-property enable-tree-lines
43701  (of-object "GtkTreeView")
43702  (prop-type "GParamBoolean")
43703  (docs "Whether tree lines should be drawn in the tree view")
43704  (readable #t)
43705  (writable #t)
43706  (construct-only #f)
43707)
43708
43709(define-property tooltip-column
43710  (of-object "GtkTreeView")
43711  (prop-type "GParamInt")
43712  (docs "The column in the model containing the tooltip texts for the rows")
43713  (readable #t)
43714  (writable #t)
43715  (construct-only #f)
43716)
43717
43718;; From GtkTreeViewColumn
43719
43720(define-signal clicked
43721  (of-object "GtkTreeViewColumn")
43722  (return-type "void")
43723  (when "last")
43724)
43725
43726(define-property user-data
43727  (of-object "GtkTreeViewColumn")
43728  (prop-type "GParamPointer")
43729  (docs "Anonymous User Data Pointer")
43730  (readable #t)
43731  (writable #t)
43732  (construct-only #f)
43733)
43734
43735(define-property visible
43736  (of-object "GtkTreeViewColumn")
43737  (prop-type "GParamBoolean")
43738  (docs "Whether to display the column")
43739  (readable #t)
43740  (writable #t)
43741  (construct-only #f)
43742)
43743
43744(define-property resizable
43745  (of-object "GtkTreeViewColumn")
43746  (prop-type "GParamBoolean")
43747  (docs "Column is user-resizable")
43748  (readable #t)
43749  (writable #t)
43750  (construct-only #f)
43751)
43752
43753(define-property width
43754  (of-object "GtkTreeViewColumn")
43755  (prop-type "GParamInt")
43756  (docs "Current width of the column")
43757  (readable #t)
43758  (writable #f)
43759  (construct-only #f)
43760)
43761
43762(define-property spacing
43763  (of-object "GtkTreeViewColumn")
43764  (prop-type "GParamInt")
43765  (docs "Space which is inserted between cells")
43766  (readable #t)
43767  (writable #t)
43768  (construct-only #f)
43769)
43770
43771(define-property sizing
43772  (of-object "GtkTreeViewColumn")
43773  (prop-type "GParamEnum")
43774  (docs "Resize mode of the column")
43775  (readable #t)
43776  (writable #t)
43777  (construct-only #f)
43778)
43779
43780(define-property fixed-width
43781  (of-object "GtkTreeViewColumn")
43782  (prop-type "GParamInt")
43783  (docs "Current fixed width of the column")
43784  (readable #t)
43785  (writable #t)
43786  (construct-only #f)
43787)
43788
43789(define-property min-width
43790  (of-object "GtkTreeViewColumn")
43791  (prop-type "GParamInt")
43792  (docs "Minimum allowed width of the column")
43793  (readable #t)
43794  (writable #t)
43795  (construct-only #f)
43796)
43797
43798(define-property max-width
43799  (of-object "GtkTreeViewColumn")
43800  (prop-type "GParamInt")
43801  (docs "Maximum allowed width of the column")
43802  (readable #t)
43803  (writable #t)
43804  (construct-only #f)
43805)
43806
43807(define-property title
43808  (of-object "GtkTreeViewColumn")
43809  (prop-type "GParamString")
43810  (docs "Title to appear in column header")
43811  (readable #t)
43812  (writable #t)
43813  (construct-only #f)
43814)
43815
43816(define-property expand
43817  (of-object "GtkTreeViewColumn")
43818  (prop-type "GParamBoolean")
43819  (docs "Column gets share of extra width allocated to the widget")
43820  (readable #t)
43821  (writable #t)
43822  (construct-only #f)
43823)
43824
43825(define-property clickable
43826  (of-object "GtkTreeViewColumn")
43827  (prop-type "GParamBoolean")
43828  (docs "Whether the header can be clicked")
43829  (readable #t)
43830  (writable #t)
43831  (construct-only #f)
43832)
43833
43834(define-property widget
43835  (of-object "GtkTreeViewColumn")
43836  (prop-type "GParamObject")
43837  (docs "Widget to put in column header button instead of column title")
43838  (readable #t)
43839  (writable #t)
43840  (construct-only #f)
43841)
43842
43843(define-property alignment
43844  (of-object "GtkTreeViewColumn")
43845  (prop-type "GParamFloat")
43846  (docs "X Alignment of the column header text or widget")
43847  (readable #t)
43848  (writable #t)
43849  (construct-only #f)
43850)
43851
43852(define-property reorderable
43853  (of-object "GtkTreeViewColumn")
43854  (prop-type "GParamBoolean")
43855  (docs "Whether the column can be reordered around the headers")
43856  (readable #t)
43857  (writable #t)
43858  (construct-only #f)
43859)
43860
43861(define-property sort-indicator
43862  (of-object "GtkTreeViewColumn")
43863  (prop-type "GParamBoolean")
43864  (docs "Whether to show a sort indicator")
43865  (readable #t)
43866  (writable #t)
43867  (construct-only #f)
43868)
43869
43870(define-property sort-order
43871  (of-object "GtkTreeViewColumn")
43872  (prop-type "GParamEnum")
43873  (docs "Sort direction the sort indicator should indicate")
43874  (readable #t)
43875  (writable #t)
43876  (construct-only #f)
43877)
43878
43879(define-property sort-column-id
43880  (of-object "GtkTreeViewColumn")
43881  (prop-type "GParamInt")
43882  (docs "Logical sort column ID this column sorts on when selected for sorting")
43883  (readable #t)
43884  (writable #t)
43885  (construct-only #f)
43886)
43887
43888;; From GtkUIManager
43889
43890(define-signal add-widget
43891  (of-object "GtkUIManager")
43892  (return-type "void")
43893  (when "first")
43894  (parameters
43895    '("GtkWidget*" "p0")
43896  )
43897)
43898
43899(define-signal actions-changed
43900  (of-object "GtkUIManager")
43901  (return-type "void")
43902  (when "first")
43903)
43904
43905(define-signal connect-proxy
43906  (of-object "GtkUIManager")
43907  (return-type "void")
43908  (when "first")
43909  (parameters
43910    '("GtkAction*" "p0")
43911    '("GtkWidget*" "p1")
43912  )
43913)
43914
43915(define-signal disconnect-proxy
43916  (of-object "GtkUIManager")
43917  (return-type "void")
43918  (when "first")
43919  (parameters
43920    '("GtkAction*" "p0")
43921    '("GtkWidget*" "p1")
43922  )
43923)
43924
43925(define-signal pre-activate
43926  (of-object "GtkUIManager")
43927  (return-type "void")
43928  (when "first")
43929  (parameters
43930    '("GtkAction*" "p0")
43931  )
43932)
43933
43934(define-signal post-activate
43935  (of-object "GtkUIManager")
43936  (return-type "void")
43937  (when "first")
43938  (parameters
43939    '("GtkAction*" "p0")
43940  )
43941)
43942
43943(define-property add-tearoffs
43944  (of-object "GtkUIManager")
43945  (prop-type "GParamBoolean")
43946  (docs "Whether tearoff menu items should be added to menus")
43947  (readable #t)
43948  (writable #t)
43949  (construct-only #f)
43950)
43951
43952(define-property ui
43953  (of-object "GtkUIManager")
43954  (prop-type "GParamString")
43955  (docs "An XML string describing the merged UI")
43956  (readable #t)
43957  (writable #f)
43958  (construct-only #f)
43959)
43960
43961;; From GtkViewport
43962
43963(define-signal set-scroll-adjustments
43964  (of-object "GtkViewport")
43965  (return-type "void")
43966  (when "last")
43967  (parameters
43968    '("GtkAdjustment*" "p0")
43969    '("GtkAdjustment*" "p1")
43970  )
43971)
43972
43973(define-property user-data
43974  (of-object "GtkViewport")
43975  (prop-type "GParamPointer")
43976  (docs "Anonymous User Data Pointer")
43977  (readable #t)
43978  (writable #t)
43979  (construct-only #f)
43980)
43981
43982(define-property name
43983  (of-object "GtkViewport")
43984  (prop-type "GParamString")
43985  (docs "The name of the widget")
43986  (readable #t)
43987  (writable #t)
43988  (construct-only #f)
43989)
43990
43991(define-property parent
43992  (of-object "GtkViewport")
43993  (prop-type "GParamObject")
43994  (docs "The parent widget of this widget. Must be a Container widget")
43995  (readable #t)
43996  (writable #t)
43997  (construct-only #f)
43998)
43999
44000(define-property width-request
44001  (of-object "GtkViewport")
44002  (prop-type "GParamInt")
44003  (docs "Override for width request of the widget, or -1 if natural request should be used")
44004  (readable #t)
44005  (writable #t)
44006  (construct-only #f)
44007)
44008
44009(define-property height-request
44010  (of-object "GtkViewport")
44011  (prop-type "GParamInt")
44012  (docs "Override for height request of the widget, or -1 if natural request should be used")
44013  (readable #t)
44014  (writable #t)
44015  (construct-only #f)
44016)
44017
44018(define-property visible
44019  (of-object "GtkViewport")
44020  (prop-type "GParamBoolean")
44021  (docs "Whether the widget is visible")
44022  (readable #t)
44023  (writable #t)
44024  (construct-only #f)
44025)
44026
44027(define-property sensitive
44028  (of-object "GtkViewport")
44029  (prop-type "GParamBoolean")
44030  (docs "Whether the widget responds to input")
44031  (readable #t)
44032  (writable #t)
44033  (construct-only #f)
44034)
44035
44036(define-property app-paintable
44037  (of-object "GtkViewport")
44038  (prop-type "GParamBoolean")
44039  (docs "Whether the application will paint directly on the widget")
44040  (readable #t)
44041  (writable #t)
44042  (construct-only #f)
44043)
44044
44045(define-property can-focus
44046  (of-object "GtkViewport")
44047  (prop-type "GParamBoolean")
44048  (docs "Whether the widget can accept the input focus")
44049  (readable #t)
44050  (writable #t)
44051  (construct-only #f)
44052)
44053
44054(define-property has-focus
44055  (of-object "GtkViewport")
44056  (prop-type "GParamBoolean")
44057  (docs "Whether the widget has the input focus")
44058  (readable #t)
44059  (writable #t)
44060  (construct-only #f)
44061)
44062
44063(define-property is-focus
44064  (of-object "GtkViewport")
44065  (prop-type "GParamBoolean")
44066  (docs "Whether the widget is the focus widget within the toplevel")
44067  (readable #t)
44068  (writable #t)
44069  (construct-only #f)
44070)
44071
44072(define-property can-default
44073  (of-object "GtkViewport")
44074  (prop-type "GParamBoolean")
44075  (docs "Whether the widget can be the default widget")
44076  (readable #t)
44077  (writable #t)
44078  (construct-only #f)
44079)
44080
44081(define-property has-default
44082  (of-object "GtkViewport")
44083  (prop-type "GParamBoolean")
44084  (docs "Whether the widget is the default widget")
44085  (readable #t)
44086  (writable #t)
44087  (construct-only #f)
44088)
44089
44090(define-property receives-default
44091  (of-object "GtkViewport")
44092  (prop-type "GParamBoolean")
44093  (docs "If TRUE, the widget will receive the default action when it is focused")
44094  (readable #t)
44095  (writable #t)
44096  (construct-only #f)
44097)
44098
44099(define-property composite-child
44100  (of-object "GtkViewport")
44101  (prop-type "GParamBoolean")
44102  (docs "Whether the widget is part of a composite widget")
44103  (readable #t)
44104  (writable #f)
44105  (construct-only #f)
44106)
44107
44108(define-property style
44109  (of-object "GtkViewport")
44110  (prop-type "GParamObject")
44111  (docs "The style of the widget, which contains information about how it will look (colors etc)")
44112  (readable #t)
44113  (writable #t)
44114  (construct-only #f)
44115)
44116
44117(define-property events
44118  (of-object "GtkViewport")
44119  (prop-type "GParamFlags")
44120  (docs "The event mask that decides what kind of GdkEvents this widget gets")
44121  (readable #t)
44122  (writable #t)
44123  (construct-only #f)
44124)
44125
44126(define-property extension-events
44127  (of-object "GtkViewport")
44128  (prop-type "GParamEnum")
44129  (docs "The mask that decides what kind of extension events this widget gets")
44130  (readable #t)
44131  (writable #t)
44132  (construct-only #f)
44133)
44134
44135(define-property no-show-all
44136  (of-object "GtkViewport")
44137  (prop-type "GParamBoolean")
44138  (docs "Whether gtk_widget_show_all() should not affect this widget")
44139  (readable #t)
44140  (writable #t)
44141  (construct-only #f)
44142)
44143
44144(define-property has-tooltip
44145  (of-object "GtkViewport")
44146  (prop-type "GParamBoolean")
44147  (docs "Whether this widget has a tooltip")
44148  (readable #t)
44149  (writable #t)
44150  (construct-only #f)
44151)
44152
44153(define-property tooltip-markup
44154  (of-object "GtkViewport")
44155  (prop-type "GParamString")
44156  (docs "The contents of the tooltip for this widget")
44157  (readable #t)
44158  (writable #t)
44159  (construct-only #f)
44160)
44161
44162(define-property tooltip-text
44163  (of-object "GtkViewport")
44164  (prop-type "GParamString")
44165  (docs "The contents of the tooltip for this widget")
44166  (readable #t)
44167  (writable #t)
44168  (construct-only #f)
44169)
44170
44171(define-property window
44172  (of-object "GtkViewport")
44173  (prop-type "GParamObject")
44174  (docs "The widget's window if it is realized")
44175  (readable #t)
44176  (writable #f)
44177  (construct-only #f)
44178)
44179
44180(define-property double-buffered
44181  (of-object "GtkViewport")
44182  (prop-type "GParamBoolean")
44183  (docs "Whether or not the widget is double buffered")
44184  (readable #t)
44185  (writable #t)
44186  (construct-only #f)
44187)
44188
44189(define-property border-width
44190  (of-object "GtkViewport")
44191  (prop-type "GParamUInt")
44192  (docs "The width of the empty border outside the containers children")
44193  (readable #t)
44194  (writable #t)
44195  (construct-only #f)
44196)
44197
44198(define-property resize-mode
44199  (of-object "GtkViewport")
44200  (prop-type "GParamEnum")
44201  (docs "Specify how resize events are handled")
44202  (readable #t)
44203  (writable #t)
44204  (construct-only #f)
44205)
44206
44207(define-property child
44208  (of-object "GtkViewport")
44209  (prop-type "GParamObject")
44210  (docs "Can be used to add a new child to the container")
44211  (readable #f)
44212  (writable #t)
44213  (construct-only #f)
44214)
44215
44216(define-property hadjustment
44217  (of-object "GtkViewport")
44218  (prop-type "GParamObject")
44219  (docs "The GtkAdjustment that determines the values of the horizontal position for this viewport")
44220  (readable #t)
44221  (writable #t)
44222  (construct-only #f)
44223)
44224
44225(define-property vadjustment
44226  (of-object "GtkViewport")
44227  (prop-type "GParamObject")
44228  (docs "The GtkAdjustment that determines the values of the vertical position for this viewport")
44229  (readable #t)
44230  (writable #t)
44231  (construct-only #f)
44232)
44233
44234(define-property shadow-type
44235  (of-object "GtkViewport")
44236  (prop-type "GParamEnum")
44237  (docs "Determines how the shadowed box around the viewport is drawn")
44238  (readable #t)
44239  (writable #t)
44240  (construct-only #f)
44241)
44242
44243;; From GtkVolumeButton
44244
44245(define-property orientation
44246  (of-object "GtkVolumeButton")
44247  (prop-type "GParamEnum")
44248  (docs "The orientation of the orientable")
44249  (readable #t)
44250  (writable #t)
44251  (construct-only #f)
44252)
44253
44254(define-property related-action
44255  (of-object "GtkVolumeButton")
44256  (prop-type "GParamObject")
44257  (docs "The action this activatable will activate and receive updates from")
44258  (readable #t)
44259  (writable #t)
44260  (construct-only #f)
44261)
44262
44263(define-property use-action-appearance
44264  (of-object "GtkVolumeButton")
44265  (prop-type "GParamBoolean")
44266  (docs "Whether to use the related actions appearance properties")
44267  (readable #t)
44268  (writable #t)
44269  (construct-only #f)
44270)
44271
44272(define-property user-data
44273  (of-object "GtkVolumeButton")
44274  (prop-type "GParamPointer")
44275  (docs "Anonymous User Data Pointer")
44276  (readable #t)
44277  (writable #t)
44278  (construct-only #f)
44279)
44280
44281(define-property name
44282  (of-object "GtkVolumeButton")
44283  (prop-type "GParamString")
44284  (docs "The name of the widget")
44285  (readable #t)
44286  (writable #t)
44287  (construct-only #f)
44288)
44289
44290(define-property parent
44291  (of-object "GtkVolumeButton")
44292  (prop-type "GParamObject")
44293  (docs "The parent widget of this widget. Must be a Container widget")
44294  (readable #t)
44295  (writable #t)
44296  (construct-only #f)
44297)
44298
44299(define-property width-request
44300  (of-object "GtkVolumeButton")
44301  (prop-type "GParamInt")
44302  (docs "Override for width request of the widget, or -1 if natural request should be used")
44303  (readable #t)
44304  (writable #t)
44305  (construct-only #f)
44306)
44307
44308(define-property height-request
44309  (of-object "GtkVolumeButton")
44310  (prop-type "GParamInt")
44311  (docs "Override for height request of the widget, or -1 if natural request should be used")
44312  (readable #t)
44313  (writable #t)
44314  (construct-only #f)
44315)
44316
44317(define-property visible
44318  (of-object "GtkVolumeButton")
44319  (prop-type "GParamBoolean")
44320  (docs "Whether the widget is visible")
44321  (readable #t)
44322  (writable #t)
44323  (construct-only #f)
44324)
44325
44326(define-property sensitive
44327  (of-object "GtkVolumeButton")
44328  (prop-type "GParamBoolean")
44329  (docs "Whether the widget responds to input")
44330  (readable #t)
44331  (writable #t)
44332  (construct-only #f)
44333)
44334
44335(define-property app-paintable
44336  (of-object "GtkVolumeButton")
44337  (prop-type "GParamBoolean")
44338  (docs "Whether the application will paint directly on the widget")
44339  (readable #t)
44340  (writable #t)
44341  (construct-only #f)
44342)
44343
44344(define-property can-focus
44345  (of-object "GtkVolumeButton")
44346  (prop-type "GParamBoolean")
44347  (docs "Whether the widget can accept the input focus")
44348  (readable #t)
44349  (writable #t)
44350  (construct-only #f)
44351)
44352
44353(define-property has-focus
44354  (of-object "GtkVolumeButton")
44355  (prop-type "GParamBoolean")
44356  (docs "Whether the widget has the input focus")
44357  (readable #t)
44358  (writable #t)
44359  (construct-only #f)
44360)
44361
44362(define-property is-focus
44363  (of-object "GtkVolumeButton")
44364  (prop-type "GParamBoolean")
44365  (docs "Whether the widget is the focus widget within the toplevel")
44366  (readable #t)
44367  (writable #t)
44368  (construct-only #f)
44369)
44370
44371(define-property can-default
44372  (of-object "GtkVolumeButton")
44373  (prop-type "GParamBoolean")
44374  (docs "Whether the widget can be the default widget")
44375  (readable #t)
44376  (writable #t)
44377  (construct-only #f)
44378)
44379
44380(define-property has-default
44381  (of-object "GtkVolumeButton")
44382  (prop-type "GParamBoolean")
44383  (docs "Whether the widget is the default widget")
44384  (readable #t)
44385  (writable #t)
44386  (construct-only #f)
44387)
44388
44389(define-property receives-default
44390  (of-object "GtkVolumeButton")
44391  (prop-type "GParamBoolean")
44392  (docs "If TRUE, the widget will receive the default action when it is focused")
44393  (readable #t)
44394  (writable #t)
44395  (construct-only #f)
44396)
44397
44398(define-property composite-child
44399  (of-object "GtkVolumeButton")
44400  (prop-type "GParamBoolean")
44401  (docs "Whether the widget is part of a composite widget")
44402  (readable #t)
44403  (writable #f)
44404  (construct-only #f)
44405)
44406
44407(define-property style
44408  (of-object "GtkVolumeButton")
44409  (prop-type "GParamObject")
44410  (docs "The style of the widget, which contains information about how it will look (colors etc)")
44411  (readable #t)
44412  (writable #t)
44413  (construct-only #f)
44414)
44415
44416(define-property events
44417  (of-object "GtkVolumeButton")
44418  (prop-type "GParamFlags")
44419  (docs "The event mask that decides what kind of GdkEvents this widget gets")
44420  (readable #t)
44421  (writable #t)
44422  (construct-only #f)
44423)
44424
44425(define-property extension-events
44426  (of-object "GtkVolumeButton")
44427  (prop-type "GParamEnum")
44428  (docs "The mask that decides what kind of extension events this widget gets")
44429  (readable #t)
44430  (writable #t)
44431  (construct-only #f)
44432)
44433
44434(define-property no-show-all
44435  (of-object "GtkVolumeButton")
44436  (prop-type "GParamBoolean")
44437  (docs "Whether gtk_widget_show_all() should not affect this widget")
44438  (readable #t)
44439  (writable #t)
44440  (construct-only #f)
44441)
44442
44443(define-property has-tooltip
44444  (of-object "GtkVolumeButton")
44445  (prop-type "GParamBoolean")
44446  (docs "Whether this widget has a tooltip")
44447  (readable #t)
44448  (writable #t)
44449  (construct-only #f)
44450)
44451
44452(define-property tooltip-markup
44453  (of-object "GtkVolumeButton")
44454  (prop-type "GParamString")
44455  (docs "The contents of the tooltip for this widget")
44456  (readable #t)
44457  (writable #t)
44458  (construct-only #f)
44459)
44460
44461(define-property tooltip-text
44462  (of-object "GtkVolumeButton")
44463  (prop-type "GParamString")
44464  (docs "The contents of the tooltip for this widget")
44465  (readable #t)
44466  (writable #t)
44467  (construct-only #f)
44468)
44469
44470(define-property window
44471  (of-object "GtkVolumeButton")
44472  (prop-type "GParamObject")
44473  (docs "The widget's window if it is realized")
44474  (readable #t)
44475  (writable #f)
44476  (construct-only #f)
44477)
44478
44479(define-property double-buffered
44480  (of-object "GtkVolumeButton")
44481  (prop-type "GParamBoolean")
44482  (docs "Whether or not the widget is double buffered")
44483  (readable #t)
44484  (writable #t)
44485  (construct-only #f)
44486)
44487
44488(define-property border-width
44489  (of-object "GtkVolumeButton")
44490  (prop-type "GParamUInt")
44491  (docs "The width of the empty border outside the containers children")
44492  (readable #t)
44493  (writable #t)
44494  (construct-only #f)
44495)
44496
44497(define-property resize-mode
44498  (of-object "GtkVolumeButton")
44499  (prop-type "GParamEnum")
44500  (docs "Specify how resize events are handled")
44501  (readable #t)
44502  (writable #t)
44503  (construct-only #f)
44504)
44505
44506(define-property child
44507  (of-object "GtkVolumeButton")
44508  (prop-type "GParamObject")
44509  (docs "Can be used to add a new child to the container")
44510  (readable #f)
44511  (writable #t)
44512  (construct-only #f)
44513)
44514
44515(define-property label
44516  (of-object "GtkVolumeButton")
44517  (prop-type "GParamString")
44518  (docs "Text of the label widget inside the button, if the button contains a label widget")
44519  (readable #t)
44520  (writable #t)
44521  (construct-only #f)
44522)
44523
44524(define-property image
44525  (of-object "GtkVolumeButton")
44526  (prop-type "GParamObject")
44527  (docs "Child widget to appear next to the button text")
44528  (readable #t)
44529  (writable #t)
44530  (construct-only #f)
44531)
44532
44533(define-property relief
44534  (of-object "GtkVolumeButton")
44535  (prop-type "GParamEnum")
44536  (docs "The border relief style")
44537  (readable #t)
44538  (writable #t)
44539  (construct-only #f)
44540)
44541
44542(define-property use-underline
44543  (of-object "GtkVolumeButton")
44544  (prop-type "GParamBoolean")
44545  (docs "If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key")
44546  (readable #t)
44547  (writable #t)
44548  (construct-only #f)
44549)
44550
44551(define-property use-stock
44552  (of-object "GtkVolumeButton")
44553  (prop-type "GParamBoolean")
44554  (docs "If set, the label is used to pick a stock item instead of being displayed")
44555  (readable #t)
44556  (writable #t)
44557  (construct-only #f)
44558)
44559
44560(define-property focus-on-click
44561  (of-object "GtkVolumeButton")
44562  (prop-type "GParamBoolean")
44563  (docs "Whether the button grabs focus when it is clicked with the mouse")
44564  (readable #t)
44565  (writable #t)
44566  (construct-only #f)
44567)
44568
44569(define-property xalign
44570  (of-object "GtkVolumeButton")
44571  (prop-type "GParamFloat")
44572  (docs "Horizontal position of child in available space. 0.0 is left aligned, 1.0 is right aligned")
44573  (readable #t)
44574  (writable #t)
44575  (construct-only #f)
44576)
44577
44578(define-property yalign
44579  (of-object "GtkVolumeButton")
44580  (prop-type "GParamFloat")
44581  (docs "Vertical position of child in available space. 0.0 is top aligned, 1.0 is bottom aligned")
44582  (readable #t)
44583  (writable #t)
44584  (construct-only #f)
44585)
44586
44587(define-property image-position
44588  (of-object "GtkVolumeButton")
44589  (prop-type "GParamEnum")
44590  (docs "The position of the image relative to the text")
44591  (readable #t)
44592  (writable #t)
44593  (construct-only #f)
44594)
44595
44596(define-property value
44597  (of-object "GtkVolumeButton")
44598  (prop-type "GParamDouble")
44599  (docs "The value of the scale")
44600  (readable #t)
44601  (writable #t)
44602  (construct-only #f)
44603)
44604
44605(define-property size
44606  (of-object "GtkVolumeButton")
44607  (prop-type "GParamEnum")
44608  (docs "The icon size")
44609  (readable #t)
44610  (writable #t)
44611  (construct-only #f)
44612)
44613
44614(define-property adjustment
44615  (of-object "GtkVolumeButton")
44616  (prop-type "GParamObject")
44617  (docs "The GtkAdjustment that contains the current value of this scale button object")
44618  (readable #t)
44619  (writable #t)
44620  (construct-only #f)
44621)
44622
44623(define-property icons
44624  (of-object "GtkVolumeButton")
44625  (prop-type "GParamBoxed")
44626  (docs "List of icon names")
44627  (readable #t)
44628  (writable #t)
44629  (construct-only #f)
44630)
44631
44632;; From GtkWidget
44633
44634(define-signal composited-changed
44635  (of-object "GtkWidget")
44636  (return-type "void")
44637  (when "last")
44638)
44639
44640(define-signal show
44641  (of-object "GtkWidget")
44642  (return-type "void")
44643  (when "first")
44644)
44645
44646(define-signal hide
44647  (of-object "GtkWidget")
44648  (return-type "void")
44649  (when "first")
44650)
44651
44652(define-signal map
44653  (of-object "GtkWidget")
44654  (return-type "void")
44655  (when "first")
44656)
44657
44658(define-signal unmap
44659  (of-object "GtkWidget")
44660  (return-type "void")
44661  (when "first")
44662)
44663
44664(define-signal realize
44665  (of-object "GtkWidget")
44666  (return-type "void")
44667  (when "first")
44668)
44669
44670(define-signal unrealize
44671  (of-object "GtkWidget")
44672  (return-type "void")
44673  (when "last")
44674)
44675
44676(define-signal size-request
44677  (of-object "GtkWidget")
44678  (return-type "void")
44679  (when "first")
44680  (parameters
44681    '("GtkRequisition*" "p0")
44682  )
44683)
44684
44685(define-signal size-allocate
44686  (of-object "GtkWidget")
44687  (return-type "void")
44688  (when "first")
44689  (parameters
44690    '("GtkAllocation*" "p0")
44691  )
44692)
44693
44694(define-signal state-changed
44695  (of-object "GtkWidget")
44696  (return-type "void")
44697  (when "first")
44698  (parameters
44699    '("GtkStateType" "p0")
44700  )
44701)
44702
44703(define-signal parent-set
44704  (of-object "GtkWidget")
44705  (return-type "void")
44706  (when "first")
44707  (parameters
44708    '("GtkWidget*" "p0")
44709  )
44710)
44711
44712(define-signal hierarchy-changed
44713  (of-object "GtkWidget")
44714  (return-type "void")
44715  (when "last")
44716  (parameters
44717    '("GtkWidget*" "p0")
44718  )
44719)
44720
44721(define-signal style-set
44722  (of-object "GtkWidget")
44723  (return-type "void")
44724  (when "first")
44725  (parameters
44726    '("GtkStyle*" "p0")
44727  )
44728)
44729
44730(define-signal direction-changed
44731  (of-object "GtkWidget")
44732  (return-type "void")
44733  (when "first")
44734  (parameters
44735    '("GtkTextDirection" "p0")
44736  )
44737)
44738
44739(define-signal grab-notify
44740  (of-object "GtkWidget")
44741  (return-type "void")
44742  (when "first")
44743  (parameters
44744    '("gboolean" "p0")
44745  )
44746)
44747
44748(define-signal child-notify
44749  (of-object "GtkWidget")
44750  (return-type "void")
44751  (when "first")
44752  (parameters
44753    '("GParamSpec*" "p0")
44754  )
44755)
44756
44757(define-signal mnemonic-activate
44758  (of-object "GtkWidget")
44759  (return-type "gboolean")
44760  (when "last")
44761  (parameters
44762    '("gboolean" "p0")
44763  )
44764)
44765
44766(define-signal grab-focus
44767  (of-object "GtkWidget")
44768  (return-type "void")
44769  (when "last")
44770)
44771
44772(define-signal focus
44773  (of-object "GtkWidget")
44774  (return-type "gboolean")
44775  (when "last")
44776  (parameters
44777    '("GtkDirectionType" "p0")
44778  )
44779)
44780
44781(define-signal move-focus
44782  (of-object "GtkWidget")
44783  (return-type "void")
44784  (when "last")
44785  (parameters
44786    '("GtkDirectionType" "p0")
44787  )
44788)
44789
44790(define-signal event
44791  (of-object "GtkWidget")
44792  (return-type "gboolean")
44793  (when "last")
44794  (parameters
44795    '("GdkEvent*" "p0")
44796  )
44797)
44798
44799(define-signal event-after
44800  (of-object "GtkWidget")
44801  (return-type "void")
44802  (when "unknown")
44803  (parameters
44804    '("GdkEvent*" "p0")
44805  )
44806)
44807
44808(define-signal button-press-event
44809  (of-object "GtkWidget")
44810  (return-type "gboolean")
44811  (when "last")
44812  (parameters
44813    '("GdkEventButton*" "p0")
44814  )
44815)
44816
44817(define-signal button-release-event
44818  (of-object "GtkWidget")
44819  (return-type "gboolean")
44820  (when "last")
44821  (parameters
44822    '("GdkEventButton*" "p0")
44823  )
44824)
44825
44826(define-signal scroll-event
44827  (of-object "GtkWidget")
44828  (return-type "gboolean")
44829  (when "last")
44830  (parameters
44831    '("GdkEventScroll*" "p0")
44832  )
44833)
44834
44835(define-signal motion-notify-event
44836  (of-object "GtkWidget")
44837  (return-type "gboolean")
44838  (when "last")
44839  (parameters
44840    '("GdkEventMotion*" "p0")
44841  )
44842)
44843
44844(define-signal keynav-failed
44845  (of-object "GtkWidget")
44846  (return-type "gboolean")
44847  (when "last")
44848  (parameters
44849    '("GtkDirectionType" "p0")
44850  )
44851)
44852
44853(define-signal delete-event
44854  (of-object "GtkWidget")
44855  (return-type "gboolean")
44856  (when "last")
44857  (parameters
44858    '("GdkEventAny*" "p0")
44859  )
44860)
44861
44862(define-signal destroy-event
44863  (of-object "GtkWidget")
44864  (return-type "gboolean")
44865  (when "last")
44866  (parameters
44867    '("GdkEventAny*" "p0")
44868  )
44869)
44870
44871(define-signal expose-event
44872  (of-object "GtkWidget")
44873  (return-type "gboolean")
44874  (when "last")
44875  (parameters
44876    '("GdkEventExpose*" "p0")
44877  )
44878)
44879
44880(define-signal key-press-event
44881  (of-object "GtkWidget")
44882  (return-type "gboolean")
44883  (when "last")
44884  (parameters
44885    '("GdkEventKey*" "p0")
44886  )
44887)
44888
44889(define-signal key-release-event
44890  (of-object "GtkWidget")
44891  (return-type "gboolean")
44892  (when "last")
44893  (parameters
44894    '("GdkEventKey*" "p0")
44895  )
44896)
44897
44898(define-signal enter-notify-event
44899  (of-object "GtkWidget")
44900  (return-type "gboolean")
44901  (when "last")
44902  (parameters
44903    '("GdkEventCrossing*" "p0")
44904  )
44905)
44906
44907(define-signal leave-notify-event
44908  (of-object "GtkWidget")
44909  (return-type "gboolean")
44910  (when "last")
44911  (parameters
44912    '("GdkEventCrossing*" "p0")
44913  )
44914)
44915
44916(define-signal configure-event
44917  (of-object "GtkWidget")
44918  (return-type "gboolean")
44919  (when "last")
44920  (parameters
44921    '("GdkEventConfigure*" "p0")
44922  )
44923)
44924
44925(define-signal focus-in-event
44926  (of-object "GtkWidget")
44927  (return-type "gboolean")
44928  (when "last")
44929  (parameters
44930    '("GdkEventFocus*" "p0")
44931  )
44932)
44933
44934(define-signal focus-out-event
44935  (of-object "GtkWidget")
44936  (return-type "gboolean")
44937  (when "last")
44938  (parameters
44939    '("GdkEventFocus*" "p0")
44940  )
44941)
44942
44943(define-signal map-event
44944  (of-object "GtkWidget")
44945  (return-type "gboolean")
44946  (when "last")
44947  (parameters
44948    '("GdkEventAny*" "p0")
44949  )
44950)
44951
44952(define-signal unmap-event
44953  (of-object "GtkWidget")
44954  (return-type "gboolean")
44955  (when "last")
44956  (parameters
44957    '("GdkEventAny*" "p0")
44958  )
44959)
44960
44961(define-signal property-notify-event
44962  (of-object "GtkWidget")
44963  (return-type "gboolean")
44964  (when "last")
44965  (parameters
44966    '("GdkEventProperty*" "p0")
44967  )
44968)
44969
44970(define-signal selection-clear-event
44971  (of-object "GtkWidget")
44972  (return-type "gboolean")
44973  (when "last")
44974  (parameters
44975    '("GdkEventSelection*" "p0")
44976  )
44977)
44978
44979(define-signal selection-request-event
44980  (of-object "GtkWidget")
44981  (return-type "gboolean")
44982  (when "last")
44983  (parameters
44984    '("GdkEventSelection*" "p0")
44985  )
44986)
44987
44988(define-signal selection-notify-event
44989  (of-object "GtkWidget")
44990  (return-type "gboolean")
44991  (when "last")
44992  (parameters
44993    '("GdkEventSelection*" "p0")
44994  )
44995)
44996
44997(define-signal selection-received
44998  (of-object "GtkWidget")
44999  (return-type "void")
45000  (when "last")
45001  (parameters
45002    '("GtkSelectionData*" "p0")
45003    '("guint" "p1")
45004  )
45005)
45006
45007(define-signal selection-get
45008  (of-object "GtkWidget")
45009  (return-type "void")
45010  (when "last")
45011  (parameters
45012    '("GtkSelectionData*" "p0")
45013    '("guint" "p1")
45014    '("guint" "p2")
45015  )
45016)
45017
45018(define-signal proximity-in-event
45019  (of-object "GtkWidget")
45020  (return-type "gboolean")
45021  (when "last")
45022  (parameters
45023    '("GdkEventProximity*" "p0")
45024  )
45025)
45026
45027(define-signal proximity-out-event
45028  (of-object "GtkWidget")
45029  (return-type "gboolean")
45030  (when "last")
45031  (parameters
45032    '("GdkEventProximity*" "p0")
45033  )
45034)
45035
45036(define-signal drag-leave
45037  (of-object "GtkWidget")
45038  (return-type "void")
45039  (when "last")
45040  (parameters
45041    '("GdkDragContext*" "p0")
45042    '("guint" "p1")
45043  )
45044)
45045
45046(define-signal drag-begin
45047  (of-object "GtkWidget")
45048  (return-type "void")
45049  (when "last")
45050  (parameters
45051    '("GdkDragContext*" "p0")
45052  )
45053)
45054
45055(define-signal drag-end
45056  (of-object "GtkWidget")
45057  (return-type "void")
45058  (when "last")
45059  (parameters
45060    '("GdkDragContext*" "p0")
45061  )
45062)
45063
45064(define-signal drag-data-delete
45065  (of-object "GtkWidget")
45066  (return-type "void")
45067  (when "last")
45068  (parameters
45069    '("GdkDragContext*" "p0")
45070  )
45071)
45072
45073(define-signal drag-failed
45074  (of-object "GtkWidget")
45075  (return-type "gboolean")
45076  (when "last")
45077  (parameters
45078    '("GdkDragContext*" "p0")
45079    '("GtkDragResult" "p1")
45080  )
45081)
45082
45083(define-signal drag-motion
45084  (of-object "GtkWidget")
45085  (return-type "gboolean")
45086  (when "last")
45087  (parameters
45088    '("GdkDragContext*" "p0")
45089    '("gint" "p1")
45090    '("gint" "p2")
45091    '("guint" "p3")
45092  )
45093)
45094
45095(define-signal drag-drop
45096  (of-object "GtkWidget")
45097  (return-type "gboolean")
45098  (when "last")
45099  (parameters
45100    '("GdkDragContext*" "p0")
45101    '("gint" "p1")
45102    '("gint" "p2")
45103    '("guint" "p3")
45104  )
45105)
45106
45107(define-signal drag-data-get
45108  (of-object "GtkWidget")
45109  (return-type "void")
45110  (when "last")
45111  (parameters
45112    '("GdkDragContext*" "p0")
45113    '("GtkSelectionData*" "p1")
45114    '("guint" "p2")
45115    '("guint" "p3")
45116  )
45117)
45118
45119(define-signal drag-data-received
45120  (of-object "GtkWidget")
45121  (return-type "void")
45122  (when "last")
45123  (parameters
45124    '("GdkDragContext*" "p0")
45125    '("gint" "p1")
45126    '("gint" "p2")
45127    '("GtkSelectionData*" "p3")
45128    '("guint" "p4")
45129    '("guint" "p5")
45130  )
45131)
45132
45133(define-signal visibility-notify-event
45134  (of-object "GtkWidget")
45135  (return-type "gboolean")
45136  (when "last")
45137  (parameters
45138    '("GdkEventVisibility*" "p0")
45139  )
45140)
45141
45142(define-signal client-event
45143  (of-object "GtkWidget")
45144  (return-type "gboolean")
45145  (when "last")
45146  (parameters
45147    '("GdkEventClient*" "p0")
45148  )
45149)
45150
45151(define-signal no-expose-event
45152  (of-object "GtkWidget")
45153  (return-type "gboolean")
45154  (when "last")
45155  (parameters
45156    '("GdkEventAny*" "p0")
45157  )
45158)
45159
45160(define-signal window-state-event
45161  (of-object "GtkWidget")
45162  (return-type "gboolean")
45163  (when "last")
45164  (parameters
45165    '("GdkEventWindowState*" "p0")
45166  )
45167)
45168
45169(define-signal damage-event
45170  (of-object "GtkWidget")
45171  (return-type "gboolean")
45172  (when "last")
45173  (parameters
45174    '("GdkEvent*" "p0")
45175  )
45176)
45177
45178(define-signal damage-event
45179  (of-object "GtkWidget")
45180  (return-type "gboolean")
45181  (when "last")
45182  (parameters
45183    '("GdkEventExpose*" "p0")
45184  )
45185)
45186
45187(define-signal grab-broken-event
45188  (of-object "GtkWidget")
45189  (return-type "gboolean")
45190  (when "last")
45191  (parameters
45192    '("GdkEventGrabBroken*" "p0")
45193  )
45194)
45195
45196(define-signal query-tooltip
45197  (of-object "GtkWidget")
45198  (return-type "gboolean")
45199  (when "last")
45200  (parameters
45201    '("gint" "p0")
45202    '("gint" "p1")
45203    '("gboolean" "p2")
45204    '("GtkTooltip*" "p3")
45205  )
45206)
45207
45208(define-signal popup-menu
45209  (of-object "GtkWidget")
45210  (return-type "gboolean")
45211  (when "last")
45212)
45213
45214(define-signal show-help
45215  (of-object "GtkWidget")
45216  (return-type "gboolean")
45217  (when "last")
45218  (parameters
45219    '("GtkWidgetHelpType" "p0")
45220  )
45221)
45222
45223(define-signal accel-closures-changed
45224  (of-object "GtkWidget")
45225  (return-type "void")
45226  (when "unknown")
45227)
45228
45229(define-signal screen-changed
45230  (of-object "GtkWidget")
45231  (return-type "void")
45232  (when "last")
45233  (parameters
45234    '("GdkScreen*" "p0")
45235  )
45236)
45237
45238(define-signal can-activate-accel
45239  (of-object "GtkWidget")
45240  (return-type "gboolean")
45241  (when "last")
45242  (parameters
45243    '("guint" "p0")
45244  )
45245)
45246
45247(define-property user-data
45248  (of-object "GtkWidget")
45249  (prop-type "GParamPointer")
45250  (docs "Anonymous User Data Pointer")
45251  (readable #t)
45252  (writable #t)
45253  (construct-only #f)
45254)
45255
45256(define-property name
45257  (of-object "GtkWidget")
45258  (prop-type "GParamString")
45259  (docs "The name of the widget")
45260  (readable #t)
45261  (writable #t)
45262  (construct-only #f)
45263)
45264
45265(define-property parent
45266  (of-object "GtkWidget")
45267  (prop-type "GParamObject")
45268  (docs "The parent widget of this widget. Must be a Container widget")
45269  (readable #t)
45270  (writable #t)
45271  (construct-only #f)
45272)
45273
45274(define-property width-request
45275  (of-object "GtkWidget")
45276  (prop-type "GParamInt")
45277  (docs "Override for width request of the widget, or -1 if natural request should be used")
45278  (readable #t)
45279  (writable #t)
45280  (construct-only #f)
45281)
45282
45283(define-property height-request
45284  (of-object "GtkWidget")
45285  (prop-type "GParamInt")
45286  (docs "Override for height request of the widget, or -1 if natural request should be used")
45287  (readable #t)
45288  (writable #t)
45289  (construct-only #f)
45290)
45291
45292(define-property visible
45293  (of-object "GtkWidget")
45294  (prop-type "GParamBoolean")
45295  (docs "Whether the widget is visible")
45296  (readable #t)
45297  (writable #t)
45298  (construct-only #f)
45299)
45300
45301(define-property sensitive
45302  (of-object "GtkWidget")
45303  (prop-type "GParamBoolean")
45304  (docs "Whether the widget responds to input")
45305  (readable #t)
45306  (writable #t)
45307  (construct-only #f)
45308)
45309
45310(define-property app-paintable
45311  (of-object "GtkWidget")
45312  (prop-type "GParamBoolean")
45313  (docs "Whether the application will paint directly on the widget")
45314  (readable #t)
45315  (writable #t)
45316  (construct-only #f)
45317)
45318
45319(define-property can-focus
45320  (of-object "GtkWidget")
45321  (prop-type "GParamBoolean")
45322  (docs "Whether the widget can accept the input focus")
45323  (readable #t)
45324  (writable #t)
45325  (construct-only #f)
45326)
45327
45328(define-property has-focus
45329  (of-object "GtkWidget")
45330  (prop-type "GParamBoolean")
45331  (docs "Whether the widget has the input focus")
45332  (readable #t)
45333  (writable #t)
45334  (construct-only #f)
45335)
45336
45337(define-property is-focus
45338  (of-object "GtkWidget")
45339  (prop-type "GParamBoolean")
45340  (docs "Whether the widget is the focus widget within the toplevel")
45341  (readable #t)
45342  (writable #t)
45343  (construct-only #f)
45344)
45345
45346(define-property can-default
45347  (of-object "GtkWidget")
45348  (prop-type "GParamBoolean")
45349  (docs "Whether the widget can be the default widget")
45350  (readable #t)
45351  (writable #t)
45352  (construct-only #f)
45353)
45354
45355(define-property has-default
45356  (of-object "GtkWidget")
45357  (prop-type "GParamBoolean")
45358  (docs "Whether the widget is the default widget")
45359  (readable #t)
45360  (writable #t)
45361  (construct-only #f)
45362)
45363
45364(define-property receives-default
45365  (of-object "GtkWidget")
45366  (prop-type "GParamBoolean")
45367  (docs "If TRUE, the widget will receive the default action when it is focused")
45368  (readable #t)
45369  (writable #t)
45370  (construct-only #f)
45371)
45372
45373(define-property composite-child
45374  (of-object "GtkWidget")
45375  (prop-type "GParamBoolean")
45376  (docs "Whether the widget is part of a composite widget")
45377  (readable #t)
45378  (writable #f)
45379  (construct-only #f)
45380)
45381
45382(define-property style
45383  (of-object "GtkWidget")
45384  (prop-type "GParamObject")
45385  (docs "The style of the widget, which contains information about how it will look (colors etc)")
45386  (readable #t)
45387  (writable #t)
45388  (construct-only #f)
45389)
45390
45391(define-property events
45392  (of-object "GtkWidget")
45393  (prop-type "GParamFlags")
45394  (docs "The event mask that decides what kind of GdkEvents this widget gets")
45395  (readable #t)
45396  (writable #t)
45397  (construct-only #f)
45398)
45399
45400(define-property extension-events
45401  (of-object "GtkWidget")
45402  (prop-type "GParamEnum")
45403  (docs "The mask that decides what kind of extension events this widget gets")
45404  (readable #t)
45405  (writable #t)
45406  (construct-only #f)
45407)
45408
45409(define-property no-show-all
45410  (of-object "GtkWidget")
45411  (prop-type "GParamBoolean")
45412  (docs "Whether gtk_widget_show_all() should not affect this widget")
45413  (readable #t)
45414  (writable #t)
45415  (construct-only #f)
45416)
45417
45418(define-property has-tooltip
45419  (of-object "GtkWidget")
45420  (prop-type "GParamBoolean")
45421  (docs "Whether this widget has a tooltip")
45422  (readable #t)
45423  (writable #t)
45424  (construct-only #f)
45425)
45426
45427(define-property tooltip-markup
45428  (of-object "GtkWidget")
45429  (prop-type "GParamString")
45430  (docs "The contents of the tooltip for this widget")
45431  (readable #t)
45432  (writable #t)
45433  (construct-only #f)
45434)
45435
45436(define-property tooltip-text
45437  (of-object "GtkWidget")
45438  (prop-type "GParamString")
45439  (docs "The contents of the tooltip for this widget")
45440  (readable #t)
45441  (writable #t)
45442  (construct-only #f)
45443)
45444
45445(define-property window
45446  (of-object "GtkWidget")
45447  (prop-type "GParamObject")
45448  (docs "The widget's window if it is realized")
45449  (readable #t)
45450  (writable #f)
45451  (construct-only #f)
45452)
45453
45454(define-property double-buffered
45455  (of-object "GtkWidget")
45456  (prop-type "GParamBoolean")
45457  (docs "Whether or not the widget is double buffered")
45458  (readable #t)
45459  (writable #t)
45460  (construct-only #f)
45461)
45462
45463;; From GtkWindow
45464
45465(define-signal set-focus
45466  (of-object "GtkWindow")
45467  (return-type "void")
45468  (when "last")
45469  (parameters
45470    '("GtkWidget*" "p0")
45471  )
45472)
45473
45474(define-signal frame-event
45475  (of-object "GtkWindow")
45476  (return-type "gboolean")
45477  (when "last")
45478  (parameters
45479    '("GdkEvent*" "p0")
45480  )
45481)
45482
45483(define-signal activate-focus
45484  (of-object "GtkWindow")
45485  (return-type "void")
45486  (when "last")
45487)
45488
45489(define-signal activate-default
45490  (of-object "GtkWindow")
45491  (return-type "void")
45492  (when "last")
45493)
45494
45495(define-signal keys-changed
45496  (of-object "GtkWindow")
45497  (return-type "void")
45498  (when "first")
45499)
45500
45501(define-property user-data
45502  (of-object "GtkWindow")
45503  (prop-type "GParamPointer")
45504  (docs "Anonymous User Data Pointer")
45505  (readable #t)
45506  (writable #t)
45507  (construct-only #f)
45508)
45509
45510(define-property name
45511  (of-object "GtkWindow")
45512  (prop-type "GParamString")
45513  (docs "The name of the widget")
45514  (readable #t)
45515  (writable #t)
45516  (construct-only #f)
45517)
45518
45519(define-property parent
45520  (of-object "GtkWindow")
45521  (prop-type "GParamObject")
45522  (docs "The parent widget of this widget. Must be a Container widget")
45523  (readable #t)
45524  (writable #t)
45525  (construct-only #f)
45526)
45527
45528(define-property width-request
45529  (of-object "GtkWindow")
45530  (prop-type "GParamInt")
45531  (docs "Override for width request of the widget, or -1 if natural request should be used")
45532  (readable #t)
45533  (writable #t)
45534  (construct-only #f)
45535)
45536
45537(define-property height-request
45538  (of-object "GtkWindow")
45539  (prop-type "GParamInt")
45540  (docs "Override for height request of the widget, or -1 if natural request should be used")
45541  (readable #t)
45542  (writable #t)
45543  (construct-only #f)
45544)
45545
45546(define-property visible
45547  (of-object "GtkWindow")
45548  (prop-type "GParamBoolean")
45549  (docs "Whether the widget is visible")
45550  (readable #t)
45551  (writable #t)
45552  (construct-only #f)
45553)
45554
45555(define-property sensitive
45556  (of-object "GtkWindow")
45557  (prop-type "GParamBoolean")
45558  (docs "Whether the widget responds to input")
45559  (readable #t)
45560  (writable #t)
45561  (construct-only #f)
45562)
45563
45564(define-property app-paintable
45565  (of-object "GtkWindow")
45566  (prop-type "GParamBoolean")
45567  (docs "Whether the application will paint directly on the widget")
45568  (readable #t)
45569  (writable #t)
45570  (construct-only #f)
45571)
45572
45573(define-property can-focus
45574  (of-object "GtkWindow")
45575  (prop-type "GParamBoolean")
45576  (docs "Whether the widget can accept the input focus")
45577  (readable #t)
45578  (writable #t)
45579  (construct-only #f)
45580)
45581
45582(define-property has-focus
45583  (of-object "GtkWindow")
45584  (prop-type "GParamBoolean")
45585  (docs "Whether the widget has the input focus")
45586  (readable #t)
45587  (writable #t)
45588  (construct-only #f)
45589)
45590
45591(define-property is-focus
45592  (of-object "GtkWindow")
45593  (prop-type "GParamBoolean")
45594  (docs "Whether the widget is the focus widget within the toplevel")
45595  (readable #t)
45596  (writable #t)
45597  (construct-only #f)
45598)
45599
45600(define-property can-default
45601  (of-object "GtkWindow")
45602  (prop-type "GParamBoolean")
45603  (docs "Whether the widget can be the default widget")
45604  (readable #t)
45605  (writable #t)
45606  (construct-only #f)
45607)
45608
45609(define-property has-default
45610  (of-object "GtkWindow")
45611  (prop-type "GParamBoolean")
45612  (docs "Whether the widget is the default widget")
45613  (readable #t)
45614  (writable #t)
45615  (construct-only #f)
45616)
45617
45618(define-property receives-default
45619  (of-object "GtkWindow")
45620  (prop-type "GParamBoolean")
45621  (docs "If TRUE, the widget will receive the default action when it is focused")
45622  (readable #t)
45623  (writable #t)
45624  (construct-only #f)
45625)
45626
45627(define-property composite-child
45628  (of-object "GtkWindow")
45629  (prop-type "GParamBoolean")
45630  (docs "Whether the widget is part of a composite widget")
45631  (readable #t)
45632  (writable #f)
45633  (construct-only #f)
45634)
45635
45636(define-property style
45637  (of-object "GtkWindow")
45638  (prop-type "GParamObject")
45639  (docs "The style of the widget, which contains information about how it will look (colors etc)")
45640  (readable #t)
45641  (writable #t)
45642  (construct-only #f)
45643)
45644
45645(define-property events
45646  (of-object "GtkWindow")
45647  (prop-type "GParamFlags")
45648  (docs "The event mask that decides what kind of GdkEvents this widget gets")
45649  (readable #t)
45650  (writable #t)
45651  (construct-only #f)
45652)
45653
45654(define-property extension-events
45655  (of-object "GtkWindow")
45656  (prop-type "GParamEnum")
45657  (docs "The mask that decides what kind of extension events this widget gets")
45658  (readable #t)
45659  (writable #t)
45660  (construct-only #f)
45661)
45662
45663(define-property no-show-all
45664  (of-object "GtkWindow")
45665  (prop-type "GParamBoolean")
45666  (docs "Whether gtk_widget_show_all() should not affect this widget")
45667  (readable #t)
45668  (writable #t)
45669  (construct-only #f)
45670)
45671
45672(define-property has-tooltip
45673  (of-object "GtkWindow")
45674  (prop-type "GParamBoolean")
45675  (docs "Whether this widget has a tooltip")
45676  (readable #t)
45677  (writable #t)
45678  (construct-only #f)
45679)
45680
45681(define-property tooltip-markup
45682  (of-object "GtkWindow")
45683  (prop-type "GParamString")
45684  (docs "The contents of the tooltip for this widget")
45685  (readable #t)
45686  (writable #t)
45687  (construct-only #f)
45688)
45689
45690(define-property tooltip-text
45691  (of-object "GtkWindow")
45692  (prop-type "GParamString")
45693  (docs "The contents of the tooltip for this widget")
45694  (readable #t)
45695  (writable #t)
45696  (construct-only #f)
45697)
45698
45699(define-property window
45700  (of-object "GtkWindow")
45701  (prop-type "GParamObject")
45702  (docs "The widget's window if it is realized")
45703  (readable #t)
45704  (writable #f)
45705  (construct-only #f)
45706)
45707
45708(define-property double-buffered
45709  (of-object "GtkWindow")
45710  (prop-type "GParamBoolean")
45711  (docs "Whether or not the widget is double buffered")
45712  (readable #t)
45713  (writable #t)
45714  (construct-only #f)
45715)
45716
45717(define-property border-width
45718  (of-object "GtkWindow")
45719  (prop-type "GParamUInt")
45720  (docs "The width of the empty border outside the containers children")
45721  (readable #t)
45722  (writable #t)
45723  (construct-only #f)
45724)
45725
45726(define-property resize-mode
45727  (of-object "GtkWindow")
45728  (prop-type "GParamEnum")
45729  (docs "Specify how resize events are handled")
45730  (readable #t)
45731  (writable #t)
45732  (construct-only #f)
45733)
45734
45735(define-property child
45736  (of-object "GtkWindow")
45737  (prop-type "GParamObject")
45738  (docs "Can be used to add a new child to the container")
45739  (readable #f)
45740  (writable #t)
45741  (construct-only #f)
45742)
45743
45744(define-property type
45745  (of-object "GtkWindow")
45746  (prop-type "GParamEnum")
45747  (docs "The type of the window")
45748  (readable #t)
45749  (writable #t)
45750  (construct-only #t)
45751)
45752
45753(define-property title
45754  (of-object "GtkWindow")
45755  (prop-type "GParamString")
45756  (docs "The title of the window")
45757  (readable #t)
45758  (writable #t)
45759  (construct-only #f)
45760)
45761
45762(define-property role
45763  (of-object "GtkWindow")
45764  (prop-type "GParamString")
45765  (docs "Unique identifier for the window to be used when restoring a session")
45766  (readable #t)
45767  (writable #t)
45768  (construct-only #f)
45769)
45770
45771(define-property allow-shrink
45772  (of-object "GtkWindow")
45773  (prop-type "GParamBoolean")
45774  (docs "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the time a bad idea")
45775  (readable #t)
45776  (writable #t)
45777  (construct-only #f)
45778)
45779
45780(define-property allow-grow
45781  (of-object "GtkWindow")
45782  (prop-type "GParamBoolean")
45783  (docs "If TRUE, users can expand the window beyond its minimum size")
45784  (readable #t)
45785  (writable #t)
45786  (construct-only #f)
45787)
45788
45789(define-property resizable
45790  (of-object "GtkWindow")
45791  (prop-type "GParamBoolean")
45792  (docs "If TRUE, users can resize the window")
45793  (readable #t)
45794  (writable #t)
45795  (construct-only #f)
45796)
45797
45798(define-property modal
45799  (of-object "GtkWindow")
45800  (prop-type "GParamBoolean")
45801  (docs "If TRUE, the window is modal (other windows are not usable while this one is up)")
45802  (readable #t)
45803  (writable #t)
45804  (construct-only #f)
45805)
45806
45807(define-property window-position
45808  (of-object "GtkWindow")
45809  (prop-type "GParamEnum")
45810  (docs "The initial position of the window")
45811  (readable #t)
45812  (writable #t)
45813  (construct-only #f)
45814)
45815
45816(define-property default-width
45817  (of-object "GtkWindow")
45818  (prop-type "GParamInt")
45819  (docs "The default width of the window, used when initially showing the window")
45820  (readable #t)
45821  (writable #t)
45822  (construct-only #f)
45823)
45824
45825(define-property default-height
45826  (of-object "GtkWindow")
45827  (prop-type "GParamInt")
45828  (docs "The default height of the window, used when initially showing the window")
45829  (readable #t)
45830  (writable #t)
45831  (construct-only #f)
45832)
45833
45834(define-property destroy-with-parent
45835  (of-object "GtkWindow")
45836  (prop-type "GParamBoolean")
45837  (docs "If this window should be destroyed when the parent is destroyed")
45838  (readable #t)
45839  (writable #t)
45840  (construct-only #f)
45841)
45842
45843(define-property icon
45844  (of-object "GtkWindow")
45845  (prop-type "GParamObject")
45846  (docs "Icon for this window")
45847  (readable #t)
45848  (writable #t)
45849  (construct-only #f)
45850)
45851
45852(define-property icon-name
45853  (of-object "GtkWindow")
45854  (prop-type "GParamString")
45855  (docs "Name of the themed icon for this window")
45856  (readable #t)
45857  (writable #t)
45858  (construct-only #f)
45859)
45860
45861(define-property screen
45862  (of-object "GtkWindow")
45863  (prop-type "GParamObject")
45864  (docs "The screen where this window will be displayed")
45865  (readable #t)
45866  (writable #t)
45867  (construct-only #f)
45868)
45869
45870(define-property type-hint
45871  (of-object "GtkWindow")
45872  (prop-type "GParamEnum")
45873  (docs "Hint to help the desktop environment understand what kind of window this is and how to treat it.")
45874  (readable #t)
45875  (writable #t)
45876  (construct-only #f)
45877)
45878
45879(define-property skip-taskbar-hint
45880  (of-object "GtkWindow")
45881  (prop-type "GParamBoolean")
45882  (docs "TRUE if the window should not be in the task bar.")
45883  (readable #t)
45884  (writable #t)
45885  (construct-only #f)
45886)
45887
45888(define-property skip-pager-hint
45889  (of-object "GtkWindow")
45890  (prop-type "GParamBoolean")
45891  (docs "TRUE if the window should not be in the pager.")
45892  (readable #t)
45893  (writable #t)
45894  (construct-only #f)
45895)
45896
45897(define-property urgency-hint
45898  (of-object "GtkWindow")
45899  (prop-type "GParamBoolean")
45900  (docs "TRUE if the window should be brought to the user's attention.")
45901  (readable #t)
45902  (writable #t)
45903  (construct-only #f)
45904)
45905
45906(define-property accept-focus
45907  (of-object "GtkWindow")
45908  (prop-type "GParamBoolean")
45909  (docs "TRUE if the window should receive the input focus.")
45910  (readable #t)
45911  (writable #t)
45912  (construct-only #f)
45913)
45914
45915(define-property focus-on-map
45916  (of-object "GtkWindow")
45917  (prop-type "GParamBoolean")
45918  (docs "TRUE if the window should receive the input focus when mapped.")
45919  (readable #t)
45920  (writable #t)
45921  (construct-only #f)
45922)
45923
45924(define-property decorated
45925  (of-object "GtkWindow")
45926  (prop-type "GParamBoolean")
45927  (docs "Whether the window should be decorated by the window manager")
45928  (readable #t)
45929  (writable #t)
45930  (construct-only #f)
45931)
45932
45933(define-property deletable
45934  (of-object "GtkWindow")
45935  (prop-type "GParamBoolean")
45936  (docs "Whether the window frame should have a close button")
45937  (readable #t)
45938  (writable #t)
45939  (construct-only #f)
45940)
45941
45942(define-property gravity
45943  (of-object "GtkWindow")
45944  (prop-type "GParamEnum")
45945  (docs "The window gravity of the window")
45946  (readable #t)
45947  (writable #t)
45948  (construct-only #f)
45949)
45950
45951(define-property transient-for
45952  (of-object "GtkWindow")
45953  (prop-type "GParamObject")
45954  (docs "The transient parent of the dialog")
45955  (readable #t)
45956  (writable #t)
45957  (construct-only #f)
45958)
45959
45960(define-property opacity
45961  (of-object "GtkWindow")
45962  (prop-type "GParamDouble")
45963  (docs "The opacity of the window, from 0 to 1")
45964  (readable #t)
45965  (writable #t)
45966  (construct-only #f)
45967)
45968
45969(define-property is-active
45970  (of-object "GtkWindow")
45971  (prop-type "GParamBoolean")
45972  (docs "Whether the toplevel is the current active window")
45973  (readable #t)
45974  (writable #f)
45975  (construct-only #f)
45976)
45977
45978(define-property has-toplevel-focus
45979  (of-object "GtkWindow")
45980  (prop-type "GParamBoolean")
45981  (docs "Whether the input focus is within this GtkWindow")
45982  (readable #t)
45983  (writable #f)
45984  (construct-only #f)
45985)
45986
45987(define-property startup-id
45988  (of-object "GtkWindow")
45989  (prop-type "GParamString")
45990  (docs "Unique startup identifier for the window used by startup-notification")
45991  (readable #f)
45992  (writable #t)
45993  (construct-only #f)
45994)
45995
45996(define-property mnemonics-visible
45997  (of-object "GtkWindow")
45998  (prop-type "GParamBoolean")
45999  (docs "Whether mnemonics are currently visible in this window")
46000  (readable #t)
46001  (writable #t)
46002  (construct-only #f)
46003)
46004