summaryrefslogtreecommitdiffstats
path: root/languages/cpp/doc/gnome.toc
blob: 071e0dd79bc9289416463c7663c41df0fb8469b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
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
<!DOCTYPE tdeveloptoc>
<tdeveloptoc>
<title>GNOME API Reference</title>
<base href="http://developer.gnome.org"/>
<tocsect1 name="GLib" url="glib/stable">
  <tocsect2 name="GLib Overview" url="glib/stable/glib.html">
    <tocsect3 name="Compiling the GLib package" url="glib/stable/glib-building.html"/>
    <tocsect3 name="Cross-compiling the GLib package" url="glib/stable/glib-cross-compiling.html"/>
    <tocsect3 name="Writing GLib Applications" url="glib/stable/glib-programming.html"/>
    <tocsect3 name="Compiling GLib Applications" url="glib/stable/glib-compiling.html"/>
    <tocsect3 name="Running GLib Applications" url="glib/stable/glib-running.html"/>
    <tocsect3 name="Changes to GLib" url="glib/stable/glib-changes.html"/>
    <tocsect3 name="Mailing lists and bug reports" url="glib/stable/glib-resources.html"/>
  </tocsect2>
  <tocsect2 name="GLib Fundamentals" url="glib/stable/glib-fundamentals.html">
    <tocsect3 name="Version Information" url="glib/stable/glib-Version-Information.html"/>
    <tocsect3 name="Basic Types" url="glib/stable/glib-Basic-Types.html"/>
    <tocsect3 name="Standard Macros" url="glib/stable/glib-Standard-Macros.html"/>
    <tocsect3 name="Type Conversion Macros" url="glib/stable/glib-Type-Conversion-Macros.html"/>
    <tocsect3 name="Byte Order Macros" url="glib/stable/glib-Byte-Order-Macros.html"/>
    <tocsect3 name="Numerical Definitions" url="glib/stable/glib-Numerical-Definitions.html"/>
    <tocsect3 name="Miscellaneous Macros" url="glib/stable/glib-Miscellaneous-Macros.html"/>
    <tocsect3 name="Atomic Operations" url="glib/stable/glib-Atomic-Operations.html"/>
  </tocsect2>
  <tocsect2 name="GLib Core Application Support" url="glib/stable/glib-core.html">
    <tocsect3 name="The Main Event Loop" url="glib/stable/glib-The-Main-Event-Loop.html"/>
    <tocsect3 name="Threads" url="glib/stable/glib-Threads.html"/>
    <tocsect3 name="Thread Pools" url="glib/stable/glib-Thread-Pools.html"/>
    <tocsect3 name="Asynchronous Queues" url="glib/stable/glib-Asynchronous-Queues.html"/>
    <tocsect3 name="Dynamic Loading of Modules" url="glib/stable/glib-Dynamic-Loading-of-Modules.html"/>
    <tocsect3 name="Memory Allocation" url="glib/stable/glib-Memory-Allocation.html"/>
    <tocsect3 name="Memory Slices" url="glib/stable/glib-Memory-Slices.html"/>
    <tocsect3 name="IO Channels" url="glib/stable/glib-IO-Channels.html"/>
    <tocsect3 name="Error Reporting" url="glib/stable/glib-Error-Reporting.html"/>
    <tocsect3 name="Message Output and Debugging Functions" url="glib/stable/glib-Warnings-and-Assertions.html"/>
    <tocsect3 name="Message Logging" url="glib/stable/glib-Message-Logging.html"/>
  </tocsect2>
  <tocsect2 name="GLib Utilities" url="glib/stable/glib-utilities.html">
    <tocsect3 name="String Utility Functions" url="glib/stable/glib-String-Utility-Functions.html"/>
    <tocsect3 name="Character Set Conversion" url="glib/stable/glib-Character-Set-Conversion.html"/>
    <tocsect3 name="Unicode Manipulation" url="glib/stable/glib-Unicode-Manipulation.html"/>
    <tocsect3 name="Base64 Encoding" url="glib/stable/glib-Base64-Encoding.html"/>
    <tocsect3 name="Data Checksums" url="glib/stable/glib-Data-Checksums.html"/>
    <tocsect3 name="Secure HMAC Digests" url="glib/stable/glib-Data-HMACs.html"/>
    <tocsect3 name="Internationalization" url="glib/stable/glib-I18N.html"/>
    <tocsect3 name="Date and Time Functions" url="glib/stable/glib-Date-and-Time-Functions.html"/>
    <tocsect3 name="GTimeZone" url="glib/stable/glib-GTimeZone.html"/>
    <tocsect3 name="GDateTime" url="glib/stable/glib-GDateTime.html"/>
    <tocsect3 name="Random Numbers" url="glib/stable/glib-Random-Numbers.html"/>
    <tocsect3 name="Hook Functions" url="glib/stable/glib-Hook-Functions.html"/>
    <tocsect3 name="Miscellaneous Utility Functions" url="glib/stable/glib-Miscellaneous-Utility-Functions.html"/>
    <tocsect3 name="Lexical Scanner" url="glib/stable/glib-Lexical-Scanner.html"/>
    <tocsect3 name="Timers" url="glib/stable/glib-Timers.html"/>
    <tocsect3 name="Spawning Processes" url="glib/stable/glib-Spawning-Processes.html"/>
    <tocsect3 name="File Utilities" url="glib/stable/glib-File-Utilities.html"/>
    <tocsect3 name="URI Functions" url="glib/stable/glib-URI-Functions.html"/>
    <tocsect3 name="Hostname Utilities" url="glib/stable/glib-Hostname-Utilities.html"/>
    <tocsect3 name="Shell-related Utilities" url="glib/stable/glib-Shell-related-Utilities.html"/>
    <tocsect3 name="Commandline option parser" url="glib/stable/glib-Commandline-option-parser.html"/>
    <tocsect3 name="Glob-style pattern matching" url="glib/stable/glib-Glob-style-pattern-matching.html"/>
    <tocsect3 name="Perl-compatible regular expressions" url="glib/stable/glib-Perl-compatible-regular-expressions.html"/>
    <tocsect3 name="Regular expression syntax" url="glib/stable/glib-regex-syntax.html"/>
    <tocsect3 name="Simple XML Subset Parser" url="glib/stable/glib-Simple-XML-Subset-Parser.html"/>
    <tocsect3 name="Key-value file parser" url="glib/stable/glib-Key-value-file-parser.html"/>
    <tocsect3 name="Bookmark file parser" url="glib/stable/glib-Bookmark-file-parser.html"/>
    <tocsect3 name="Testing" url="glib/stable/glib-Testing.html"/>
    <tocsect3 name="UNIX-specific utilities and integration" url="glib/stable/glib-UNIX-specific-utilities-and-integration.html"/>
    <tocsect3 name="Windows Compatibility Functions" url="glib/stable/glib-Windows-Compatibility-Functions.html"/>
  </tocsect2>
  <tocsect2 name="GLib Data Types" url="glib/stable/glib-data-types.html">
    <tocsect3 name="Doubly-Linked Lists" url="glib/stable/glib-Doubly-Linked-Lists.html"/>
    <tocsect3 name="Singly-Linked Lists" url="glib/stable/glib-Singly-Linked-Lists.html"/>
    <tocsect3 name="Double-ended Queues" url="glib/stable/glib-Double-ended-Queues.html"/>
    <tocsect3 name="Sequences" url="glib/stable/glib-Sequences.html"/>
    <tocsect3 name="Trash Stacks" url="glib/stable/glib-Trash-Stacks.html"/>
    <tocsect3 name="Hash Tables" url="glib/stable/glib-Hash-Tables.html"/>
    <tocsect3 name="Strings" url="glib/stable/glib-Strings.html"/>
    <tocsect3 name="String Chunks" url="glib/stable/glib-String-Chunks.html"/>
    <tocsect3 name="Arrays" url="glib/stable/glib-Arrays.html"/>
    <tocsect3 name="Pointer Arrays" url="glib/stable/glib-Pointer-Arrays.html"/>
    <tocsect3 name="Byte Arrays" url="glib/stable/glib-Byte-Arrays.html"/>
    <tocsect3 name="Balanced Binary Trees" url="glib/stable/glib-Balanced-Binary-Trees.html"/>
    <tocsect3 name="N-ary Trees" url="glib/stable/glib-N-ary-Trees.html"/>
    <tocsect3 name="Quarks" url="glib/stable/glib-Quarks.html"/>
    <tocsect3 name="Keyed Data Lists" url="glib/stable/glib-Keyed-Data-Lists.html"/>
    <tocsect3 name="Datasets" url="glib/stable/glib-Datasets.html"/>
    <tocsect3 name="GVariantType" url="glib/stable/glib-GVariantType.html"/>
    <tocsect3 name="GVariant" url="glib/stable/glib-GVariant.html"/>
    <tocsect3 name="GVariant Format Strings" url="glib/stable/gvariant-format-strings.html"/>
    <tocsect3 name="GVariant Text Format" url="glib/stable/gvariant-text.html"/>
  </tocsect2>
  <tocsect2 name="Deprecated APIs" url="glib/stable/deprecated.html">
    <tocsect3 name="Deprecated thread API" url="glib/stable/glib-Deprecated-Thread-APIs.html"/>
    <tocsect3 name="Caches" url="glib/stable/glib-Caches.html"/>
    <tocsect3 name="Relations and Tuples" url="glib/stable/glib-Relations-and-Tuples.html"/>
    <tocsect3 name="Automatic String Completion" url="glib/stable/glib-Automatic-String-Completion.html"/>
  </tocsect2>
  <tocsect2 name="GLib Tools" url="glib/stable/tools.html">
    <tocsect3 name="glib-gettextize" url="glib/stable/glib-gettextize.html"/>
    <tocsect3 name="gtester" url="glib/stable/gtester.html"/>
    <tocsect3 name="gtester-report" url="glib/stable/gtester-report.html"/>
  </tocsect2>
