File: index.html

package info (click to toggle)
gtk%2B2.0 2.20.1-2%2Bdeb6u2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 136,284 kB
  • ctags: 66,487
  • sloc: ansic: 590,318; sh: 10,559; makefile: 5,573; xml: 1,357; python: 866; perl: 776; asm: 457; awk: 72; cpp: 34
file content (870 lines) | stat: -rw-r--r-- 48,516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GTK+ Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GTK+ Reference Manual">
<link rel="next" href="gtk.html" title="Part I. GTK+ Overview">
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book" title="GTK+ Reference Manual">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GTK+ Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
      for GTK+ 2.20.1

      The latest version of this documentation can be found on-line at
      <a class="ulink" href="http://library.gnome.org/devel/gtk/unstable/" target="_top">http://library.gnome.org/devel/gtk/unstable/</a>.
    </p></div>
</div>
<hr>
</div>
<div class="toc"><dl>
<dt><span class="part"><a href="gtk.html">I. GTK+ Overview</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gtk-building.html">Compiling the GTK+ libraries</a></span><span class="refpurpose"> — 
How to compile GTK+ itself
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-compiling.html">Compiling GTK+ Applications</a></span><span class="refpurpose"> — 
How to compile your GTK+ application
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-running.html">Running GTK+ Applications</a></span><span class="refpurpose"> — 
How to run and debug your GTK+ application
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-x11.html">Using GTK+ on the X Window System</a></span><span class="refpurpose"> — 
X11 aspects of using GTK+
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-windows.html">Using GTK+ on Windows</a></span><span class="refpurpose"> — 
Windows-specific aspects of using GTK+
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-osx.html">Using GTK+ on Mac OS X</a></span><span class="refpurpose"> — 
OS X-specific aspects of using GTK+
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-directfb.html">Using GTK+ on DirectFB</a></span><span class="refpurpose"> — 
DirectFB-specific aspects of using GTK+
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-resources.html">Mailing lists and bug reports</a></span><span class="refpurpose"> — 
Getting help with GTK+
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-question-index.html">Common Questions</a></span><span class="refpurpose"> — 
Find answers to common questions in the GTK+ manual
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="chap-drawing-model.html">The GTK+ Drawing Model</a></span><span class="refpurpose"> — 
    The GTK+ drawing model in detail
