This file is indexed.

/usr/share/doc/gtkmm-documentation/tutorial/html/index.html is in gtkmm-documentation 3.2.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Programming with gtkmm 3</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<meta name="description" content='This book explains key concepts of the gtkmm C++ API for creating user interfaces. It also introduces the main user interface elements ("widgets").'>
<link rel="home" href="index.html" title="Programming with gtkmm 3">
<link rel="next" href="chapter-introduction.html" title="Chapter 1. Introduction">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Programming with <span class="application">gtkmm</span> 3</th></tr>
<tr>
<td width="20%" align="left"> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="chapter-introduction.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
</table>
<hr>
</div>
<div class="book" title="Programming with gtkmm 3">
<div class="titlepage">
<div>
<div><h1 class="title">
<a name="index"></a>Programming with <span class="application">gtkmm</span> 3</h1></div>
<div><div class="authorgroup">
<div class="author"><h3 class="author">
<span class="firstname">Murray</span> <span class="surname">Cumming</span>
</h3></div>
<div class="author">
<h3 class="author">
<span class="firstname">Bernhard</span> <span class="surname">Rieder</span>
</h3>
<span class="contrib">Chapter on "Timeouts".</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Jonathon</span> <span class="surname">Jongsma</span>
</h3>
<span class="contrib">Chapter on "Drawing with Cairo".</span> <span class="contrib">Chapter on "Working with gtkmm's Source Code".</span> <span class="contrib">Chapter on "Recent Files".</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Ole</span> <span class="surname">Laursen</span>
</h3>
<span class="contrib">Parts of chapter on "Internationalization".</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Marko</span> <span class="surname">Anastasov</span>
</h3>
<span class="contrib">Chapter on "Printing".</span> <span class="contrib">Parts of chapter on "Internationalization".</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Daniel</span> <span class="surname">Elstner</span>
</h3>
<span class="contrib">Section "Build Structure" of chapter
          on "Wrapping C Libraries with gmmproc".</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">David</span> <span class="surname">King</span>
</h3>
<span class="contrib">Section on Gtk::Grid.</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Pedro</span> <span class="surname">Ferreira</span>
</h3>
<span class="contrib">Chapter on Keyboard Events.</span> </div>
<div class="author">
<h3 class="author">
<span class="firstname">Kjell</span> <span class="surname">Ahlstedt</span>
</h3>
<span class="contrib">Parts of the update from gtkmm 2 to gtkmm 3.</span> </div>
</div></div>
<div><p class="copyright">Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Murray Cumming</p></div>
<div><div class="legalnotice" title="Legal Notice">
<a name="id2610505"></a><p>
        Permission is granted to copy, distribute and/or modify this document
        under the terms of the GNU Free Documentation License, Version 1.2
        or any later version published by the Free Software Foundation;
        with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
        You may obtain a copy of the GNU Free Documentation License from the Free Software Foundation by visiting their Web site or by writing to: Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
      </p>
</div></div>
<div><div class="abstract" title="Abstract">
<p class="title"><b>Abstract</b></p>
<p>This book explains key concepts of the <span class="application">gtkmm</span> C++ API for creating user interfaces. It also introduces the main user interface elements ("widgets").
      </p>