</tocsect1>

<tocsect1 name="GDK-Pixbuf" url="gdk-pixbuf/stable/">
  <tocsect2 name="I. API Reference" url="gdk-pixbuf/stable/rn01.html">
    <tocsect3 name="Initialization and Versions" url="gdk-pixbuf/stable/gdk-pixbuf-Versioning.html"/>
    <tocsect3 name="The GdkPixbuf Structure" url="gdk-pixbuf/stable/gdk-pixbuf-The-GdkPixbuf-Structure.html"/>
    <tocsect3 name="Reference Counting and Memory Mangement" url="gdk-pixbuf/stable/gdk-pixbuf-Reference-Counting-and-Memory-Mangement.html"/>
    <tocsect3 name="File Loading" url="gdk-pixbuf/stable/gdk-pixbuf-File-Loading.html"/>
    <tocsect3 name="File saving" url="gdk-pixbuf/stable/gdk-pixbuf-File-saving.html"/>
    <tocsect3 name="Image Data in Memory" url="gdk-pixbuf/stable/gdk-pixbuf-Image-Data-in-Memory.html"/>
    <tocsect3 name="Inline data" url="gdk-pixbuf/stable/gdk-pixbuf-Inline-data.html"/>
    <tocsect3 name="Scaling" url="gdk-pixbuf/stable/gdk-pixbuf-Scaling.html"/>
    <tocsect3 name="Rendering" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-rendering.html"/>
    <tocsect3 name="Drawables to Pixbufs" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-from-drawables.html"/>
    <tocsect3 name="Utilities" url="gdk-pixbuf/stable/gdk-pixbuf-Utilities.html"/>
    <tocsect3 name="Animations" url="gdk-pixbuf/stable/gdk-pixbuf-Animations.html"/>
    <tocsect3 name="GdkPixbufLoader" url="gdk-pixbuf/stable/GdkPixbufLoader.html"/>
    <tocsect3 name="Module Interface" url="gdk-pixbuf/stable/gdk-pixbuf-Module-Interface.html"/>
    <tocsect3 name="gdk-pixbuf Xlib initialization" url="gdk-pixbuf/stable/gdk-pixbuf-gdk-pixbuf-Xlib-initialization.html"/>
    <tocsect3 name="Xlib Rendering" url="gdk-pixbuf/stable/gdk-pixbuf-Xlib-Rendering.html"/>
    <tocsect3 name="X Drawables to Pixbufs" url="gdk-pixbuf/stable/gdk-pixbuf-X-Drawables-to-Pixbufs.html"/>
    <tocsect3 name="XlibRGB" url="gdk-pixbuf/stable/gdk-pixbuf-XlibRGB.html"/>
  </tocsect2>
  <tocsect2 name="II. Tools Reference" url="gdk-pixbuf/stable/rn02.html">
    <tocsect3 name="gdk-pixbuf-csource" url="gdk-pixbuf/stable/gdk-pixbuf-csource.html"/>
    <tocsect3 name="gdk-pixbuf-query-loaders" url="gdk-pixbuf/stable/gdk-pixbuf-query-loaders.html"/>
  </tocsect2>