</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="gtkbase.html">II. GTK+ Core Reference</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gtk-General.html">Main loop and Events</a></span><span class="refpurpose"> — Library initialization, main event loop, and events</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Keyboard-Accelerators.html">Accelerator Groups</a></span><span class="refpurpose"> — Groups of global keyboard accelerators for an entire GtkWindow</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Accelerator-Maps.html">Accelerator Maps</a></span><span class="refpurpose"> — Loadable keyboard accelerator specifications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Clipboards.html">Clipboards</a></span><span class="refpurpose"> — Storing data on clipboards</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Drag-and-Drop.html">Drag and Drop</a></span><span class="refpurpose"> — Functions for controlling drag and drop handling</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkIconTheme.html">GtkIconTheme</a></span><span class="refpurpose"> — Looking up icons by name</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Stock-Items.html">Stock Items</a></span><span class="refpurpose"> — Prebuilt common menu/toolbar items and corresponding icons</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Themeable-Stock-Images.html">Themeable Stock Images</a></span><span class="refpurpose"> — Manipulating stock icons</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Resource-Files.html">Resource Files</a></span><span class="refpurpose"> — Routines for handling resource files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSettings.html">Settings</a></span><span class="refpurpose"> — Sharing settings between applications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Bindings.html">Bindings</a></span><span class="refpurpose"> — Key bindings for individual widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Standard-Enumerations.html">Standard Enumerations</a></span><span class="refpurpose"> — Public enumerated types used throughout GTK+</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Graphics-Contexts.html">Graphics Contexts</a></span><span class="refpurpose"> — A shared pool of GdkGC objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkStyle.html">Styles</a></span><span class="refpurpose"> — Functions for drawing widget parts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Selections.html">Selections</a></span><span class="refpurpose"> — Functions for handling inter-process communication via selections</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Feature-Test-Macros.html">Version Information</a></span><span class="refpurpose"> — Variables and functions to check the GTK+ version</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Signals.html">Signals</a></span><span class="refpurpose"> — Object methods and callbacks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Types.html">Types</a></span><span class="refpurpose"> — Handle run-time type creation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Testing.html">Testing</a></span><span class="refpurpose"> — Utilities for testing GTK+ applications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Filesystem-utilities.html">Filesystem utilities</a></span><span class="refpurpose"> — Functions for working with GIO</span>
</dt>
</dl></dd>
<dt><span class="part"><a href="gtkobjects.html">III. GTK+ Widgets and Objects</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch01.html">Object Hierarchy</a></span></dt>
<dt><span class="chapter"><a href="ch02.html">Widget Gallery</a></span></dt>
<dt><span class="chapter"><a href="WindowWidgets.html">Windows</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkDialog.html">GtkDialog</a></span><span class="refpurpose"> — Create popup windows</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkInvisible.html">GtkInvisible</a></span><span class="refpurpose"> — A widget which is not displayed</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMessageDialog.html">GtkMessageDialog</a></span><span class="refpurpose"> — A convenient message window</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkWindow.html">GtkWindow</a></span><span class="refpurpose"> — Toplevel which can contain other widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkWindowGroup.html">GtkWindowGroup</a></span><span class="refpurpose"> — Limit the effect of grabs</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkAboutDialog.html">GtkAboutDialog</a></span><span class="refpurpose"> — Display information about an application</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkAssistant.html">GtkAssistant</a></span><span class="refpurpose"> — A widget used to guide users through multi-step operations</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkOffscreenWindow.html">GtkOffscreenWindow</a></span><span class="refpurpose"> — A toplevel container widget used to manage offscreen
   rendering of child widgets.</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="DisplayWidgets.html">Display Widgets</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkAccelLabel.html">GtkAccelLabel</a></span><span class="refpurpose"> — A label which displays an accelerator key on the right of the text</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkImage.html">GtkImage</a></span><span class="refpurpose"> — A widget displaying an image</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkLabel.html">GtkLabel</a></span><span class="refpurpose"> — A widget that displays a small to medium amount of text</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkProgressBar.html">GtkProgressBar</a></span><span class="refpurpose"> — A widget which indicates progress visually</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkStatusbar.html">GtkStatusbar</a></span><span class="refpurpose"> — Report messages of minor importance to the user</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkInfoBar.html">GtkInfoBar</a></span><span class="refpurpose"> — Report important messages to the user</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkStatusIcon.html">GtkStatusIcon</a></span><span class="refpurpose"> — Display an icon in the system tray</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSpinner.html">GtkSpinner</a></span><span class="refpurpose"> — Show a spinner animation</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ButtonWidgets.html">Buttons and Toggles</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkButton.html">GtkButton</a></span><span class="refpurpose"> — A widget that creates a signal when clicked on</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCheckButton.html">GtkCheckButton</a></span><span class="refpurpose"> — Create widgets with a discrete toggle button</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRadioButton.html">GtkRadioButton</a></span><span class="refpurpose"> — A choice from multiple check buttons</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToggleButton.html">GtkToggleButton</a></span><span class="refpurpose"> — Create buttons which retain their state</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkLinkButton.html">GtkLinkButton</a></span><span class="refpurpose"> — Create buttons bound to a URL</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkScaleButton.html">GtkScaleButton</a></span><span class="refpurpose"> — A button which pops up a scale</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVolumeButton.html">GtkVolumeButton</a></span><span class="refpurpose"> — A button which pops up a volume control</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="NumericEntry.html">Numeric/Text Data Entry</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkEntry.html">GtkEntry</a></span><span class="refpurpose"> — A single line text entry field</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkEntryBuffer.html">GtkEntryBuffer</a></span><span class="refpurpose"> — Text buffer for GtkEntry</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkEntryCompletion.html">GtkEntryCompletion</a></span><span class="refpurpose"> — Completion functionality for GtkEntry</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHScale.html">GtkHScale</a></span><span class="refpurpose"> — A horizontal slider widget for selecting a value from a range</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVScale.html">GtkVScale</a></span><span class="refpurpose"> — A vertical slider widget for selecting a value from a range</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSpinButton.html">GtkSpinButton</a></span><span class="refpurpose"> — Retrieve an integer or floating-point number from the user</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkEditable.html">GtkEditable</a></span><span class="refpurpose"> — Interface for text-editing widgets</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="TextWidgetObjects.html">Multiline Text Editor</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="TextWidget.html">Text Widget Overview</a></span><span class="refpurpose"> — Overview of GtkTextBuffer, GtkTextView, and friends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-GtkTextIter.html">GtkTextIter</a></span><span class="refpurpose"> — Text buffer iterator</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTextMark.html">GtkTextMark</a></span><span class="refpurpose"> — A position in the buffer preserved across buffer modifications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTextBuffer.html">GtkTextBuffer</a></span><span class="refpurpose"> — Stores attributed text for display in a GtkTextView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTextTag.html">GtkTextTag</a></span><span class="refpurpose"> — A tag that can be applied to text in a GtkTextBuffer</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTextTagTable.html">GtkTextTagTable</a></span><span class="refpurpose"> — Collection of tags that can be used together</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTextView.html">GtkTextView</a></span><span class="refpurpose"> — Widget that displays a GtkTextBuffer</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="TreeWidgetObjects.html">Tree, List and Icon Grid Widgets</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="TreeWidget.html">Tree and List Widget Overview</a></span><span class="refpurpose"> — Overview of GtkTreeModel, GtkTreeView, and friends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeModel.html">GtkTreeModel</a></span><span class="refpurpose"> — The tree interface used by GtkTreeView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeSelection.html">GtkTreeSelection</a></span><span class="refpurpose"> — The selection object for GtkTreeView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeViewColumn.html">GtkTreeViewColumn</a></span><span class="refpurpose"> — A visible column in a GtkTreeView widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeView.html">GtkTreeView</a></span><span class="refpurpose"> — A widget for displaying both trees and lists</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-GtkTreeView-drag-and-drop.html">GtkTreeView drag-and-drop</a></span><span class="refpurpose"> — Interfaces for drag-and-drop support in GtkTreeView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellView.html">GtkCellView</a></span><span class="refpurpose"> — A widget displaying a single row of a GtkTreeModel</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkIconView.html">GtkIconView</a></span><span class="refpurpose"> — A widget which displays a list of icons in a grid</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeSortable.html">GtkTreeSortable</a></span><span class="refpurpose"> — The interface for sortable models used by GtkTreeView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeModelSort.html">GtkTreeModelSort</a></span><span class="refpurpose"> — A GtkTreeModel which makes an underlying tree model sortable</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeModelFilter.html">GtkTreeModelFilter</a></span><span class="refpurpose"> — A GtkTreeModel which hides parts of an underlying tree model</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellLayout.html">GtkCellLayout</a></span><span class="refpurpose"> — An interface for packing cells</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRenderer.html">GtkCellRenderer</a></span><span class="refpurpose"> — An object for rendering a single cell on a GdkDrawable</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellEditable.html">GtkCellEditable</a></span><span class="refpurpose"> — Interface for widgets which can are used for editing cells</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererAccel.html">GtkCellRendererAccel</a></span><span class="refpurpose"> — Renders a keyboard accelerator in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererCombo.html">GtkCellRendererCombo</a></span><span class="refpurpose"> — Renders a combobox in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererPixbuf.html">GtkCellRendererPixbuf</a></span><span class="refpurpose"> — Renders a pixbuf in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererProgress.html">GtkCellRendererProgress</a></span><span class="refpurpose"> — Renders numbers as progress bars</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererSpin.html">GtkCellRendererSpin</a></span><span class="refpurpose"> — Renders a spin button in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererText.html">GtkCellRendererText</a></span><span class="refpurpose"> — Renders text in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererToggle.html">GtkCellRendererToggle</a></span><span class="refpurpose"> — Renders a toggle button in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCellRendererSpinner.html">GtkCellRendererSpinner</a></span><span class="refpurpose"> — Renders a spinning animation in a cell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkListStore.html">GtkListStore</a></span><span class="refpurpose"> — A list-like data structure that can be used with the GtkTreeView</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeStore.html">GtkTreeStore</a></span><span class="refpurpose"> — A tree-like data structure that can be used with the GtkTreeView</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="MenusAndCombos.html">Menus, Combo Box, Toolbar</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkComboBox.html">GtkComboBox</a></span><span class="refpurpose"> — A widget used to choose from a list of items</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkComboBoxEntry.html">GtkComboBoxEntry</a></span><span class="refpurpose"> — A text entry field with a dropdown list</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMenu.html">GtkMenu</a></span><span class="refpurpose"> — A menu widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMenuBar.html">GtkMenuBar</a></span><span class="refpurpose"> — A subclass widget for GtkMenuShell which holds GtkMenuItem widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMenuItem.html">GtkMenuItem</a></span><span class="refpurpose"> — The widget used for item in menus</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkImageMenuItem.html">GtkImageMenuItem</a></span><span class="refpurpose"> — A menu item with an icon</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRadioMenuItem.html">GtkRadioMenuItem</a></span><span class="refpurpose"> — A choice from multiple check menu items</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-gtkcheckmenuitem.html">GtkCheckMenuItem</a></span><span class="refpurpose"> — A menu item with a check box</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSeparatorMenuItem.html">GtkSeparatorMenuItem</a></span><span class="refpurpose"> — A separator used in menus</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTearoffMenuItem.html">GtkTearoffMenuItem</a></span><span class="refpurpose"> — A menu item used to tear off and reattach its menu</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolShell.html">GtkToolShell</a></span><span class="refpurpose"> — Interface for containers containing GtkToolItem widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolbar.html">GtkToolbar</a></span><span class="refpurpose"> — Create bars of buttons and other widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolItem.html">GtkToolItem</a></span><span class="refpurpose"> — The base class of widgets that can be added to GtkToolShell</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolPalette.html">GtkToolPalette</a></span><span class="refpurpose"> — A tool palette with categories</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolItemGroup.html">GtkToolItemGroup</a></span><span class="refpurpose"> — A sub container used in a tool palette</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSeparatorToolItem.html">GtkSeparatorToolItem</a></span><span class="refpurpose"> — A toolbar item that separates groups of other toolbar items</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToolButton.html">GtkToolButton</a></span><span class="refpurpose"> — A GtkToolItem subclass that displays buttons</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMenuToolButton.html">GtkMenuToolButton</a></span><span class="refpurpose"> — A GtkToolItem containing a button with an additional dropdown menu</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToggleToolButton.html">GtkToggleToolButton</a></span><span class="refpurpose"> — A GtkToolItem containing a toggle button</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRadioToolButton.html">GtkRadioToolButton</a></span><span class="refpurpose"> — A toolbar item that contains a radio button</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="Actions.html">Action-based menus and toolbars</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkUIManager.html">GtkUIManager</a></span><span class="refpurpose"> — Constructing menus and toolbars from an XML description</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkActionGroup.html">GtkActionGroup</a></span><span class="refpurpose"> — A group of actions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkAction.html">GtkAction</a></span><span class="refpurpose"> — An action which can be triggered by a menu or toolbar item</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkToggleAction.html">GtkToggleAction</a></span><span class="refpurpose"> — An action which can be toggled between two states</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRadioAction.html">GtkRadioAction</a></span><span class="refpurpose"> — An action of which only one in a group can be active</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentAction.html">GtkRecentAction</a></span><span class="refpurpose"> — An action of which represents a list of recently used files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkActivatable.html">GtkActivatable</a></span><span class="refpurpose"> — An interface for activatable widgets</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="SelectorWidgets.html">Selectors (File/Font/Color/Input Devices)</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkColorButton.html">GtkColorButton</a></span><span class="refpurpose"> — A button to launch a color selection dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkColorSelectionDialog.html">GtkColorSelectionDialog</a></span><span class="refpurpose"> — A standard dialog box for selecting a color</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkColorSelection.html">GtkColorSelection</a></span><span class="refpurpose"> — A widget used to select a color</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHSV.html">GtkHSV</a></span><span class="refpurpose"> — A 'color wheel' widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFileChooser.html">GtkFileChooser</a></span><span class="refpurpose"> — File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFileChooserButton.html">GtkFileChooserButton</a></span><span class="refpurpose"> — A button to launch a file selection dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFileChooserDialog.html">GtkFileChooserDialog</a></span><span class="refpurpose"> — A file chooser dialog, suitable for "File/Open" or "File/Save" commands</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFileChooserWidget.html">GtkFileChooserWidget</a></span><span class="refpurpose"> — File chooser widget that can be embedded in other widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-gtkfilefilter.html">GtkFileFilter</a></span><span class="refpurpose"> — A filter for selecting a file subset</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFontButton.html">GtkFontButton</a></span><span class="refpurpose"> — A button to launch a font selection dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFontSelection.html">GtkFontSelection</a></span><span class="refpurpose"> — A widget for selecting fonts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFontSelectionDialog.html">GtkFontSelectionDialog</a></span><span class="refpurpose"> — A dialog box for selecting fonts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkInputDialog.html">GtkInputDialog</a></span><span class="refpurpose"> — Configure devices for the XInput extension</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="LayoutContainers.html">Layout Containers</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkAlignment.html">GtkAlignment</a></span><span class="refpurpose"> — A widget which controls the alignment and size of its child</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkAspectFrame.html">GtkAspectFrame</a></span><span class="refpurpose"> — A frame that constrains its child to a particular aspect ratio</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHBox.html">GtkHBox</a></span><span class="refpurpose"> — A horizontal container box</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVBox.html">GtkVBox</a></span><span class="refpurpose"> — A vertical container box</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHButtonBox.html">GtkHButtonBox</a></span><span class="refpurpose"> — A container for arranging buttons horizontally</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVButtonBox.html">GtkVButtonBox</a></span><span class="refpurpose"> — A container for arranging buttons vertically</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFixed.html">GtkFixed</a></span><span class="refpurpose"> — A container which allows you to position widgets at fixed coordinates</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHPaned.html">GtkHPaned</a></span><span class="refpurpose"> — A container with two panes arranged horizontally</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVPaned.html">GtkVPaned</a></span><span class="refpurpose"> — A container with two panes arranged vertically</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkLayout.html">GtkLayout</a></span><span class="refpurpose"> — Infinite scrollable area containing child widgets and/or custom drawing</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkNotebook.html">GtkNotebook</a></span><span class="refpurpose"> — A tabbed notebook container</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTable.html">GtkTable</a></span><span class="refpurpose"> — Pack widgets in regular patterns</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkExpander.html">GtkExpander</a></span><span class="refpurpose"> — A container which can hide its child</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-Orientable.html">GtkOrientable</a></span><span class="refpurpose"> — An interface for flippable widgets</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="Ornaments.html">Ornaments</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkFrame.html">GtkFrame</a></span><span class="refpurpose"> — A bin with a decorative frame and optional label</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHSeparator.html">GtkHSeparator</a></span><span class="refpurpose"> — A horizontal separator</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVSeparator.html">GtkVSeparator</a></span><span class="refpurpose"> — A vertical separator</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ScrollingWidgets.html">Scrolling</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkHScrollbar.html">GtkHScrollbar</a></span><span class="refpurpose"> — A horizontal scrollbar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVScrollbar.html">GtkVScrollbar</a></span><span class="refpurpose"> — A vertical scrollbar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkScrolledWindow.html">GtkScrolledWindow</a></span><span class="refpurpose"> — Adds scrollbars to its child widget</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="Printing.html">Printing</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gtk-High-level-Printing-API.html">GtkPrintOperation</a></span><span class="refpurpose"> — High-level Printing API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPrintContext.html">GtkPrintContext</a></span><span class="refpurpose"> — Encapsulates context for drawing pages</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPrintSettings.html">GtkPrintSettings</a></span><span class="refpurpose"> — Stores print settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPageSetup.html">GtkPageSetup</a></span><span class="refpurpose"> — Stores page setup information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-GtkPaperSize.html">GtkPaperSize</a></span><span class="refpurpose"> — Support for named paper sizes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPrinter.html">GtkPrinter</a></span><span class="refpurpose"> — Represents a printer</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPrintJob.html">GtkPrintJob</a></span><span class="refpurpose"> — Represents a print job</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPrintUnixDialog.html">GtkPrintUnixDialog</a></span><span class="refpurpose"> — A print dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPageSetupUnixDialog.html">GtkPageSetupUnixDialog</a></span><span class="refpurpose"> — A page setup dialog</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="MiscObjects.html">Miscellaneous</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkAdjustment.html">GtkAdjustment</a></span><span class="refpurpose"> — A GtkObject representing an adjustable bounded value</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkArrow.html">GtkArrow</a></span><span class="refpurpose"> — Displays an arrow</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCalendar.html">GtkCalendar</a></span><span class="refpurpose"> — Displays a calendar and allows the user to select a date</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkDrawingArea.html">GtkDrawingArea</a></span><span class="refpurpose"> — A widget for custom user interface elements</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkEventBox.html">GtkEventBox</a></span><span class="refpurpose"> — A widget used to catch events for widgets which do not have their own window</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHandleBox.html">GtkHandleBox</a></span><span class="refpurpose"> — a widget for detachable window portions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkIMContextSimple.html">GtkIMContextSimple</a></span><span class="refpurpose"> — An input method context supporting table-based input methods</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkIMMulticontext.html">GtkIMMulticontext</a></span><span class="refpurpose"> — An input method context supporting multiple, loadable input methods</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSizeGroup.html">GtkSizeGroup</a></span><span class="refpurpose"> — Grouping widgets so they request the same size</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTooltip.html">GtkTooltip</a></span><span class="refpurpose"> — Add tips to your widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkViewport.html">GtkViewport</a></span><span class="refpurpose"> — An adapter which makes widgets scrollable</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkAccessible.html">GtkAccessible</a></span><span class="refpurpose"> — Accessibility support for widgets</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="AbstractObjects.html">Abstract Base Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkBin.html">GtkBin</a></span><span class="refpurpose"> — A container with just one child</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkBox.html">GtkBox</a></span><span class="refpurpose"> — Base class for box containers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkButtonBox.html">GtkButtonBox</a></span><span class="refpurpose"> — Base class for GtkHButtonBox and GtkVButtonBox</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkContainer.html">GtkContainer</a></span><span class="refpurpose"> — Base class for widgets which contain other widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkItem.html">GtkItem</a></span><span class="refpurpose"> — Abstract base class for GtkMenuItem, GtkListItem and GtkTreeItem</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMenuShell.html">GtkMenuShell</a></span><span class="refpurpose"> — A base class for menu objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkMisc.html">GtkMisc</a></span><span class="refpurpose"> — Base class for widgets with alignments and padding</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkObject.html">GtkObject</a></span><span class="refpurpose"> — The base class of the GTK+ type hierarchy</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPaned.html">GtkPaned</a></span><span class="refpurpose"> — Base class for widgets with two adjustable panes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRange.html">GtkRange</a></span><span class="refpurpose"> — Base class for widgets which visualize an adjustment</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkScale.html">GtkScale</a></span><span class="refpurpose"> — Base class for GtkHScale and GtkVScale</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkScrollbar.html">GtkScrollbar</a></span><span class="refpurpose"> — Base class for GtkHScrollbar and GtkVScrollbar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSeparator.html">GtkSeparator</a></span><span class="refpurpose"> — Base class for GtkHSeparator and GtkVSeparator</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkWidget.html">GtkWidget</a></span><span class="refpurpose"> — Base class for all widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkIMContext.html">GtkIMContext</a></span><span class="refpurpose"> — Base class for input method contexts</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="PlugSocket.html">Cross-process Embedding</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkPlug.html">GtkPlug</a></span><span class="refpurpose"> — Toplevel for embedding into other processes</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkSocket.html">GtkSocket</a></span><span class="refpurpose"> — Container for widgets from other processes</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="SpecialObjects.html">Special-purpose features</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkCurve.html">GtkCurve</a></span><span class="refpurpose"> — Allows direct editing of a curve</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkGammaCurve.html">GtkGammaCurve</a></span><span class="refpurpose"> — A subclass of GtkCurve for editing gamma curves</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRuler.html">GtkRuler</a></span><span class="refpurpose"> — Base class for horizontal or vertical rulers</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkHRuler.html">GtkHRuler</a></span><span class="refpurpose"> — A horizontal ruler</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkVRuler.html">GtkVRuler</a></span><span class="refpurpose"> — A vertical ruler</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="RecentDocuments.html">Recently Used Documents</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkRecentManager.html">GtkRecentManager</a></span><span class="refpurpose"> — Managing Recently Used Files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentChooser.html">GtkRecentChooser</a></span><span class="refpurpose"> — Interface implemented by widgets displaying recently used files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentChooserDialog.html">GtkRecentChooserDialog</a></span><span class="refpurpose"> — Displays recently used files in a dialog</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentChooserMenu.html">GtkRecentChooserMenu</a></span><span class="refpurpose"> — Displays recently used files in a menu</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentChooserWidget.html">GtkRecentChooserWidget</a></span><span class="refpurpose"> — Displays recently used files</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkRecentFilter.html">GtkRecentFilter</a></span><span class="refpurpose"> — A filter for selecting a subset of recently used files</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="Builder.html">Interface builder</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gtk-gtkbuildable.html">GtkBuildable</a></span><span class="refpurpose"> — Interface for objects that can be built by GtkBuilder</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkBuilder.html">GtkBuilder</a></span><span class="refpurpose"> — Build an interface from an XML UI definition</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="DeprecatedObjects.html">Deprecated</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="GtkCList.html">GtkCList</a></span><span class="refpurpose"> — A multi-columned scrolling list widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCTree.html">GtkCTree</a></span><span class="refpurpose"> — A widget displaying a hierarchical tree</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkCombo.html">GtkCombo</a></span><span class="refpurpose"> — A text entry field with a dropdown list</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkFileSelection.html">GtkFileSelection</a></span><span class="refpurpose"> — Prompt the user for a file or directory name</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkItemFactory.html">GtkItemFactory</a></span><span class="refpurpose"> — A factory for menus</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkList.html">GtkList</a></span><span class="refpurpose"> — Widget for packing a list of selectable items</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkListItem.html">GtkListItem</a></span><span class="refpurpose"> — An item in a GtkList</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkOldEditable.html">GtkOldEditable</a></span><span class="refpurpose"> — Base class for text-editing widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkOptionMenu.html">GtkOptionMenu</a></span><span class="refpurpose"> — A widget used to choose from a list of valid choices</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPixmap.html">GtkPixmap</a></span><span class="refpurpose"> — A widget displaying a graphical image or icon</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkPreview.html">GtkPreview</a></span><span class="refpurpose"> — A widget to display RGB or grayscale data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkProgress.html">GtkProgress</a></span><span class="refpurpose"> — Base class for GtkProgressBar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkText.html">GtkText</a></span><span class="refpurpose"> — A text widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTooltips.html">GtkTooltips</a></span><span class="refpurpose"> — Add tips to your widgets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTipsQuery.html">GtkTipsQuery</a></span><span class="refpurpose"> — Displays help about widgets in the user interface</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTree.html">GtkTree</a></span><span class="refpurpose"> — A tree widget</span>