</div></div>
</div>
<hr>
</div>
<div class="toc">
<p><b>Table of Contents</b></p>
<ul>
<li>
<span class="chapter"><a href="chapter-introduction.html">1. Introduction</a></span><ul>
<li><span class="sect1"><a href="chapter-introduction.html#sec-this-book">This book</a></span></li>
<li><span class="sect1"><a href="sec-gtkmm.html">gtkmm</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-installation.html">2. Installation</a></span><ul>
<li><span class="sect1"><a href="chapter-installation.html#sec-installation-dependencies">Dependencies</a></span></li>
<li><span class="sect1"><a href="sec-install-unix-and-linux.html">Unix and Linux</a></span></li>
<li><span class="sect1"><a href="sec-packages-windows.html">Microsoft Windows</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-basics.html">3. Basics</a></span><ul>
<li><span class="sect1"><a href="chapter-basics.html#sec-basics-simple-example">Simple Example</a></span></li>
<li><span class="sect1"><a href="sec-headers-and-linking.html">Headers and Linking</a></span></li>
<li><span class="sect1"><a href="sec-widgets-overview.html">Widgets</a></span></li>
<li><span class="sect1"><a href="sec-signals-overview.html">Signals</a></span></li>
<li><span class="sect1"><a href="sec-basics-ustring.html">Glib::ustring</a></span></li>
<li><span class="sect1"><a href="sec-intermediate-types.html">Intermediate types</a></span></li>
<li><span class="sect1"><a href="sec-basics-gobj-and-wrap.html">Mixing C and C++ APIs</a></span></li>
<li><span class="sect1"><a href="sec-helloworld.html">Hello World in <span class="application">gtkmm</span></a></span></li>
</ul>
</li>
<li><span class="chapter"><a href="changes-gtkmm3.html">4. Changes in <span class="application">gtkmm</span> 3</a></span></li>
<li>
<span class="chapter"><a href="chapter-button-widget.html">5. Buttons</a></span><ul>
<li><span class="sect1"><a href="chapter-button-widget.html#sec-pushbuttons">Button</a></span></li>
<li><span class="sect1"><a href="sec-toggle-buttons.html">ToggleButton</a></span></li>
<li><span class="sect1"><a href="sec-checkboxes.html">CheckButton</a></span></li>
<li><span class="sect1"><a href="sec-radio-buttons.html">RadioButton</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-range-widgets.html">6. Range Widgets</a></span><ul>
<li><span class="sect1"><a href="chapter-range-widgets.html#sec-scrollbar-widgets">Scrollbar Widgets</a></span></li>
<li><span class="sect1"><a href="sec-scale-widgets.html">Scale Widgets</a></span></li>
<li><span class="sect1"><a href="sec-range-update-policies.html">Update Policies</a></span></li>
<li><span class="sect1"><a href="sec-range-example.html">Example</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-misc-widgets.html">7. Miscellaneous Widgets</a></span><ul>
<li><span class="sect1"><a href="chapter-misc-widgets.html#sec-labels">Label</a></span></li>
<li><span class="sect1"><a href="sec-text-entry.html">Entry</a></span></li>
<li><span class="sect1"><a href="sec-spinbutton.html">SpinButton</a></span></li>
<li><span class="sect1"><a href="sec-progressbar.html">ProgressBar</a></span></li>
<li><span class="sect1"><a href="sec-infobar.html">InfoBar</a></span></li>
<li><span class="sect1"><a href="sec-tooltips.html">Tooltips</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-container-widgets.html">8. Container Widgets</a></span><ul>
<li><span class="sect1"><a href="chapter-container-widgets.html#sec-single-item-containers">Single-item Containers</a></span></li>
<li><span class="sect1"><a href="sec-multi-item-containers.html">Multiple-item widgets </a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-treeview.html">9. The TreeView widget</a></span><ul>
<li><span class="sect1"><a href="chapter-treeview.html#sec-treeview-model">The Model</a></span></li>
<li><span class="sect1"><a href="sec-treeview.html">The View</a></span></li>
<li><span class="sect1"><a href="sec-iterating-over-model-rows.html">Iterating over Model Rows</a></span></li>
<li><span class="sect1"><a href="sec-treeview-selection.html">The Selection</a></span></li>
<li><span class="sect1"><a href="sec-treeview-sort.html">Sorting</a></span></li>
<li><span class="sect1"><a href="sec-treeview-draganddrop.html">Drag and Drop</a></span></li>
<li><span class="sect1"><a href="sec-treeview-contextmenu.html">Popup Context Menu</a></span></li>
<li><span class="sect1"><a href="sec-treeview-examples.html">Examples</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-combobox.html">10. Combo Boxes</a></span><ul>
<li><span class="sect1"><a href="chapter-combobox.html#sec-combobox-model">The model</a></span></li>
<li><span class="sect1"><a href="sec-combobox-get.html">The chosen item</a></span></li>
<li><span class="sect1"><a href="sec-combobox-changes.html">Responding to changes</a></span></li>
<li><span class="sect1"><a href="combobox-example-full.html">Full Example</a></span></li>
<li><span class="sect1"><a href="combobox-example-simple.html">Simple Text Example</a></span></li>
<li><span class="sect1"><a href="sec-comboboxentry.html">ComboBox with an Entry</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-textview.html">11. TextView</a></span><ul>
<li><span class="sect1"><a href="chapter-textview.html#sec-textview-buffer">The Buffer</a></span></li>
<li><span class="sect1"><a href="sec-widgets-and-childanchors.html">Widgets and ChildAnchors</a></span></li>
<li><span class="sect1"><a href="sec-textview-examples.html">Examples</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-menus-and-toolbars.html">12. Menus and Toolbars</a></span><ul>
<li><span class="sect1"><a href="chapter-menus-and-toolbars.html#sec-actions">Actions</a></span></li>
<li><span class="sect1"><a href="sec-uimanager.html">UIManager</a></span></li>
<li><span class="sect1"><a href="sec-menus-popup.html">Popup Menus</a></span></li>
<li><span class="sect1"><a href="sec-menus-examples.html">Examples</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-toolpalette.html">13. ToolPalette</a></span><ul>
<li><span class="sect1"><a href="chapter-toolpalette.html#toolpallete-dranganddrop">Drag and Drop</a></span></li>
<li><span class="sect1"><a href="toolpalette-example.html">ToolPalette Example</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-adjustment.html">14. Adjustments</a></span><ul>
<li><span class="sect1"><a href="chapter-adjustment.html#sec-creating-adjustment">Creating an Adjustment</a></span></li>
<li><span class="sect1"><a href="sec-adjustments-easy.html">Using Adjustments the Easy Way</a></span></li>
<li><span class="sect1"><a href="sec-adjustment-internals.html">Adjustment Internals</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-widgets-without-xwindows.html">15. Widgets Without X-Windows</a></span><ul><li><span class="sect1"><a href="chapter-widgets-without-xwindows.html#sec-eventbox">EventBox</a></span></li></ul>
</li>
<li>
<span class="chapter"><a href="chapter-dialogs.html">16. Dialogs</a></span><ul>
<li><span class="sect1"><a href="chapter-dialogs.html#sec-dialogs-messagedialog">MessageDialog</a></span></li>
<li><span class="sect1"><a href="sec-dialogs-filechooserdialog.html">FileChooserDialog</a></span></li>
<li><span class="sect1"><a href="sec-color-selection-dialog.html">ColorSelectionDialog</a></span></li>
<li><span class="sect1"><a href="sec-font-chooser-dialog.html">FontChooserDialog</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-drawingarea.html">17. The Drawing Area Widget</a></span><ul>
<li><span class="sect1"><a href="chapter-drawingarea.html#sec-cairo-drawing-model">The Cairo Drawing Model</a></span></li>
<li><span class="sect1"><a href="sec-cairo-drawing-lines.html">Drawing Straight Lines</a></span></li>
<li><span class="sect1"><a href="sec-cairo-curved-lines.html">Drawing Curved Lines</a></span></li>
<li><span class="sect1"><a href="sec-cairo-drawing-arcs.html">Drawing Arcs and Circles</a></span></li>
<li><span class="sect1"><a href="sec-drawing-text.html">Drawing Text</a></span></li>
<li><span class="sect1"><a href="sec-draw-images.html">Drawing Images</a></span></li>
<li><span class="sect1"><a href="sec-drawing-clock-example.html">Example Application: Creating a Clock with Cairo</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-draganddrop.html">18. Drag and Drop</a></span><ul>
<li><span class="sect1"><a href="chapter-draganddrop.html#sec-dnd-sources-destinations">Sources and Destinations</a></span></li>
<li><span class="sect1"><a href="sec-dnd-methods.html">Methods</a></span></li>
<li><span class="sect1"><a href="sec-dnd-signals.html">Signals</a></span></li>
<li><span class="sect1"><a href="sec-dragcontext.html">DragContext</a></span></li>
<li><span class="sect1"><a href="sec-dnd-example.html">Example</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-clipboard.html">19. The Clipboard</a></span><ul>
<li><span class="sect1"><a href="chapter-clipboard.html#sec-clipboard-targets">Targets</a></span></li>
<li><span class="sect1"><a href="sec-clipboard-copy.html">Copy</a></span></li>
<li><span class="sect1"><a href="sec-clipboard-paste.html">Paste</a></span></li>
<li><span class="sect1"><a href="sec-clipboard-examples.html">Examples</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-printing.html">20. Printing</a></span><ul>
<li><span class="sect1"><a href="chapter-printing.html#sec-printoperation">PrintOperation</a></span></li>
<li><span class="sect1"><a href="sec-page-setup.html">Page setup</a></span></li>
<li><span class="sect1"><a href="sec-printing-rendering-text.html">Rendering text</a></span></li>
<li><span class="sect1"><a href="sec-async-printing-ops.html">Asynchronous operations</a></span></li>
<li><span class="sect1"><a href="sec-printing-export-to-pdf.html">Export to PDF</a></span></li>
<li><span class="sect1"><a href="sec-extending-print-dialog.html">Extending the print dialog</a></span></li>
<li><span class="sect1"><a href="sec-printing-preview.html">Preview</a></span></li>
<li><span class="sect1"><a href="sec-printing-example.html">Example</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-recent-documents.html">21. Recently Used Documents</a></span><ul>
<li><span class="sect1"><a href="chapter-recent-documents.html#sec-recentmanager">RecentManager</a></span></li>
<li><span class="sect1"><a href="sec-recentchooser.html">RecentChooser</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-plugs-sockets.html">22. Plugs and Sockets</a></span><ul>
<li><span class="sect1"><a href="chapter-plugs-sockets.html#sec-plugs-sockets-overview">Overview</a></span></li>
<li><span class="sect1"><a href="sec-plugs-sockets-example.html">Plugs and Sockets Example</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-keyboardevents.html">23. Keyboard Events</a></span><ul>
<li><span class="sect1"><a href="chapter-keyboardevents.html#sec-keyboardevents-overview">Overview</a></span></li>
<li><span class="sect1"><a href="sec-keyboardevents-propagation.html">Event Propagation</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-chapter-timeouts.html">24. Timeouts, I/O and Idle Functions </a></span><ul>
<li><span class="sect1"><a href="chapter-chapter-timeouts.html#sec-timeouts">Timeouts</a></span></li>
<li><span class="sect1"><a href="sec-monitoring-io.html">Monitoring I/O</a></span></li>
<li><span class="sect1"><a href="sec-idle-functions.html">Idle Functions</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-memory.html">25. Memory management</a></span><ul>
<li><span class="sect1"><a href="chapter-memory.html#sec-memory-widgets">Widgets</a></span></li>
<li><span class="sect1"><a href="sec-memory-shared-resources.html">Shared resources</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-builder.html">26. Glade and Gtk::Builder</a></span><ul>
<li><span class="sect1"><a href="chapter-builder.html#sec-builder-loading-glade-file">Loading the .glade file</a></span></li>
<li><span class="sect1"><a href="sec-builder-accessing-widgets.html">Accessing widgets</a></span></li>
<li><span class="sect1"><a href="sec-builder-using-derived-widgets.html">Using derived widgets</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-internationalization.html">27. Internationalization and Localization</a></span><ul>
<li><span class="sect1"><a href="chapter-internationalization.html#sec-internationalization-intro">Preparing your project</a></span></li>
<li><span class="sect1"><a href="sec-i18n-marking-strings.html">Marking strings for translation</a></span></li>
<li><span class="sect1"><a href="sec-i18n-expecting-utf8.html">Expecting UTF8</a></span></li>
<li><span class="sect1"><a href="sec-i18n-pitfalls.html">Pitfalls</a></span></li>
<li><span class="sect1"><a href="sec-i18n-getting-help-with-translations.html">Getting help with translations</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-customwidgets.html">28. Custom Widgets</a></span><ul>
<li><span class="sect1"><a href="chapter-customwidgets.html#sec-custom-containers">Custom Containers</a></span></li>
<li><span class="sect1"><a href="sec-custom-widgets.html">Custom Widgets</a></span></li>
</ul>
</li>
<li>
<span class="chapter"><a href="chapter-recommended-techniques.html">29. Recommended Techniques</a></span><ul>
<li><span class="sect1"><a href="chapter-recommended-techniques.html#sec-application-lifetime">Application Lifetime</a></span></li>
<li><span class="sect1"><a href="sec-using-a-gtkmm-widget.html">Using a <span class="application">gtkmm</span> widget</a></span></li>
</ul>
</li>
<li><span class="chapter"><a href="chapter-contributing.html">30. Contributing</a></span></li>
<li>
<span class="appendix"><a href="chapter-refptr.html">A. The RefPtr smartpointer</a></span><ul>
<li><span class="sect1"><a href="chapter-refptr.html#sec-refptr-copying">Copying</a></span></li>
<li><span class="sect1"><a href="sec-refptr-dereferencing.html">Dereferencing</a></span></li>
<li><span class="sect1"><a href="sec-refptr-casting.html">Casting</a></span></li>
<li><span class="sect1"><a href="sec-refptr-checking-for-null.html">Checking for null</a></span></li>
<li><span class="sect1"><a href="sec-refptr-constness.html">Constness</a></span></li>
</ul>
</li>
<li>
<span class="appendix"><a href="chapter-signals.html">B. Signals</a></span><ul>
<li><span class="sect1"><a href="chapter-signals.html#sec-connecting-signal-handlers">Connecting signal handlers</a></span></li>
<li><span class="sect1"><a href="sec-writing-signal-handlers.html">Writing signal handlers</a></span></li>
<li><span class="sect1"><a href="sec-disconnecting-signal-handlers.html">Disconnecting signal handlers</a></span></li>
<li><span class="sect1"><a href="sec-overriding-default-signal-handlers.html">Overriding default signal handlers</a></span></li>
<li><span class="sect1"><a href="sec-binding-extra-arguments.html">Binding extra arguments</a></span></li>
<li><span class="sect1"><a href="sec-xeventsignals.html">X Event signals</a></span></li>
</ul>
</li>
<li>
<span class="appendix"><a href="chapter-custom-signals.html">C. Creating your own signals</a></span><ul><li><span class="sect1"><a href="chapter-custom-signals.html#chapter-custom-signals-example">Example</a></span></li></ul>
</li>
<li><span class="appendix"><a href="sec-signals-comparison.html">D. Comparison with other signalling systems</a></span></li>
<li>
<span class="appendix"><a href="sec-windows-installation.html">E. <span class="application">gtkmm</span> and Win32</a></span><ul><li><span class="sect1"><a href="sec-windows-installation.html#sec-building-on-win32">Building <span class="application">gtkmm</span> on Win32</a></span></li></ul>
</li>
<li>
<span class="appendix"><a href="chapter-working-with-source.html">F. Working with gtkmm's Source Code</a></span><ul>
<li><span class="sect1"><a href="chapter-working-with-source.html#sec-setting-up-jhbuild">Setting up jhbuild</a></span></li>
<li><span class="sect1"><a href="sec-installing-jhbuild.html">Installing and Using the git version of <span class="application">gtkmm</span></a></span></li>
</ul>
</li>
<li>
<span class="appendix"><a href="chapter-wrapping-c-libraries.html">G. Wrapping C Libraries with gmmproc</a></span><ul>
<li><span class="sect1"><a href="chapter-wrapping-c-libraries.html#sec-wrapping-build-structure">The build structure</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-defs-files.html">Generating the .defs files.</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-hg-files.html">The .hg and .ccg files</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-hand-coded-files.html">Hand-coded source files</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-initialization.html">Initialization</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-problems.html">Problems in the C API.</a></span></li>
<li><span class="sect1"><a href="sec-wrapping-documentation.html">Documentation</a></span></li>
</ul>
</li>
</ul>
</div>
<div class="list-of-figures">
<p><b>List of Figures</b></p>
<ul>
<li>3.1. <a href="sec-helloworld.html#figure-helloworld">Hello World</a>
</li>
<li>5.1. <a href="chapter-button-widget.html#figure-buttons">buttons example</a>
</li>
<li>5.2. <a href="sec-checkboxes.html#figure-checkbutton">CheckButton</a>
</li>
<li>5.3. <a href="sec-radio-buttons.html#figure-radiobutton">RadioButton</a>
</li>
<li>6.1. <a href="sec-range-example.html#figure-range-widgets">Range Widgets</a>
</li>
<li>7.1. <a href="chapter-misc-widgets.html#figure-label">Label</a>
</li>
<li>7.2. <a href="sec-text-entry.html#figure-entry-simple">Entry</a>
</li>
<li>7.3. <a href="sec-text-entry.html#figure-entry-completion">Entry Completion</a>
</li>
<li>7.4. <a href="sec-text-entry.html#figure-entry-icon">Entry with Icon</a>
</li>
<li>7.5. <a href="sec-text-entry.html#figure-entry-progress">Entry with Progress Bar</a>
</li>
<li>7.6. <a href="sec-spinbutton.html#figure-spinbutton">SpinButton</a>
</li>
<li>7.7. <a href="sec-progressbar.html#figure-progressbar">ProgressBar</a>
</li>
<li>7.8. <a href="sec-infobar.html#figure-infobar">InfoBar</a>
</li>
<li>7.9. <a href="sec-tooltips.html#figure-tooltip">Tooltip</a>
</li>
<li>8.1. <a href="chapter-container-widgets.html#figure-frame">Frame</a>
</li>
<li>8.2. <a href="chapter-container-widgets.html#figure-paned">Paned</a>
</li>
<li>8.3. <a href="chapter-container-widgets.html#figure-scrolledwindow">ScrolledWindow</a>
</li>
<li>8.4. <a href="chapter-container-widgets.html#figure-aspectframe">AspectFrame</a>
</li>
<li>8.5. <a href="chapter-container-widgets.html#figure-alignment">Alignment</a>
</li>
<li>8.6. <a href="sec-multi-item-containers.html#figure-helloworld2">Hello World 2</a>
</li>
<li>8.7. <a href="sec-multi-item-containers.html#figure-box-packing1">Box Packing 1</a>
</li>
<li>8.8. <a href="sec-multi-item-containers.html#figure-box-packing2">Box Packing 2</a>
</li>
<li>8.9. <a href="sec-multi-item-containers.html#figure-buttonbox">ButtonBox</a>
</li>
<li>8.10. <a href="sec-multi-item-containers.html#figure-grid">Grid</a>
</li>
<li>8.11. <a href="sec-multi-item-containers.html#figure-table">Table</a>
</li>
<li>8.12. <a href="sec-multi-item-containers.html#figure-notebook">Notebook</a>
</li>
<li>8.13. <a href="sec-multi-item-containers.html#figure-assistant">Assistant</a>
</li>
<li>9.1. <a href="chapter-treeview.html#figure-treeview-liststore-model">TreeView - ListStore</a>
</li>
<li>9.2. <a href="chapter-treeview.html#figure-treeview-treestore-model">TreeView - TreeStore</a>
</li>
<li>9.3. <a href="sec-treeview-examples.html#figure-treeview-liststore">TreeView - ListStore</a>
</li>
<li>9.4. <a href="sec-treeview-examples.html#figure-treeview-treestore">TreeView - TreeStore</a>
</li>
<li>9.5. <a href="sec-treeview-examples.html#figure-treeview-editablecells">TreeView - Editable Cells</a>
</li>
<li>9.6. <a href="sec-treeview-examples.html#figure-treeview-draganddrop">TreeView - Drag And Drop</a>
</li>
<li>9.7. <a href="sec-treeview-examples.html#figure-treeview-popup">TreeView - Popup Context Menu</a>
</li>
<li>10.1. <a href="combobox-example-full.html#figure-combobox-complex">ComboBox</a>
</li>
<li>10.2. <a href="combobox-example-simple.html#figure-combobox-text">ComboBox</a>
</li>
<li>10.3. <a href="sec-comboboxentry.html#figure-comboboxentry-complex">ComboBoxEntry</a>
</li>
<li>10.4. <a href="sec-comboboxentry.html#figure-comboboxentry-text">ComboBoxEntryText</a>
</li>
<li>11.1. <a href="sec-textview-examples.html#figure-textview">TextView</a>
</li>
<li>12.1. <a href="sec-menus-examples.html#figure-menus-mainmenu">Main Menu</a>
</li>
<li>12.2. <a href="sec-menus-examples.html#figure-menus-popup">Popup Menu</a>
</li>
<li>13.1. <a href="toolpalette-example.html#figure-toolpalette">ToolPalette</a>
</li>
<li>15.1. <a href="chapter-widgets-without-xwindows.html#figure-eventbox">EventBox</a>
</li>
<li>16.1. <a href="chapter-dialogs.html#figure-dialogs-messagedialog">MessageDialog</a>
</li>
<li>16.2. <a href="sec-dialogs-filechooserdialog.html#figure-dialogs-filechooser">FileChooser</a>
</li>
<li>16.3. <a href="sec-color-selection-dialog.html#figure-dialogs-colorselectiondialog">ColorSelectionDialog</a>
</li>
<li>16.4. <a href="sec-font-chooser-dialog.html#figure-dialogs-fontchooserdialog">FontChooserDialog</a>
</li>
<li>17.1. <a href="sec-cairo-drawing-lines.html#figure-drawingarea-lines">Drawing Area - Lines</a>
</li>
<li>17.2. <a href="sec-cairo-drawing-lines.html#figure-cairo-joins">Different join types in Cairo</a>
</li>
<li>17.3. <a href="sec-cairo-curved-lines.html#figure-drawingarea-curve">Drawing Area - Lines</a>
</li>
<li>17.4. <a href="sec-cairo-drawing-arcs.html#figure-drawingarea-arc">Drawing Area - Arcs</a>
</li>
<li>17.5. <a href="sec-draw-images.html#figure-drawingarea-image">Drawing Area - Image</a>
</li>
<li>18.1. <a href="sec-dnd-example.html#figure-drag-and-drop">Drag and Drop</a>
</li>
<li>19.1. <a href="sec-clipboard-examples.html#figure-clipboard-simple">Clipboard - Simple</a>
</li>
<li>19.2. <a href="sec-clipboard-examples.html#figure-clipboard-ideal">Clipboard - Ideal</a>
</li>
<li>20.1. <a href="sec-printing-example.html#figure-printing-simple">Printing - Simple</a>
</li>
<li>23.1. <a href="chapter-keyboardevents.html#figure-keyboardevents-simple">Keyboard Events - Simple</a>
</li>
<li>23.2. <a href="sec-keyboardevents-propagation.html#figure-keyboardevents-propagation">Keyboard Events - Event Propagation</a>
</li>
<li>28.1. <a href="chapter-customwidgets.html#figure-custom-container">Custom Container</a>
</li>
<li>28.2. <a href="sec-custom-widgets.html#figure-custom-widget">Custom Widget</a>
</li>
</ul>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="chapter-introduction.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top"> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right" valign="top"> Chapter 1. Introduction</td>
</tr>
</table>
</div>
</body>
</html>