</tocsect1>

<tocsect1 name="GDK" url="gdk3/stable">
  <tocsect2 name="I. API Reference" url="gdk3/stable/reference.html">
    <tocsect3 name="General" url="gdk3/stable/gdk3-General.html"/>
    <tocsect3 name="GdkDisplayManager" url="gdk3/stable/GdkDisplayManager.html"/>
    <tocsect3 name="GdkDisplay" url="gdk3/stable/GdkDisplay.html"/>
    <tocsect3 name="GdkScreen" url="gdk3/stable/GdkScreen.html"/>
    <tocsect3 name="GdkDeviceManager" url="gdk3/stable/GdkDeviceManager.html"/>
    <tocsect3 name="GdkDevice" url="gdk3/stable/GdkDevice.html"/>
    <tocsect3 name="Points and Rectangles" url="gdk3/stable/gdk3-Points-Rectangles-and-Regions.html"/>
    <tocsect3 name="Pixbufs" url="gdk3/stable/gdk3-Pixbufs.html"/>
    <tocsect3 name="RGBA Colors" url="gdk3/stable/gdk3-RGBA-Colors.html"/>
    <tocsect3 name="Visuals" url="gdk3/stable/gdk3-Visuals.html"/>
    <tocsect3 name="Cursors" url="gdk3/stable/gdk3-Cursors.html"/>
    <tocsect3 name="Windows" url="gdk3/stable/gdk3-Windows.html"/>
    <tocsect3 name="Frame clock" url="gdk3/stable/GdkFrameClock.html"/>
    <tocsect3 name="Frame timings" url="gdk3/stable/gdk3-GdkFrameTimings.html"/>
    <tocsect3 name="Events" url="gdk3/stable/gdk3-Events.html"/>
    <tocsect3 name="Event Structures" url="gdk3/stable/gdk3-Event-Structures.html"/>
    <tocsect3 name="Key Values" url="gdk3/stable/gdk3-Keyboard-Handling.html"/>
    <tocsect3 name="Selections" url="gdk3/stable/gdk3-Selections.html"/>
    <tocsect3 name="Drag And Drop" url="gdk3/stable/gdk3-Drag-and-Drop.html"/>
    <tocsect3 name="Properties and Atoms" url="gdk3/stable/gdk3-Properties-and-Atoms.html"/>
    <tocsect3 name="Threads" url="gdk3/stable/gdk3-Threads.html"/>
    <tocsect3 name="Pango Interaction" url="gdk3/stable/gdk3-Pango-Interaction.html"/>
    <tocsect3 name="Cairo Interaction" url="gdk3/stable/gdk3-Cairo-Interaction.html"/>
    <tocsect3 name="X Window System Interaction" url="gdk3/stable/gdk3-X-Window-System-Interaction.html"/>
    <tocsect3 name="Wayland Interaction" url="gdk3/stable/gdk3-Wayland-Interaction.html"/>
    <tocsect3 name="Application launching" url="gdk3/stable/gdk3-Application-launching.html"/>
    <tocsect3 name="Testing" url="gdk3/stable/gdk3-Testing.html"/>
  </tocsect2>
  <tocsect2 name="II. Deprecated" url="gdk3/stable/rn02.html">
    <tocsect3 name="Colors" url="gdk3/stable/gdk3-Colors.html"/>
  </tocsect2>
</tocsect1>