</dt>
<dt>
<span class="refentrytitle"><a href="GtkTreeItem.html">GtkTreeItem</a></span><span class="refpurpose"> — The widget used for items in a GtkTree</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="migrating.html">IV. Migrating from Previous Versions of GTK+</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="gtk-migrating-checklist.html">Migration Checklist</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-checklist.html#checklist-popup-menu">Implement GtkWidget::popup_menu</a></span></dt>
<dt><span class="section"><a href="checklist-gdkeventexpose-region.html">Use GdkEventExpose.region</a></span></dt>
<dt><span class="section"><a href="checklist-modifiers.html">Test for modifier keys correctly</a></span></dt>
<dt><span class="section"><a href="checklist-named-icons.html">Use named icons</a></span></dt>
</dl></dd>
<dt>
<span class="refentrytitle"><a href="gtk-changes-1-2.html">Changes from 1.0 to 1.2</a></span><span class="refpurpose"> — 
Incompatible changes made between version 1.0 and version 1.2
</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-changes-2-0.html">Changes from 1.2 to 2.0</a></span><span class="refpurpose"> — 
Incompatible changes made between version 1.2 and version 2.0
</span>
</dt>
<dt><span class="chapter"><a href="gtk-migrating-GtkFileChooser.html">Migrating from GtkFileSelection to GtkFileChooser</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-GtkFileChooser.html#gtkfilechooser-creating">Creating a GtkFileChooserDialog</a></span></dt>
<dt><span class="section"><a href="gtkfilechooser-selection-modes.html">Selection Modes</a></span></dt>
<dt><span class="section"><a href="gtkfilechooser-installing-preview.html">Installing a Preview widget</a></span></dt>
<dt><span class="section"><a href="gtkfilechooser-installing-extra-widgets.html">Installing Extra Widgets</a></span></dt>
<dt><span class="section"><a href="gtkfilechooser-new-features.html">New features</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gtk-migrating-GtkAction.html">Migrating from old menu and toolbar systems to GtkAction</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-GtkAction.html#actions-and-action-groups">Actions and Action Groups</a></span></dt>
<dt><span class="section"><a href="ui-manager.html">User Interface Manager Object</a></span></dt>
<dt><span class="section"><a href="migrating-gnomeuiinfo.html">Migrating from GnomeUIInfo</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gtk-migrating-GtkComboBox.html">Migrating from GtkOptionMenu and GtkCombo to GtkComboBox and 
         GtkComboBoxEntry</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-GtkComboBox.html#migrating-GtkOptionMenu">Migrating from GtkOptionMenu to GtkComboBox</a></span></dt>
<dt><span class="section"><a href="migrating-GtkCombo.html">Migrating from GtkCombo to GtkComboBoxEntry</a></span></dt>
<dt><span class="section"><a href="new-features-GtkComboBox.html">New features</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gtk-migrating-GtkIconView.html">Migrating from GnomeIconList to GtkIconView</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-GtkAboutDialog.html">Migrating from GnomeAbout to GtkAboutDialog</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-GtkColorButton.html">Migrating from GnomeColorPicker to GtkColorButton</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-GtkAssistant.html">Migrating from GnomeDruid to GtkAssistant</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-GtkAssistant.html#inserting-pages">Inserting pages</a></span></dt>
<dt><span class="section"><a href="decorating-the-assistant-pages.html">Decorating the assistant pages</a></span></dt>
<dt><span class="section"><a href="setting-the-page-flow.html">Setting the page flow</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gtk-migrating-GtkRecentChooser.html">Migrating from EggRecent to GtkRecentChooser</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="gtk-migrating-GtkRecentChooser.html#gtkrecent-manager">Managing the Recently Used Documents</a></span></dt>
<dt><span class="section"><a href="gtkrecent-chooser.html">Displaying the Recently Used Documents</a></span></dt>
<dt><span class="section"><a href="gtkrecent-advanced.html">Advanced usage</a></span></dt>
</dl></dd>
<dt><span class="chapter"><a href="gtk-migrating-GtkLinkButton.html">Migrating from GnomeHRef to GtkLinkButton</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-GtkBuilder.html">Migrating from libglade to GtkBuilder</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-tooltips.html">Migrating from GtkTooltips to GtkTooltip</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-entry-icons.html">Migrating from SexyIconEntry to GtkEntry</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-label-links.html">Migrating from SexyUrlLabel to GtkLabel</a></span></dt>
<dt><span class="chapter"><a href="gtk-migrating-ClientSideWindows.html">Migrating to client-side windows</a></span></dt>
</dl></dd>
<dt><span class="part"><a href="pt05.html">V. GTK+ Tools</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="gtk-query-immodules-2.0.html">gtk-query-immodules-2.0</a></span><span class="refpurpose"> — Input method module registration utility</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-update-icon-cache.html">gtk-update-icon-cache</a></span><span class="refpurpose"> — Icon theme caching utility</span>
</dt>
<dt>
<span class="refentrytitle"><a href="gtk-builder-convert.html">gtk-builder-convert</a></span><span class="refpurpose"> — Glade file conversion utility</span>
</dt>
</dl></dd>
<dt><span class="glossary"><a href="glossary.html">Glossary</a></span></dt>
<dt><span class="index"><a href="api-index-full.html">Index of all symbols</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-2-2.html">Index of new symbols in 2.2</a></span></dt>
<dt><span class="index"><a href="api-index-2-4.html">Index of new symbols in 2.4</a></span></dt>
<dt><span class="index"><a href="api-index-2-6.html">Index of new symbols in 2.6</a></span></dt>
<dt><span class="index"><a href="api-index-2-8.html">Index of new symbols in 2.8</a></span></dt>
<dt><span class="index"><a href="api-index-2-10.html">Index of new symbols in 2.10</a></span></dt>
<dt><span class="index"><a href="api-index-2-12.html">Index of new symbols in 2.12</a></span></dt>
<dt><span class="index"><a href="api-index-2-14.html">Index of new symbols in 2.14</a></span></dt>
<dt><span class="index"><a href="api-index-2-16.html">Index of new symbols in 2.16</a></span></dt>
<dt><span class="index"><a href="api-index-2-18.html">Index of new symbols in 2.18</a></span></dt>
<dt><span class="index"><a href="api-index-2-20.html">Index of new symbols in 2.20</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.14</div>
</body>
</html>