<tocsect1 name="GTK+" url="gtk3/stable/">
  <tocsect2 name="I. GTK+ Overview" url="gtk3/stable/gtk.html">
    <tocsect3 name="Getting Started with GTK+" url="gtk3/stable/gtk-getting-started.html">
      <tocsect4 name="Basics" url="gtk3/stable/gtk-getting-started.html#id-1.2.3.3"/>
      <tocsect4 name="Packing" url="gtk3/stable/ch01s02.html"/>
      <tocsect4 name="Drawing" url="gtk3/stable/ch01s03.html"/>
      <tocsect4 name="Building user interfaces" url="gtk3/stable/ch01s04.html"/>
      <tocsect4 name="Building applications" url="gtk3/stable/ch01s05.html"/>
      <tocsect4 name="Mailing lists and bug reports" url="gtk3/stable/gtk-resources.html"/>
      <tocsect4 name="Common Questions" url="gtk3/stable/gtk-question-index.html"/>
      <tocsect4 name="The GTK+ Drawing Model" url="gtk3/stable/chap-drawing-model.html"/>
      <tocsect4 name="The GTK+ Input Handling Model" url="gtk3/stable/chap-input-handling.html"/>
    </tocsect3>
  </tocsect2>
  <tocsect2 name="II. GTK+ Widgets and Objects" url="gtk3/stable/gtkobjects.html">
    <tocsect3 name="Object Hierarchy" url="gtk3/stable/ch02.html"/>
    <tocsect3 name="Widget Gallery" url="gtk3/stable/ch03.html"/>
    <tocsect3 name="Application support" url="gtk3/stable/Application.html">
      <tocsect4 name="GtkApplication" url="gtk3/stable/GtkApplication.html"/>
      <tocsect4 name="GtkApplicationWindow" url="gtk3/stable/GtkApplicationWindow.html"/>
      <tocsect4 name="GtkActionable" url="gtk3/stable/GtkActionable.html"/>
    </tocsect3>
    <tocsect3 name="Interface builder" url="gtk3/stable/Builder.html">
      <tocsect4 name="GtkBuilder" url="gtk3/stable/GtkBuilder.html"/>
      <tocsect4 name="GtkBuildable" url="gtk3/stable/GtkBuildable.html"/>
    </tocsect3>
    <tocsect3 name="Windows" url="gtk3/stable/WindowWidgets.html">
      <tocsect4 name="GtkWindow" url="gtk3/stable/GtkWindow.html"/>
      <tocsect4 name="GtkDialog" url="gtk3/stable/GtkDialog.html"/>
      <tocsect4 name="GtkMessageDialog" url="gtk3/stable/GtkMessageDialog.html"/>
      <tocsect4 name="GtkAboutDialog" url="gtk3/stable/GtkAboutDialog.html"/>
      <tocsect4 name="GtkAssistant" url="gtk3/stable/GtkAssistant.html"/>
      <tocsect4 name="GtkInvisible" url="gtk3/stable/GtkInvisible.html"/>
      <tocsect4 name="GtkOffscreenWindow" url="gtk3/stable/GtkOffscreenWindow.html"/>
      <tocsect4 name="GtkWindowGroup" url="gtk3/stable/GtkWindowGroup.html"/>
    </tocsect3>
    <tocsect3 name="Layout Containers" url="gtk3/stable/LayoutContainers.html">
      <tocsect4 name="GtkBox" url="gtk3/stable/GtkBox.html"/>
      <tocsect4 name="GtkGrid" url="gtk3/stable/GtkGrid.html"/>
      <tocsect4 name="GtkRevealer" url="gtk3/stable/GtkRevealer.html"/>
      <tocsect4 name="GtkListBox" url="gtk3/stable/GtkListBox.html"/>
      <tocsect4 name="GtkFlowBox" url="gtk3/stable/GtkFlowBox.html"/>
      <tocsect4 name="GtkStack" url="gtk3/stable/GtkStack.html"/>
      <tocsect4 name="GtkStackSwitcher" url="gtk3/stable/GtkStackSwitcher.html"/>
      <tocsect4 name="GtkActionBar" url="gtk3/stable/GtkActionBar.html"/>
      <tocsect4 name="GtkHeaderBar" url="gtk3/stable/GtkHeaderBar.html"/>
      <tocsect4 name="GtkOverlay" url="gtk3/stable/GtkOverlay.html"/>
      <tocsect4 name="GtkButtonBox" url="gtk3/stable/GtkButtonBox.html"/>
      <tocsect4 name="GtkPaned" url="gtk3/stable/GtkPaned.html"/>
      <tocsect4 name="GtkLayout" url="gtk3/stable/GtkLayout.html"/>
      <tocsect4 name="GtkNotebook" url="gtk3/stable/GtkNotebook.html"/>
      <tocsect4 name="GtkExpander" url="gtk3/stable/GtkExpander.html"/>
      <tocsect4 name="GtkOrientable" url="gtk3/stable/gtk3-Orientable.html"/>
      <tocsect4 name="GtkAspectFrame" url="gtk3/stable/GtkAspectFrame.html"/>
      <tocsect4 name="GtkFixed" url="gtk3/stable/GtkFixed.html"/>
    </tocsect3>
    <tocsect3 name="Display Widgets" url="gtk3/stable/DisplayWidgets.html">
      <tocsect4 name="GtkLabel" url="gtk3/stable/GtkLabel.html"/>
      <tocsect4 name="GtkImage" url="gtk3/stable/GtkImage.html"/>
      <tocsect4 name="GtkSpinner" url="gtk3/stable/GtkSpinner.html"/>
      <tocsect4 name="GtkInfoBar" url="gtk3/stable/GtkInfoBar.html"/>
      <tocsect4 name="GtkProgressBar" url="gtk3/stable/GtkProgressBar.html"/>
      <tocsect4 name="GtkLevelBar" url="gtk3/stable/GtkLevelBar.html"/>
      <tocsect4 name="GtkStatusbar" url="gtk3/stable/GtkStatusbar.html"/>
      <tocsect4 name="GtkAccelLabel" url="gtk3/stable/GtkAccelLabel.html"/>
    </tocsect3>
    <tocsect3 name="Buttons and Toggles" url="gtk3/stable/ButtonWidgets.html">
      <tocsect4 name="GtkButton" url="gtk3/stable/GtkButton.html"/>
      <tocsect4 name="GtkCheckButton" url="gtk3/stable/GtkCheckButton.html"/>
      <tocsect4 name="GtkRadioButton" url="gtk3/stable/GtkRadioButton.html"/>
      <tocsect4 name="GtkToggleButton" url="gtk3/stable/GtkToggleButton.html"/>
      <tocsect4 name="GtkLinkButton" url="gtk3/stable/GtkLinkButton.html"/>
      <tocsect4 name="GtkMenuButton" url="gtk3/stable/GtkMenuButton.html"/>
      <tocsect4 name="GtkSwitch" url="gtk3/stable/GtkSwitch.html"/>
      <tocsect4 name="GtkScaleButton" url="gtk3/stable/GtkScaleButton.html"/>
      <tocsect4 name="GtkVolumeButton" url="gtk3/stable/GtkVolumeButton.html"/>
      <tocsect4 name="GtkLockButton" url="gtk3/stable/GtkLockButton.html"/>
    </tocsect3>
    <tocsect3 name="Numeric and Text Data Entry" url="gtk3/stable/NumericEntry.html">
      <tocsect4 name="GtkEntry" url="gtk3/stable/GtkEntry.html"/>
      <tocsect4 name="GtkEntryBuffer" url="gtk3/stable/GtkEntryBuffer.html"/>
      <tocsect4 name="GtkEntryCompletion" url="gtk3/stable/GtkEntryCompletion.html"/>
      <tocsect4 name="GtkScale" url="gtk3/stable/GtkScale.html"/>
      <tocsect4 name="GtkSpinButton" url="gtk3/stable/GtkSpinButton.html"/>
      <tocsect4 name="GtkSearchEntry" url="gtk3/stable/GtkSearchEntry.html"/>
      <tocsect4 name="GtkSearchBar" url="gtk3/stable/GtkSearchBar.html"/>
      <tocsect4 name="GtkEditable" url="gtk3/stable/GtkEditable.html"/>
    </tocsect3>
    <tocsect3 name="Multiline Text Editor" url="gtk3/stable/TextWidgetObjects.html">
      <tocsect4 name="Text Widget Overview" url="gtk3/stable/TextWidget.html"/>
      <tocsect4 name="GtkTextIter" url="gtk3/stable/GtkTextIter.html"/>
      <tocsect4 name="GtkTextMark" url="gtk3/stable/GtkTextMark.html"/>
      <tocsect4 name="GtkTextBuffer" url="gtk3/stable/GtkTextBuffer.html"/>
      <tocsect4 name="GtkTextTag" url="gtk3/stable/GtkTextTag.html"/>
      <tocsect4 name="GtkTextTagTable" url="gtk3/stable/GtkTextTagTable.html"/>
      <tocsect4 name="GtkTextView" url="gtk3/stable/GtkTextView.html"/>
    </tocsect3>
    <tocsect3 name="Tree, List and Icon Grid Widgets" url="gtk3/stable/TreeWidgetObjects.html">
      <tocsect4 name="Tree and List Widget Overview" url="gtk3/stable/TreeWidget.html"/>
      <tocsect4 name="GtkTreeModel" url="gtk3/stable/GtkTreeModel.html"/>
      <tocsect4 name="GtkTreeSelection" url="gtk3/stable/GtkTreeSelection.html"/>
      <tocsect4 name="GtkTreeViewColumn" url="gtk3/stable/GtkTreeViewColumn.html"/>
      <tocsect4 name="GtkTreeView" url="gtk3/stable/GtkTreeView.html"/>
      <tocsect4 name="GtkTreeView drag-and-drop" url="gtk3/stable/gtk3-GtkTreeView-drag-and-drop.html"/>
      <tocsect4 name="GtkCellView" url="gtk3/stable/GtkCellView.html"/>
      <tocsect4 name="GtkIconView" url="gtk3/stable/GtkIconView.html"/>
      <tocsect4 name="GtkTreeSortable" url="gtk3/stable/GtkTreeSortable.html"/>
      <tocsect4 name="GtkTreeModelSort" url="gtk3/stable/GtkTreeModelSort.html"/>
      <tocsect4 name="GtkTreeModelFilter" url="gtk3/stable/GtkTreeModelFilter.html"/>
      <tocsect4 name="GtkCellLayout" url="gtk3/stable/GtkCellLayout.html"/>
      <tocsect4 name="GtkCellArea" url="gtk3/stable/GtkCellArea.html"/>
      <tocsect4 name="GtkCellAreaBox" url="gtk3/stable/GtkCellAreaBox.html"/>
      <tocsect4 name="GtkCellAreaContext" url="gtk3/stable/GtkCellAreaContext.html"/>
      <tocsect4 name="GtkCellRenderer" url="gtk3/stable/GtkCellRenderer.html"/>
      <tocsect4 name="GtkCellEditable" url="gtk3/stable/GtkCellEditable.html"/>
      <tocsect4 name="GtkCellRendererAccel" url="gtk3/stable/GtkCellRendererAccel.html"/>
      <tocsect4 name="GtkCellRendererCombo" url="gtk3/stable/GtkCellRendererCombo.html"/>
      <tocsect4 name="GtkCellRendererPixbuf" url="gtk3/stable/GtkCellRendererPixbuf.html"/>
      <tocsect4 name="GtkCellRendererProgress" url="gtk3/stable/GtkCellRendererProgress.html"/>
      <tocsect4 name="GtkCellRendererSpin" url="gtk3/stable/GtkCellRendererSpin.html"/>
      <tocsect4 name="GtkCellRendererText" url="gtk3/stable/GtkCellRendererText.html"/>
      <tocsect4 name="GtkCellRendererToggle" url="gtk3/stable/GtkCellRendererToggle.html"/>
      <tocsect4 name="GtkCellRendererSpinner" url="gtk3/stable/GtkCellRendererSpinner.html"/>
      <tocsect4 name="GtkListStore" url="gtk3/stable/GtkListStore.html"/>
      <tocsect4 name="GtkTreeStore" url="gtk3/stable/GtkTreeStore.html"/>
    </tocsect3>
    <tocsect3 name="Menus, Combo Box, Toolbar" url="gtk3/stable/MenusAndCombos.html">
      <tocsect4 name="GtkComboBox" url="gtk3/stable/GtkComboBox.html"/>
      <tocsect4 name="GtkComboBoxText" url="gtk3/stable/GtkComboBoxText.html"/>
      <tocsect4 name="GtkMenu" url="gtk3/stable/GtkMenu.html"/>
      <tocsect4 name="GtkMenuBar" url="gtk3/stable/GtkMenuBar.html"/>
      <tocsect4 name="GtkMenuItem" url="gtk3/stable/GtkMenuItem.html"/>
      <tocsect4 name="GtkRadioMenuItem" url="gtk3/stable/GtkRadioMenuItem.html"/>
      <tocsect4 name="GtkCheckMenuItem" url="gtk3/stable/GtkCheckMenuItem.html"/>
      <tocsect4 name="GtkSeparatorMenuItem" url="gtk3/stable/GtkSeparatorMenuItem.html"/>
      <tocsect4 name="GtkToolShell" url="gtk3/stable/GtkToolShell.html"/>
      <tocsect4 name="GtkToolbar" url="gtk3/stable/GtkToolbar.html"/>
      <tocsect4 name="GtkToolItem" url="gtk3/stable/GtkToolItem.html"/>
      <tocsect4 name="GtkToolPalette" url="gtk3/stable/GtkToolPalette.html"/>
      <tocsect4 name="GtkToolItemGroup" url="gtk3/stable/GtkToolItemGroup.html"/>
      <tocsect4 name="GtkSeparatorToolItem" url="gtk3/stable/GtkSeparatorToolItem.html"/>
      <tocsect4 name="GtkToolButton" url="gtk3/stable/GtkToolButton.html"/>
      <tocsect4 name="GtkMenuToolButton" url="gtk3/stable/GtkMenuToolButton.html"/>
      <tocsect4 name="GtkToggleToolButton" url="gtk3/stable/GtkToggleToolButton.html"/>
      <tocsect4 name="GtkRadioToolButton" url="gtk3/stable/GtkRadioToolButton.html"/>
      <tocsect4 name="GtkPopover" url="gtk3/stable/GtkPopover.html"/>
    </tocsect3>
    <tocsect3 name="Selector Widgets and Dialogs" url="gtk3/stable/SelectorWidgets.html">
      <tocsect4 name="GtkColorChooser" url="gtk3/stable/GtkColorChooser.html"/>
      <tocsect4 name="GtkColorButton" url="gtk3/stable/GtkColorButton.html"/>
      <tocsect4 name="GtkColorChooserWidget" url="gtk3/stable/GtkColorChooserWidget.html"/>
      <tocsect4 name="GtkColorChooserDialog" url="gtk3/stable/GtkColorChooserDialog.html"/>
      <tocsect4 name="GtkFileChooser" url="gtk3/stable/GtkFileChooser.html"/>
      <tocsect4 name="GtkFileChooserButton" url="gtk3/stable/GtkFileChooserButton.html"/>
      <tocsect4 name="GtkFileChooserDialog" url="gtk3/stable/GtkFileChooserDialog.html"/>
      <tocsect4 name="GtkFileChooserWidget" url="gtk3/stable/GtkFileChooserWidget.html"/>
      <tocsect4 name="GtkFileFilter" url="gtk3/stable/GtkFileFilter.html"/>
      <tocsect4 name="GtkFontChooser" url="gtk3/stable/GtkFontChooser.html"/>
      <tocsect4 name="GtkFontButton" url="gtk3/stable/GtkFontButton.html"/>
      <tocsect4 name="GtkFontChooserWidget" url="gtk3/stable/GtkFontChooserWidget.html"/>
      <tocsect4 name="GtkFontChooserDialog" url="gtk3/stable/GtkFontChooserDialog.html"/>
      <tocsect4 name="GtkPlacesSidebar" url="gtk3/stable/GtkPlacesSidebar.html"/>
    </tocsect3>
    <tocsect3 name="Ornaments" url="gtk3/stable/Ornaments.html">
      <tocsect4 name="GtkFrame" url="gtk3/stable/GtkFrame.html"/>
      <tocsect4 name="GtkSeparator" url="gtk3/stable/GtkSeparator.html"/>
    </tocsect3>
    <tocsect3 name="Scrolling" url="gtk3/stable/ScrollingWidgets.html">
      <tocsect4 name="GtkScrollbar" url="gtk3/stable/GtkScrollbar.html"/>
      <tocsect4 name="GtkScrolledWindow" url="gtk3/stable/GtkScrolledWindow.html"/>
      <tocsect4 name="GtkScrollable" url="gtk3/stable/GtkScrollable.html"/>
    </tocsect3>
    <tocsect3 name="Printing" url="gtk3/stable/Printing.html">
      <tocsect4 name="GtkPrintOperation" url="gtk3/stable/gtk3-High-level-Printing-API.html"/>
      <tocsect4 name="GtkPrintContext" url="gtk3/stable/GtkPrintContext.html"/>
      <tocsect4 name="GtkPrintSettings" url="gtk3/stable/GtkPrintSettings.html"/>
      <tocsect4 name="GtkPageSetup" url="gtk3/stable/GtkPageSetup.html"/>
      <tocsect4 name="GtkPaperSize" url="gtk3/stable/GtkPaperSize.html"/>
      <tocsect4 name="GtkPrinter" url="gtk3/stable/GtkPrinter.html"/>
      <tocsect4 name="GtkPrintJob" url="gtk3/stable/GtkPrintJob.html"/>
      <tocsect4 name="GtkPrintUnixDialog" url="gtk3/stable/GtkPrintUnixDialog.html"/>
      <tocsect4 name="GtkPageSetupUnixDialog" url="gtk3/stable/GtkPageSetupUnixDialog.html"/>
    </tocsect3>
    <tocsect3 name="Miscellaneous" url="gtk3/stable/MiscObjects.html">
      <tocsect4 name="GtkAdjustment" url="gtk3/stable/GtkAdjustment.html"/>
      <tocsect4 name="GtkCalendar" url="gtk3/stable/GtkCalendar.html"/>
      <tocsect4 name="GtkDrawingArea" url="gtk3/stable/GtkDrawingArea.html"/>
      <tocsect4 name="GtkEventBox" url="gtk3/stable/GtkEventBox.html"/>
      <tocsect4 name="GtkHandleBox" url="gtk3/stable/GtkHandleBox.html"/>
      <tocsect4 name="GtkIMContextSimple" url="gtk3/stable/GtkIMContextSimple.html"/>
      <tocsect4 name="GtkIMMulticontext" url="gtk3/stable/GtkIMMulticontext.html"/>
      <tocsect4 name="GtkSizeGroup" url="gtk3/stable/GtkSizeGroup.html"/>
      <tocsect4 name="GtkTooltip" url="gtk3/stable/GtkTooltip.html"/>
      <tocsect4 name="GtkViewport" url="gtk3/stable/GtkViewport.html"/>
      <tocsect4 name="GtkAccessible" url="gtk3/stable/GtkAccessible.html"/>
    </tocsect3>
    <tocsect3 name="Abstract Base Classes" url="gtk3/stable/AbstractObjects.html">
      <tocsect4 name="GtkWidget" url="gtk3/stable/GtkWidget.html"/>
      <tocsect4 name="GtkContainer" url="gtk3/stable/GtkContainer.html"/>
      <tocsect4 name="GtkBin" url="gtk3/stable/GtkBin.html"/>
      <tocsect4 name="GtkMenuShell" url="gtk3/stable/GtkMenuShell.html"/>
      <tocsect4 name="GtkRange" url="gtk3/stable/GtkRange.html"/>
      <tocsect4 name="GtkIMContext" url="gtk3/stable/GtkIMContext.html"/>
    </tocsect3>
    <tocsect3 name="Cross-process Embedding" url="gtk3/stable/PlugSocket.html">
      <tocsect4 name="GtkPlug" url="gtk3/stable/GtkPlug.html"/>
      <tocsect4 name="GtkSocket" url="gtk3/stable/GtkSocket.html"/>
    </tocsect3>
    <tocsect3 name="Recently Used Documents" url="gtk3/stable/RecentDocuments.html">
      <tocsect4 name="GtkRecentManager" url="gtk3/stable/GtkRecentManager.html"/>
      <tocsect4 name="GtkRecentChooser" url="gtk3/stable/GtkRecentChooser.html"/>
      <tocsect4 name="GtkRecentChooserDialog" url="gtk3/stable/GtkRecentChooserDialog.html"/>
      <tocsect4 name="GtkRecentChooserMenu" url="gtk3/stable/GtkRecentChooserMenu.html"/>
      <tocsect4 name="GtkRecentChooserWidget" url="gtk3/stable/GtkRecentChooserWidget.html"/>
      <tocsect4 name="GtkRecentFilter" url="gtk3/stable/GtkRecentFilter.html"/>
    </tocsect3>
    <tocsect3 name="Choosing from installed applications" url="gtk3/stable/ApplicationChoosing.html">
      <tocsect4 name="GtkAppChooser" url="gtk3/stable/GtkAppChooser.html"/>
      <tocsect4 name="GtkAppChooserButton" url="gtk3/stable/GtkAppChooserButton.html"/>
      <tocsect4 name="GtkAppChooserDialog" url="gtk3/stable/GtkAppChooserDialog.html"/>
      <tocsect4 name="GtkAppChooserWidget" url="gtk3/stable/GtkAppChooserWidget.html"/>
    </tocsect3>
    <tocsect3 name="Gestures" url="gtk3/stable/Gestures.html">
      <tocsect4 name="GtkEventController" url="gtk3/stable/GtkEventController.html"/>
      <tocsect4 name="GtkGesture" url="gtk3/stable/GtkGesture.html"/>
      <tocsect4 name="GtkGestureSingle" url="gtk3/stable/GtkGestureSingle.html"/>
      <tocsect4 name="GtkGestureDrag" url="gtk3/stable/GtkGestureDrag.html"/>
      <tocsect4 name="GtkGestureLongPress" url="gtk3/stable/GtkGestureLongPress.html"/>
      <tocsect4 name="GtkGestureMultiPress" url="gtk3/stable/GtkGestureMultiPress.html"/>
      <tocsect4 name="GtkGesturePan" url="gtk3/stable/GtkGesturePan.html"/>
      <tocsect4 name="GtkGestureSwipe" url="gtk3/stable/GtkGestureSwipe.html"/>
      <tocsect4 name="GtkGestureRotate" url="gtk3/stable/GtkGestureRotate.html"/>
      <tocsect4 name="GtkGestureZoom" url="gtk3/stable/GtkGestureZoom.html"/>
    </tocsect3>
    <tocsect3 name="Deprecated" url="gtk3/stable/DeprecatedObjects.html">
      <tocsect4 name="GtkSymbolicColor" url="gtk3/stable/gtk3-GtkSymbolicColor.html"/>
      <tocsect4 name="GtkGradient" url="gtk3/stable/gtk3-GtkGradient.html"/>
      <tocsect4 name="Resource Files" url="gtk3/stable/gtk3-Resource-Files.html"/>
      <tocsect4 name="GtkStyle" url="gtk3/stable/GtkStyle.html"/>
      <tocsect4 name="GtkHScale" url="gtk3/stable/GtkHScale.html"/>
      <tocsect4 name="GtkVScale" url="gtk3/stable/GtkVScale.html"/>
      <tocsect4 name="GtkTearoffMenuItem" url="gtk3/stable/GtkTearoffMenuItem.html"/>
      <tocsect4 name="GtkColorSelection" url="gtk3/stable/GtkColorSelection.html"/>
      <tocsect4 name="GtkColorSelectionDialog" url="gtk3/stable/GtkColorSelectionDialog.html"/>
      <tocsect4 name="GtkHSV" url="gtk3/stable/GtkHSV.html"/>
      <tocsect4 name="GtkFontSelection" url="gtk3/stable/GtkFontSelection.html"/>
      <tocsect4 name="GtkFontSelectionDialog" url="gtk3/stable/GtkFontSelectionDialog.html"/>
      <tocsect4 name="GtkHBox" url="gtk3/stable/GtkHBox.html"/>
      <tocsect4 name="GtkVBox" url="gtk3/stable/GtkVBox.html"/>
      <tocsect4 name="GtkHButtonBox" url="gtk3/stable/GtkHButtonBox.html"/>
      <tocsect4 name="GtkVButtonBox" url="gtk3/stable/GtkVButtonBox.html"/>
      <tocsect4 name="GtkHPaned" url="gtk3/stable/GtkHPaned.html"/>
      <tocsect4 name="GtkVPaned" url="gtk3/stable/GtkVPaned.html"/>
      <tocsect4 name="GtkTable" url="gtk3/stable/GtkTable.html"/>
      <tocsect4 name="GtkHSeparator" url="gtk3/stable/GtkHSeparator.html"/>
      <tocsect4 name="GtkVSeparator" url="gtk3/stable/GtkVSeparator.html"/>
      <tocsect4 name="GtkHScrollbar" url="gtk3/stable/GtkHScrollbar.html"/>
      <tocsect4 name="GtkVScrollbar" url="gtk3/stable/GtkVScrollbar.html"/>
      <tocsect4 name="GtkUIManager" url="gtk3/stable/GtkUIManager.html"/>
      <tocsect4 name="GtkActionGroup" url="gtk3/stable/GtkActionGroup.html"/>
      <tocsect4 name="GtkAction" url="gtk3/stable/GtkAction.html"/>
      <tocsect4 name="GtkToggleAction" url="gtk3/stable/GtkToggleAction.html"/>
      <tocsect4 name="GtkRadioAction" url="gtk3/stable/GtkRadioAction.html"/>
      <tocsect4 name="GtkRecentAction" url="gtk3/stable/GtkRecentAction.html"/>
      <tocsect4 name="GtkActivatable" url="gtk3/stable/GtkActivatable.html"/>
      <tocsect4 name="GtkImageMenuItem" url="gtk3/stable/GtkImageMenuItem.html"/>
      <tocsect4 name="GtkMisc" url="gtk3/stable/GtkMisc.html"/>
      <tocsect4 name="Stock Items" url="gtk3/stable/gtk3-Stock-Items.html"/>
      <tocsect4 name="Themeable Stock Images" url="gtk3/stable/gtk3-Themeable-Stock-Images.html"/>
      <tocsect4 name="GtkNumerableIcon" url="gtk3/stable/GtkNumerableIcon.html"/>
      <tocsect4 name="GtkArrow" url="gtk3/stable/GtkArrow.html"/>
      <tocsect4 name="GtkStatusIcon" url="gtk3/stable/GtkStatusIcon.html"/>
      <tocsect4 name="GtkThemingEngine" url="gtk3/stable/GtkThemingEngine.html"/>
      <tocsect4 name="GtkAlignment" url="gtk3/stable/GtkAlignment.html"/>
    </tocsect3>
  </tocsect2>
  <tocsect2 name="III. GTK+ Core Reference" url="gtk3/stable/gtkbase.html">
    <tocsect3 name="Main loop and Events" url="gtk3/stable/gtk3-General.html"/>
    <tocsect3 name="Version Information" url="gtk3/stable/gtk3-Feature-Test-Macros.html"/>
    <tocsect3 name="Accelerator Groups" url="gtk3/stable/gtk3-Keyboard-Accelerators.html"/>
    <tocsect3 name="Accelerator Maps" url="gtk3/stable/gtk3-Accelerator-Maps.html"/>
    <tocsect3 name="Clipboards" url="gtk3/stable/gtk3-Clipboards.html"/>
    <tocsect3 name="Drag and Drop" url="gtk3/stable/gtk3-Drag-and-Drop.html"/>
    <tocsect3 name="Settings" url="gtk3/stable/GtkSettings.html"/>
    <tocsect3 name="Bindings" url="gtk3/stable/gtk3-Bindings.html"/>
    <tocsect3 name="Standard Enumerations" url="gtk3/stable/gtk3-Standard-Enumerations.html"/>
    <tocsect3 name="Selections" url="gtk3/stable/gtk3-Selections.html"/>
    <tocsect3 name="Testing" url="gtk3/stable/gtk3-Testing.html"/>
    <tocsect3 name="Filesystem utilities" url="gtk3/stable/gtk3-Filesystem-utilities.html"/>  
  </tocsect2>
  <tocsect2 name="IV. Theming in GTK+" url="gtk3/stable/theming.html">
    <tocsect3 name="GtkStyleContext" url="gtk3/stable/GtkStyleContext.html"/>
    <tocsect3 name="GtkCssProvider" url="gtk3/stable/GtkCssProvider.html"/>
    <tocsect3 name="GtkStyleProvider" url="gtk3/stable/GtkStyleProvider.html"/>
    <tocsect3 name="GtkStyleProperties" url="gtk3/stable/gtk3-GtkStyleProperties.html"/>
    <tocsect3 name="GtkWidgetPath" url="gtk3/stable/gtk3-GtkWidgetPath.html"/>
    <tocsect3 name="GtkIconTheme" url="gtk3/stable/GtkIconTheme.html"/>
  </tocsect2>
  <tocsect2 name="V. Migrating from Previous Versions of GTK+" url="gtk3/stable/migrating.html">
    <tocsect3 name="Migrating from GTK+ 2.x to GTK+ 3" url="gtk3/stable/gtk-migrating-2-to-3.html">
      <tocsect4 name="Preparation in GTK+ 2.x" url="gtk3/stable/gtk-migrating-2-to-3.html#id-1.6.3.3"/>
      <tocsect4 name="Changes that need to be done at the time of the switch" url="gtk3/stable/ch25s02.html"/>
    </tocsect3>
    <tocsect3 name="Theming changes" url="gtk3/stable/gtk-migrating-GtkStyleContext.html">
      <tocsect4 name="Migrating themes" url="gtk3/stable/gtk-migrating-GtkStyleContext.html#gtk-migrating-GtkStyleContext-themes"/>
      <tocsect4 name="Migrating theme engines" url="gtk3/stable/gtk-migrating-theme-GtkStyleContext-engines.html"/>
      <tocsect4 name="Extending the CSS parser" url="gtk3/stable/gtk-migrating-GtkStyleContext-parser-extensions.html"/>
      <tocsect4 name="Using the CSS file format" url="gtk3/stable/gtk-migrating-GtkStyleContext-css.html"/>
      <tocsect4 name="A checklist for widgets" url="gtk3/stable/gtk-migrating-GtkStyleContext-checklist.html"/>
      <tocsect4 name="Parsing of custom resources" url="gtk3/stable/gtk-migrating-GtkStyleContext-parsing.html"/>
      <tocsect4 name="Bonus points" url="gtk3/stable/gtk-migrating-GtkStyleContext-bonus-points.html"/>
    </tocsect3>
    <tocsect3 name="Migrating from libunique to GApplication or GtkApplication" url="gtk3/stable/gtk-migrating-unique-GtkApplication.html">
      <tocsect4 name="Uniqueness" url="gtk3/stable/gtk-migrating-unique-GtkApplication.html#id-1.6.5.5"/>
      <tocsect4 name="Commands and Messages" url="gtk3/stable/ch27s02.html"/>
    </tocsect3>
    <tocsect3 name="Migrating from EggSMClient to GtkApplication" url="gtk3/stable/gtk-migrating-smclient-GtkApplication.html"/>
    <tocsect3 name="Migrating from other containers to GtkGrid" url="gtk3/stable/gtk-migrating-GtkGrid.html">
      <tocsect4 name="GtkBox versus GtkGrid: packing" url="gtk3/stable/gtk-migrating-GtkGrid.html#id-1.6.7.4"/>
      <tocsect4 name="GtkBox versus GtkGrid: sizing" url="gtk3/stable/ch29s02.html"/>
      <tocsect4 name="GtkBox versus GtkGrid: spacing" url="gtk3/stable/ch29s03.html"/>
    </tocsect3>
    <tocsect3 name="Migration Details Checklist" url="gtk3/stable/gtk-migrating-checklist.html">
      <tocsect4 name="Implement GtkWidget::popup_menu" url="gtk3/stable/gtk-migrating-checklist.html#checklist-popup-menu"/>
      <tocsect4 name="Use GdkEventExpose.region" url="gtk3/stable/checklist-gdkeventexpose-region.html"/>
      <tocsect4 name="Test for modifier keys correctly" url="gtk3/stable/checklist-modifiers.html"/>
      <tocsect4 name="Use named icons" url="gtk3/stable/checklist-named-icons.html"/>
    </tocsect3>
  </tocsect2>
  <tocsect2 name="VI. GTK+ Tools" url="gtk3/stable/pt06.html">
    <tocsect3 name="gtk3-demo" url="gtk3/stable/gtk3-demo.html"/>
    <tocsect3 name="gtk3-widget-factory" url="gtk3/stable/gtk3-widget-factory.html"/>
    <tocsect3 name="gtk3-icon-browser" url="gtk3/stable/gtk3-icon-browser.html"/>
    <tocsect3 name="gtk-query-immodules-3.0" url="gtk3/stable/gtk-query-immodules-3.0.html"/>
    <tocsect3 name="gtk-update-icon-cache" url="gtk3/stable/gtk-update-icon-cache.html"/>
    <tocsect3 name="gtk-encode-symbolic-svg" url="gtk3/stable/gtk-encode-symbolic-svg.html"/>
    <tocsect3 name="gtk-launch" url="gtk3/stable/gtk-launch.html"/>
    <tocsect3 name="broadwayd" url="gtk3/stable/broadwayd.html"/>
  </tocsect2>
  <tocsect2 name="VII. GTK+ Platform Support" url="gtk3/stable/platform-support.html">
    <tocsect3 name="Compiling the GTK+ libraries" url="gtk3/stable/gtk-building.html"/>
    <tocsect3 name="Compiling GTK+ Applications" url="gtk3/stable/gtk-compiling.html"/>
    <tocsect3 name="Running GTK+ Applications" url="gtk3/stable/gtk-running.html"/>
    <tocsect3 name="Using GTK+ on the X Window System" url="gtk3/stable/gtk-x11.html"/>
    <tocsect3 name="Using GTK+ on Windows" url="gtk3/stable/gtk-windows.html"/>
    <tocsect3 name="Using GTK+ on Mac OS X" url="gtk3/stable/gtk-osx.html"/>
    <tocsect3 name="Using GTK+ with Broadway" url="gtk3/stable/gtk-broadway.html"/>
    <tocsect3 name="Using GTK+ with Wayland" url="gtk3/stable/gtk-wayland.html"/>
  </tocsect2>
</tocsect1>

</tdeveloptoc>