gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +17 -11
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +117 -0
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +5 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +39 -31
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +8 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +2 -1
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
| @@ -79,7 +79,7 @@ | |
| 79 79 | 
             
                  </sub>
         | 
| 80 80 | 
             
                  <sub name="Multiline Text Editor" link="TextWidgetObjects.html">
         | 
| 81 81 | 
             
                    <sub name="Text Widget Overview" link="TextWidget.html"/>
         | 
| 82 | 
            -
                    <sub name="GtkTextIter" link=" | 
| 82 | 
            +
                    <sub name="GtkTextIter" link="GtkTextIter.html"/>
         | 
| 83 83 | 
             
                    <sub name="GtkTextMark" link="GtkTextMark.html"/>
         | 
| 84 84 | 
             
                    <sub name="GtkTextBuffer" link="GtkTextBuffer.html"/>
         | 
| 85 85 | 
             
                    <sub name="GtkTextTag" link="GtkTextTag.html"/>
         | 
| @@ -114,6 +114,7 @@ | |
| 114 114 | 
             
                  </sub>
         | 
| 115 115 | 
             
                  <sub name="Menus, Combo Box, Toolbar" link="MenusAndCombos.html">
         | 
| 116 116 | 
             
                    <sub name="GtkComboBox" link="GtkComboBox.html"/>
         | 
| 117 | 
            +
                    <sub name="GtkComboBoxText" link="GtkComboBoxText.html"/>
         | 
| 117 118 | 
             
                    <sub name="GtkComboBoxEntry" link="GtkComboBoxEntry.html"/>
         | 
| 118 119 | 
             
                    <sub name="GtkMenu" link="GtkMenu.html"/>
         | 
| 119 120 | 
             
                    <sub name="GtkMenuBar" link="GtkMenuBar.html"/>
         | 
| @@ -189,7 +190,7 @@ | |
| 189 190 | 
             
                    <sub name="GtkPrintContext" link="GtkPrintContext.html"/>
         | 
| 190 191 | 
             
                    <sub name="GtkPrintSettings" link="GtkPrintSettings.html"/>
         | 
| 191 192 | 
             
                    <sub name="GtkPageSetup" link="GtkPageSetup.html"/>
         | 
| 192 | 
            -
                    <sub name="GtkPaperSize" link=" | 
| 193 | 
            +
                    <sub name="GtkPaperSize" link="GtkPaperSize.html"/>
         | 
| 193 194 | 
             
                    <sub name="GtkPrinter" link="GtkPrinter.html"/>
         | 
| 194 195 | 
             
                    <sub name="GtkPrintJob" link="GtkPrintJob.html"/>
         | 
| 195 196 | 
             
                    <sub name="GtkPrintUnixDialog" link="GtkPrintUnixDialog.html"/>
         | 
| @@ -334,16 +335,17 @@ | |
| 334 335 | 
             
                <sub name="Index of new symbols in 2.18" link="api-index-2-18.html"/>
         | 
| 335 336 | 
             
                <sub name="Index of new symbols in 2.20" link="api-index-2-20.html"/>
         | 
| 336 337 | 
             
                <sub name="Index of new symbols in 2.22" link="api-index-2-22.html"/>
         | 
| 338 | 
            +
                <sub name="Index of new symbols in 2.22" link="api-index-2-24.html"/>
         | 
| 337 339 | 
             
                <sub name="Annotation Glossary" link="annotation-glossary.html"/>
         | 
| 338 340 | 
             
              </chapters>
         | 
| 339 341 | 
             
              <functions>
         | 
| 340 | 
            -
                <function name="Common commandline options" link="gtk-running.html# | 
| 341 | 
            -
                <function name="Environment variables" link="gtk-running.html# | 
| 342 | 
            +
                <function name="Common commandline options" link="gtk-running.html#id462228"/>
         | 
| 343 | 
            +
                <function name="Environment variables" link="gtk-running.html#id456733"/>
         | 
| 342 344 | 
             
                <function name="X11-specific commandline options" link="gtk-x11.html#x11-cmdline"/>
         | 
| 343 | 
            -
                <function name="Server, client, window manager" link="gtk-x11.html# | 
| 345 | 
            +
                <function name="Server, client, window manager" link="gtk-x11.html#id438564"/>
         | 
| 344 346 | 
             
                <function name="Windows-specific commandline options" link="gtk-windows.html#win32-cmdline"/>
         | 
| 345 347 | 
             
                <function name="Windows-specific environment variables" link="gtk-windows.html#win32-envar"/>
         | 
| 346 | 
            -
                <function name="Build requirements" link="gtk-directfb.html# | 
| 348 | 
            +
                <function name="Build requirements" link="gtk-directfb.html#id451433"/>
         | 
| 347 349 | 
             
                <function name="Window and no-window widgets" link="chap-drawing-model.html#window-no-window-widgets"/>
         | 
| 348 350 | 
             
                <function name="Hierarchical drawing" link="chap-drawing-model.html#hierarchical-drawing"/>
         | 
| 349 351 | 
             
                <function name="Notes on drawing no-window widgets" link="chap-drawing-model.html#notes-on-drawing-no-window-widgets"/>
         | 
| @@ -402,7 +404,7 @@ | |
| 402 404 | 
             
                <function name="gtk_get_current_event_state ()" link="gtk-General.html#gtk-get-current-event-state"/>
         | 
| 403 405 | 
             
                <function name="gtk_get_event_widget ()" link="gtk-General.html#gtk-get-event-widget"/>
         | 
| 404 406 | 
             
                <function name="gtk_propagate_event ()" link="gtk-General.html#gtk-propagate-event"/>
         | 
| 405 | 
            -
                <function name="GtkAccelGroup" link="gtk-Keyboard-Accelerators.html#GtkAccelGroup-struct"/>
         | 
| 407 | 
            +
                <function name="struct GtkAccelGroup" link="gtk-Keyboard-Accelerators.html#GtkAccelGroup-struct"/>
         | 
| 406 408 | 
             
                <function name="gtk_accel_group_new ()" link="gtk-Keyboard-Accelerators.html#gtk-accel-group-new"/>
         | 
| 407 409 | 
             
                <function name="gtk_accel_group_ref" link="gtk-Keyboard-Accelerators.html#gtk-accel-group-ref"/>
         | 
| 408 410 | 
             
                <function name="gtk_accel_group_unref" link="gtk-Keyboard-Accelerators.html#gtk-accel-group-unref"/>
         | 
| @@ -422,7 +424,7 @@ | |
| 422 424 | 
             
                <function name="gtk_accel_groups_activate ()" link="gtk-Keyboard-Accelerators.html#gtk-accel-groups-activate"/>
         | 
| 423 425 | 
             
                <function name="gtk_accel_groups_from_object ()" link="gtk-Keyboard-Accelerators.html#gtk-accel-groups-from-object"/>
         | 
| 424 426 | 
             
                <function name="gtk_accel_group_find ()" link="gtk-Keyboard-Accelerators.html#gtk-accel-group-find"/>
         | 
| 425 | 
            -
                <function name="GtkAccelKey" link="gtk-Keyboard-Accelerators.html#GtkAccelKey"/>
         | 
| 427 | 
            +
                <function name="struct GtkAccelKey" link="gtk-Keyboard-Accelerators.html#GtkAccelKey"/>
         | 
| 426 428 | 
             
                <function name="gtk_accelerator_valid ()" link="gtk-Keyboard-Accelerators.html#gtk-accelerator-valid"/>
         | 
| 427 429 | 
             
                <function name="gtk_accelerator_parse ()" link="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse"/>
         | 
| 428 430 | 
             
                <function name="gtk_accelerator_name ()" link="gtk-Keyboard-Accelerators.html#gtk-accelerator-name"/>
         | 
| @@ -438,8 +440,8 @@ | |
| 438 440 | 
             
                <function name="gtk_accel_map_add_entry ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-add-entry"/>
         | 
| 439 441 | 
             
                <function name="gtk_accel_map_lookup_entry ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-lookup-entry"/>
         | 
| 440 442 | 
             
                <function name="gtk_accel_map_change_entry ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-change-entry"/>
         | 
| 441 | 
            -
                <function name="gtk_accel_map_load | 
| 442 | 
            -
                <function name="gtk_accel_map_save | 
| 443 | 
            +
                <function name="gtk_accel_map_load" link="gtk-Accelerator-Maps.html#gtk-accel-map-load"/>
         | 
| 444 | 
            +
                <function name="gtk_accel_map_save" link="gtk-Accelerator-Maps.html#gtk-accel-map-save"/>
         | 
| 443 445 | 
             
                <function name="gtk_accel_map_foreach ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-foreach"/>
         | 
| 444 446 | 
             
                <function name="gtk_accel_map_load_fd ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-load-fd"/>
         | 
| 445 447 | 
             
                <function name="gtk_accel_map_save_fd ()" link="gtk-Accelerator-Maps.html#gtk-accel-map-save-fd"/>
         | 
| @@ -527,7 +529,7 @@ | |
| 527 529 | 
             
                <function name="gtk_drag_source_add_image_targets ()" link="gtk-Drag-and-Drop.html#gtk-drag-source-add-image-targets"/>
         | 
| 528 530 | 
             
                <function name="gtk_drag_source_add_uri_targets ()" link="gtk-Drag-and-Drop.html#gtk-drag-source-add-uri-targets"/>
         | 
| 529 531 | 
             
                <function name="GtkIconInfo" link="GtkIconTheme.html#GtkIconInfo"/>
         | 
| 530 | 
            -
                <function name="GtkIconTheme" link="GtkIconTheme.html#GtkIconTheme-struct"/>
         | 
| 532 | 
            +
                <function name="struct GtkIconTheme" link="GtkIconTheme.html#GtkIconTheme-struct"/>
         | 
| 531 533 | 
             
                <function name="enum GtkIconLookupFlags" link="GtkIconTheme.html#GtkIconLookupFlags"/>
         | 
| 532 534 | 
             
                <function name="GTK_ICON_THEME_ERROR" link="GtkIconTheme.html#GTK-ICON-THEME-ERROR:CAPS"/>
         | 
| 533 535 | 
             
                <function name="enum GtkIconThemeError" link="GtkIconTheme.html#GtkIconThemeError"/>
         | 
| @@ -535,10 +537,10 @@ | |
| 535 537 | 
             
                <function name="gtk_icon_theme_get_default ()" link="GtkIconTheme.html#gtk-icon-theme-get-default"/>
         | 
| 536 538 | 
             
                <function name="gtk_icon_theme_get_for_screen ()" link="GtkIconTheme.html#gtk-icon-theme-get-for-screen"/>
         | 
| 537 539 | 
             
                <function name="gtk_icon_theme_set_screen ()" link="GtkIconTheme.html#gtk-icon-theme-set-screen"/>
         | 
| 538 | 
            -
                <function name="gtk_icon_theme_set_search_path | 
| 539 | 
            -
                <function name="gtk_icon_theme_get_search_path | 
| 540 | 
            -
                <function name="gtk_icon_theme_append_search_path | 
| 541 | 
            -
                <function name="gtk_icon_theme_prepend_search_path | 
| 540 | 
            +
                <function name="gtk_icon_theme_set_search_path" link="GtkIconTheme.html#gtk-icon-theme-set-search-path"/>
         | 
| 541 | 
            +
                <function name="gtk_icon_theme_get_search_path" link="GtkIconTheme.html#gtk-icon-theme-get-search-path"/>
         | 
| 542 | 
            +
                <function name="gtk_icon_theme_append_search_path" link="GtkIconTheme.html#gtk-icon-theme-append-search-path"/>
         | 
| 543 | 
            +
                <function name="gtk_icon_theme_prepend_search_path" link="GtkIconTheme.html#gtk-icon-theme-prepend-search-path"/>
         | 
| 542 544 | 
             
                <function name="gtk_icon_theme_set_custom_theme ()" link="GtkIconTheme.html#gtk-icon-theme-set-custom-theme"/>
         | 
| 543 545 | 
             
                <function name="gtk_icon_theme_has_icon ()" link="GtkIconTheme.html#gtk-icon-theme-has-icon"/>
         | 
| 544 546 | 
             
                <function name="gtk_icon_theme_lookup_icon ()" link="GtkIconTheme.html#gtk-icon-theme-lookup-icon"/>
         | 
| @@ -555,7 +557,7 @@ | |
| 555 557 | 
             
                <function name="gtk_icon_info_free ()" link="GtkIconTheme.html#gtk-icon-info-free"/>
         | 
| 556 558 | 
             
                <function name="gtk_icon_info_new_for_pixbuf ()" link="GtkIconTheme.html#gtk-icon-info-new-for-pixbuf"/>
         | 
| 557 559 | 
             
                <function name="gtk_icon_info_get_base_size ()" link="GtkIconTheme.html#gtk-icon-info-get-base-size"/>
         | 
| 558 | 
            -
                <function name="gtk_icon_info_get_filename | 
| 560 | 
            +
                <function name="gtk_icon_info_get_filename" link="GtkIconTheme.html#gtk-icon-info-get-filename"/>
         | 
| 559 561 | 
             
                <function name="gtk_icon_info_get_builtin_pixbuf ()" link="GtkIconTheme.html#gtk-icon-info-get-builtin-pixbuf"/>
         | 
| 560 562 | 
             
                <function name="gtk_icon_info_load_icon ()" link="GtkIconTheme.html#gtk-icon-info-load-icon"/>
         | 
| 561 563 | 
             
                <function name="gtk_icon_info_set_raw_coordinates ()" link="GtkIconTheme.html#gtk-icon-info-set-raw-coordinates"/>
         | 
| @@ -563,7 +565,7 @@ | |
| 563 565 | 
             
                <function name="gtk_icon_info_get_attach_points ()" link="GtkIconTheme.html#gtk-icon-info-get-attach-points"/>
         | 
| 564 566 | 
             
                <function name="gtk_icon_info_get_display_name ()" link="GtkIconTheme.html#gtk-icon-info-get-display-name"/>
         | 
| 565 567 | 
             
                <function name="The "changed" signal" link="GtkIconTheme.html#GtkIconTheme-changed"/>
         | 
| 566 | 
            -
                <function name="GtkStockItem" link="gtk-Stock-Items.html#GtkStockItem"/>
         | 
| 568 | 
            +
                <function name="struct GtkStockItem" link="gtk-Stock-Items.html#GtkStockItem"/>
         | 
| 567 569 | 
             
                <function name="gtk_stock_add ()" link="gtk-Stock-Items.html#gtk-stock-add"/>
         | 
| 568 570 | 
             
                <function name="gtk_stock_add_static ()" link="gtk-Stock-Items.html#gtk-stock-add-static"/>
         | 
| 569 571 | 
             
                <function name="gtk_stock_item_copy ()" link="gtk-Stock-Items.html#gtk-stock-item-copy"/>
         | 
| @@ -679,7 +681,7 @@ | |
| 679 681 | 
             
                <function name="GtkIconFactory as GtkBuildable" link="gtk-Themeable-Stock-Images.html#GtkIconFactory-BUILDER-UI"/>
         | 
| 680 682 | 
             
                <function name="GtkIconSource" link="gtk-Themeable-Stock-Images.html#GtkIconSource"/>
         | 
| 681 683 | 
             
                <function name="GtkIconFactory" link="gtk-Themeable-Stock-Images.html#GtkIconFactory-struct"/>
         | 
| 682 | 
            -
                <function name="GtkIconSet" link="gtk-Themeable-Stock-Images.html#GtkIconSet"/>
         | 
| 684 | 
            +
                <function name="GtkIconSet" link="gtk-Themeable-Stock-Images.html#GtkIconSet-struct"/>
         | 
| 683 685 | 
             
                <function name="enum GtkIconSize" link="gtk-Themeable-Stock-Images.html#GtkIconSize"/>
         | 
| 684 686 | 
             
                <function name="gtk_icon_source_copy ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-copy"/>
         | 
| 685 687 | 
             
                <function name="gtk_icon_source_free ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-free"/>
         | 
| @@ -705,7 +707,7 @@ | |
| 705 707 | 
             
                <function name="gtk_icon_set_get_sizes ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-set-get-sizes"/>
         | 
| 706 708 | 
             
                <function name="gtk_icon_source_get_direction ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-direction"/>
         | 
| 707 709 | 
             
                <function name="gtk_icon_source_get_direction_wildcarded ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-direction-wildcarded"/>
         | 
| 708 | 
            -
                <function name="gtk_icon_source_get_filename | 
| 710 | 
            +
                <function name="gtk_icon_source_get_filename" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-filename"/>
         | 
| 709 711 | 
             
                <function name="gtk_icon_source_get_pixbuf ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-pixbuf"/>
         | 
| 710 712 | 
             
                <function name="gtk_icon_source_get_icon_name ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-icon-name"/>
         | 
| 711 713 | 
             
                <function name="gtk_icon_source_get_size ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-get-size"/>
         | 
| @@ -715,19 +717,19 @@ | |
| 715 717 | 
             
                <function name="gtk_icon_source_new ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-new"/>
         | 
| 716 718 | 
             
                <function name="gtk_icon_source_set_direction ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-direction"/>
         | 
| 717 719 | 
             
                <function name="gtk_icon_source_set_direction_wildcarded ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-direction-wildcarded"/>
         | 
| 718 | 
            -
                <function name="gtk_icon_source_set_filename | 
| 720 | 
            +
                <function name="gtk_icon_source_set_filename" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-filename"/>
         | 
| 719 721 | 
             
                <function name="gtk_icon_source_set_pixbuf ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-pixbuf"/>
         | 
| 720 722 | 
             
                <function name="gtk_icon_source_set_icon_name ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-icon-name"/>
         | 
| 721 723 | 
             
                <function name="gtk_icon_source_set_size ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-size"/>
         | 
| 722 724 | 
             
                <function name="gtk_icon_source_set_size_wildcarded ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-size-wildcarded"/>
         | 
| 723 725 | 
             
                <function name="gtk_icon_source_set_state ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-state"/>
         | 
| 724 726 | 
             
                <function name="gtk_icon_source_set_state_wildcarded ()" link="gtk-Themeable-Stock-Images.html#gtk-icon-source-set-state-wildcarded"/>
         | 
| 725 | 
            -
                <function name="Default files" link="gtk-Resource-Files.html# | 
| 726 | 
            -
                <function name="Pathnames and patterns" link="gtk-Resource-Files.html# | 
| 727 | 
            -
                <function name="Optimizing RC Style Matches" link="gtk-Resource-Files.html# | 
| 728 | 
            -
                <function name="Toplevel declarations" link="gtk-Resource-Files.html# | 
| 729 | 
            -
                <function name="Styles" link="gtk-Resource-Files.html# | 
| 730 | 
            -
                <function name="Key bindings" link="gtk-Resource-Files.html# | 
| 727 | 
            +
                <function name="Default files" link="gtk-Resource-Files.html#id487313"/>
         | 
| 728 | 
            +
                <function name="Pathnames and patterns" link="gtk-Resource-Files.html#id524366"/>
         | 
| 729 | 
            +
                <function name="Optimizing RC Style Matches" link="gtk-Resource-Files.html#id535122"/>
         | 
| 730 | 
            +
                <function name="Toplevel declarations" link="gtk-Resource-Files.html#id535299"/>
         | 
| 731 | 
            +
                <function name="Styles" link="gtk-Resource-Files.html#id535600"/>
         | 
| 732 | 
            +
                <function name="Key bindings" link="gtk-Resource-Files.html#id536651"/>
         | 
| 731 733 | 
             
                <function name="GtkRcStyle" link="gtk-Resource-Files.html#GtkRcStyle-struct"/>
         | 
| 732 734 | 
             
                <function name="enum GtkRcFlags" link="gtk-Resource-Files.html#GtkRcFlags"/>
         | 
| 733 735 | 
             
                <function name="enum GtkRcTokenType" link="gtk-Resource-Files.html#GtkRcTokenType"/>
         | 
| @@ -737,14 +739,14 @@ | |
| 737 739 | 
             
                <function name="gtk_rc_add_widget_name_style ()" link="gtk-Resource-Files.html#gtk-rc-add-widget-name-style"/>
         | 
| 738 740 | 
             
                <function name="gtk_rc_add_widget_class_style ()" link="gtk-Resource-Files.html#gtk-rc-add-widget-class-style"/>
         | 
| 739 741 | 
             
                <function name="gtk_rc_add_class_style ()" link="gtk-Resource-Files.html#gtk-rc-add-class-style"/>
         | 
| 740 | 
            -
                <function name="gtk_rc_parse | 
| 742 | 
            +
                <function name="gtk_rc_parse" link="gtk-Resource-Files.html#gtk-rc-parse"/>
         | 
| 741 743 | 
             
                <function name="gtk_rc_parse_string ()" link="gtk-Resource-Files.html#gtk-rc-parse-string"/>
         | 
| 742 744 | 
             
                <function name="gtk_rc_reparse_all ()" link="gtk-Resource-Files.html#gtk-rc-reparse-all"/>
         | 
| 743 745 | 
             
                <function name="gtk_rc_reparse_all_for_settings ()" link="gtk-Resource-Files.html#gtk-rc-reparse-all-for-settings"/>
         | 
| 744 746 | 
             
                <function name="gtk_rc_reset_styles ()" link="gtk-Resource-Files.html#gtk-rc-reset-styles"/>
         | 
| 745 | 
            -
                <function name="gtk_rc_add_default_file | 
| 747 | 
            +
                <function name="gtk_rc_add_default_file" link="gtk-Resource-Files.html#gtk-rc-add-default-file"/>
         | 
| 746 748 | 
             
                <function name="gtk_rc_get_default_files ()" link="gtk-Resource-Files.html#gtk-rc-get-default-files"/>
         | 
| 747 | 
            -
                <function name="gtk_rc_set_default_files | 
| 749 | 
            +
                <function name="gtk_rc_set_default_files" link="gtk-Resource-Files.html#gtk-rc-set-default-files"/>
         | 
| 748 750 | 
             
                <function name="gtk_rc_parse_color ()" link="gtk-Resource-Files.html#gtk-rc-parse-color"/>
         | 
| 749 751 | 
             
                <function name="gtk_rc_parse_color_full ()" link="gtk-Resource-Files.html#gtk-rc-parse-color-full"/>
         | 
| 750 752 | 
             
                <function name="gtk_rc_parse_state ()" link="gtk-Resource-Files.html#gtk-rc-parse-state"/>
         | 
| @@ -760,7 +762,7 @@ | |
| 760 762 | 
             
                <function name="gtk_rc_style_ref ()" link="gtk-Resource-Files.html#gtk-rc-style-ref"/>
         | 
| 761 763 | 
             
                <function name="gtk_rc_style_unref ()" link="gtk-Resource-Files.html#gtk-rc-style-unref"/>
         | 
| 762 764 | 
             
                <function name="GtkSettings" link="GtkSettings.html#GtkSettings-struct"/>
         | 
| 763 | 
            -
                <function name="GtkSettingsValue" link="GtkSettings.html#GtkSettingsValue"/>
         | 
| 765 | 
            +
                <function name="struct GtkSettingsValue" link="GtkSettings.html#GtkSettingsValue"/>
         | 
| 764 766 | 
             
                <function name="gtk_settings_get_default ()" link="GtkSettings.html#gtk-settings-get-default"/>
         | 
| 765 767 | 
             
                <function name="gtk_settings_get_for_screen ()" link="GtkSettings.html#gtk-settings-get-for-screen"/>
         | 
| 766 768 | 
             
                <function name="gtk_settings_install_property ()" link="GtkSettings.html#gtk-settings-install-property"/>
         | 
| @@ -840,11 +842,11 @@ | |
| 840 842 | 
             
                <function name="The "gtk-xft-hinting" property" link="GtkSettings.html#GtkSettings--gtk-xft-hinting"/>
         | 
| 841 843 | 
             
                <function name="The "gtk-xft-hintstyle" property" link="GtkSettings.html#GtkSettings--gtk-xft-hintstyle"/>
         | 
| 842 844 | 
             
                <function name="The "gtk-xft-rgba" property" link="GtkSettings.html#GtkSettings--gtk-xft-rgba"/>
         | 
| 843 | 
            -
                <function name="Installing a key binding" link="gtk-Bindings.html# | 
| 844 | 
            -
                <function name="GtkBindingSet" link="gtk-Bindings.html#GtkBindingSet"/>
         | 
| 845 | 
            -
                <function name="GtkBindingEntry" link="gtk-Bindings.html#GtkBindingEntry"/>
         | 
| 846 | 
            -
                <function name="GtkBindingSignal" link="gtk-Bindings.html#GtkBindingSignal"/>
         | 
| 847 | 
            -
                <function name="GtkBindingArg" link="gtk-Bindings.html#GtkBindingArg"/>
         | 
| 845 | 
            +
                <function name="Installing a key binding" link="gtk-Bindings.html#id449421"/>
         | 
| 846 | 
            +
                <function name="struct GtkBindingSet" link="gtk-Bindings.html#GtkBindingSet"/>
         | 
| 847 | 
            +
                <function name="struct GtkBindingEntry" link="gtk-Bindings.html#GtkBindingEntry"/>
         | 
| 848 | 
            +
                <function name="struct GtkBindingSignal" link="gtk-Bindings.html#GtkBindingSignal"/>
         | 
| 849 | 
            +
                <function name="struct GtkBindingArg" link="gtk-Bindings.html#GtkBindingArg"/>
         | 
| 848 850 | 
             
                <function name="gtk_binding_entry_add" link="gtk-Bindings.html#gtk-binding-entry-add"/>
         | 
| 849 851 | 
             
                <function name="gtk_binding_entry_add_signall ()" link="gtk-Bindings.html#gtk-binding-entry-add-signall"/>
         | 
| 850 852 | 
             
                <function name="gtk_binding_entry_clear ()" link="gtk-Bindings.html#gtk-binding-entry-clear"/>
         | 
| @@ -903,7 +905,7 @@ | |
| 903 905 | 
             
                <function name="gtk_gc_get ()" link="gtk-Graphics-Contexts.html#gtk-gc-get"/>
         | 
| 904 906 | 
             
                <function name="gtk_gc_release ()" link="gtk-Graphics-Contexts.html#gtk-gc-release"/>
         | 
| 905 907 | 
             
                <function name="GTK_STYLE_ATTACHED()" link="GtkStyle.html#GTK-STYLE-ATTACHED:CAPS"/>
         | 
| 906 | 
            -
                <function name="GtkStyle" link="GtkStyle.html#GtkStyle-struct"/>
         | 
| 908 | 
            +
                <function name="struct GtkStyle" link="GtkStyle.html#GtkStyle-struct"/>
         | 
| 907 909 | 
             
                <function name="gtk_style_new ()" link="GtkStyle.html#gtk-style-new"/>
         | 
| 908 910 | 
             
                <function name="gtk_style_copy ()" link="GtkStyle.html#gtk-style-copy"/>
         | 
| 909 911 | 
             
                <function name="gtk_style_attach ()" link="GtkStyle.html#gtk-style-attach"/>
         | 
| @@ -965,7 +967,7 @@ | |
| 965 967 | 
             
                <function name="gtk_paint_layout ()" link="GtkStyle.html#gtk-paint-layout"/>
         | 
| 966 968 | 
             
                <function name="gtk_paint_resize_grip ()" link="GtkStyle.html#gtk-paint-resize-grip"/>
         | 
| 967 969 | 
             
                <function name="gtk_draw_insertion_cursor ()" link="GtkStyle.html#gtk-draw-insertion-cursor"/>
         | 
| 968 | 
            -
                <function name="GtkBorder" link="GtkStyle.html#GtkBorder"/>
         | 
| 970 | 
            +
                <function name="struct GtkBorder" link="GtkStyle.html#GtkBorder-struct"/>
         | 
| 969 971 | 
             
                <function name="gtk_border_new ()" link="GtkStyle.html#gtk-border-new"/>
         | 
| 970 972 | 
             
                <function name="gtk_border_copy ()" link="GtkStyle.html#gtk-border-copy"/>
         | 
| 971 973 | 
             
                <function name="gtk_border_free ()" link="GtkStyle.html#gtk-border-free"/>
         | 
| @@ -973,9 +975,9 @@ | |
| 973 975 | 
             
                <function name="GtkRcPropertyParser ()" link="GtkStyle.html#GtkRcPropertyParser"/>
         | 
| 974 976 | 
             
                <function name="The "realize" signal" link="GtkStyle.html#GtkStyle-realize"/>
         | 
| 975 977 | 
             
                <function name="The "unrealize" signal" link="GtkStyle.html#GtkStyle-unrealize"/>
         | 
| 976 | 
            -
                <function name="GtkTargetEntry" link="gtk-Selections.html#GtkTargetEntry"/>
         | 
| 977 | 
            -
                <function name="GtkTargetList" link="gtk-Selections.html#GtkTargetList"/>
         | 
| 978 | 
            -
                <function name="GtkTargetPair" link="gtk-Selections.html#GtkTargetPair"/>
         | 
| 978 | 
            +
                <function name="struct GtkTargetEntry" link="gtk-Selections.html#GtkTargetEntry"/>
         | 
| 979 | 
            +
                <function name="struct GtkTargetList" link="gtk-Selections.html#GtkTargetList-struct"/>
         | 
| 980 | 
            +
                <function name="struct GtkTargetPair" link="gtk-Selections.html#GtkTargetPair"/>
         | 
| 979 981 | 
             
                <function name="gtk_target_list_new ()" link="gtk-Selections.html#gtk-target-list-new"/>
         | 
| 980 982 | 
             
                <function name="gtk_target_list_ref ()" link="gtk-Selections.html#gtk-target-list-ref"/>
         | 
| 981 983 | 
             
                <function name="gtk_target_list_unref ()" link="gtk-Selections.html#gtk-target-list-unref"/>
         | 
| @@ -1034,10 +1036,10 @@ | |
| 1034 1036 | 
             
                <function name="GTK_BINARY_AGE" link="gtk-Feature-Test-Macros.html#GTK-BINARY-AGE:CAPS"/>
         | 
| 1035 1037 | 
             
                <function name="GTK_INTERFACE_AGE" link="gtk-Feature-Test-Macros.html#GTK-INTERFACE-AGE:CAPS"/>
         | 
| 1036 1038 | 
             
                <function name="GTK_CHECK_VERSION()" link="gtk-Feature-Test-Macros.html#GTK-CHECK-VERSION:CAPS"/>
         | 
| 1037 | 
            -
                <function name="What are signals?" link="gtk-Signals.html# | 
| 1038 | 
            -
                <function name="How are signals used?" link="gtk-Signals.html# | 
| 1039 | 
            -
                <function name="Basic Terminology" link="gtk-Signals.html# | 
| 1040 | 
            -
                <function name="A brief note on how they work." link="gtk-Signals.html# | 
| 1039 | 
            +
                <function name="What are signals?" link="gtk-Signals.html#id506191"/>
         | 
| 1040 | 
            +
                <function name="How are signals used?" link="gtk-Signals.html#id576984"/>
         | 
| 1041 | 
            +
                <function name="Basic Terminology" link="gtk-Signals.html#id577010"/>
         | 
| 1042 | 
            +
                <function name="A brief note on how they work." link="gtk-Signals.html#id568652"/>
         | 
| 1041 1043 | 
             
                <function name="GTK_SIGNAL_OFFSET" link="gtk-Signals.html#GTK-SIGNAL-OFFSET:CAPS"/>
         | 
| 1042 1044 | 
             
                <function name="enum GtkSignalRunType" link="gtk-Signals.html#GtkSignalRunType"/>
         | 
| 1043 1045 | 
             
                <function name="gtk_signal_new ()" link="gtk-Signals.html#gtk-signal-new"/>
         | 
| @@ -1092,7 +1094,7 @@ | |
| 1092 1094 | 
             
                <function name="GtkCallbackMarshal ()" link="gtk-Types.html#GtkCallbackMarshal"/>
         | 
| 1093 1095 | 
             
                <function name="GtkSignalMarshaller" link="gtk-Types.html#GtkSignalMarshaller"/>
         | 
| 1094 1096 | 
             
                <function name="GtkTypeObject" link="gtk-Types.html#GtkTypeObject"/>
         | 
| 1095 | 
            -
                <function name="GtkArg" link="gtk-Types.html#GtkArg"/>
         | 
| 1097 | 
            +
                <function name="struct GtkArg" link="gtk-Types.html#GtkArg"/>
         | 
| 1096 1098 | 
             
                <function name="GTK_VALUE_CHAR()" link="gtk-Types.html#GTK-VALUE-CHAR:CAPS"/>
         | 
| 1097 1099 | 
             
                <function name="GTK_VALUE_UCHAR()" link="gtk-Types.html#GTK-VALUE-UCHAR:CAPS"/>
         | 
| 1098 1100 | 
             
                <function name="GTK_VALUE_BOOL()" link="gtk-Types.html#GTK-VALUE-BOOL:CAPS"/>
         | 
| @@ -1124,7 +1126,7 @@ | |
| 1124 1126 | 
             
                <function name="GTK_RETLOC_BOXED()" link="gtk-Types.html#GTK-RETLOC-BOXED:CAPS"/>
         | 
| 1125 1127 | 
             
                <function name="GTK_RETLOC_POINTER()" link="gtk-Types.html#GTK-RETLOC-POINTER:CAPS"/>
         | 
| 1126 1128 | 
             
                <function name="GTK_RETLOC_OBJECT()" link="gtk-Types.html#GTK-RETLOC-OBJECT:CAPS"/>
         | 
| 1127 | 
            -
                <function name="GtkTypeInfo" link="gtk-Types.html#GtkTypeInfo"/>
         | 
| 1129 | 
            +
                <function name="struct GtkTypeInfo" link="gtk-Types.html#GtkTypeInfo"/>
         | 
| 1128 1130 | 
             
                <function name="GtkTypeClass" link="gtk-Types.html#GtkTypeClass"/>
         | 
| 1129 1131 | 
             
                <function name="GtkEnumValue" link="gtk-Types.html#GtkEnumValue"/>
         | 
| 1130 1132 | 
             
                <function name="GtkFlagValue" link="gtk-Types.html#GtkFlagValue"/>
         | 
| @@ -1156,7 +1158,7 @@ | |
| 1156 1158 | 
             
                <function name="gtk_test_text_set ()" link="gtk-Testing.html#gtk-test-text-set"/>
         | 
| 1157 1159 | 
             
                <function name="gtk_test_widget_click ()" link="gtk-Testing.html#gtk-test-widget-click"/>
         | 
| 1158 1160 | 
             
                <function name="gtk_test_widget_send_key ()" link="gtk-Testing.html#gtk-test-widget-send-key"/>
         | 
| 1159 | 
            -
                <function name="GtkMountOperation" link="gtk-Filesystem-utilities.html#GtkMountOperation-struct"/>
         | 
| 1161 | 
            +
                <function name="struct GtkMountOperation" link="gtk-Filesystem-utilities.html#GtkMountOperation-struct"/>
         | 
| 1160 1162 | 
             
                <function name="gtk_mount_operation_new ()" link="gtk-Filesystem-utilities.html#gtk-mount-operation-new"/>
         | 
| 1161 1163 | 
             
                <function name="gtk_mount_operation_is_showing ()" link="gtk-Filesystem-utilities.html#gtk-mount-operation-is-showing"/>
         | 
| 1162 1164 | 
             
                <function name="gtk_mount_operation_set_parent ()" link="gtk-Filesystem-utilities.html#gtk-mount-operation-set-parent"/>
         | 
| @@ -1168,7 +1170,7 @@ | |
| 1168 1170 | 
             
                <function name="The "parent" property" link="gtk-Filesystem-utilities.html#GtkMountOperation--parent"/>
         | 
| 1169 1171 | 
             
                <function name="The "screen" property" link="gtk-Filesystem-utilities.html#GtkMountOperation--screen"/>
         | 
| 1170 1172 | 
             
                <function name="GtkDialog as GtkBuildable" link="GtkDialog.html#GtkDialog-BUILDER-UI"/>
         | 
| 1171 | 
            -
                <function name="GtkDialog" link="GtkDialog.html#GtkDialog-struct"/>
         | 
| 1173 | 
            +
                <function name="struct GtkDialog" link="GtkDialog.html#GtkDialog-struct"/>
         | 
| 1172 1174 | 
             
                <function name="enum GtkDialogFlags" link="GtkDialog.html#GtkDialogFlags"/>
         | 
| 1173 1175 | 
             
                <function name="enum GtkResponseType" link="GtkDialog.html#GtkResponseType"/>
         | 
| 1174 1176 | 
             
                <function name="gtk_dialog_new ()" link="GtkDialog.html#gtk-dialog-new"/>
         | 
| @@ -1196,14 +1198,14 @@ | |
| 1196 1198 | 
             
                <function name="The "content-area-spacing" style property" link="GtkDialog.html#GtkDialog--s-content-area-spacing"/>
         | 
| 1197 1199 | 
             
                <function name="The "close" signal" link="GtkDialog.html#GtkDialog-close"/>
         | 
| 1198 1200 | 
             
                <function name="The "response" signal" link="GtkDialog.html#GtkDialog-response"/>
         | 
| 1199 | 
            -
                <function name="GtkInvisible" link="GtkInvisible.html#GtkInvisible-struct"/>
         | 
| 1201 | 
            +
                <function name="struct GtkInvisible" link="GtkInvisible.html#GtkInvisible-struct"/>
         | 
| 1200 1202 | 
             
                <function name="gtk_invisible_new ()" link="GtkInvisible.html#gtk-invisible-new"/>
         | 
| 1201 1203 | 
             
                <function name="gtk_invisible_new_for_screen ()" link="GtkInvisible.html#gtk-invisible-new-for-screen"/>
         | 
| 1202 1204 | 
             
                <function name="gtk_invisible_set_screen ()" link="GtkInvisible.html#gtk-invisible-set-screen"/>
         | 
| 1203 1205 | 
             
                <function name="gtk_invisible_get_screen ()" link="GtkInvisible.html#gtk-invisible-get-screen"/>
         | 
| 1204 1206 | 
             
                <function name="The "screen" property" link="GtkInvisible.html#GtkInvisible--screen"/>
         | 
| 1205 1207 | 
             
                <function name="GtkMessageDialog as GtkBuildable" link="GtkMessageDialog.html#GtkMessageDialog-BUILDER-UI"/>
         | 
| 1206 | 
            -
                <function name="GtkMessageDialog" link="GtkMessageDialog.html#GtkMessageDialog-struct"/>
         | 
| 1208 | 
            +
                <function name="struct GtkMessageDialog" link="GtkMessageDialog.html#GtkMessageDialog-struct"/>
         | 
| 1207 1209 | 
             
                <function name="enum GtkMessageType" link="GtkMessageDialog.html#GtkMessageType"/>
         | 
| 1208 1210 | 
             
                <function name="enum GtkButtonsType" link="GtkMessageDialog.html#GtkButtonsType"/>
         | 
| 1209 1211 | 
             
                <function name="gtk_message_dialog_new ()" link="GtkMessageDialog.html#gtk-message-dialog-new"/>
         | 
| @@ -1319,11 +1321,11 @@ | |
| 1319 1321 | 
             
                <function name="gtk_window_resize ()" link="GtkWindow.html#gtk-window-resize"/>
         | 
| 1320 1322 | 
             
                <function name="gtk_window_set_default_icon_list ()" link="GtkWindow.html#gtk-window-set-default-icon-list"/>
         | 
| 1321 1323 | 
             
                <function name="gtk_window_set_default_icon ()" link="GtkWindow.html#gtk-window-set-default-icon"/>
         | 
| 1322 | 
            -
                <function name="gtk_window_set_default_icon_from_file | 
| 1324 | 
            +
                <function name="gtk_window_set_default_icon_from_file" link="GtkWindow.html#gtk-window-set-default-icon-from-file"/>
         | 
| 1323 1325 | 
             
                <function name="gtk_window_set_default_icon_name ()" link="GtkWindow.html#gtk-window-set-default-icon-name"/>
         | 
| 1324 1326 | 
             
                <function name="gtk_window_set_icon ()" link="GtkWindow.html#gtk-window-set-icon"/>
         | 
| 1325 1327 | 
             
                <function name="gtk_window_set_icon_list ()" link="GtkWindow.html#gtk-window-set-icon-list"/>
         | 
| 1326 | 
            -
                <function name="gtk_window_set_icon_from_file | 
| 1328 | 
            +
                <function name="gtk_window_set_icon_from_file" link="GtkWindow.html#gtk-window-set-icon-from-file"/>
         | 
| 1327 1329 | 
             
                <function name="gtk_window_set_icon_name ()" link="GtkWindow.html#gtk-window-set-icon-name"/>
         | 
| 1328 1330 | 
             
                <function name="gtk_window_set_auto_startup_notification ()" link="GtkWindow.html#gtk-window-set-auto-startup-notification"/>
         | 
| 1329 1331 | 
             
                <function name="gtk_window_get_opacity ()" link="GtkWindow.html#gtk-window-get-opacity"/>
         | 
| @@ -1364,13 +1366,13 @@ | |
| 1364 1366 | 
             
                <function name="The "frame-event" signal" link="GtkWindow.html#GtkWindow-frame-event"/>
         | 
| 1365 1367 | 
             
                <function name="The "keys-changed" signal" link="GtkWindow.html#GtkWindow-keys-changed"/>
         | 
| 1366 1368 | 
             
                <function name="The "set-focus" signal" link="GtkWindow.html#GtkWindow-set-focus"/>
         | 
| 1367 | 
            -
                <function name="GtkWindowGroup" link="GtkWindowGroup.html#GtkWindowGroup-struct"/>
         | 
| 1369 | 
            +
                <function name="struct GtkWindowGroup" link="GtkWindowGroup.html#GtkWindowGroup-struct"/>
         | 
| 1368 1370 | 
             
                <function name="gtk_window_group_new ()" link="GtkWindowGroup.html#gtk-window-group-new"/>
         | 
| 1369 1371 | 
             
                <function name="gtk_window_group_add_window ()" link="GtkWindowGroup.html#gtk-window-group-add-window"/>
         | 
| 1370 1372 | 
             
                <function name="gtk_window_group_remove_window ()" link="GtkWindowGroup.html#gtk-window-group-remove-window"/>
         | 
| 1371 1373 | 
             
                <function name="gtk_window_group_list_windows ()" link="GtkWindowGroup.html#gtk-window-group-list-windows"/>
         | 
| 1372 1374 | 
             
                <function name="gtk_window_group_get_current_grab ()" link="GtkWindowGroup.html#gtk-window-group-get-current-grab"/>
         | 
| 1373 | 
            -
                <function name="GtkAboutDialog" link="GtkAboutDialog.html#GtkAboutDialog-struct"/>
         | 
| 1375 | 
            +
                <function name="struct GtkAboutDialog" link="GtkAboutDialog.html#GtkAboutDialog-struct"/>
         | 
| 1374 1376 | 
             
                <function name="gtk_about_dialog_new ()" link="GtkAboutDialog.html#gtk-about-dialog-new"/>
         | 
| 1375 1377 | 
             
                <function name="gtk_about_dialog_get_name ()" link="GtkAboutDialog.html#gtk-about-dialog-get-name"/>
         | 
| 1376 1378 | 
             
                <function name="gtk_about_dialog_set_name ()" link="GtkAboutDialog.html#gtk-about-dialog-set-name"/>
         | 
| @@ -1420,8 +1422,9 @@ | |
| 1420 1422 | 
             
                <function name="The "website" property" link="GtkAboutDialog.html#GtkAboutDialog--website"/>
         | 
| 1421 1423 | 
             
                <function name="The "website-label" property" link="GtkAboutDialog.html#GtkAboutDialog--website-label"/>
         | 
| 1422 1424 | 
             
                <function name="The "wrap-license" property" link="GtkAboutDialog.html#GtkAboutDialog--wrap-license"/>
         | 
| 1425 | 
            +
                <function name="The "activate-link" signal" link="GtkAboutDialog.html#GtkAboutDialog-activate-link"/>
         | 
| 1423 1426 | 
             
                <function name="GtkAssistant as GtkBuildable" link="GtkAssistant.html#GtkAssistant-BUILDER-UI"/>
         | 
| 1424 | 
            -
                <function name="GtkAssistant" link="GtkAssistant.html#GtkAssistant-struct"/>
         | 
| 1427 | 
            +
                <function name="struct GtkAssistant" link="GtkAssistant.html#GtkAssistant-struct"/>
         | 
| 1425 1428 | 
             
                <function name="gtk_assistant_new ()" link="GtkAssistant.html#gtk-assistant-new"/>
         | 
| 1426 1429 | 
             
                <function name="gtk_assistant_get_current_page ()" link="GtkAssistant.html#gtk-assistant-get-current-page"/>
         | 
| 1427 1430 | 
             
                <function name="gtk_assistant_set_current_page ()" link="GtkAssistant.html#gtk-assistant-set-current-page"/>
         | 
| @@ -1458,11 +1461,11 @@ | |
| 1458 1461 | 
             
                <function name="The "cancel" signal" link="GtkAssistant.html#GtkAssistant-cancel"/>
         | 
| 1459 1462 | 
             
                <function name="The "close" signal" link="GtkAssistant.html#GtkAssistant-close"/>
         | 
| 1460 1463 | 
             
                <function name="The "prepare" signal" link="GtkAssistant.html#GtkAssistant-prepare"/>
         | 
| 1461 | 
            -
                <function name="GtkOffscreenWindow" link="GtkOffscreenWindow.html#GtkOffscreenWindow-struct"/>
         | 
| 1464 | 
            +
                <function name="struct GtkOffscreenWindow" link="GtkOffscreenWindow.html#GtkOffscreenWindow-struct"/>
         | 
| 1462 1465 | 
             
                <function name="gtk_offscreen_window_new ()" link="GtkOffscreenWindow.html#gtk-offscreen-window-new"/>
         | 
| 1463 1466 | 
             
                <function name="gtk_offscreen_window_get_pixmap ()" link="GtkOffscreenWindow.html#gtk-offscreen-window-get-pixmap"/>
         | 
| 1464 1467 | 
             
                <function name="gtk_offscreen_window_get_pixbuf ()" link="GtkOffscreenWindow.html#gtk-offscreen-window-get-pixbuf"/>
         | 
| 1465 | 
            -
                <function name="GtkAccelLabel" link="GtkAccelLabel.html#GtkAccelLabel-struct"/>
         | 
| 1468 | 
            +
                <function name="struct GtkAccelLabel" link="GtkAccelLabel.html#GtkAccelLabel-struct"/>
         | 
| 1466 1469 | 
             
                <function name="gtk_accel_label_new ()" link="GtkAccelLabel.html#gtk-accel-label-new"/>
         | 
| 1467 1470 | 
             
                <function name="gtk_accel_label_set_accel_closure ()" link="GtkAccelLabel.html#gtk-accel-label-set-accel-closure"/>
         | 
| 1468 1471 | 
             
                <function name="gtk_accel_label_get_accel_widget ()" link="GtkAccelLabel.html#gtk-accel-label-get-accel-widget"/>
         | 
| @@ -1471,7 +1474,7 @@ | |
| 1471 1474 | 
             
                <function name="gtk_accel_label_refetch ()" link="GtkAccelLabel.html#gtk-accel-label-refetch"/>
         | 
| 1472 1475 | 
             
                <function name="The "accel-closure" property" link="GtkAccelLabel.html#GtkAccelLabel--accel-closure"/>
         | 
| 1473 1476 | 
             
                <function name="The "accel-widget" property" link="GtkAccelLabel.html#GtkAccelLabel--accel-widget"/>
         | 
| 1474 | 
            -
                <function name="GtkImage" link="GtkImage.html#GtkImage-struct"/>
         | 
| 1477 | 
            +
                <function name="struct GtkImage" link="GtkImage.html#GtkImage-struct"/>
         | 
| 1475 1478 | 
             
                <function name="enum GtkImageType" link="GtkImage.html#GtkImageType"/>
         | 
| 1476 1479 | 
             
                <function name="gtk_image_get_icon_set ()" link="GtkImage.html#gtk-image-get-icon-set"/>
         | 
| 1477 1480 | 
             
                <function name="gtk_image_get_image ()" link="GtkImage.html#gtk-image-get-image"/>
         | 
| @@ -1482,7 +1485,7 @@ | |
| 1482 1485 | 
             
                <function name="gtk_image_get_icon_name ()" link="GtkImage.html#gtk-image-get-icon-name"/>
         | 
| 1483 1486 | 
             
                <function name="gtk_image_get_gicon ()" link="GtkImage.html#gtk-image-get-gicon"/>
         | 
| 1484 1487 | 
             
                <function name="gtk_image_get_storage_type ()" link="GtkImage.html#gtk-image-get-storage-type"/>
         | 
| 1485 | 
            -
                <function name="gtk_image_new_from_file | 
| 1488 | 
            +
                <function name="gtk_image_new_from_file" link="GtkImage.html#gtk-image-new-from-file"/>
         | 
| 1486 1489 | 
             
                <function name="gtk_image_new_from_icon_set ()" link="GtkImage.html#gtk-image-new-from-icon-set"/>
         | 
| 1487 1490 | 
             
                <function name="gtk_image_new_from_image ()" link="GtkImage.html#gtk-image-new-from-image"/>
         | 
| 1488 1491 | 
             
                <function name="gtk_image_new_from_pixbuf ()" link="GtkImage.html#gtk-image-new-from-pixbuf"/>
         | 
| @@ -1491,7 +1494,7 @@ | |
| 1491 1494 | 
             
                <function name="gtk_image_new_from_animation ()" link="GtkImage.html#gtk-image-new-from-animation"/>
         | 
| 1492 1495 | 
             
                <function name="gtk_image_new_from_icon_name ()" link="GtkImage.html#gtk-image-new-from-icon-name"/>
         | 
| 1493 1496 | 
             
                <function name="gtk_image_new_from_gicon ()" link="GtkImage.html#gtk-image-new-from-gicon"/>
         | 
| 1494 | 
            -
                <function name="gtk_image_set_from_file | 
| 1497 | 
            +
                <function name="gtk_image_set_from_file" link="GtkImage.html#gtk-image-set-from-file"/>
         | 
| 1495 1498 | 
             
                <function name="gtk_image_set_from_icon_set ()" link="GtkImage.html#gtk-image-set-from-icon-set"/>
         | 
| 1496 1499 | 
             
                <function name="gtk_image_set_from_image ()" link="GtkImage.html#gtk-image-set-from-image"/>
         | 
| 1497 1500 | 
             
                <function name="gtk_image_set_from_pixbuf ()" link="GtkImage.html#gtk-image-set-from-pixbuf"/>
         | 
| @@ -1520,12 +1523,12 @@ | |
| 1520 1523 | 
             
                <function name="The "stock" property" link="GtkImage.html#GtkImage--stock"/>
         | 
| 1521 1524 | 
             
                <function name="The "storage-type" property" link="GtkImage.html#GtkImage--storage-type"/>
         | 
| 1522 1525 | 
             
                <function name="GtkLabel as GtkBuildable" link="GtkLabel.html#GtkLabel-BUILDER-UI"/>
         | 
| 1523 | 
            -
                <function name="Mnemonics" link="GtkLabel.html# | 
| 1524 | 
            -
                <function name="Markup (styled text)" link="GtkLabel.html# | 
| 1525 | 
            -
                <function name="Selectable labels" link="GtkLabel.html# | 
| 1526 | 
            -
                <function name="Text layout" link="GtkLabel.html# | 
| 1527 | 
            -
                <function name="Links" link="GtkLabel.html# | 
| 1528 | 
            -
                <function name="GtkLabel" link="GtkLabel.html#GtkLabel-struct"/>
         | 
| 1526 | 
            +
                <function name="Mnemonics" link="GtkLabel.html#id637808"/>
         | 
| 1527 | 
            +
                <function name="Markup (styled text)" link="GtkLabel.html#id637930"/>
         | 
| 1528 | 
            +
                <function name="Selectable labels" link="GtkLabel.html#id638047"/>
         | 
| 1529 | 
            +
                <function name="Text layout" link="GtkLabel.html#id638070"/>
         | 
| 1530 | 
            +
                <function name="Links" link="GtkLabel.html#id638121"/>
         | 
| 1531 | 
            +
                <function name="struct GtkLabel" link="GtkLabel.html#GtkLabel-struct"/>
         | 
| 1529 1532 | 
             
                <function name="gtk_label_new ()" link="GtkLabel.html#gtk-label-new"/>
         | 
| 1530 1533 | 
             
                <function name="gtk_label_set_text ()" link="GtkLabel.html#gtk-label-set-text"/>
         | 
| 1531 1534 | 
             
                <function name="gtk_label_set_attributes ()" link="GtkLabel.html#gtk-label-set-attributes"/>
         | 
| @@ -1597,7 +1600,7 @@ | |
| 1597 1600 | 
             
                <function name="The "copy-clipboard" signal" link="GtkLabel.html#GtkLabel-copy-clipboard"/>
         | 
| 1598 1601 | 
             
                <function name="The "move-cursor" signal" link="GtkLabel.html#GtkLabel-move-cursor"/>
         | 
| 1599 1602 | 
             
                <function name="The "populate-popup" signal" link="GtkLabel.html#GtkLabel-populate-popup"/>
         | 
| 1600 | 
            -
                <function name="GtkProgressBar" link="GtkProgressBar.html#GtkProgressBar-struct"/>
         | 
| 1603 | 
            +
                <function name="struct GtkProgressBar" link="GtkProgressBar.html#GtkProgressBar-struct"/>
         | 
| 1601 1604 | 
             
                <function name="gtk_progress_bar_new ()" link="GtkProgressBar.html#gtk-progress-bar-new"/>
         | 
| 1602 1605 | 
             
                <function name="gtk_progress_bar_pulse ()" link="GtkProgressBar.html#gtk-progress-bar-pulse"/>
         | 
| 1603 1606 | 
             
                <function name="gtk_progress_bar_set_text ()" link="GtkProgressBar.html#gtk-progress-bar-set-text"/>
         | 
| @@ -1634,7 +1637,7 @@ | |
| 1634 1637 | 
             
                <function name="The "min-vertical-bar-width" style property" link="GtkProgressBar.html#GtkProgressBar--s-min-vertical-bar-width"/>
         | 
| 1635 1638 | 
             
                <function name="The "xspacing" style property" link="GtkProgressBar.html#GtkProgressBar--s-xspacing"/>
         | 
| 1636 1639 | 
             
                <function name="The "yspacing" style property" link="GtkProgressBar.html#GtkProgressBar--s-yspacing"/>
         | 
| 1637 | 
            -
                <function name="GtkStatusbar" link="GtkStatusbar.html#GtkStatusbar-struct"/>
         | 
| 1640 | 
            +
                <function name="struct GtkStatusbar" link="GtkStatusbar.html#GtkStatusbar-struct"/>
         | 
| 1638 1641 | 
             
                <function name="gtk_statusbar_new ()" link="GtkStatusbar.html#gtk-statusbar-new"/>
         | 
| 1639 1642 | 
             
                <function name="gtk_statusbar_get_context_id ()" link="GtkStatusbar.html#gtk-statusbar-get-context-id"/>
         | 
| 1640 1643 | 
             
                <function name="gtk_statusbar_push ()" link="GtkStatusbar.html#gtk-statusbar-push"/>
         | 
| @@ -1649,7 +1652,7 @@ | |
| 1649 1652 | 
             
                <function name="The "text-popped" signal" link="GtkStatusbar.html#GtkStatusbar-text-popped"/>
         | 
| 1650 1653 | 
             
                <function name="The "text-pushed" signal" link="GtkStatusbar.html#GtkStatusbar-text-pushed"/>
         | 
| 1651 1654 | 
             
                <function name="GtkInfoBar as GtkBuildable" link="GtkInfoBar.html#GtkInfoBar-BUILDER-UI"/>
         | 
| 1652 | 
            -
                <function name="GtkInfoBar" link="GtkInfoBar.html#GtkInfoBar-struct"/>
         | 
| 1655 | 
            +
                <function name="struct GtkInfoBar" link="GtkInfoBar.html#GtkInfoBar-struct"/>
         | 
| 1653 1656 | 
             
                <function name="gtk_info_bar_new ()" link="GtkInfoBar.html#gtk-info-bar-new"/>
         | 
| 1654 1657 | 
             
                <function name="gtk_info_bar_new_with_buttons ()" link="GtkInfoBar.html#gtk-info-bar-new-with-buttons"/>
         | 
| 1655 1658 | 
             
                <function name="gtk_info_bar_add_action_widget ()" link="GtkInfoBar.html#gtk-info-bar-add-action-widget"/>
         | 
| @@ -1669,7 +1672,7 @@ | |
| 1669 1672 | 
             
                <function name="The "content-area-spacing" style property" link="GtkInfoBar.html#GtkInfoBar--s-content-area-spacing"/>
         | 
| 1670 1673 | 
             
                <function name="The "close" signal" link="GtkInfoBar.html#GtkInfoBar-close"/>
         | 
| 1671 1674 | 
             
                <function name="The "response" signal" link="GtkInfoBar.html#GtkInfoBar-response"/>
         | 
| 1672 | 
            -
                <function name="GtkStatusIcon" link="GtkStatusIcon.html#GtkStatusIcon-struct"/>
         | 
| 1675 | 
            +
                <function name="struct GtkStatusIcon" link="GtkStatusIcon.html#GtkStatusIcon-struct"/>
         | 
| 1673 1676 | 
             
                <function name="gtk_status_icon_new ()" link="GtkStatusIcon.html#gtk-status-icon-new"/>
         | 
| 1674 1677 | 
             
                <function name="gtk_status_icon_new_from_pixbuf ()" link="GtkStatusIcon.html#gtk-status-icon-new-from-pixbuf"/>
         | 
| 1675 1678 | 
             
                <function name="gtk_status_icon_new_from_file ()" link="GtkStatusIcon.html#gtk-status-icon-new-from-file"/>
         | 
| @@ -1730,14 +1733,14 @@ | |
| 1730 1733 | 
             
                <function name="The "query-tooltip" signal" link="GtkStatusIcon.html#GtkStatusIcon-query-tooltip"/>
         | 
| 1731 1734 | 
             
                <function name="The "scroll-event" signal" link="GtkStatusIcon.html#GtkStatusIcon-scroll-event"/>
         | 
| 1732 1735 | 
             
                <function name="The "size-changed" signal" link="GtkStatusIcon.html#GtkStatusIcon-size-changed"/>
         | 
| 1733 | 
            -
                <function name="GtkSpinner" link="GtkSpinner.html#GtkSpinner-struct"/>
         | 
| 1736 | 
            +
                <function name="struct GtkSpinner" link="GtkSpinner.html#GtkSpinner-struct"/>
         | 
| 1734 1737 | 
             
                <function name="gtk_spinner_new ()" link="GtkSpinner.html#gtk-spinner-new"/>
         | 
| 1735 1738 | 
             
                <function name="gtk_spinner_start ()" link="GtkSpinner.html#gtk-spinner-start"/>
         | 
| 1736 1739 | 
             
                <function name="gtk_spinner_stop ()" link="GtkSpinner.html#gtk-spinner-stop"/>
         | 
| 1737 1740 | 
             
                <function name="The "active" property" link="GtkSpinner.html#GtkSpinner--active"/>
         | 
| 1738 1741 | 
             
                <function name="The "cycle-duration" style property" link="GtkSpinner.html#GtkSpinner--s-cycle-duration"/>
         | 
| 1739 1742 | 
             
                <function name="The "num-steps" style property" link="GtkSpinner.html#GtkSpinner--s-num-steps"/>
         | 
| 1740 | 
            -
                <function name="GtkButton" link="GtkButton.html#GtkButton-struct"/>
         | 
| 1743 | 
            +
                <function name="struct GtkButton" link="GtkButton.html#GtkButton-struct"/>
         | 
| 1741 1744 | 
             
                <function name="gtk_button_new ()" link="GtkButton.html#gtk-button-new"/>
         | 
| 1742 1745 | 
             
                <function name="gtk_button_new_with_label ()" link="GtkButton.html#gtk-button-new-with-label"/>
         | 
| 1743 1746 | 
             
                <function name="gtk_button_new_with_mnemonic ()" link="GtkButton.html#gtk-button-new-with-mnemonic"/>
         | 
| @@ -1786,13 +1789,13 @@ | |
| 1786 1789 | 
             
                <function name="The "leave" signal" link="GtkButton.html#GtkButton-leave"/>
         | 
| 1787 1790 | 
             
                <function name="The "pressed" signal" link="GtkButton.html#GtkButton-pressed"/>
         | 
| 1788 1791 | 
             
                <function name="The "released" signal" link="GtkButton.html#GtkButton-released"/>
         | 
| 1789 | 
            -
                <function name="GtkCheckButton" link="GtkCheckButton.html#GtkCheckButton-struct"/>
         | 
| 1792 | 
            +
                <function name="struct GtkCheckButton" link="GtkCheckButton.html#GtkCheckButton-struct"/>
         | 
| 1790 1793 | 
             
                <function name="gtk_check_button_new ()" link="GtkCheckButton.html#gtk-check-button-new"/>
         | 
| 1791 1794 | 
             
                <function name="gtk_check_button_new_with_label ()" link="GtkCheckButton.html#gtk-check-button-new-with-label"/>
         | 
| 1792 1795 | 
             
                <function name="gtk_check_button_new_with_mnemonic ()" link="GtkCheckButton.html#gtk-check-button-new-with-mnemonic"/>
         | 
| 1793 1796 | 
             
                <function name="The "indicator-size" style property" link="GtkCheckButton.html#GtkCheckButton--s-indicator-size"/>
         | 
| 1794 1797 | 
             
                <function name="The "indicator-spacing" style property" link="GtkCheckButton.html#GtkCheckButton--s-indicator-spacing"/>
         | 
| 1795 | 
            -
                <function name="GtkRadioButton" link="GtkRadioButton.html#GtkRadioButton-struct"/>
         | 
| 1798 | 
            +
                <function name="struct GtkRadioButton" link="GtkRadioButton.html#GtkRadioButton-struct"/>
         | 
| 1796 1799 | 
             
                <function name="gtk_radio_button_new ()" link="GtkRadioButton.html#gtk-radio-button-new"/>
         | 
| 1797 1800 | 
             
                <function name="gtk_radio_button_new_from_widget ()" link="GtkRadioButton.html#gtk-radio-button-new-from-widget"/>
         | 
| 1798 1801 | 
             
                <function name="gtk_radio_button_new_with_label ()" link="GtkRadioButton.html#gtk-radio-button-new-with-label"/>
         | 
| @@ -1804,7 +1807,7 @@ | |
| 1804 1807 | 
             
                <function name="gtk_radio_button_get_group ()" link="GtkRadioButton.html#gtk-radio-button-get-group"/>
         | 
| 1805 1808 | 
             
                <function name="The "group" property" link="GtkRadioButton.html#GtkRadioButton--group"/>
         | 
| 1806 1809 | 
             
                <function name="The "group-changed" signal" link="GtkRadioButton.html#GtkRadioButton-group-changed"/>
         | 
| 1807 | 
            -
                <function name="GtkToggleButton" link="GtkToggleButton.html#GtkToggleButton-struct"/>
         | 
| 1810 | 
            +
                <function name="struct GtkToggleButton" link="GtkToggleButton.html#GtkToggleButton-struct"/>
         | 
| 1808 1811 | 
             
                <function name="gtk_toggle_button_new ()" link="GtkToggleButton.html#gtk-toggle-button-new"/>
         | 
| 1809 1812 | 
             
                <function name="gtk_toggle_button_new_with_label ()" link="GtkToggleButton.html#gtk-toggle-button-new-with-label"/>
         | 
| 1810 1813 | 
             
                <function name="gtk_toggle_button_new_with_mnemonic ()" link="GtkToggleButton.html#gtk-toggle-button-new-with-mnemonic"/>
         | 
| @@ -1820,7 +1823,7 @@ | |
| 1820 1823 | 
             
                <function name="The "draw-indicator" property" link="GtkToggleButton.html#GtkToggleButton--draw-indicator"/>
         | 
| 1821 1824 | 
             
                <function name="The "inconsistent" property" link="GtkToggleButton.html#GtkToggleButton--inconsistent"/>
         | 
| 1822 1825 | 
             
                <function name="The "toggled" signal" link="GtkToggleButton.html#GtkToggleButton-toggled"/>
         | 
| 1823 | 
            -
                <function name="GtkLinkButton" link="GtkLinkButton.html#GtkLinkButton-struct"/>
         | 
| 1826 | 
            +
                <function name="struct GtkLinkButton" link="GtkLinkButton.html#GtkLinkButton-struct"/>
         | 
| 1824 1827 | 
             
                <function name="gtk_link_button_new ()" link="GtkLinkButton.html#gtk-link-button-new"/>
         | 
| 1825 1828 | 
             
                <function name="gtk_link_button_new_with_label ()" link="GtkLinkButton.html#gtk-link-button-new-with-label"/>
         | 
| 1826 1829 | 
             
                <function name="gtk_link_button_get_uri ()" link="GtkLinkButton.html#gtk-link-button-get-uri"/>
         | 
| @@ -1831,7 +1834,7 @@ | |
| 1831 1834 | 
             
                <function name="gtk_link_button_set_visited ()" link="GtkLinkButton.html#gtk-link-button-set-visited"/>
         | 
| 1832 1835 | 
             
                <function name="The "uri" property" link="GtkLinkButton.html#GtkLinkButton--uri"/>
         | 
| 1833 1836 | 
             
                <function name="The "visited" property" link="GtkLinkButton.html#GtkLinkButton--visited"/>
         | 
| 1834 | 
            -
                <function name="GtkScaleButton" link="GtkScaleButton.html#GtkScaleButton-struct"/>
         | 
| 1837 | 
            +
                <function name="struct GtkScaleButton" link="GtkScaleButton.html#GtkScaleButton-struct"/>
         | 
| 1835 1838 | 
             
                <function name="gtk_scale_button_new ()" link="GtkScaleButton.html#gtk-scale-button-new"/>
         | 
| 1836 1839 | 
             
                <function name="gtk_scale_button_set_adjustment ()" link="GtkScaleButton.html#gtk-scale-button-set-adjustment"/>
         | 
| 1837 1840 | 
             
                <function name="gtk_scale_button_set_icons ()" link="GtkScaleButton.html#gtk-scale-button-set-icons"/>
         | 
| @@ -1850,9 +1853,9 @@ | |
| 1850 1853 | 
             
                <function name="The "popdown" signal" link="GtkScaleButton.html#GtkScaleButton-popdown"/>
         | 
| 1851 1854 | 
             
                <function name="The "popup" signal" link="GtkScaleButton.html#GtkScaleButton-popup"/>
         | 
| 1852 1855 | 
             
                <function name="The "value-changed" signal" link="GtkScaleButton.html#GtkScaleButton-value-changed"/>
         | 
| 1853 | 
            -
                <function name="GtkVolumeButton" link="GtkVolumeButton.html#GtkVolumeButton-struct"/>
         | 
| 1856 | 
            +
                <function name="struct GtkVolumeButton" link="GtkVolumeButton.html#GtkVolumeButton-struct"/>
         | 
| 1854 1857 | 
             
                <function name="gtk_volume_button_new ()" link="GtkVolumeButton.html#gtk-volume-button-new"/>
         | 
| 1855 | 
            -
                <function name="GtkEntry" link="GtkEntry.html#GtkEntry-struct"/>
         | 
| 1858 | 
            +
                <function name="struct GtkEntry" link="GtkEntry.html#GtkEntry-struct"/>
         | 
| 1856 1859 | 
             
                <function name="gtk_entry_new ()" link="GtkEntry.html#gtk-entry-new"/>
         | 
| 1857 1860 | 
             
                <function name="gtk_entry_new_with_buffer ()" link="GtkEntry.html#gtk-entry-new-with-buffer"/>
         | 
| 1858 1861 | 
             
                <function name="gtk_entry_new_with_max_length ()" link="GtkEntry.html#gtk-entry-new-with-max-length"/>
         | 
| @@ -1982,7 +1985,7 @@ | |
| 1982 1985 | 
             
                <function name="The "populate-popup" signal" link="GtkEntry.html#GtkEntry-populate-popup"/>
         | 
| 1983 1986 | 
             
                <function name="The "preedit-changed" signal" link="GtkEntry.html#GtkEntry-preedit-changed"/>
         | 
| 1984 1987 | 
             
                <function name="The "toggle-overwrite" signal" link="GtkEntry.html#GtkEntry-toggle-overwrite"/>
         | 
| 1985 | 
            -
                <function name="GtkEntryBuffer" link="GtkEntryBuffer.html#GtkEntryBuffer-struct"/>
         | 
| 1988 | 
            +
                <function name="struct GtkEntryBuffer" link="GtkEntryBuffer.html#GtkEntryBuffer-struct"/>
         | 
| 1986 1989 | 
             
                <function name="gtk_entry_buffer_new ()" link="GtkEntryBuffer.html#gtk-entry-buffer-new"/>
         | 
| 1987 1990 | 
             
                <function name="gtk_entry_buffer_get_text ()" link="GtkEntryBuffer.html#gtk-entry-buffer-get-text"/>
         | 
| 1988 1991 | 
             
                <function name="gtk_entry_buffer_set_text ()" link="GtkEntryBuffer.html#gtk-entry-buffer-set-text"/>
         | 
| @@ -1999,7 +2002,7 @@ | |
| 1999 2002 | 
             
                <function name="The "text" property" link="GtkEntryBuffer.html#GtkEntryBuffer--text"/>
         | 
| 2000 2003 | 
             
                <function name="The "deleted-text" signal" link="GtkEntryBuffer.html#GtkEntryBuffer-deleted-text"/>
         | 
| 2001 2004 | 
             
                <function name="The "inserted-text" signal" link="GtkEntryBuffer.html#GtkEntryBuffer-inserted-text"/>
         | 
| 2002 | 
            -
                <function name="GtkEntryCompletion" link="GtkEntryCompletion.html#GtkEntryCompletion-struct"/>
         | 
| 2005 | 
            +
                <function name="struct GtkEntryCompletion" link="GtkEntryCompletion.html#GtkEntryCompletion-struct"/>
         | 
| 2003 2006 | 
             
                <function name="GtkEntryCompletionMatchFunc ()" link="GtkEntryCompletion.html#GtkEntryCompletionMatchFunc"/>
         | 
| 2004 2007 | 
             
                <function name="gtk_entry_completion_new ()" link="GtkEntryCompletion.html#gtk-entry-completion-new"/>
         | 
| 2005 2008 | 
             
                <function name="gtk_entry_completion_get_entry ()" link="GtkEntryCompletion.html#gtk-entry-completion-get-entry"/>
         | 
| @@ -2038,13 +2041,13 @@ | |
| 2038 2041 | 
             
                <function name="The "cursor-on-match" signal" link="GtkEntryCompletion.html#GtkEntryCompletion-cursor-on-match"/>
         | 
| 2039 2042 | 
             
                <function name="The "insert-prefix" signal" link="GtkEntryCompletion.html#GtkEntryCompletion-insert-prefix"/>
         | 
| 2040 2043 | 
             
                <function name="The "match-selected" signal" link="GtkEntryCompletion.html#GtkEntryCompletion-match-selected"/>
         | 
| 2041 | 
            -
                <function name="GtkHScale" link="GtkHScale.html#GtkHScale-struct"/>
         | 
| 2044 | 
            +
                <function name="struct GtkHScale" link="GtkHScale.html#GtkHScale-struct"/>
         | 
| 2042 2045 | 
             
                <function name="gtk_hscale_new ()" link="GtkHScale.html#gtk-hscale-new"/>
         | 
| 2043 2046 | 
             
                <function name="gtk_hscale_new_with_range ()" link="GtkHScale.html#gtk-hscale-new-with-range"/>
         | 
| 2044 | 
            -
                <function name="GtkVScale" link="GtkVScale.html#GtkVScale-struct"/>
         | 
| 2047 | 
            +
                <function name="struct GtkVScale" link="GtkVScale.html#GtkVScale-struct"/>
         | 
| 2045 2048 | 
             
                <function name="gtk_vscale_new ()" link="GtkVScale.html#gtk-vscale-new"/>
         | 
| 2046 2049 | 
             
                <function name="gtk_vscale_new_with_range ()" link="GtkVScale.html#gtk-vscale-new-with-range"/>
         | 
| 2047 | 
            -
                <function name="GtkSpinButton" link="GtkSpinButton.html#GtkSpinButton-struct"/>
         | 
| 2050 | 
            +
                <function name="struct GtkSpinButton" link="GtkSpinButton.html#GtkSpinButton-struct"/>
         | 
| 2048 2051 | 
             
                <function name="enum GtkSpinButtonUpdatePolicy" link="GtkSpinButton.html#GtkSpinButtonUpdatePolicy"/>
         | 
| 2049 2052 | 
             
                <function name="enum GtkSpinType" link="GtkSpinButton.html#GtkSpinType"/>
         | 
| 2050 2053 | 
             
                <function name="gtk_spin_button_configure ()" link="GtkSpinButton.html#gtk-spin-button-configure"/>
         | 
| @@ -2104,100 +2107,100 @@ | |
| 2104 2107 | 
             
                <function name="The "changed" signal" link="GtkEditable.html#GtkEditable-changed"/>
         | 
| 2105 2108 | 
             
                <function name="The "delete-text" signal" link="GtkEditable.html#GtkEditable-delete-text"/>
         | 
| 2106 2109 | 
             
                <function name="The "insert-text" signal" link="GtkEditable.html#GtkEditable-insert-text"/>
         | 
| 2107 | 
            -
                <function name="GtkTextIter" link=" | 
| 2108 | 
            -
                <function name="gtk_text_iter_get_buffer ()" link=" | 
| 2109 | 
            -
                <function name="gtk_text_iter_copy ()" link=" | 
| 2110 | 
            -
                <function name="gtk_text_iter_free ()" link=" | 
| 2111 | 
            -
                <function name="gtk_text_iter_get_offset ()" link=" | 
| 2112 | 
            -
                <function name="gtk_text_iter_get_line ()" link=" | 
| 2113 | 
            -
                <function name="gtk_text_iter_get_line_offset ()" link=" | 
| 2114 | 
            -
                <function name="gtk_text_iter_get_line_index ()" link=" | 
| 2115 | 
            -
                <function name="gtk_text_iter_get_visible_line_index ()" link=" | 
| 2116 | 
            -
                <function name="gtk_text_iter_get_visible_line_offset ()" link=" | 
| 2117 | 
            -
                <function name="gtk_text_iter_get_char ()" link=" | 
| 2118 | 
            -
                <function name="gtk_text_iter_get_slice ()" link=" | 
| 2119 | 
            -
                <function name="gtk_text_iter_get_text ()" link=" | 
| 2120 | 
            -
                <function name="gtk_text_iter_get_visible_slice ()" link=" | 
| 2121 | 
            -
                <function name="gtk_text_iter_get_visible_text ()" link=" | 
| 2122 | 
            -
                <function name="gtk_text_iter_get_pixbuf ()" link=" | 
| 2123 | 
            -
                <function name="gtk_text_iter_get_marks ()" link=" | 
| 2124 | 
            -
                <function name="gtk_text_iter_get_toggled_tags ()" link=" | 
| 2125 | 
            -
                <function name="gtk_text_iter_get_child_anchor ()" link=" | 
| 2126 | 
            -
                <function name="gtk_text_iter_begins_tag ()" link=" | 
| 2127 | 
            -
                <function name="gtk_text_iter_ends_tag ()" link=" | 
| 2128 | 
            -
                <function name="gtk_text_iter_toggles_tag ()" link=" | 
| 2129 | 
            -
                <function name="gtk_text_iter_has_tag ()" link=" | 
| 2130 | 
            -
                <function name="gtk_text_iter_get_tags ()" link=" | 
| 2131 | 
            -
                <function name="gtk_text_iter_editable ()" link=" | 
| 2132 | 
            -
                <function name="gtk_text_iter_can_insert ()" link=" | 
| 2133 | 
            -
                <function name="gtk_text_iter_starts_word ()" link=" | 
| 2134 | 
            -
                <function name="gtk_text_iter_ends_word ()" link=" | 
| 2135 | 
            -
                <function name="gtk_text_iter_inside_word ()" link=" | 
| 2136 | 
            -
                <function name="gtk_text_iter_starts_line ()" link=" | 
| 2137 | 
            -
                <function name="gtk_text_iter_ends_line ()" link=" | 
| 2138 | 
            -
                <function name="gtk_text_iter_starts_sentence ()" link=" | 
| 2139 | 
            -
                <function name="gtk_text_iter_ends_sentence ()" link=" | 
| 2140 | 
            -
                <function name="gtk_text_iter_inside_sentence ()" link=" | 
| 2141 | 
            -
                <function name="gtk_text_iter_is_cursor_position ()" link=" | 
| 2142 | 
            -
                <function name="gtk_text_iter_get_chars_in_line ()" link=" | 
| 2143 | 
            -
                <function name="gtk_text_iter_get_bytes_in_line ()" link=" | 
| 2144 | 
            -
                <function name="gtk_text_iter_get_attributes ()" link=" | 
| 2145 | 
            -
                <function name="gtk_text_iter_get_language ()" link=" | 
| 2146 | 
            -
                <function name="gtk_text_iter_is_end ()" link=" | 
| 2147 | 
            -
                <function name="gtk_text_iter_is_start ()" link=" | 
| 2148 | 
            -
                <function name="gtk_text_iter_forward_char ()" link=" | 
| 2149 | 
            -
                <function name="gtk_text_iter_backward_char ()" link=" | 
| 2150 | 
            -
                <function name="gtk_text_iter_forward_chars ()" link=" | 
| 2151 | 
            -
                <function name="gtk_text_iter_backward_chars ()" link=" | 
| 2152 | 
            -
                <function name="gtk_text_iter_forward_line ()" link=" | 
| 2153 | 
            -
                <function name="gtk_text_iter_backward_line ()" link=" | 
| 2154 | 
            -
                <function name="gtk_text_iter_forward_lines ()" link=" | 
| 2155 | 
            -
                <function name="gtk_text_iter_backward_lines ()" link=" | 
| 2156 | 
            -
                <function name="gtk_text_iter_forward_word_ends ()" link=" | 
| 2157 | 
            -
                <function name="gtk_text_iter_backward_word_starts ()" link=" | 
| 2158 | 
            -
                <function name="gtk_text_iter_forward_word_end ()" link=" | 
| 2159 | 
            -
                <function name="gtk_text_iter_backward_word_start ()" link=" | 
| 2160 | 
            -
                <function name="gtk_text_iter_forward_cursor_position ()" link=" | 
| 2161 | 
            -
                <function name="gtk_text_iter_backward_cursor_position ()" link=" | 
| 2162 | 
            -
                <function name="gtk_text_iter_forward_cursor_positions ()" link=" | 
| 2163 | 
            -
                <function name="gtk_text_iter_backward_cursor_positions ()" link=" | 
| 2164 | 
            -
                <function name="gtk_text_iter_backward_sentence_start ()" link=" | 
| 2165 | 
            -
                <function name="gtk_text_iter_backward_sentence_starts ()" link=" | 
| 2166 | 
            -
                <function name="gtk_text_iter_forward_sentence_end ()" link=" | 
| 2167 | 
            -
                <function name="gtk_text_iter_forward_sentence_ends ()" link=" | 
| 2168 | 
            -
                <function name="gtk_text_iter_forward_visible_word_ends ()" link=" | 
| 2169 | 
            -
                <function name="gtk_text_iter_backward_visible_word_starts ()" link=" | 
| 2170 | 
            -
                <function name="gtk_text_iter_forward_visible_word_end ()" link=" | 
| 2171 | 
            -
                <function name="gtk_text_iter_backward_visible_word_start ()" link=" | 
| 2172 | 
            -
                <function name="gtk_text_iter_forward_visible_cursor_position ()" link=" | 
| 2173 | 
            -
                <function name="gtk_text_iter_backward_visible_cursor_position ()" link=" | 
| 2174 | 
            -
                <function name="gtk_text_iter_forward_visible_cursor_positions ()" link=" | 
| 2175 | 
            -
                <function name="gtk_text_iter_backward_visible_cursor_positions ()" link=" | 
| 2176 | 
            -
                <function name="gtk_text_iter_forward_visible_line ()" link=" | 
| 2177 | 
            -
                <function name="gtk_text_iter_backward_visible_line ()" link=" | 
| 2178 | 
            -
                <function name="gtk_text_iter_forward_visible_lines ()" link=" | 
| 2179 | 
            -
                <function name="gtk_text_iter_backward_visible_lines ()" link=" | 
| 2180 | 
            -
                <function name="gtk_text_iter_set_offset ()" link=" | 
| 2181 | 
            -
                <function name="gtk_text_iter_set_line ()" link=" | 
| 2182 | 
            -
                <function name="gtk_text_iter_set_line_offset ()" link=" | 
| 2183 | 
            -
                <function name="gtk_text_iter_set_line_index ()" link=" | 
| 2184 | 
            -
                <function name="gtk_text_iter_set_visible_line_index ()" link=" | 
| 2185 | 
            -
                <function name="gtk_text_iter_set_visible_line_offset ()" link=" | 
| 2186 | 
            -
                <function name="gtk_text_iter_forward_to_end ()" link=" | 
| 2187 | 
            -
                <function name="gtk_text_iter_forward_to_line_end ()" link=" | 
| 2188 | 
            -
                <function name="gtk_text_iter_forward_to_tag_toggle ()" link=" | 
| 2189 | 
            -
                <function name="gtk_text_iter_backward_to_tag_toggle ()" link=" | 
| 2190 | 
            -
                <function name="GtkTextCharPredicate ()" link=" | 
| 2191 | 
            -
                <function name="gtk_text_iter_forward_find_char ()" link=" | 
| 2192 | 
            -
                <function name="gtk_text_iter_backward_find_char ()" link=" | 
| 2193 | 
            -
                <function name="enum GtkTextSearchFlags" link=" | 
| 2194 | 
            -
                <function name="gtk_text_iter_forward_search ()" link=" | 
| 2195 | 
            -
                <function name="gtk_text_iter_backward_search ()" link=" | 
| 2196 | 
            -
                <function name="gtk_text_iter_equal ()" link=" | 
| 2197 | 
            -
                <function name="gtk_text_iter_compare ()" link=" | 
| 2198 | 
            -
                <function name="gtk_text_iter_in_range ()" link=" | 
| 2199 | 
            -
                <function name="gtk_text_iter_order ()" link=" | 
| 2200 | 
            -
                <function name="GtkTextMark" link="GtkTextMark.html#GtkTextMark-struct"/>
         | 
| 2110 | 
            +
                <function name="GtkTextIter" link="GtkTextIter.html#GtkTextIter-struct"/>
         | 
| 2111 | 
            +
                <function name="gtk_text_iter_get_buffer ()" link="GtkTextIter.html#gtk-text-iter-get-buffer"/>
         | 
| 2112 | 
            +
                <function name="gtk_text_iter_copy ()" link="GtkTextIter.html#gtk-text-iter-copy"/>
         | 
| 2113 | 
            +
                <function name="gtk_text_iter_free ()" link="GtkTextIter.html#gtk-text-iter-free"/>
         | 
| 2114 | 
            +
                <function name="gtk_text_iter_get_offset ()" link="GtkTextIter.html#gtk-text-iter-get-offset"/>
         | 
| 2115 | 
            +
                <function name="gtk_text_iter_get_line ()" link="GtkTextIter.html#gtk-text-iter-get-line"/>
         | 
| 2116 | 
            +
                <function name="gtk_text_iter_get_line_offset ()" link="GtkTextIter.html#gtk-text-iter-get-line-offset"/>
         | 
| 2117 | 
            +
                <function name="gtk_text_iter_get_line_index ()" link="GtkTextIter.html#gtk-text-iter-get-line-index"/>
         | 
| 2118 | 
            +
                <function name="gtk_text_iter_get_visible_line_index ()" link="GtkTextIter.html#gtk-text-iter-get-visible-line-index"/>
         | 
| 2119 | 
            +
                <function name="gtk_text_iter_get_visible_line_offset ()" link="GtkTextIter.html#gtk-text-iter-get-visible-line-offset"/>
         | 
| 2120 | 
            +
                <function name="gtk_text_iter_get_char ()" link="GtkTextIter.html#gtk-text-iter-get-char"/>
         | 
| 2121 | 
            +
                <function name="gtk_text_iter_get_slice ()" link="GtkTextIter.html#gtk-text-iter-get-slice"/>
         | 
| 2122 | 
            +
                <function name="gtk_text_iter_get_text ()" link="GtkTextIter.html#gtk-text-iter-get-text"/>
         | 
| 2123 | 
            +
                <function name="gtk_text_iter_get_visible_slice ()" link="GtkTextIter.html#gtk-text-iter-get-visible-slice"/>
         | 
| 2124 | 
            +
                <function name="gtk_text_iter_get_visible_text ()" link="GtkTextIter.html#gtk-text-iter-get-visible-text"/>
         | 
| 2125 | 
            +
                <function name="gtk_text_iter_get_pixbuf ()" link="GtkTextIter.html#gtk-text-iter-get-pixbuf"/>
         | 
| 2126 | 
            +
                <function name="gtk_text_iter_get_marks ()" link="GtkTextIter.html#gtk-text-iter-get-marks"/>
         | 
| 2127 | 
            +
                <function name="gtk_text_iter_get_toggled_tags ()" link="GtkTextIter.html#gtk-text-iter-get-toggled-tags"/>
         | 
| 2128 | 
            +
                <function name="gtk_text_iter_get_child_anchor ()" link="GtkTextIter.html#gtk-text-iter-get-child-anchor"/>
         | 
| 2129 | 
            +
                <function name="gtk_text_iter_begins_tag ()" link="GtkTextIter.html#gtk-text-iter-begins-tag"/>
         | 
| 2130 | 
            +
                <function name="gtk_text_iter_ends_tag ()" link="GtkTextIter.html#gtk-text-iter-ends-tag"/>
         | 
| 2131 | 
            +
                <function name="gtk_text_iter_toggles_tag ()" link="GtkTextIter.html#gtk-text-iter-toggles-tag"/>
         | 
| 2132 | 
            +
                <function name="gtk_text_iter_has_tag ()" link="GtkTextIter.html#gtk-text-iter-has-tag"/>
         | 
| 2133 | 
            +
                <function name="gtk_text_iter_get_tags ()" link="GtkTextIter.html#gtk-text-iter-get-tags"/>
         | 
| 2134 | 
            +
                <function name="gtk_text_iter_editable ()" link="GtkTextIter.html#gtk-text-iter-editable"/>
         | 
| 2135 | 
            +
                <function name="gtk_text_iter_can_insert ()" link="GtkTextIter.html#gtk-text-iter-can-insert"/>
         | 
| 2136 | 
            +
                <function name="gtk_text_iter_starts_word ()" link="GtkTextIter.html#gtk-text-iter-starts-word"/>
         | 
| 2137 | 
            +
                <function name="gtk_text_iter_ends_word ()" link="GtkTextIter.html#gtk-text-iter-ends-word"/>
         | 
| 2138 | 
            +
                <function name="gtk_text_iter_inside_word ()" link="GtkTextIter.html#gtk-text-iter-inside-word"/>
         | 
| 2139 | 
            +
                <function name="gtk_text_iter_starts_line ()" link="GtkTextIter.html#gtk-text-iter-starts-line"/>
         | 
| 2140 | 
            +
                <function name="gtk_text_iter_ends_line ()" link="GtkTextIter.html#gtk-text-iter-ends-line"/>
         | 
| 2141 | 
            +
                <function name="gtk_text_iter_starts_sentence ()" link="GtkTextIter.html#gtk-text-iter-starts-sentence"/>
         | 
| 2142 | 
            +
                <function name="gtk_text_iter_ends_sentence ()" link="GtkTextIter.html#gtk-text-iter-ends-sentence"/>
         | 
| 2143 | 
            +
                <function name="gtk_text_iter_inside_sentence ()" link="GtkTextIter.html#gtk-text-iter-inside-sentence"/>
         | 
| 2144 | 
            +
                <function name="gtk_text_iter_is_cursor_position ()" link="GtkTextIter.html#gtk-text-iter-is-cursor-position"/>
         | 
| 2145 | 
            +
                <function name="gtk_text_iter_get_chars_in_line ()" link="GtkTextIter.html#gtk-text-iter-get-chars-in-line"/>
         | 
| 2146 | 
            +
                <function name="gtk_text_iter_get_bytes_in_line ()" link="GtkTextIter.html#gtk-text-iter-get-bytes-in-line"/>
         | 
| 2147 | 
            +
                <function name="gtk_text_iter_get_attributes ()" link="GtkTextIter.html#gtk-text-iter-get-attributes"/>
         | 
| 2148 | 
            +
                <function name="gtk_text_iter_get_language ()" link="GtkTextIter.html#gtk-text-iter-get-language"/>
         | 
| 2149 | 
            +
                <function name="gtk_text_iter_is_end ()" link="GtkTextIter.html#gtk-text-iter-is-end"/>
         | 
| 2150 | 
            +
                <function name="gtk_text_iter_is_start ()" link="GtkTextIter.html#gtk-text-iter-is-start"/>
         | 
| 2151 | 
            +
                <function name="gtk_text_iter_forward_char ()" link="GtkTextIter.html#gtk-text-iter-forward-char"/>
         | 
| 2152 | 
            +
                <function name="gtk_text_iter_backward_char ()" link="GtkTextIter.html#gtk-text-iter-backward-char"/>
         | 
| 2153 | 
            +
                <function name="gtk_text_iter_forward_chars ()" link="GtkTextIter.html#gtk-text-iter-forward-chars"/>
         | 
| 2154 | 
            +
                <function name="gtk_text_iter_backward_chars ()" link="GtkTextIter.html#gtk-text-iter-backward-chars"/>
         | 
| 2155 | 
            +
                <function name="gtk_text_iter_forward_line ()" link="GtkTextIter.html#gtk-text-iter-forward-line"/>
         | 
| 2156 | 
            +
                <function name="gtk_text_iter_backward_line ()" link="GtkTextIter.html#gtk-text-iter-backward-line"/>
         | 
| 2157 | 
            +
                <function name="gtk_text_iter_forward_lines ()" link="GtkTextIter.html#gtk-text-iter-forward-lines"/>
         | 
| 2158 | 
            +
                <function name="gtk_text_iter_backward_lines ()" link="GtkTextIter.html#gtk-text-iter-backward-lines"/>
         | 
| 2159 | 
            +
                <function name="gtk_text_iter_forward_word_ends ()" link="GtkTextIter.html#gtk-text-iter-forward-word-ends"/>
         | 
| 2160 | 
            +
                <function name="gtk_text_iter_backward_word_starts ()" link="GtkTextIter.html#gtk-text-iter-backward-word-starts"/>
         | 
| 2161 | 
            +
                <function name="gtk_text_iter_forward_word_end ()" link="GtkTextIter.html#gtk-text-iter-forward-word-end"/>
         | 
| 2162 | 
            +
                <function name="gtk_text_iter_backward_word_start ()" link="GtkTextIter.html#gtk-text-iter-backward-word-start"/>
         | 
| 2163 | 
            +
                <function name="gtk_text_iter_forward_cursor_position ()" link="GtkTextIter.html#gtk-text-iter-forward-cursor-position"/>
         | 
| 2164 | 
            +
                <function name="gtk_text_iter_backward_cursor_position ()" link="GtkTextIter.html#gtk-text-iter-backward-cursor-position"/>
         | 
| 2165 | 
            +
                <function name="gtk_text_iter_forward_cursor_positions ()" link="GtkTextIter.html#gtk-text-iter-forward-cursor-positions"/>
         | 
| 2166 | 
            +
                <function name="gtk_text_iter_backward_cursor_positions ()" link="GtkTextIter.html#gtk-text-iter-backward-cursor-positions"/>
         | 
| 2167 | 
            +
                <function name="gtk_text_iter_backward_sentence_start ()" link="GtkTextIter.html#gtk-text-iter-backward-sentence-start"/>
         | 
| 2168 | 
            +
                <function name="gtk_text_iter_backward_sentence_starts ()" link="GtkTextIter.html#gtk-text-iter-backward-sentence-starts"/>
         | 
| 2169 | 
            +
                <function name="gtk_text_iter_forward_sentence_end ()" link="GtkTextIter.html#gtk-text-iter-forward-sentence-end"/>
         | 
| 2170 | 
            +
                <function name="gtk_text_iter_forward_sentence_ends ()" link="GtkTextIter.html#gtk-text-iter-forward-sentence-ends"/>
         | 
| 2171 | 
            +
                <function name="gtk_text_iter_forward_visible_word_ends ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-word-ends"/>
         | 
| 2172 | 
            +
                <function name="gtk_text_iter_backward_visible_word_starts ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-word-starts"/>
         | 
| 2173 | 
            +
                <function name="gtk_text_iter_forward_visible_word_end ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-word-end"/>
         | 
| 2174 | 
            +
                <function name="gtk_text_iter_backward_visible_word_start ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-word-start"/>
         | 
| 2175 | 
            +
                <function name="gtk_text_iter_forward_visible_cursor_position ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-cursor-position"/>
         | 
| 2176 | 
            +
                <function name="gtk_text_iter_backward_visible_cursor_position ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-cursor-position"/>
         | 
| 2177 | 
            +
                <function name="gtk_text_iter_forward_visible_cursor_positions ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-cursor-positions"/>
         | 
| 2178 | 
            +
                <function name="gtk_text_iter_backward_visible_cursor_positions ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-cursor-positions"/>
         | 
| 2179 | 
            +
                <function name="gtk_text_iter_forward_visible_line ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-line"/>
         | 
| 2180 | 
            +
                <function name="gtk_text_iter_backward_visible_line ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-line"/>
         | 
| 2181 | 
            +
                <function name="gtk_text_iter_forward_visible_lines ()" link="GtkTextIter.html#gtk-text-iter-forward-visible-lines"/>
         | 
| 2182 | 
            +
                <function name="gtk_text_iter_backward_visible_lines ()" link="GtkTextIter.html#gtk-text-iter-backward-visible-lines"/>
         | 
| 2183 | 
            +
                <function name="gtk_text_iter_set_offset ()" link="GtkTextIter.html#gtk-text-iter-set-offset"/>
         | 
| 2184 | 
            +
                <function name="gtk_text_iter_set_line ()" link="GtkTextIter.html#gtk-text-iter-set-line"/>
         | 
| 2185 | 
            +
                <function name="gtk_text_iter_set_line_offset ()" link="GtkTextIter.html#gtk-text-iter-set-line-offset"/>
         | 
| 2186 | 
            +
                <function name="gtk_text_iter_set_line_index ()" link="GtkTextIter.html#gtk-text-iter-set-line-index"/>
         | 
| 2187 | 
            +
                <function name="gtk_text_iter_set_visible_line_index ()" link="GtkTextIter.html#gtk-text-iter-set-visible-line-index"/>
         | 
| 2188 | 
            +
                <function name="gtk_text_iter_set_visible_line_offset ()" link="GtkTextIter.html#gtk-text-iter-set-visible-line-offset"/>
         | 
| 2189 | 
            +
                <function name="gtk_text_iter_forward_to_end ()" link="GtkTextIter.html#gtk-text-iter-forward-to-end"/>
         | 
| 2190 | 
            +
                <function name="gtk_text_iter_forward_to_line_end ()" link="GtkTextIter.html#gtk-text-iter-forward-to-line-end"/>
         | 
| 2191 | 
            +
                <function name="gtk_text_iter_forward_to_tag_toggle ()" link="GtkTextIter.html#gtk-text-iter-forward-to-tag-toggle"/>
         | 
| 2192 | 
            +
                <function name="gtk_text_iter_backward_to_tag_toggle ()" link="GtkTextIter.html#gtk-text-iter-backward-to-tag-toggle"/>
         | 
| 2193 | 
            +
                <function name="GtkTextCharPredicate ()" link="GtkTextIter.html#GtkTextCharPredicate"/>
         | 
| 2194 | 
            +
                <function name="gtk_text_iter_forward_find_char ()" link="GtkTextIter.html#gtk-text-iter-forward-find-char"/>
         | 
| 2195 | 
            +
                <function name="gtk_text_iter_backward_find_char ()" link="GtkTextIter.html#gtk-text-iter-backward-find-char"/>
         | 
| 2196 | 
            +
                <function name="enum GtkTextSearchFlags" link="GtkTextIter.html#GtkTextSearchFlags"/>
         | 
| 2197 | 
            +
                <function name="gtk_text_iter_forward_search ()" link="GtkTextIter.html#gtk-text-iter-forward-search"/>
         | 
| 2198 | 
            +
                <function name="gtk_text_iter_backward_search ()" link="GtkTextIter.html#gtk-text-iter-backward-search"/>
         | 
| 2199 | 
            +
                <function name="gtk_text_iter_equal ()" link="GtkTextIter.html#gtk-text-iter-equal"/>
         | 
| 2200 | 
            +
                <function name="gtk_text_iter_compare ()" link="GtkTextIter.html#gtk-text-iter-compare"/>
         | 
| 2201 | 
            +
                <function name="gtk_text_iter_in_range ()" link="GtkTextIter.html#gtk-text-iter-in-range"/>
         | 
| 2202 | 
            +
                <function name="gtk_text_iter_order ()" link="GtkTextIter.html#gtk-text-iter-order"/>
         | 
| 2203 | 
            +
                <function name="struct GtkTextMark" link="GtkTextMark.html#GtkTextMark-struct"/>
         | 
| 2201 2204 | 
             
                <function name="gtk_text_mark_new ()" link="GtkTextMark.html#gtk-text-mark-new"/>
         | 
| 2202 2205 | 
             
                <function name="gtk_text_mark_set_visible ()" link="GtkTextMark.html#gtk-text-mark-set-visible"/>
         | 
| 2203 2206 | 
             
                <function name="gtk_text_mark_get_visible ()" link="GtkTextMark.html#gtk-text-mark-get-visible"/>
         | 
| @@ -2303,14 +2306,14 @@ | |
| 2303 2306 | 
             
                <function name="The "modified-changed" signal" link="GtkTextBuffer.html#GtkTextBuffer-modified-changed"/>
         | 
| 2304 2307 | 
             
                <function name="The "paste-done" signal" link="GtkTextBuffer.html#GtkTextBuffer-paste-done"/>
         | 
| 2305 2308 | 
             
                <function name="The "remove-tag" signal" link="GtkTextBuffer.html#GtkTextBuffer-remove-tag"/>
         | 
| 2306 | 
            -
                <function name="GtkTextTag" link="GtkTextTag.html#GtkTextTag-struct"/>
         | 
| 2309 | 
            +
                <function name="struct GtkTextTag" link="GtkTextTag.html#GtkTextTag-struct"/>
         | 
| 2307 2310 | 
             
                <function name="enum GtkWrapMode" link="GtkTextTag.html#GtkWrapMode"/>
         | 
| 2308 | 
            -
                <function name="GtkTextAttributes" link="GtkTextTag.html#GtkTextAttributes"/>
         | 
| 2311 | 
            +
                <function name="struct GtkTextAttributes" link="GtkTextTag.html#GtkTextAttributes"/>
         | 
| 2309 2312 | 
             
                <function name="gtk_text_tag_new ()" link="GtkTextTag.html#gtk-text-tag-new"/>
         | 
| 2310 2313 | 
             
                <function name="gtk_text_tag_get_priority ()" link="GtkTextTag.html#gtk-text-tag-get-priority"/>
         | 
| 2311 2314 | 
             
                <function name="gtk_text_tag_set_priority ()" link="GtkTextTag.html#gtk-text-tag-set-priority"/>
         | 
| 2312 2315 | 
             
                <function name="gtk_text_tag_event ()" link="GtkTextTag.html#gtk-text-tag-event"/>
         | 
| 2313 | 
            -
                <function name="GtkTextAppearance" link="GtkTextTag.html#GtkTextAppearance"/>
         | 
| 2316 | 
            +
                <function name="struct GtkTextAppearance" link="GtkTextTag.html#GtkTextAppearance"/>
         | 
| 2314 2317 | 
             
                <function name="gtk_text_attributes_new ()" link="GtkTextTag.html#gtk-text-attributes-new"/>
         | 
| 2315 2318 | 
             
                <function name="gtk_text_attributes_copy ()" link="GtkTextTag.html#gtk-text-attributes-copy"/>
         | 
| 2316 2319 | 
             
                <function name="gtk_text_attributes_copy_values ()" link="GtkTextTag.html#gtk-text-attributes-copy-values"/>
         | 
| @@ -2382,6 +2385,7 @@ | |
| 2382 2385 | 
             
                <function name="The "wrap-mode" property" link="GtkTextTag.html#GtkTextTag--wrap-mode"/>
         | 
| 2383 2386 | 
             
                <function name="The "wrap-mode-set" property" link="GtkTextTag.html#GtkTextTag--wrap-mode-set"/>
         | 
| 2384 2387 | 
             
                <function name="The "event" signal" link="GtkTextTag.html#GtkTextTag-event"/>
         | 
| 2388 | 
            +
                <function name="GtkTextTagTables as GtkBuildable" link="GtkTextTagTable.html#GtkTextTagTable-BUILDER-UI"/>
         | 
| 2385 2389 | 
             
                <function name="GtkTextTagTable" link="GtkTextTagTable.html#GtkTextTagTable-struct"/>
         | 
| 2386 2390 | 
             
                <function name="GtkTextTagTableForeach ()" link="GtkTextTagTable.html#GtkTextTagTableForeach"/>
         | 
| 2387 2391 | 
             
                <function name="gtk_text_tag_table_new ()" link="GtkTextTagTable.html#gtk-text-tag-table-new"/>
         | 
| @@ -2393,7 +2397,7 @@ | |
| 2393 2397 | 
             
                <function name="The "tag-added" signal" link="GtkTextTagTable.html#GtkTextTagTable-tag-added"/>
         | 
| 2394 2398 | 
             
                <function name="The "tag-changed" signal" link="GtkTextTagTable.html#GtkTextTagTable-tag-changed"/>
         | 
| 2395 2399 | 
             
                <function name="The "tag-removed" signal" link="GtkTextTagTable.html#GtkTextTagTable-tag-removed"/>
         | 
| 2396 | 
            -
                <function name="GtkTextView" link="GtkTextView.html#GtkTextView-struct"/>
         | 
| 2400 | 
            +
                <function name="struct GtkTextView" link="GtkTextView.html#GtkTextView-struct"/>
         | 
| 2397 2401 | 
             
                <function name="enum GtkTextWindowType" link="GtkTextView.html#GtkTextWindowType"/>
         | 
| 2398 2402 | 
             
                <function name="gtk_text_view_new ()" link="GtkTextView.html#gtk-text-view-new"/>
         | 
| 2399 2403 | 
             
                <function name="gtk_text_view_new_with_buffer ()" link="GtkTextView.html#gtk-text-view-new-with-buffer"/>
         | 
| @@ -2423,7 +2427,7 @@ | |
| 2423 2427 | 
             
                <function name="gtk_text_view_starts_display_line ()" link="GtkTextView.html#gtk-text-view-starts-display-line"/>
         | 
| 2424 2428 | 
             
                <function name="gtk_text_view_move_visually ()" link="GtkTextView.html#gtk-text-view-move-visually"/>
         | 
| 2425 2429 | 
             
                <function name="gtk_text_view_add_child_at_anchor ()" link="GtkTextView.html#gtk-text-view-add-child-at-anchor"/>
         | 
| 2426 | 
            -
                <function name="GtkTextChildAnchor" link="GtkTextView.html#GtkTextChildAnchor-struct"/>
         | 
| 2430 | 
            +
                <function name="struct GtkTextChildAnchor" link="GtkTextView.html#GtkTextChildAnchor-struct"/>
         | 
| 2427 2431 | 
             
                <function name="gtk_text_child_anchor_new ()" link="GtkTextView.html#gtk-text-child-anchor-new"/>
         | 
| 2428 2432 | 
             
                <function name="gtk_text_child_anchor_get_widgets ()" link="GtkTextView.html#gtk-text-child-anchor-get-widgets"/>
         | 
| 2429 2433 | 
             
                <function name="gtk_text_child_anchor_get_deleted ()" link="GtkTextView.html#gtk-text-child-anchor-get-deleted"/>
         | 
| @@ -2493,13 +2497,13 @@ | |
| 2493 2497 | 
             
                <function name="The "set-scroll-adjustments" signal" link="GtkTextView.html#GtkTextView-set-scroll-adjustments"/>
         | 
| 2494 2498 | 
             
                <function name="The "toggle-cursor-visible" signal" link="GtkTextView.html#GtkTextView-toggle-cursor-visible"/>
         | 
| 2495 2499 | 
             
                <function name="The "toggle-overwrite" signal" link="GtkTextView.html#GtkTextView-toggle-overwrite"/>
         | 
| 2496 | 
            -
                <function name="Columns and cell renderers" link="TreeWidget.html# | 
| 2497 | 
            -
                <function name="Selection handling" link="TreeWidget.html# | 
| 2500 | 
            +
                <function name="Columns and cell renderers" link="TreeWidget.html#id810135"/>
         | 
| 2501 | 
            +
                <function name="Selection handling" link="TreeWidget.html#id812766"/>
         | 
| 2498 2502 | 
             
                <function name="GtkTreeModel" link="GtkTreeModel.html#GtkTreeModel-struct"/>
         | 
| 2499 | 
            -
                <function name="GtkTreeIter" link="GtkTreeModel.html#GtkTreeIter"/>
         | 
| 2500 | 
            -
                <function name="GtkTreePath" link="GtkTreeModel.html#GtkTreePath"/>
         | 
| 2503 | 
            +
                <function name="struct GtkTreeIter" link="GtkTreeModel.html#GtkTreeIter-struct"/>
         | 
| 2504 | 
            +
                <function name="GtkTreePath" link="GtkTreeModel.html#GtkTreePath-struct"/>
         | 
| 2501 2505 | 
             
                <function name="GtkTreeRowReference" link="GtkTreeModel.html#GtkTreeRowReference"/>
         | 
| 2502 | 
            -
                <function name="GtkTreeModelIface" link="GtkTreeModel.html#GtkTreeModelIface"/>
         | 
| 2506 | 
            +
                <function name="struct GtkTreeModelIface" link="GtkTreeModel.html#GtkTreeModelIface"/>
         | 
| 2503 2507 | 
             
                <function name="GtkTreeModelForeachFunc ()" link="GtkTreeModel.html#GtkTreeModelForeachFunc"/>
         | 
| 2504 2508 | 
             
                <function name="enum GtkTreeModelFlags" link="GtkTreeModel.html#GtkTreeModelFlags"/>
         | 
| 2505 2509 | 
             
                <function name="gtk_tree_path_new ()" link="GtkTreeModel.html#gtk-tree-path-new"/>
         | 
| @@ -2591,7 +2595,7 @@ | |
| 2591 2595 | 
             
                <function name="The "changed" signal" link="GtkTreeSelection.html#GtkTreeSelection-changed"/>
         | 
| 2592 2596 | 
             
                <function name="enum GtkTreeViewColumnSizing" link="GtkTreeViewColumn.html#GtkTreeViewColumnSizing"/>
         | 
| 2593 2597 | 
             
                <function name="GtkTreeCellDataFunc ()" link="GtkTreeViewColumn.html#GtkTreeCellDataFunc"/>
         | 
| 2594 | 
            -
                <function name="GtkTreeViewColumn" link="GtkTreeViewColumn.html#GtkTreeViewColumn-struct"/>
         | 
| 2598 | 
            +
                <function name="struct GtkTreeViewColumn" link="GtkTreeViewColumn.html#GtkTreeViewColumn-struct"/>
         | 
| 2595 2599 | 
             
                <function name="gtk_tree_view_column_new ()" link="GtkTreeViewColumn.html#gtk-tree-view-column-new"/>
         | 
| 2596 2600 | 
             
                <function name="gtk_tree_view_column_new_with_attributes ()" link="GtkTreeViewColumn.html#gtk-tree-view-column-new-with-attributes"/>
         | 
| 2597 2601 | 
             
                <function name="gtk_tree_view_column_pack_start ()" link="GtkTreeViewColumn.html#gtk-tree-view-column-pack-start"/>
         | 
| @@ -2662,7 +2666,7 @@ | |
| 2662 2666 | 
             
                <function name="The "width" property" link="GtkTreeViewColumn.html#GtkTreeViewColumn--width"/>
         | 
| 2663 2667 | 
             
                <function name="The "clicked" signal" link="GtkTreeViewColumn.html#GtkTreeViewColumn-clicked"/>
         | 
| 2664 2668 | 
             
                <function name="GtkTreeView as GtkBuildable" link="GtkTreeView.html#GtkTreeView-BUILDER-UI"/>
         | 
| 2665 | 
            -
                <function name="GtkTreeView" link="GtkTreeView.html#GtkTreeView-struct"/>
         | 
| 2669 | 
            +
                <function name="struct GtkTreeView" link="GtkTreeView.html#GtkTreeView-struct"/>
         | 
| 2666 2670 | 
             
                <function name="enum GtkTreeViewDropPosition" link="GtkTreeView.html#GtkTreeViewDropPosition"/>
         | 
| 2667 2671 | 
             
                <function name="GtkTreeViewPrivate" link="GtkTreeView.html#GtkTreeViewPrivate"/>
         | 
| 2668 2672 | 
             
                <function name="GtkTreeViewColumnDropFunc ()" link="GtkTreeView.html#GtkTreeViewColumnDropFunc"/>
         | 
| @@ -2819,17 +2823,17 @@ | |
| 2819 2823 | 
             
                <function name="The "toggle-cursor-row" signal" link="GtkTreeView.html#GtkTreeView-toggle-cursor-row"/>
         | 
| 2820 2824 | 
             
                <function name="The "unselect-all" signal" link="GtkTreeView.html#GtkTreeView-unselect-all"/>
         | 
| 2821 2825 | 
             
                <function name="GtkTreeDragSource" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct"/>
         | 
| 2822 | 
            -
                <function name="GtkTreeDragSourceIface" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface"/>
         | 
| 2826 | 
            +
                <function name="struct GtkTreeDragSourceIface" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface"/>
         | 
| 2823 2827 | 
             
                <function name="gtk_tree_drag_source_drag_data_delete ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-delete"/>
         | 
| 2824 2828 | 
             
                <function name="gtk_tree_drag_source_drag_data_get ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-get"/>
         | 
| 2825 2829 | 
             
                <function name="gtk_tree_drag_source_row_draggable ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-row-draggable"/>
         | 
| 2826 2830 | 
             
                <function name="GtkTreeDragDest" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct"/>
         | 
| 2827 | 
            -
                <function name="GtkTreeDragDestIface" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface"/>
         | 
| 2831 | 
            +
                <function name="struct GtkTreeDragDestIface" link="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface"/>
         | 
| 2828 2832 | 
             
                <function name="gtk_tree_drag_dest_drag_data_received ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-drag-data-received"/>
         | 
| 2829 2833 | 
             
                <function name="gtk_tree_drag_dest_row_drop_possible ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-row-drop-possible"/>
         | 
| 2830 2834 | 
             
                <function name="gtk_tree_set_row_drag_data ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-set-row-drag-data"/>
         | 
| 2831 2835 | 
             
                <function name="gtk_tree_get_row_drag_data ()" link="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-get-row-drag-data"/>
         | 
| 2832 | 
            -
                <function name="GtkCellView" link="GtkCellView.html#GtkCellView-struct"/>
         | 
| 2836 | 
            +
                <function name="struct GtkCellView" link="GtkCellView.html#GtkCellView-struct"/>
         | 
| 2833 2837 | 
             
                <function name="gtk_cell_view_new ()" link="GtkCellView.html#gtk-cell-view-new"/>
         | 
| 2834 2838 | 
             
                <function name="gtk_cell_view_new_with_text ()" link="GtkCellView.html#gtk-cell-view-new-with-text"/>
         | 
| 2835 2839 | 
             
                <function name="gtk_cell_view_new_with_markup ()" link="GtkCellView.html#gtk-cell-view-new-with-markup"/>
         | 
| @@ -2845,7 +2849,7 @@ | |
| 2845 2849 | 
             
                <function name="The "background-gdk" property" link="GtkCellView.html#GtkCellView--background-gdk"/>
         | 
| 2846 2850 | 
             
                <function name="The "background-set" property" link="GtkCellView.html#GtkCellView--background-set"/>
         | 
| 2847 2851 | 
             
                <function name="The "model" property" link="GtkCellView.html#GtkCellView--model"/>
         | 
| 2848 | 
            -
                <function name="GtkIconView" link="GtkIconView.html#GtkIconView-struct"/>
         | 
| 2852 | 
            +
                <function name="struct GtkIconView" link="GtkIconView.html#GtkIconView-struct"/>
         | 
| 2849 2853 | 
             
                <function name="GtkIconViewForeachFunc ()" link="GtkIconView.html#GtkIconViewForeachFunc"/>
         | 
| 2850 2854 | 
             
                <function name="gtk_icon_view_new ()" link="GtkIconView.html#gtk-icon-view-new"/>
         | 
| 2851 2855 | 
             
                <function name="gtk_icon_view_new_with_model ()" link="GtkIconView.html#gtk-icon-view-new-with-model"/>
         | 
| @@ -2938,7 +2942,7 @@ | |
| 2938 2942 | 
             
                <function name="The "toggle-cursor-item" signal" link="GtkIconView.html#GtkIconView-toggle-cursor-item"/>
         | 
| 2939 2943 | 
             
                <function name="The "unselect-all" signal" link="GtkIconView.html#GtkIconView-unselect-all"/>
         | 
| 2940 2944 | 
             
                <function name="GtkTreeSortable" link="GtkTreeSortable.html#GtkTreeSortable-struct"/>
         | 
| 2941 | 
            -
                <function name="GtkTreeSortableIface" link="GtkTreeSortable.html#GtkTreeSortableIface"/>
         | 
| 2945 | 
            +
                <function name="struct GtkTreeSortableIface" link="GtkTreeSortable.html#GtkTreeSortableIface"/>
         | 
| 2942 2946 | 
             
                <function name="GtkTreeIterCompareFunc ()" link="GtkTreeSortable.html#GtkTreeIterCompareFunc"/>
         | 
| 2943 2947 | 
             
                <function name="gtk_tree_sortable_sort_column_changed ()" link="GtkTreeSortable.html#gtk-tree-sortable-sort-column-changed"/>
         | 
| 2944 2948 | 
             
                <function name="gtk_tree_sortable_get_sort_column_id ()" link="GtkTreeSortable.html#gtk-tree-sortable-get-sort-column-id"/>
         | 
| @@ -2947,7 +2951,7 @@ | |
| 2947 2951 | 
             
                <function name="gtk_tree_sortable_set_default_sort_func ()" link="GtkTreeSortable.html#gtk-tree-sortable-set-default-sort-func"/>
         | 
| 2948 2952 | 
             
                <function name="gtk_tree_sortable_has_default_sort_func ()" link="GtkTreeSortable.html#gtk-tree-sortable-has-default-sort-func"/>
         | 
| 2949 2953 | 
             
                <function name="The "sort-column-changed" signal" link="GtkTreeSortable.html#GtkTreeSortable-sort-column-changed"/>
         | 
| 2950 | 
            -
                <function name="GtkTreeModelSort" link="GtkTreeModelSort.html#GtkTreeModelSort-struct"/>
         | 
| 2954 | 
            +
                <function name="struct GtkTreeModelSort" link="GtkTreeModelSort.html#GtkTreeModelSort-struct"/>
         | 
| 2951 2955 | 
             
                <function name="gtk_tree_model_sort_new_with_model ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-new-with-model"/>
         | 
| 2952 2956 | 
             
                <function name="gtk_tree_model_sort_get_model ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-get-model"/>
         | 
| 2953 2957 | 
             
                <function name="gtk_tree_model_sort_convert_child_path_to_path ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-convert-child-path-to-path"/>
         | 
| @@ -2958,7 +2962,7 @@ | |
| 2958 2962 | 
             
                <function name="gtk_tree_model_sort_clear_cache ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-clear-cache"/>
         | 
| 2959 2963 | 
             
                <function name="gtk_tree_model_sort_iter_is_valid ()" link="GtkTreeModelSort.html#gtk-tree-model-sort-iter-is-valid"/>
         | 
| 2960 2964 | 
             
                <function name="The "model" property" link="GtkTreeModelSort.html#GtkTreeModelSort--model"/>
         | 
| 2961 | 
            -
                <function name="GtkTreeModelFilter" link="GtkTreeModelFilter.html#GtkTreeModelFilter-struct"/>
         | 
| 2965 | 
            +
                <function name="struct GtkTreeModelFilter" link="GtkTreeModelFilter.html#GtkTreeModelFilter-struct"/>
         | 
| 2962 2966 | 
             
                <function name="GtkTreeModelFilterVisibleFunc ()" link="GtkTreeModelFilter.html#GtkTreeModelFilterVisibleFunc"/>
         | 
| 2963 2967 | 
             
                <function name="GtkTreeModelFilterModifyFunc ()" link="GtkTreeModelFilter.html#GtkTreeModelFilterModifyFunc"/>
         | 
| 2964 2968 | 
             
                <function name="gtk_tree_model_filter_new ()" link="GtkTreeModelFilter.html#gtk-tree-model-filter-new"/>
         | 
| @@ -2976,7 +2980,7 @@ | |
| 2976 2980 | 
             
                <function name="The "virtual-root" property" link="GtkTreeModelFilter.html#GtkTreeModelFilter--virtual-root"/>
         | 
| 2977 2981 | 
             
                <function name="GtkCellLayouts as GtkBuildable" link="GtkCellLayout.html#GtkCellLayout-BUILDER-UI"/>
         | 
| 2978 2982 | 
             
                <function name="GtkCellLayout" link="GtkCellLayout.html#GtkCellLayout-struct"/>
         | 
| 2979 | 
            -
                <function name="GtkCellLayoutIface" link="GtkCellLayout.html#GtkCellLayoutIface"/>
         | 
| 2983 | 
            +
                <function name="struct GtkCellLayoutIface" link="GtkCellLayout.html#GtkCellLayoutIface"/>
         | 
| 2980 2984 | 
             
                <function name="GtkCellLayoutDataFunc ()" link="GtkCellLayout.html#GtkCellLayoutDataFunc"/>
         | 
| 2981 2985 | 
             
                <function name="gtk_cell_layout_pack_start ()" link="GtkCellLayout.html#gtk-cell-layout-pack-start"/>
         | 
| 2982 2986 | 
             
                <function name="gtk_cell_layout_pack_end ()" link="GtkCellLayout.html#gtk-cell-layout-pack-end"/>
         | 
| @@ -2989,8 +2993,8 @@ | |
| 2989 2993 | 
             
                <function name="gtk_cell_layout_clear_attributes ()" link="GtkCellLayout.html#gtk-cell-layout-clear-attributes"/>
         | 
| 2990 2994 | 
             
                <function name="enum GtkCellRendererState" link="GtkCellRenderer.html#GtkCellRendererState"/>
         | 
| 2991 2995 | 
             
                <function name="enum GtkCellRendererMode" link="GtkCellRenderer.html#GtkCellRendererMode"/>
         | 
| 2992 | 
            -
                <function name="GtkCellRenderer" link="GtkCellRenderer.html#GtkCellRenderer-struct"/>
         | 
| 2993 | 
            -
                <function name="GtkCellRendererClass" link="GtkCellRenderer.html#GtkCellRendererClass"/>
         | 
| 2996 | 
            +
                <function name="struct GtkCellRenderer" link="GtkCellRenderer.html#GtkCellRenderer-struct"/>
         | 
| 2997 | 
            +
                <function name="struct GtkCellRendererClass" link="GtkCellRenderer.html#GtkCellRendererClass"/>
         | 
| 2994 2998 | 
             
                <function name="gtk_cell_renderer_get_size ()" link="GtkCellRenderer.html#gtk-cell-renderer-get-size"/>
         | 
| 2995 2999 | 
             
                <function name="gtk_cell_renderer_render ()" link="GtkCellRenderer.html#gtk-cell-renderer-render"/>
         | 
| 2996 3000 | 
             
                <function name="gtk_cell_renderer_activate ()" link="GtkCellRenderer.html#gtk-cell-renderer-activate"/>
         | 
| @@ -3025,14 +3029,14 @@ | |
| 3025 3029 | 
             
                <function name="The "editing-canceled" signal" link="GtkCellRenderer.html#GtkCellRenderer-editing-canceled"/>
         | 
| 3026 3030 | 
             
                <function name="The "editing-started" signal" link="GtkCellRenderer.html#GtkCellRenderer-editing-started"/>
         | 
| 3027 3031 | 
             
                <function name="GtkCellEditable" link="GtkCellEditable.html#GtkCellEditable-struct"/>
         | 
| 3028 | 
            -
                <function name="GtkCellEditableIface" link="GtkCellEditable.html#GtkCellEditableIface"/>
         | 
| 3032 | 
            +
                <function name="struct GtkCellEditableIface" link="GtkCellEditable.html#GtkCellEditableIface"/>
         | 
| 3029 3033 | 
             
                <function name="gtk_cell_editable_start_editing ()" link="GtkCellEditable.html#gtk-cell-editable-start-editing"/>
         | 
| 3030 3034 | 
             
                <function name="gtk_cell_editable_editing_done ()" link="GtkCellEditable.html#gtk-cell-editable-editing-done"/>
         | 
| 3031 3035 | 
             
                <function name="gtk_cell_editable_remove_widget ()" link="GtkCellEditable.html#gtk-cell-editable-remove-widget"/>
         | 
| 3032 3036 | 
             
                <function name="The "editing-canceled" property" link="GtkCellEditable.html#GtkCellEditable--editing-canceled"/>
         | 
| 3033 3037 | 
             
                <function name="The "editing-done" signal" link="GtkCellEditable.html#GtkCellEditable-editing-done"/>
         | 
| 3034 3038 | 
             
                <function name="The "remove-widget" signal" link="GtkCellEditable.html#GtkCellEditable-remove-widget"/>
         | 
| 3035 | 
            -
                <function name="GtkCellRendererAccel" link="GtkCellRendererAccel.html#GtkCellRendererAccel-struct"/>
         | 
| 3039 | 
            +
                <function name="struct GtkCellRendererAccel" link="GtkCellRendererAccel.html#GtkCellRendererAccel-struct"/>
         | 
| 3036 3040 | 
             
                <function name="enum GtkCellRendererAccelMode" link="GtkCellRendererAccel.html#GtkCellRendererAccelMode"/>
         | 
| 3037 3041 | 
             
                <function name="gtk_cell_renderer_accel_new ()" link="GtkCellRendererAccel.html#gtk-cell-renderer-accel-new"/>
         | 
| 3038 3042 | 
             
                <function name="The "accel-key" property" link="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-key"/>
         | 
| @@ -3041,13 +3045,13 @@ | |
| 3041 3045 | 
             
                <function name="The "keycode" property" link="GtkCellRendererAccel.html#GtkCellRendererAccel--keycode"/>
         | 
| 3042 3046 | 
             
                <function name="The "accel-cleared" signal" link="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-cleared"/>
         | 
| 3043 3047 | 
             
                <function name="The "accel-edited" signal" link="GtkCellRendererAccel.html#GtkCellRendererAccel-accel-edited"/>
         | 
| 3044 | 
            -
                <function name="GtkCellRendererCombo" link="GtkCellRendererCombo.html#GtkCellRendererCombo-struct"/>
         | 
| 3048 | 
            +
                <function name="struct GtkCellRendererCombo" link="GtkCellRendererCombo.html#GtkCellRendererCombo-struct"/>
         | 
| 3045 3049 | 
             
                <function name="gtk_cell_renderer_combo_new ()" link="GtkCellRendererCombo.html#gtk-cell-renderer-combo-new"/>
         | 
| 3046 3050 | 
             
                <function name="The "has-entry" property" link="GtkCellRendererCombo.html#GtkCellRendererCombo--has-entry"/>
         | 
| 3047 3051 | 
             
                <function name="The "model" property" link="GtkCellRendererCombo.html#GtkCellRendererCombo--model"/>
         | 
| 3048 3052 | 
             
                <function name="The "text-column" property" link="GtkCellRendererCombo.html#GtkCellRendererCombo--text-column"/>
         | 
| 3049 3053 | 
             
                <function name="The "changed" signal" link="GtkCellRendererCombo.html#GtkCellRendererCombo-changed"/>
         | 
| 3050 | 
            -
                <function name="GtkCellRendererPixbuf" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf-struct"/>
         | 
| 3054 | 
            +
                <function name="struct GtkCellRendererPixbuf" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf-struct"/>
         | 
| 3051 3055 | 
             
                <function name="gtk_cell_renderer_pixbuf_new ()" link="GtkCellRendererPixbuf.html#gtk-cell-renderer-pixbuf-new"/>
         | 
| 3052 3056 | 
             
                <function name="The "follow-state" property" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--follow-state"/>
         | 
| 3053 3057 | 
             
                <function name="The "gicon" property" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--gicon"/>
         | 
| @@ -3058,7 +3062,7 @@ | |
| 3058 3062 | 
             
                <function name="The "stock-detail" property" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-detail"/>
         | 
| 3059 3063 | 
             
                <function name="The "stock-id" property" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-id"/>
         | 
| 3060 3064 | 
             
                <function name="The "stock-size" property" link="GtkCellRendererPixbuf.html#GtkCellRendererPixbuf--stock-size"/>
         | 
| 3061 | 
            -
                <function name="GtkCellRendererProgress" link="GtkCellRendererProgress.html#GtkCellRendererProgress-struct"/>
         | 
| 3065 | 
            +
                <function name="struct GtkCellRendererProgress" link="GtkCellRendererProgress.html#GtkCellRendererProgress-struct"/>
         | 
| 3062 3066 | 
             
                <function name="gtk_cell_renderer_progress_new ()" link="GtkCellRendererProgress.html#gtk-cell-renderer-progress-new"/>
         | 
| 3063 3067 | 
             
                <function name="The "orientation" property" link="GtkCellRendererProgress.html#GtkCellRendererProgress--orientation"/>
         | 
| 3064 3068 | 
             
                <function name="The "pulse" property" link="GtkCellRendererProgress.html#GtkCellRendererProgress--pulse"/>
         | 
| @@ -3066,12 +3070,12 @@ | |
| 3066 3070 | 
             
                <function name="The "text-xalign" property" link="GtkCellRendererProgress.html#GtkCellRendererProgress--text-xalign"/>
         | 
| 3067 3071 | 
             
                <function name="The "text-yalign" property" link="GtkCellRendererProgress.html#GtkCellRendererProgress--text-yalign"/>
         | 
| 3068 3072 | 
             
                <function name="The "value" property" link="GtkCellRendererProgress.html#GtkCellRendererProgress--value"/>
         | 
| 3069 | 
            -
                <function name="GtkCellRendererSpin" link="GtkCellRendererSpin.html#GtkCellRendererSpin-struct"/>
         | 
| 3073 | 
            +
                <function name="struct GtkCellRendererSpin" link="GtkCellRendererSpin.html#GtkCellRendererSpin-struct"/>
         | 
| 3070 3074 | 
             
                <function name="gtk_cell_renderer_spin_new ()" link="GtkCellRendererSpin.html#gtk-cell-renderer-spin-new"/>
         | 
| 3071 3075 | 
             
                <function name="The "adjustment" property" link="GtkCellRendererSpin.html#GtkCellRendererSpin--adjustment"/>
         | 
| 3072 3076 | 
             
                <function name="The "climb-rate" property" link="GtkCellRendererSpin.html#GtkCellRendererSpin--climb-rate"/>
         | 
| 3073 3077 | 
             
                <function name="The "digits" property" link="GtkCellRendererSpin.html#GtkCellRendererSpin--digits"/>
         | 
| 3074 | 
            -
                <function name="GtkCellRendererText" link="GtkCellRendererText.html#GtkCellRendererText-struct"/>
         | 
| 3078 | 
            +
                <function name="struct GtkCellRendererText" link="GtkCellRendererText.html#GtkCellRendererText-struct"/>
         | 
| 3075 3079 | 
             
                <function name="gtk_cell_renderer_text_new ()" link="GtkCellRendererText.html#gtk-cell-renderer-text-new"/>
         | 
| 3076 3080 | 
             
                <function name="gtk_cell_renderer_text_set_fixed_height_from_font ()" link="GtkCellRendererText.html#gtk-cell-renderer-text-set-fixed-height-from-font"/>
         | 
| 3077 3081 | 
             
                <function name="The "align-set" property" link="GtkCellRendererText.html#GtkCellRendererText--align-set"/>
         | 
| @@ -3119,7 +3123,7 @@ | |
| 3119 3123 | 
             
                <function name="The "wrap-mode" property" link="GtkCellRendererText.html#GtkCellRendererText--wrap-mode"/>
         | 
| 3120 3124 | 
             
                <function name="The "wrap-width" property" link="GtkCellRendererText.html#GtkCellRendererText--wrap-width"/>
         | 
| 3121 3125 | 
             
                <function name="The "edited" signal" link="GtkCellRendererText.html#GtkCellRendererText-edited"/>
         | 
| 3122 | 
            -
                <function name="GtkCellRendererToggle" link="GtkCellRendererToggle.html#GtkCellRendererToggle-struct"/>
         | 
| 3126 | 
            +
                <function name="struct GtkCellRendererToggle" link="GtkCellRendererToggle.html#GtkCellRendererToggle-struct"/>
         | 
| 3123 3127 | 
             
                <function name="gtk_cell_renderer_toggle_new ()" link="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-new"/>
         | 
| 3124 3128 | 
             
                <function name="gtk_cell_renderer_toggle_get_radio ()" link="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-get-radio"/>
         | 
| 3125 3129 | 
             
                <function name="gtk_cell_renderer_toggle_set_radio ()" link="GtkCellRendererToggle.html#gtk-cell-renderer-toggle-set-radio"/>
         | 
| @@ -3133,14 +3137,14 @@ | |
| 3133 3137 | 
             
                <function name="The "indicator-size" property" link="GtkCellRendererToggle.html#GtkCellRendererToggle--indicator-size"/>
         | 
| 3134 3138 | 
             
                <function name="The "radio" property" link="GtkCellRendererToggle.html#GtkCellRendererToggle--radio"/>
         | 
| 3135 3139 | 
             
                <function name="The "toggled" signal" link="GtkCellRendererToggle.html#GtkCellRendererToggle-toggled"/>
         | 
| 3136 | 
            -
                <function name="GtkCellRendererSpinner" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner-struct"/>
         | 
| 3140 | 
            +
                <function name="struct GtkCellRendererSpinner" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner-struct"/>
         | 
| 3137 3141 | 
             
                <function name="gtk_cell_renderer_spinner_new ()" link="GtkCellRendererSpinner.html#gtk-cell-renderer-spinner-new"/>
         | 
| 3138 3142 | 
             
                <function name="The "active" property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--active"/>
         | 
| 3139 3143 | 
             
                <function name="The "pulse" property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--pulse"/>
         | 
| 3140 3144 | 
             
                <function name="The "size" property" link="GtkCellRendererSpinner.html#GtkCellRendererSpinner--size"/>
         | 
| 3141 | 
            -
                <function name="Performance Considerations" link="GtkListStore.html# | 
| 3145 | 
            +
                <function name="Performance Considerations" link="GtkListStore.html#id944773"/>
         | 
| 3142 3146 | 
             
                <function name="GtkListStore as GtkBuildable" link="GtkListStore.html#GtkListStore-BUILDER-UI"/>
         | 
| 3143 | 
            -
                <function name="GtkListStore" link="GtkListStore.html#GtkListStore-struct"/>
         | 
| 3147 | 
            +
                <function name="struct GtkListStore" link="GtkListStore.html#GtkListStore-struct"/>
         | 
| 3144 3148 | 
             
                <function name="gtk_list_store_new ()" link="GtkListStore.html#gtk-list-store-new"/>
         | 
| 3145 3149 | 
             
                <function name="gtk_list_store_newv ()" link="GtkListStore.html#gtk-list-store-newv"/>
         | 
| 3146 3150 | 
             
                <function name="gtk_list_store_set_column_types ()" link="GtkListStore.html#gtk-list-store-set-column-types"/>
         | 
| @@ -3163,7 +3167,7 @@ | |
| 3163 3167 | 
             
                <function name="gtk_list_store_move_before ()" link="GtkListStore.html#gtk-list-store-move-before"/>
         | 
| 3164 3168 | 
             
                <function name="gtk_list_store_move_after ()" link="GtkListStore.html#gtk-list-store-move-after"/>
         | 
| 3165 3169 | 
             
                <function name="GtkTreeStore as GtkBuildable" link="GtkTreeStore.html#GtkTreeStore-BUILDER-UI"/>
         | 
| 3166 | 
            -
                <function name="GtkTreeStore" link="GtkTreeStore.html#GtkTreeStore-struct"/>
         | 
| 3170 | 
            +
                <function name="struct GtkTreeStore" link="GtkTreeStore.html#GtkTreeStore-struct"/>
         | 
| 3167 3171 | 
             
                <function name="gtk_tree_store_new ()" link="GtkTreeStore.html#gtk-tree-store-new"/>
         | 
| 3168 3172 | 
             
                <function name="gtk_tree_store_newv ()" link="GtkTreeStore.html#gtk-tree-store-newv"/>
         | 
| 3169 3173 | 
             
                <function name="gtk_tree_store_set_column_types ()" link="GtkTreeStore.html#gtk-tree-store-set-column-types"/>
         | 
| @@ -3187,9 +3191,11 @@ | |
| 3187 3191 | 
             
                <function name="gtk_tree_store_swap ()" link="GtkTreeStore.html#gtk-tree-store-swap"/>
         | 
| 3188 3192 | 
             
                <function name="gtk_tree_store_move_before ()" link="GtkTreeStore.html#gtk-tree-store-move-before"/>
         | 
| 3189 3193 | 
             
                <function name="gtk_tree_store_move_after ()" link="GtkTreeStore.html#gtk-tree-store-move-after"/>
         | 
| 3190 | 
            -
                <function name="GtkComboBox" link="GtkComboBox.html#GtkComboBox-struct"/>
         | 
| 3194 | 
            +
                <function name="struct GtkComboBox" link="GtkComboBox.html#GtkComboBox-struct"/>
         | 
| 3191 3195 | 
             
                <function name="gtk_combo_box_new ()" link="GtkComboBox.html#gtk-combo-box-new"/>
         | 
| 3196 | 
            +
                <function name="gtk_combo_box_new_with_entry ()" link="GtkComboBox.html#gtk-combo-box-new-with-entry"/>
         | 
| 3192 3197 | 
             
                <function name="gtk_combo_box_new_with_model ()" link="GtkComboBox.html#gtk-combo-box-new-with-model"/>
         | 
| 3198 | 
            +
                <function name="gtk_combo_box_new_with_model_and_entry ()" link="GtkComboBox.html#gtk-combo-box-new-with-model-and-entry"/>
         | 
| 3193 3199 | 
             
                <function name="gtk_combo_box_get_wrap_width ()" link="GtkComboBox.html#gtk-combo-box-get-wrap-width"/>
         | 
| 3194 3200 | 
             
                <function name="gtk_combo_box_set_wrap_width ()" link="GtkComboBox.html#gtk-combo-box-set-wrap-width"/>
         | 
| 3195 3201 | 
             
                <function name="gtk_combo_box_get_row_span_column ()" link="GtkComboBox.html#gtk-combo-box-get-row-span-column"/>
         | 
| @@ -3221,11 +3227,16 @@ | |
| 3221 3227 | 
             
                <function name="gtk_combo_box_get_focus_on_click ()" link="GtkComboBox.html#gtk-combo-box-get-focus-on-click"/>
         | 
| 3222 3228 | 
             
                <function name="gtk_combo_box_set_button_sensitivity ()" link="GtkComboBox.html#gtk-combo-box-set-button-sensitivity"/>
         | 
| 3223 3229 | 
             
                <function name="gtk_combo_box_get_button_sensitivity ()" link="GtkComboBox.html#gtk-combo-box-get-button-sensitivity"/>
         | 
| 3230 | 
            +
                <function name="gtk_combo_box_get_has_entry ()" link="GtkComboBox.html#gtk-combo-box-get-has-entry"/>
         | 
| 3231 | 
            +
                <function name="gtk_combo_box_set_entry_text_column ()" link="GtkComboBox.html#gtk-combo-box-set-entry-text-column"/>
         | 
| 3232 | 
            +
                <function name="gtk_combo_box_get_entry_text_column ()" link="GtkComboBox.html#gtk-combo-box-get-entry-text-column"/>
         | 
| 3224 3233 | 
             
                <function name="The "active" property" link="GtkComboBox.html#GtkComboBox--active"/>
         | 
| 3225 3234 | 
             
                <function name="The "add-tearoffs" property" link="GtkComboBox.html#GtkComboBox--add-tearoffs"/>
         | 
| 3226 3235 | 
             
                <function name="The "button-sensitivity" property" link="GtkComboBox.html#GtkComboBox--button-sensitivity"/>
         | 
| 3227 3236 | 
             
                <function name="The "column-span-column" property" link="GtkComboBox.html#GtkComboBox--column-span-column"/>
         | 
| 3237 | 
            +
                <function name="The "entry-text-column" property" link="GtkComboBox.html#GtkComboBox--entry-text-column"/>
         | 
| 3228 3238 | 
             
                <function name="The "focus-on-click" property" link="GtkComboBox.html#GtkComboBox--focus-on-click"/>
         | 
| 3239 | 
            +
                <function name="The "has-entry" property" link="GtkComboBox.html#GtkComboBox--has-entry"/>
         | 
| 3229 3240 | 
             
                <function name="The "has-frame" property" link="GtkComboBox.html#GtkComboBox--has-frame"/>
         | 
| 3230 3241 | 
             
                <function name="The "model" property" link="GtkComboBox.html#GtkComboBox--model"/>
         | 
| 3231 3242 | 
             
                <function name="The "popup-shown" property" link="GtkComboBox.html#GtkComboBox--popup-shown"/>
         | 
| @@ -3239,15 +3250,23 @@ | |
| 3239 3250 | 
             
                <function name="The "move-active" signal" link="GtkComboBox.html#GtkComboBox-move-active"/>
         | 
| 3240 3251 | 
             
                <function name="The "popdown" signal" link="GtkComboBox.html#GtkComboBox-popdown"/>
         | 
| 3241 3252 | 
             
                <function name="The "popup" signal" link="GtkComboBox.html#GtkComboBox-popup"/>
         | 
| 3253 | 
            +
                <function name="GtkComboBoxText as GtkBuildable" link="GtkComboBoxText.html#GtkComboBoxText-BUILDER-UI"/>
         | 
| 3254 | 
            +
                <function name="struct GtkComboBoxText" link="GtkComboBoxText.html#GtkComboBoxText-struct"/>
         | 
| 3255 | 
            +
                <function name="gtk_combo_box_text_new ()" link="GtkComboBoxText.html#gtk-combo-box-text-new"/>
         | 
| 3256 | 
            +
                <function name="gtk_combo_box_text_new_with_entry ()" link="GtkComboBoxText.html#gtk-combo-box-text-new-with-entry"/>
         | 
| 3257 | 
            +
                <function name="gtk_combo_box_text_append_text ()" link="GtkComboBoxText.html#gtk-combo-box-text-append-text"/>
         | 
| 3258 | 
            +
                <function name="gtk_combo_box_text_insert_text ()" link="GtkComboBoxText.html#gtk-combo-box-text-insert-text"/>
         | 
| 3259 | 
            +
                <function name="gtk_combo_box_text_prepend_text ()" link="GtkComboBoxText.html#gtk-combo-box-text-prepend-text"/>
         | 
| 3260 | 
            +
                <function name="gtk_combo_box_text_get_active_text ()" link="GtkComboBoxText.html#gtk-combo-box-text-get-active-text"/>
         | 
| 3242 3261 | 
             
                <function name="GtkComboBoxEntry as GtkBuildable" link="GtkComboBoxEntry.html#GtkComboBoxEntry-BUILDER-UI"/>
         | 
| 3243 | 
            -
                <function name="GtkComboBoxEntry" link="GtkComboBoxEntry.html#GtkComboBoxEntry-struct"/>
         | 
| 3262 | 
            +
                <function name="struct GtkComboBoxEntry" link="GtkComboBoxEntry.html#GtkComboBoxEntry-struct"/>
         | 
| 3244 3263 | 
             
                <function name="gtk_combo_box_entry_new ()" link="GtkComboBoxEntry.html#gtk-combo-box-entry-new"/>
         | 
| 3245 3264 | 
             
                <function name="gtk_combo_box_entry_new_with_model ()" link="GtkComboBoxEntry.html#gtk-combo-box-entry-new-with-model"/>
         | 
| 3246 3265 | 
             
                <function name="gtk_combo_box_entry_new_text ()" link="GtkComboBoxEntry.html#gtk-combo-box-entry-new-text"/>
         | 
| 3247 3266 | 
             
                <function name="gtk_combo_box_entry_set_text_column ()" link="GtkComboBoxEntry.html#gtk-combo-box-entry-set-text-column"/>
         | 
| 3248 3267 | 
             
                <function name="gtk_combo_box_entry_get_text_column ()" link="GtkComboBoxEntry.html#gtk-combo-box-entry-get-text-column"/>
         | 
| 3249 3268 | 
             
                <function name="The "text-column" property" link="GtkComboBoxEntry.html#GtkComboBoxEntry--text-column"/>
         | 
| 3250 | 
            -
                <function name="GtkMenu" link="GtkMenu.html#GtkMenu-struct"/>
         | 
| 3269 | 
            +
                <function name="struct GtkMenu" link="GtkMenu.html#GtkMenu-struct"/>
         | 
| 3251 3270 | 
             
                <function name="gtk_menu_new ()" link="GtkMenu.html#gtk-menu-new"/>
         | 
| 3252 3271 | 
             
                <function name="gtk_menu_set_screen ()" link="GtkMenu.html#gtk-menu-set-screen"/>
         | 
| 3253 3272 | 
             
                <function name="gtk_menu_append()" link="GtkMenu.html#gtk-menu-append"/>
         | 
| @@ -3298,7 +3317,7 @@ | |
| 3298 3317 | 
             
                <function name="The "vertical-offset" style property" link="GtkMenu.html#GtkMenu--s-vertical-offset"/>
         | 
| 3299 3318 | 
             
                <function name="The "vertical-padding" style property" link="GtkMenu.html#GtkMenu--s-vertical-padding"/>
         | 
| 3300 3319 | 
             
                <function name="The "move-scroll" signal" link="GtkMenu.html#GtkMenu-move-scroll"/>
         | 
| 3301 | 
            -
                <function name="GtkMenuBar" link="GtkMenuBar.html#GtkMenuBar-struct"/>
         | 
| 3320 | 
            +
                <function name="struct GtkMenuBar" link="GtkMenuBar.html#GtkMenuBar-struct"/>
         | 
| 3302 3321 | 
             
                <function name="gtk_menu_bar_new ()" link="GtkMenuBar.html#gtk-menu-bar-new"/>
         | 
| 3303 3322 | 
             
                <function name="gtk_menu_bar_append()" link="GtkMenuBar.html#gtk-menu-bar-append"/>
         | 
| 3304 3323 | 
             
                <function name="gtk_menu_bar_prepend()" link="GtkMenuBar.html#gtk-menu-bar-prepend"/>
         | 
| @@ -3313,7 +3332,7 @@ | |
| 3313 3332 | 
             
                <function name="The "internal-padding" style property" link="GtkMenuBar.html#GtkMenuBar--s-internal-padding"/>
         | 
| 3314 3333 | 
             
                <function name="The "shadow-type" style property" link="GtkMenuBar.html#GtkMenuBar--s-shadow-type"/>
         | 
| 3315 3334 | 
             
                <function name="GtkMenuItem as GtkBuildable" link="GtkMenuItem.html#GtkMenuItem-BUILDER-UI"/>
         | 
| 3316 | 
            -
                <function name="GtkMenuItem" link="GtkMenuItem.html#GtkMenuItem-struct"/>
         | 
| 3335 | 
            +
                <function name="struct GtkMenuItem" link="GtkMenuItem.html#GtkMenuItem-struct"/>
         | 
| 3317 3336 | 
             
                <function name="gtk_menu_item_new ()" link="GtkMenuItem.html#gtk-menu-item-new"/>
         | 
| 3318 3337 | 
             
                <function name="gtk_menu_item_new_with_label ()" link="GtkMenuItem.html#gtk-menu-item-new-with-label"/>
         | 
| 3319 3338 | 
             
                <function name="gtk_menu_item_new_with_mnemonic ()" link="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic"/>
         | 
| @@ -3349,7 +3368,7 @@ | |
| 3349 3368 | 
             
                <function name="The "activate-item" signal" link="GtkMenuItem.html#GtkMenuItem-activate-item"/>
         | 
| 3350 3369 | 
             
                <function name="The "toggle-size-allocate" signal" link="GtkMenuItem.html#GtkMenuItem-toggle-size-allocate"/>
         | 
| 3351 3370 | 
             
                <function name="The "toggle-size-request" signal" link="GtkMenuItem.html#GtkMenuItem-toggle-size-request"/>
         | 
| 3352 | 
            -
                <function name="GtkImageMenuItem" link="GtkImageMenuItem.html#GtkImageMenuItem-struct"/>
         | 
| 3371 | 
            +
                <function name="struct GtkImageMenuItem" link="GtkImageMenuItem.html#GtkImageMenuItem-struct"/>
         | 
| 3353 3372 | 
             
                <function name="gtk_image_menu_item_set_image ()" link="GtkImageMenuItem.html#gtk-image-menu-item-set-image"/>
         | 
| 3354 3373 | 
             
                <function name="gtk_image_menu_item_get_image ()" link="GtkImageMenuItem.html#gtk-image-menu-item-get-image"/>
         | 
| 3355 3374 | 
             
                <function name="gtk_image_menu_item_new ()" link="GtkImageMenuItem.html#gtk-image-menu-item-new"/>
         | 
| @@ -3365,7 +3384,7 @@ | |
| 3365 3384 | 
             
                <function name="The "always-show-image" property" link="GtkImageMenuItem.html#GtkImageMenuItem--always-show-image"/>
         | 
| 3366 3385 | 
             
                <function name="The "image" property" link="GtkImageMenuItem.html#GtkImageMenuItem--image"/>
         | 
| 3367 3386 | 
             
                <function name="The "use-stock" property" link="GtkImageMenuItem.html#GtkImageMenuItem--use-stock"/>
         | 
| 3368 | 
            -
                <function name="GtkRadioMenuItem" link="GtkRadioMenuItem.html#GtkRadioMenuItem-struct"/>
         | 
| 3387 | 
            +
                <function name="struct GtkRadioMenuItem" link="GtkRadioMenuItem.html#GtkRadioMenuItem-struct"/>
         | 
| 3369 3388 | 
             
                <function name="gtk_radio_menu_item_new ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-new"/>
         | 
| 3370 3389 | 
             
                <function name="gtk_radio_menu_item_new_with_label ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-label"/>
         | 
| 3371 3390 | 
             
                <function name="gtk_radio_menu_item_new_with_mnemonic ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-new-with-mnemonic"/>
         | 
| @@ -3377,7 +3396,7 @@ | |
| 3377 3396 | 
             
                <function name="gtk_radio_menu_item_get_group ()" link="GtkRadioMenuItem.html#gtk-radio-menu-item-get-group"/>
         | 
| 3378 3397 | 
             
                <function name="The "group" property" link="GtkRadioMenuItem.html#GtkRadioMenuItem--group"/>
         | 
| 3379 3398 | 
             
                <function name="The "group-changed" signal" link="GtkRadioMenuItem.html#GtkRadioMenuItem-group-changed"/>
         | 
| 3380 | 
            -
                <function name="GtkCheckMenuItem" link="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem-struct"/>
         | 
| 3399 | 
            +
                <function name="struct GtkCheckMenuItem" link="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem-struct"/>
         | 
| 3381 3400 | 
             
                <function name="gtk_check_menu_item_new ()" link="gtk-gtkcheckmenuitem.html#gtk-check-menu-item-new"/>
         | 
| 3382 3401 | 
             
                <function name="gtk_check_menu_item_new_with_label ()" link="gtk-gtkcheckmenuitem.html#gtk-check-menu-item-new-with-label"/>
         | 
| 3383 3402 | 
             
                <function name="gtk_check_menu_item_new_with_mnemonic ()" link="gtk-gtkcheckmenuitem.html#gtk-check-menu-item-new-with-mnemonic"/>
         | 
| @@ -3395,12 +3414,12 @@ | |
| 3395 3414 | 
             
                <function name="The "inconsistent" property" link="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem--inconsistent"/>
         | 
| 3396 3415 | 
             
                <function name="The "indicator-size" style property" link="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem--s-indicator-size"/>
         | 
| 3397 3416 | 
             
                <function name="The "toggled" signal" link="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem-toggled"/>
         | 
| 3398 | 
            -
                <function name="GtkSeparatorMenuItem" link="GtkSeparatorMenuItem.html#GtkSeparatorMenuItem-struct"/>
         | 
| 3417 | 
            +
                <function name="struct GtkSeparatorMenuItem" link="GtkSeparatorMenuItem.html#GtkSeparatorMenuItem-struct"/>
         | 
| 3399 3418 | 
             
                <function name="gtk_separator_menu_item_new ()" link="GtkSeparatorMenuItem.html#gtk-separator-menu-item-new"/>
         | 
| 3400 | 
            -
                <function name="GtkTearoffMenuItem" link="GtkTearoffMenuItem.html#GtkTearoffMenuItem-struct"/>
         | 
| 3419 | 
            +
                <function name="struct GtkTearoffMenuItem" link="GtkTearoffMenuItem.html#GtkTearoffMenuItem-struct"/>
         | 
| 3401 3420 | 
             
                <function name="gtk_tearoff_menu_item_new ()" link="GtkTearoffMenuItem.html#gtk-tearoff-menu-item-new"/>
         | 
| 3402 3421 | 
             
                <function name="GtkToolShell" link="GtkToolShell.html#GtkToolShell-struct"/>
         | 
| 3403 | 
            -
                <function name="GtkToolShellIface" link="GtkToolShell.html#GtkToolShellIface"/>
         | 
| 3422 | 
            +
                <function name="struct GtkToolShellIface" link="GtkToolShell.html#GtkToolShellIface"/>
         | 
| 3404 3423 | 
             
                <function name="gtk_tool_shell_get_ellipsize_mode ()" link="GtkToolShell.html#gtk-tool-shell-get-ellipsize-mode"/>
         | 
| 3405 3424 | 
             
                <function name="gtk_tool_shell_get_icon_size ()" link="GtkToolShell.html#gtk-tool-shell-get-icon-size"/>
         | 
| 3406 3425 | 
             
                <function name="gtk_tool_shell_get_orientation ()" link="GtkToolShell.html#gtk-tool-shell-get-orientation"/>
         | 
| @@ -3410,10 +3429,10 @@ | |
| 3410 3429 | 
             
                <function name="gtk_tool_shell_get_text_orientation ()" link="GtkToolShell.html#gtk-tool-shell-get-text-orientation"/>
         | 
| 3411 3430 | 
             
                <function name="gtk_tool_shell_rebuild_menu ()" link="GtkToolShell.html#gtk-tool-shell-rebuild-menu"/>
         | 
| 3412 3431 | 
             
                <function name="gtk_tool_shell_get_text_size_group ()" link="GtkToolShell.html#gtk-tool-shell-get-text-size-group"/>
         | 
| 3413 | 
            -
                <function name="GtkToolbar" link="GtkToolbar.html#GtkToolbar-struct"/>
         | 
| 3432 | 
            +
                <function name="struct GtkToolbar" link="GtkToolbar.html#GtkToolbar-struct"/>
         | 
| 3414 3433 | 
             
                <function name="enum GtkToolbarChildType" link="GtkToolbar.html#GtkToolbarChildType"/>
         | 
| 3415 3434 | 
             
                <function name="enum GtkToolbarSpaceStyle" link="GtkToolbar.html#GtkToolbarSpaceStyle"/>
         | 
| 3416 | 
            -
                <function name="GtkToolbarChild" link="GtkToolbar.html#GtkToolbarChild"/>
         | 
| 3435 | 
            +
                <function name="struct GtkToolbarChild" link="GtkToolbar.html#GtkToolbarChild"/>
         | 
| 3417 3436 | 
             
                <function name="gtk_toolbar_new ()" link="GtkToolbar.html#gtk-toolbar-new"/>
         | 
| 3418 3437 | 
             
                <function name="gtk_toolbar_insert ()" link="GtkToolbar.html#gtk-toolbar-insert"/>
         | 
| 3419 3438 | 
             
                <function name="gtk_toolbar_get_item_index ()" link="GtkToolbar.html#gtk-toolbar-get-item-index"/>
         | 
| @@ -3465,7 +3484,7 @@ | |
| 3465 3484 | 
             
                <function name="The "orientation-changed" signal" link="GtkToolbar.html#GtkToolbar-orientation-changed"/>
         | 
| 3466 3485 | 
             
                <function name="The "popup-context-menu" signal" link="GtkToolbar.html#GtkToolbar-popup-context-menu"/>
         | 
| 3467 3486 | 
             
                <function name="The "style-changed" signal" link="GtkToolbar.html#GtkToolbar-style-changed"/>
         | 
| 3468 | 
            -
                <function name="GtkToolItem" link="GtkToolItem.html#GtkToolItem-struct"/>
         | 
| 3487 | 
            +
                <function name="struct GtkToolItem" link="GtkToolItem.html#GtkToolItem-struct"/>
         | 
| 3469 3488 | 
             
                <function name="gtk_tool_item_new ()" link="GtkToolItem.html#gtk-tool-item-new"/>
         | 
| 3470 3489 | 
             
                <function name="gtk_tool_item_set_homogeneous ()" link="GtkToolItem.html#gtk-tool-item-set-homogeneous"/>
         | 
| 3471 3490 | 
             
                <function name="gtk_tool_item_get_homogeneous ()" link="GtkToolItem.html#gtk-tool-item-get-homogeneous"/>
         | 
| @@ -3501,7 +3520,7 @@ | |
| 3501 3520 | 
             
                <function name="The "create-menu-proxy" signal" link="GtkToolItem.html#GtkToolItem-create-menu-proxy"/>
         | 
| 3502 3521 | 
             
                <function name="The "set-tooltip" signal" link="GtkToolItem.html#GtkToolItem-set-tooltip"/>
         | 
| 3503 3522 | 
             
                <function name="The "toolbar-reconfigured" signal" link="GtkToolItem.html#GtkToolItem-toolbar-reconfigured"/>
         | 
| 3504 | 
            -
                <function name="GtkToolPalette" link="GtkToolPalette.html#GtkToolPalette-struct"/>
         | 
| 3523 | 
            +
                <function name="struct GtkToolPalette" link="GtkToolPalette.html#GtkToolPalette-struct"/>
         | 
| 3505 3524 | 
             
                <function name="gtk_tool_palette_new ()" link="GtkToolPalette.html#gtk-tool-palette-new"/>
         | 
| 3506 3525 | 
             
                <function name="gtk_tool_palette_get_exclusive ()" link="GtkToolPalette.html#gtk-tool-palette-get-exclusive"/>
         | 
| 3507 3526 | 
             
                <function name="gtk_tool_palette_set_exclusive ()" link="GtkToolPalette.html#gtk-tool-palette-set-exclusive"/>
         | 
| @@ -3531,7 +3550,7 @@ | |
| 3531 3550 | 
             
                <function name="The "exclusive" child property" link="GtkToolPalette.html#GtkToolPalette--c-exclusive"/>
         | 
| 3532 3551 | 
             
                <function name="The "expand" child property" link="GtkToolPalette.html#GtkToolPalette--c-expand"/>
         | 
| 3533 3552 | 
             
                <function name="The "set-scroll-adjustments" signal" link="GtkToolPalette.html#GtkToolPalette-set-scroll-adjustments"/>
         | 
| 3534 | 
            -
                <function name="GtkToolItemGroup" link="GtkToolItemGroup.html#GtkToolItemGroup-struct"/>
         | 
| 3553 | 
            +
                <function name="struct GtkToolItemGroup" link="GtkToolItemGroup.html#GtkToolItemGroup-struct"/>
         | 
| 3535 3554 | 
             
                <function name="gtk_tool_item_group_get_collapsed ()" link="GtkToolItemGroup.html#gtk-tool-item-group-get-collapsed"/>
         | 
| 3536 3555 | 
             
                <function name="gtk_tool_item_group_get_drop_item ()" link="GtkToolItemGroup.html#gtk-tool-item-group-get-drop-item"/>
         | 
| 3537 3556 | 
             
                <function name="gtk_tool_item_group_get_ellipsize ()" link="GtkToolItemGroup.html#gtk-tool-item-group-get-ellipsize"/>
         | 
| @@ -3561,12 +3580,12 @@ | |
| 3561 3580 | 
             
                <function name="The "position" child property" link="GtkToolItemGroup.html#GtkToolItemGroup--c-position"/>
         | 
| 3562 3581 | 
             
                <function name="The "expander-size" style property" link="GtkToolItemGroup.html#GtkToolItemGroup--s-expander-size"/>
         | 
| 3563 3582 | 
             
                <function name="The "header-spacing" style property" link="GtkToolItemGroup.html#GtkToolItemGroup--s-header-spacing"/>
         | 
| 3564 | 
            -
                <function name="GtkSeparatorToolItem" link="GtkSeparatorToolItem.html#GtkSeparatorToolItem-struct"/>
         | 
| 3583 | 
            +
                <function name="struct GtkSeparatorToolItem" link="GtkSeparatorToolItem.html#GtkSeparatorToolItem-struct"/>
         | 
| 3565 3584 | 
             
                <function name="gtk_separator_tool_item_new ()" link="GtkSeparatorToolItem.html#gtk-separator-tool-item-new"/>
         | 
| 3566 3585 | 
             
                <function name="gtk_separator_tool_item_set_draw ()" link="GtkSeparatorToolItem.html#gtk-separator-tool-item-set-draw"/>
         | 
| 3567 3586 | 
             
                <function name="gtk_separator_tool_item_get_draw ()" link="GtkSeparatorToolItem.html#gtk-separator-tool-item-get-draw"/>
         | 
| 3568 3587 | 
             
                <function name="The "draw" property" link="GtkSeparatorToolItem.html#GtkSeparatorToolItem--draw"/>
         | 
| 3569 | 
            -
                <function name="GtkToolButton" link="GtkToolButton.html#GtkToolButton-struct"/>
         | 
| 3588 | 
            +
                <function name="struct GtkToolButton" link="GtkToolButton.html#GtkToolButton-struct"/>
         | 
| 3570 3589 | 
             
                <function name="gtk_tool_button_new ()" link="GtkToolButton.html#gtk-tool-button-new"/>
         | 
| 3571 3590 | 
             
                <function name="gtk_tool_button_new_from_stock ()" link="GtkToolButton.html#gtk-tool-button-new-from-stock"/>
         | 
| 3572 3591 | 
             
                <function name="gtk_tool_button_set_label ()" link="GtkToolButton.html#gtk-tool-button-set-label"/>
         | 
| @@ -3589,7 +3608,8 @@ | |
| 3589 3608 | 
             
                <function name="The "use-underline" property" link="GtkToolButton.html#GtkToolButton--use-underline"/>
         | 
| 3590 3609 | 
             
                <function name="The "icon-spacing" style property" link="GtkToolButton.html#GtkToolButton--s-icon-spacing"/>
         | 
| 3591 3610 | 
             
                <function name="The "clicked" signal" link="GtkToolButton.html#GtkToolButton-clicked"/>
         | 
| 3592 | 
            -
                <function name="GtkMenuToolButton" link="GtkMenuToolButton.html#GtkMenuToolButton- | 
| 3611 | 
            +
                <function name="GtkMenuToolButton as GtkBuildable" link="GtkMenuToolButton.html#GtkMenuToolButton-BUILDER-UI"/>
         | 
| 3612 | 
            +
                <function name="struct GtkMenuToolButton" link="GtkMenuToolButton.html#GtkMenuToolButton-struct"/>
         | 
| 3593 3613 | 
             
                <function name="gtk_menu_tool_button_new ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-new"/>
         | 
| 3594 3614 | 
             
                <function name="gtk_menu_tool_button_new_from_stock ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-new-from-stock"/>
         | 
| 3595 3615 | 
             
                <function name="gtk_menu_tool_button_set_menu ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-set-menu"/>
         | 
| @@ -3599,14 +3619,14 @@ | |
| 3599 3619 | 
             
                <function name="gtk_menu_tool_button_set_arrow_tooltip_markup ()" link="GtkMenuToolButton.html#gtk-menu-tool-button-set-arrow-tooltip-markup"/>
         | 
| 3600 3620 | 
             
                <function name="The "menu" property" link="GtkMenuToolButton.html#GtkMenuToolButton--menu"/>
         | 
| 3601 3621 | 
             
                <function name="The "show-menu" signal" link="GtkMenuToolButton.html#GtkMenuToolButton-show-menu"/>
         | 
| 3602 | 
            -
                <function name="GtkToggleToolButton" link="GtkToggleToolButton.html#GtkToggleToolButton-struct"/>
         | 
| 3622 | 
            +
                <function name="struct GtkToggleToolButton" link="GtkToggleToolButton.html#GtkToggleToolButton-struct"/>
         | 
| 3603 3623 | 
             
                <function name="gtk_toggle_tool_button_new ()" link="GtkToggleToolButton.html#gtk-toggle-tool-button-new"/>
         | 
| 3604 3624 | 
             
                <function name="gtk_toggle_tool_button_new_from_stock ()" link="GtkToggleToolButton.html#gtk-toggle-tool-button-new-from-stock"/>
         | 
| 3605 3625 | 
             
                <function name="gtk_toggle_tool_button_set_active ()" link="GtkToggleToolButton.html#gtk-toggle-tool-button-set-active"/>
         | 
| 3606 3626 | 
             
                <function name="gtk_toggle_tool_button_get_active ()" link="GtkToggleToolButton.html#gtk-toggle-tool-button-get-active"/>
         | 
| 3607 3627 | 
             
                <function name="The "active" property" link="GtkToggleToolButton.html#GtkToggleToolButton--active"/>
         | 
| 3608 3628 | 
             
                <function name="The "toggled" signal" link="GtkToggleToolButton.html#GtkToggleToolButton-toggled"/>
         | 
| 3609 | 
            -
                <function name="GtkRadioToolButton" link="GtkRadioToolButton.html#GtkRadioToolButton-struct"/>
         | 
| 3629 | 
            +
                <function name="struct GtkRadioToolButton" link="GtkRadioToolButton.html#GtkRadioToolButton-struct"/>
         | 
| 3610 3630 | 
             
                <function name="gtk_radio_tool_button_new ()" link="GtkRadioToolButton.html#gtk-radio-tool-button-new"/>
         | 
| 3611 3631 | 
             
                <function name="gtk_radio_tool_button_new_from_stock ()" link="GtkRadioToolButton.html#gtk-radio-tool-button-new-from-stock"/>
         | 
| 3612 3632 | 
             
                <function name="gtk_radio_tool_button_new_from_widget ()" link="GtkRadioToolButton.html#gtk-radio-tool-button-new-from-widget"/>
         | 
| @@ -3616,11 +3636,11 @@ | |
| 3616 3636 | 
             
                <function name="The "group" property" link="GtkRadioToolButton.html#GtkRadioToolButton--group"/>
         | 
| 3617 3637 | 
             
                <function name="UI Definitions" link="GtkUIManager.html#XML-UI"/>
         | 
| 3618 3638 | 
             
                <function name="UI Merging" link="GtkUIManager.html#UI-Merging"/>
         | 
| 3619 | 
            -
                <function name="Accelerators" link="GtkUIManager.html# | 
| 3639 | 
            +
                <function name="Accelerators" link="GtkUIManager.html#id1031569"/>
         | 
| 3620 3640 | 
             
                <function name="Smart Separators" link="GtkUIManager.html#Smart-Separators"/>
         | 
| 3621 | 
            -
                <function name="Empty Menus" link="GtkUIManager.html# | 
| 3641 | 
            +
                <function name="Empty Menus" link="GtkUIManager.html#id1031618"/>
         | 
| 3622 3642 | 
             
                <function name="GtkUIManager as GtkBuildable" link="GtkUIManager.html#GtkUIManager-BUILDER-UI"/>
         | 
| 3623 | 
            -
                <function name="GtkUIManager" link="GtkUIManager.html#GtkUIManager-struct"/>
         | 
| 3643 | 
            +
                <function name="struct GtkUIManager" link="GtkUIManager.html#GtkUIManager-struct"/>
         | 
| 3624 3644 | 
             
                <function name="gtk_ui_manager_new ()" link="GtkUIManager.html#gtk-ui-manager-new"/>
         | 
| 3625 3645 | 
             
                <function name="gtk_ui_manager_set_add_tearoffs ()" link="GtkUIManager.html#gtk-ui-manager-set-add-tearoffs"/>
         | 
| 3626 3646 | 
             
                <function name="gtk_ui_manager_get_add_tearoffs ()" link="GtkUIManager.html#gtk-ui-manager-get-add-tearoffs"/>
         | 
| @@ -3632,7 +3652,7 @@ | |
| 3632 3652 | 
             
                <function name="gtk_ui_manager_get_toplevels ()" link="GtkUIManager.html#gtk-ui-manager-get-toplevels"/>
         | 
| 3633 3653 | 
             
                <function name="gtk_ui_manager_get_action ()" link="GtkUIManager.html#gtk-ui-manager-get-action"/>
         | 
| 3634 3654 | 
             
                <function name="gtk_ui_manager_add_ui_from_string ()" link="GtkUIManager.html#gtk-ui-manager-add-ui-from-string"/>
         | 
| 3635 | 
            -
                <function name="gtk_ui_manager_add_ui_from_file | 
| 3655 | 
            +
                <function name="gtk_ui_manager_add_ui_from_file" link="GtkUIManager.html#gtk-ui-manager-add-ui-from-file"/>
         | 
| 3636 3656 | 
             
                <function name="gtk_ui_manager_new_merge_id ()" link="GtkUIManager.html#gtk-ui-manager-new-merge-id"/>
         | 
| 3637 3657 | 
             
                <function name="enum GtkUIManagerItemType" link="GtkUIManager.html#GtkUIManagerItemType"/>
         | 
| 3638 3658 | 
             
                <function name="gtk_ui_manager_add_ui ()" link="GtkUIManager.html#gtk-ui-manager-add-ui"/>
         | 
| @@ -3648,7 +3668,7 @@ | |
| 3648 3668 | 
             
                <function name="The "post-activate" signal" link="GtkUIManager.html#GtkUIManager-post-activate"/>
         | 
| 3649 3669 | 
             
                <function name="The "pre-activate" signal" link="GtkUIManager.html#GtkUIManager-pre-activate"/>
         | 
| 3650 3670 | 
             
                <function name="GtkActionGroup as GtkBuildable" link="GtkActionGroup.html#GtkActionGroup-BUILDER-UI"/>
         | 
| 3651 | 
            -
                <function name="GtkActionGroup" link="GtkActionGroup.html#GtkActionGroup-struct"/>
         | 
| 3671 | 
            +
                <function name="struct GtkActionGroup" link="GtkActionGroup.html#GtkActionGroup-struct"/>
         | 
| 3652 3672 | 
             
                <function name="gtk_action_group_new ()" link="GtkActionGroup.html#gtk-action-group-new"/>
         | 
| 3653 3673 | 
             
                <function name="gtk_action_group_get_name ()" link="GtkActionGroup.html#gtk-action-group-get-name"/>
         | 
| 3654 3674 | 
             
                <function name="gtk_action_group_get_sensitive ()" link="GtkActionGroup.html#gtk-action-group-get-sensitive"/>
         | 
| @@ -3660,13 +3680,13 @@ | |
| 3660 3680 | 
             
                <function name="gtk_action_group_add_action ()" link="GtkActionGroup.html#gtk-action-group-add-action"/>
         | 
| 3661 3681 | 
             
                <function name="gtk_action_group_add_action_with_accel ()" link="GtkActionGroup.html#gtk-action-group-add-action-with-accel"/>
         | 
| 3662 3682 | 
             
                <function name="gtk_action_group_remove_action ()" link="GtkActionGroup.html#gtk-action-group-remove-action"/>
         | 
| 3663 | 
            -
                <function name="GtkActionEntry" link="GtkActionGroup.html#GtkActionEntry"/>
         | 
| 3683 | 
            +
                <function name="struct GtkActionEntry" link="GtkActionGroup.html#GtkActionEntry"/>
         | 
| 3664 3684 | 
             
                <function name="gtk_action_group_add_actions ()" link="GtkActionGroup.html#gtk-action-group-add-actions"/>
         | 
| 3665 3685 | 
             
                <function name="gtk_action_group_add_actions_full ()" link="GtkActionGroup.html#gtk-action-group-add-actions-full"/>
         | 
| 3666 | 
            -
                <function name="GtkToggleActionEntry" link="GtkActionGroup.html#GtkToggleActionEntry"/>
         | 
| 3686 | 
            +
                <function name="struct GtkToggleActionEntry" link="GtkActionGroup.html#GtkToggleActionEntry"/>
         | 
| 3667 3687 | 
             
                <function name="gtk_action_group_add_toggle_actions ()" link="GtkActionGroup.html#gtk-action-group-add-toggle-actions"/>
         | 
| 3668 3688 | 
             
                <function name="gtk_action_group_add_toggle_actions_full ()" link="GtkActionGroup.html#gtk-action-group-add-toggle-actions-full"/>
         | 
| 3669 | 
            -
                <function name="GtkRadioActionEntry" link="GtkActionGroup.html#GtkRadioActionEntry"/>
         | 
| 3689 | 
            +
                <function name="struct GtkRadioActionEntry" link="GtkActionGroup.html#GtkRadioActionEntry"/>
         | 
| 3670 3690 | 
             
                <function name="gtk_action_group_add_radio_actions ()" link="GtkActionGroup.html#gtk-action-group-add-radio-actions"/>
         | 
| 3671 3691 | 
             
                <function name="gtk_action_group_add_radio_actions_full ()" link="GtkActionGroup.html#gtk-action-group-add-radio-actions-full"/>
         | 
| 3672 3692 | 
             
                <function name="gtk_action_group_set_translate_func ()" link="GtkActionGroup.html#gtk-action-group-set-translate-func"/>
         | 
| @@ -3679,7 +3699,7 @@ | |
| 3679 3699 | 
             
                <function name="The "disconnect-proxy" signal" link="GtkActionGroup.html#GtkActionGroup-disconnect-proxy"/>
         | 
| 3680 3700 | 
             
                <function name="The "post-activate" signal" link="GtkActionGroup.html#GtkActionGroup-post-activate"/>
         | 
| 3681 3701 | 
             
                <function name="The "pre-activate" signal" link="GtkActionGroup.html#GtkActionGroup-pre-activate"/>
         | 
| 3682 | 
            -
                <function name="GtkAction" link="GtkAction.html#GtkAction-struct"/>
         | 
| 3702 | 
            +
                <function name="struct GtkAction" link="GtkAction.html#GtkAction-struct"/>
         | 
| 3683 3703 | 
             
                <function name="gtk_action_new ()" link="GtkAction.html#gtk-action-new"/>
         | 
| 3684 3704 | 
             
                <function name="gtk_action_get_name ()" link="GtkAction.html#gtk-action-get-name"/>
         | 
| 3685 3705 | 
             
                <function name="gtk_action_is_sensitive ()" link="GtkAction.html#gtk-action-is-sensitive"/>
         | 
| @@ -3743,7 +3763,7 @@ | |
| 3743 3763 | 
             
                <function name="The "visible-overflown" property" link="GtkAction.html#GtkAction--visible-overflown"/>
         | 
| 3744 3764 | 
             
                <function name="The "visible-vertical" property" link="GtkAction.html#GtkAction--visible-vertical"/>
         | 
| 3745 3765 | 
             
                <function name="The "activate" signal" link="GtkAction.html#GtkAction-activate"/>
         | 
| 3746 | 
            -
                <function name="GtkToggleAction" link="GtkToggleAction.html#GtkToggleAction-struct"/>
         | 
| 3766 | 
            +
                <function name="struct GtkToggleAction" link="GtkToggleAction.html#GtkToggleAction-struct"/>
         | 
| 3747 3767 | 
             
                <function name="gtk_toggle_action_new ()" link="GtkToggleAction.html#gtk-toggle-action-new"/>
         | 
| 3748 3768 | 
             
                <function name="gtk_toggle_action_toggled ()" link="GtkToggleAction.html#gtk-toggle-action-toggled"/>
         | 
| 3749 3769 | 
             
                <function name="gtk_toggle_action_set_active ()" link="GtkToggleAction.html#gtk-toggle-action-set-active"/>
         | 
| @@ -3753,7 +3773,7 @@ | |
| 3753 3773 | 
             
                <function name="The "active" property" link="GtkToggleAction.html#GtkToggleAction--active"/>
         | 
| 3754 3774 | 
             
                <function name="The "draw-as-radio" property" link="GtkToggleAction.html#GtkToggleAction--draw-as-radio"/>
         | 
| 3755 3775 | 
             
                <function name="The "toggled" signal" link="GtkToggleAction.html#GtkToggleAction-toggled"/>
         | 
| 3756 | 
            -
                <function name="GtkRadioAction" link="GtkRadioAction.html#GtkRadioAction-struct"/>
         | 
| 3776 | 
            +
                <function name="struct GtkRadioAction" link="GtkRadioAction.html#GtkRadioAction-struct"/>
         | 
| 3757 3777 | 
             
                <function name="gtk_radio_action_new ()" link="GtkRadioAction.html#gtk-radio-action-new"/>
         | 
| 3758 3778 | 
             
                <function name="gtk_radio_action_get_group ()" link="GtkRadioAction.html#gtk-radio-action-get-group"/>
         | 
| 3759 3779 | 
             
                <function name="gtk_radio_action_set_group ()" link="GtkRadioAction.html#gtk-radio-action-set-group"/>
         | 
| @@ -3763,15 +3783,15 @@ | |
| 3763 3783 | 
             
                <function name="The "group" property" link="GtkRadioAction.html#GtkRadioAction--group"/>
         | 
| 3764 3784 | 
             
                <function name="The "value" property" link="GtkRadioAction.html#GtkRadioAction--value"/>
         | 
| 3765 3785 | 
             
                <function name="The "changed" signal" link="GtkRadioAction.html#GtkRadioAction-changed"/>
         | 
| 3766 | 
            -
                <function name="GtkRecentAction" link="GtkRecentAction.html#GtkRecentAction-struct"/>
         | 
| 3786 | 
            +
                <function name="struct GtkRecentAction" link="GtkRecentAction.html#GtkRecentAction-struct"/>
         | 
| 3767 3787 | 
             
                <function name="gtk_recent_action_new ()" link="GtkRecentAction.html#gtk-recent-action-new"/>
         | 
| 3768 3788 | 
             
                <function name="gtk_recent_action_new_for_manager ()" link="GtkRecentAction.html#gtk-recent-action-new-for-manager"/>
         | 
| 3769 3789 | 
             
                <function name="gtk_recent_action_get_show_numbers ()" link="GtkRecentAction.html#gtk-recent-action-get-show-numbers"/>
         | 
| 3770 3790 | 
             
                <function name="gtk_recent_action_set_show_numbers ()" link="GtkRecentAction.html#gtk-recent-action-set-show-numbers"/>
         | 
| 3771 3791 | 
             
                <function name="The "show-numbers" property" link="GtkRecentAction.html#GtkRecentAction--show-numbers"/>
         | 
| 3772 | 
            -
                <function name="Implementing GtkActivatable" link="GtkActivatable.html# | 
| 3792 | 
            +
                <function name="Implementing GtkActivatable" link="GtkActivatable.html#id1007147"/>
         | 
| 3773 3793 | 
             
                <function name="GtkActivatable" link="GtkActivatable.html#GtkActivatable-struct"/>
         | 
| 3774 | 
            -
                <function name="GtkActivatableIface" link="GtkActivatable.html#GtkActivatableIface"/>
         | 
| 3794 | 
            +
                <function name="struct GtkActivatableIface" link="GtkActivatable.html#GtkActivatableIface"/>
         | 
| 3775 3795 | 
             
                <function name="gtk_activatable_do_set_related_action ()" link="GtkActivatable.html#gtk-activatable-do-set-related-action"/>
         | 
| 3776 3796 | 
             
                <function name="gtk_activatable_get_related_action ()" link="GtkActivatable.html#gtk-activatable-get-related-action"/>
         | 
| 3777 3797 | 
             
                <function name="gtk_activatable_get_use_action_appearance ()" link="GtkActivatable.html#gtk-activatable-get-use-action-appearance"/>
         | 
| @@ -3780,7 +3800,7 @@ | |
| 3780 3800 | 
             
                <function name="gtk_activatable_set_use_action_appearance ()" link="GtkActivatable.html#gtk-activatable-set-use-action-appearance"/>
         | 
| 3781 3801 | 
             
                <function name="The "related-action" property" link="GtkActivatable.html#GtkActivatable--related-action"/>
         | 
| 3782 3802 | 
             
                <function name="The "use-action-appearance" property" link="GtkActivatable.html#GtkActivatable--use-action-appearance"/>
         | 
| 3783 | 
            -
                <function name="GtkColorButton" link="GtkColorButton.html#GtkColorButton-struct"/>
         | 
| 3803 | 
            +
                <function name="struct GtkColorButton" link="GtkColorButton.html#GtkColorButton-struct"/>
         | 
| 3784 3804 | 
             
                <function name="gtk_color_button_new ()" link="GtkColorButton.html#gtk-color-button-new"/>
         | 
| 3785 3805 | 
             
                <function name="gtk_color_button_new_with_color ()" link="GtkColorButton.html#gtk-color-button-new-with-color"/>
         | 
| 3786 3806 | 
             
                <function name="gtk_color_button_set_color ()" link="GtkColorButton.html#gtk-color-button-set-color"/>
         | 
| @@ -3797,14 +3817,14 @@ | |
| 3797 3817 | 
             
                <function name="The "use-alpha" property" link="GtkColorButton.html#GtkColorButton--use-alpha"/>
         | 
| 3798 3818 | 
             
                <function name="The "color-set" signal" link="GtkColorButton.html#GtkColorButton-color-set"/>
         | 
| 3799 3819 | 
             
                <function name="GtkColorSelectionDialog as GtkBuildable" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog-BUILDER-UI"/>
         | 
| 3800 | 
            -
                <function name="GtkColorSelectionDialog" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct"/>
         | 
| 3820 | 
            +
                <function name="struct GtkColorSelectionDialog" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog-struct"/>
         | 
| 3801 3821 | 
             
                <function name="gtk_color_selection_dialog_new ()" link="GtkColorSelectionDialog.html#gtk-color-selection-dialog-new"/>
         | 
| 3802 3822 | 
             
                <function name="gtk_color_selection_dialog_get_color_selection ()" link="GtkColorSelectionDialog.html#gtk-color-selection-dialog-get-color-selection"/>
         | 
| 3803 3823 | 
             
                <function name="The "cancel-button" property" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog--cancel-button"/>
         | 
| 3804 3824 | 
             
                <function name="The "color-selection" property" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog--color-selection"/>
         | 
| 3805 3825 | 
             
                <function name="The "help-button" property" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog--help-button"/>
         | 
| 3806 3826 | 
             
                <function name="The "ok-button" property" link="GtkColorSelectionDialog.html#GtkColorSelectionDialog--ok-button"/>
         | 
| 3807 | 
            -
                <function name="GtkColorSelection" link="GtkColorSelection.html#GtkColorSelection-struct"/>
         | 
| 3827 | 
            +
                <function name="struct GtkColorSelection" link="GtkColorSelection.html#GtkColorSelection-struct"/>
         | 
| 3808 3828 | 
             
                <function name="gtk_color_selection_new ()" link="GtkColorSelection.html#gtk-color-selection-new"/>
         | 
| 3809 3829 | 
             
                <function name="gtk_color_selection_set_update_policy ()" link="GtkColorSelection.html#gtk-color-selection-set-update-policy"/>
         | 
| 3810 3830 | 
             
                <function name="gtk_color_selection_set_has_opacity_control ()" link="GtkColorSelection.html#gtk-color-selection-set-has-opacity-control"/>
         | 
| @@ -3833,7 +3853,7 @@ | |
| 3833 3853 | 
             
                <function name="The "has-opacity-control" property" link="GtkColorSelection.html#GtkColorSelection--has-opacity-control"/>
         | 
| 3834 3854 | 
             
                <function name="The "has-palette" property" link="GtkColorSelection.html#GtkColorSelection--has-palette"/>
         | 
| 3835 3855 | 
             
                <function name="The "color-changed" signal" link="GtkColorSelection.html#GtkColorSelection-color-changed"/>
         | 
| 3836 | 
            -
                <function name="GtkHSV" link="GtkHSV.html#GtkHSV-struct"/>
         | 
| 3856 | 
            +
                <function name="struct GtkHSV" link="GtkHSV.html#GtkHSV-struct"/>
         | 
| 3837 3857 | 
             
                <function name="gtk_hsv_new ()" link="GtkHSV.html#gtk-hsv-new"/>
         | 
| 3838 3858 | 
             
                <function name="gtk_hsv_set_color ()" link="GtkHSV.html#gtk-hsv-set-color"/>
         | 
| 3839 3859 | 
             
                <function name="gtk_hsv_get_color ()" link="GtkHSV.html#gtk-hsv-get-color"/>
         | 
| @@ -3866,15 +3886,15 @@ | |
| 3866 3886 | 
             
                <function name="gtk_file_chooser_set_create_folders ()" link="GtkFileChooser.html#gtk-file-chooser-set-create-folders"/>
         | 
| 3867 3887 | 
             
                <function name="gtk_file_chooser_get_create_folders ()" link="GtkFileChooser.html#gtk-file-chooser-get-create-folders"/>
         | 
| 3868 3888 | 
             
                <function name="gtk_file_chooser_set_current_name ()" link="GtkFileChooser.html#gtk-file-chooser-set-current-name"/>
         | 
| 3869 | 
            -
                <function name="gtk_file_chooser_get_filename | 
| 3870 | 
            -
                <function name="gtk_file_chooser_set_filename | 
| 3871 | 
            -
                <function name="gtk_file_chooser_select_filename | 
| 3872 | 
            -
                <function name="gtk_file_chooser_unselect_filename | 
| 3889 | 
            +
                <function name="gtk_file_chooser_get_filename" link="GtkFileChooser.html#gtk-file-chooser-get-filename"/>
         | 
| 3890 | 
            +
                <function name="gtk_file_chooser_set_filename" link="GtkFileChooser.html#gtk-file-chooser-set-filename"/>
         | 
| 3891 | 
            +
                <function name="gtk_file_chooser_select_filename" link="GtkFileChooser.html#gtk-file-chooser-select-filename"/>
         | 
| 3892 | 
            +
                <function name="gtk_file_chooser_unselect_filename" link="GtkFileChooser.html#gtk-file-chooser-unselect-filename"/>
         | 
| 3873 3893 | 
             
                <function name="gtk_file_chooser_select_all ()" link="GtkFileChooser.html#gtk-file-chooser-select-all"/>
         | 
| 3874 3894 | 
             
                <function name="gtk_file_chooser_unselect_all ()" link="GtkFileChooser.html#gtk-file-chooser-unselect-all"/>
         | 
| 3875 | 
            -
                <function name="gtk_file_chooser_get_filenames | 
| 3876 | 
            -
                <function name="gtk_file_chooser_set_current_folder | 
| 3877 | 
            -
                <function name="gtk_file_chooser_get_current_folder | 
| 3895 | 
            +
                <function name="gtk_file_chooser_get_filenames" link="GtkFileChooser.html#gtk-file-chooser-get-filenames"/>
         | 
| 3896 | 
            +
                <function name="gtk_file_chooser_set_current_folder" link="GtkFileChooser.html#gtk-file-chooser-set-current-folder"/>
         | 
| 3897 | 
            +
                <function name="gtk_file_chooser_get_current_folder" link="GtkFileChooser.html#gtk-file-chooser-get-current-folder"/>
         | 
| 3878 3898 | 
             
                <function name="gtk_file_chooser_get_uri ()" link="GtkFileChooser.html#gtk-file-chooser-get-uri"/>
         | 
| 3879 3899 | 
             
                <function name="gtk_file_chooser_set_uri ()" link="GtkFileChooser.html#gtk-file-chooser-set-uri"/>
         | 
| 3880 3900 | 
             
                <function name="gtk_file_chooser_select_uri ()" link="GtkFileChooser.html#gtk-file-chooser-select-uri"/>
         | 
| @@ -3888,7 +3908,7 @@ | |
| 3888 3908 | 
             
                <function name="gtk_file_chooser_get_preview_widget_active ()" link="GtkFileChooser.html#gtk-file-chooser-get-preview-widget-active"/>
         | 
| 3889 3909 | 
             
                <function name="gtk_file_chooser_set_use_preview_label ()" link="GtkFileChooser.html#gtk-file-chooser-set-use-preview-label"/>
         | 
| 3890 3910 | 
             
                <function name="gtk_file_chooser_get_use_preview_label ()" link="GtkFileChooser.html#gtk-file-chooser-get-use-preview-label"/>
         | 
| 3891 | 
            -
                <function name="gtk_file_chooser_get_preview_filename | 
| 3911 | 
            +
                <function name="gtk_file_chooser_get_preview_filename" link="GtkFileChooser.html#gtk-file-chooser-get-preview-filename"/>
         | 
| 3892 3912 | 
             
                <function name="gtk_file_chooser_get_preview_uri ()" link="GtkFileChooser.html#gtk-file-chooser-get-preview-uri"/>
         | 
| 3893 3913 | 
             
                <function name="gtk_file_chooser_set_extra_widget ()" link="GtkFileChooser.html#gtk-file-chooser-set-extra-widget"/>
         | 
| 3894 3914 | 
             
                <function name="gtk_file_chooser_get_extra_widget ()" link="GtkFileChooser.html#gtk-file-chooser-get-extra-widget"/>
         | 
| @@ -3897,9 +3917,9 @@ | |
| 3897 3917 | 
             
                <function name="gtk_file_chooser_list_filters ()" link="GtkFileChooser.html#gtk-file-chooser-list-filters"/>
         | 
| 3898 3918 | 
             
                <function name="gtk_file_chooser_set_filter ()" link="GtkFileChooser.html#gtk-file-chooser-set-filter"/>
         | 
| 3899 3919 | 
             
                <function name="gtk_file_chooser_get_filter ()" link="GtkFileChooser.html#gtk-file-chooser-get-filter"/>
         | 
| 3900 | 
            -
                <function name="gtk_file_chooser_add_shortcut_folder | 
| 3901 | 
            -
                <function name="gtk_file_chooser_remove_shortcut_folder | 
| 3902 | 
            -
                <function name="gtk_file_chooser_list_shortcut_folders | 
| 3920 | 
            +
                <function name="gtk_file_chooser_add_shortcut_folder" link="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder"/>
         | 
| 3921 | 
            +
                <function name="gtk_file_chooser_remove_shortcut_folder" link="GtkFileChooser.html#gtk-file-chooser-remove-shortcut-folder"/>
         | 
| 3922 | 
            +
                <function name="gtk_file_chooser_list_shortcut_folders" link="GtkFileChooser.html#gtk-file-chooser-list-shortcut-folders"/>
         | 
| 3903 3923 | 
             
                <function name="gtk_file_chooser_add_shortcut_folder_uri ()" link="GtkFileChooser.html#gtk-file-chooser-add-shortcut-folder-uri"/>
         | 
| 3904 3924 | 
             
                <function name="gtk_file_chooser_remove_shortcut_folder_uri ()" link="GtkFileChooser.html#gtk-file-chooser-remove-shortcut-folder-uri"/>
         | 
| 3905 3925 | 
             
                <function name="gtk_file_chooser_list_shortcut_folder_uris ()" link="GtkFileChooser.html#gtk-file-chooser-list-shortcut-folder-uris"/>
         | 
| @@ -3928,7 +3948,7 @@ | |
| 3928 3948 | 
             
                <function name="The "file-activated" signal" link="GtkFileChooser.html#GtkFileChooser-file-activated"/>
         | 
| 3929 3949 | 
             
                <function name="The "selection-changed" signal" link="GtkFileChooser.html#GtkFileChooser-selection-changed"/>
         | 
| 3930 3950 | 
             
                <function name="The "update-preview" signal" link="GtkFileChooser.html#GtkFileChooser-update-preview"/>
         | 
| 3931 | 
            -
                <function name="GtkFileChooserButton" link="GtkFileChooserButton.html#GtkFileChooserButton-struct"/>
         | 
| 3951 | 
            +
                <function name="struct GtkFileChooserButton" link="GtkFileChooserButton.html#GtkFileChooserButton-struct"/>
         | 
| 3932 3952 | 
             
                <function name="gtk_file_chooser_button_new ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-new"/>
         | 
| 3933 3953 | 
             
                <function name="gtk_file_chooser_button_new_with_backend ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-new-with-backend"/>
         | 
| 3934 3954 | 
             
                <function name="gtk_file_chooser_button_new_with_dialog ()" link="GtkFileChooserButton.html#gtk-file-chooser-button-new-with-dialog"/>
         | 
| @@ -3943,14 +3963,14 @@ | |
| 3943 3963 | 
             
                <function name="The "title" property" link="GtkFileChooserButton.html#GtkFileChooserButton--title"/>
         | 
| 3944 3964 | 
             
                <function name="The "width-chars" property" link="GtkFileChooserButton.html#GtkFileChooserButton--width-chars"/>
         | 
| 3945 3965 | 
             
                <function name="The "file-set" signal" link="GtkFileChooserButton.html#GtkFileChooserButton-file-set"/>
         | 
| 3946 | 
            -
                <function name="GtkFileChooserDialog" link="GtkFileChooserDialog.html#GtkFileChooserDialog-struct"/>
         | 
| 3966 | 
            +
                <function name="struct GtkFileChooserDialog" link="GtkFileChooserDialog.html#GtkFileChooserDialog-struct"/>
         | 
| 3947 3967 | 
             
                <function name="gtk_file_chooser_dialog_new ()" link="GtkFileChooserDialog.html#gtk-file-chooser-dialog-new"/>
         | 
| 3948 3968 | 
             
                <function name="gtk_file_chooser_dialog_new_with_backend ()" link="GtkFileChooserDialog.html#gtk-file-chooser-dialog-new-with-backend"/>
         | 
| 3949 | 
            -
                <function name="GtkFileChooserWidget" link="GtkFileChooserWidget.html#GtkFileChooserWidget-struct"/>
         | 
| 3969 | 
            +
                <function name="struct GtkFileChooserWidget" link="GtkFileChooserWidget.html#GtkFileChooserWidget-struct"/>
         | 
| 3950 3970 | 
             
                <function name="gtk_file_chooser_widget_new ()" link="GtkFileChooserWidget.html#gtk-file-chooser-widget-new"/>
         | 
| 3951 3971 | 
             
                <function name="gtk_file_chooser_widget_new_with_backend ()" link="GtkFileChooserWidget.html#gtk-file-chooser-widget-new-with-backend"/>
         | 
| 3952 3972 | 
             
                <function name="GtkFileFilter" link="gtk-gtkfilefilter.html#GtkFileFilter-struct"/>
         | 
| 3953 | 
            -
                <function name="GtkFileFilterInfo" link="gtk-gtkfilefilter.html#GtkFileFilterInfo"/>
         | 
| 3973 | 
            +
                <function name="struct GtkFileFilterInfo" link="gtk-gtkfilefilter.html#GtkFileFilterInfo"/>
         | 
| 3954 3974 | 
             
                <function name="enum GtkFileFilterFlags" link="gtk-gtkfilefilter.html#GtkFileFilterFlags"/>
         | 
| 3955 3975 | 
             
                <function name="GtkFileFilterFunc ()" link="gtk-gtkfilefilter.html#GtkFileFilterFunc"/>
         | 
| 3956 3976 | 
             
                <function name="gtk_file_filter_new ()" link="gtk-gtkfilefilter.html#gtk-file-filter-new"/>
         | 
| @@ -3962,7 +3982,7 @@ | |
| 3962 3982 | 
             
                <function name="gtk_file_filter_add_custom ()" link="gtk-gtkfilefilter.html#gtk-file-filter-add-custom"/>
         | 
| 3963 3983 | 
             
                <function name="gtk_file_filter_get_needed ()" link="gtk-gtkfilefilter.html#gtk-file-filter-get-needed"/>
         | 
| 3964 3984 | 
             
                <function name="gtk_file_filter_filter ()" link="gtk-gtkfilefilter.html#gtk-file-filter-filter"/>
         | 
| 3965 | 
            -
                <function name="GtkFontButton" link="GtkFontButton.html#GtkFontButton-struct"/>
         | 
| 3985 | 
            +
                <function name="struct GtkFontButton" link="GtkFontButton.html#GtkFontButton-struct"/>
         | 
| 3966 3986 | 
             
                <function name="gtk_font_button_new ()" link="GtkFontButton.html#gtk-font-button-new"/>
         | 
| 3967 3987 | 
             
                <function name="gtk_font_button_new_with_font ()" link="GtkFontButton.html#gtk-font-button-new-with-font"/>
         | 
| 3968 3988 | 
             
                <function name="gtk_font_button_set_font_name ()" link="GtkFontButton.html#gtk-font-button-set-font-name"/>
         | 
| @@ -3984,7 +4004,7 @@ | |
| 3984 4004 | 
             
                <function name="The "use-font" property" link="GtkFontButton.html#GtkFontButton--use-font"/>
         | 
| 3985 4005 | 
             
                <function name="The "use-size" property" link="GtkFontButton.html#GtkFontButton--use-size"/>
         | 
| 3986 4006 | 
             
                <function name="The "font-set" signal" link="GtkFontButton.html#GtkFontButton-font-set"/>
         | 
| 3987 | 
            -
                <function name="GtkFontSelection" link="GtkFontSelection.html#GtkFontSelection-struct"/>
         | 
| 4007 | 
            +
                <function name="struct GtkFontSelection" link="GtkFontSelection.html#GtkFontSelection-struct"/>
         | 
| 3988 4008 | 
             
                <function name="gtk_font_selection_new ()" link="GtkFontSelection.html#gtk-font-selection-new"/>
         | 
| 3989 4009 | 
             
                <function name="gtk_font_selection_get_font ()" link="GtkFontSelection.html#gtk-font-selection-get-font"/>
         | 
| 3990 4010 | 
             
                <function name="gtk_font_selection_get_font_name ()" link="GtkFontSelection.html#gtk-font-selection-get-font-name"/>
         | 
| @@ -4003,7 +4023,7 @@ | |
| 4003 4023 | 
             
                <function name="The "font-name" property" link="GtkFontSelection.html#GtkFontSelection--font-name"/>
         | 
| 4004 4024 | 
             
                <function name="The "preview-text" property" link="GtkFontSelection.html#GtkFontSelection--preview-text"/>
         | 
| 4005 4025 | 
             
                <function name="GtkFontSelectionDialog as GtkBuildable" link="GtkFontSelectionDialog.html#GtkFontSelectionDialog-BUILDER-UI"/>
         | 
| 4006 | 
            -
                <function name="GtkFontSelectionDialog" link="GtkFontSelectionDialog.html#GtkFontSelectionDialog-struct"/>
         | 
| 4026 | 
            +
                <function name="struct GtkFontSelectionDialog" link="GtkFontSelectionDialog.html#GtkFontSelectionDialog-struct"/>
         | 
| 4007 4027 | 
             
                <function name="gtk_font_selection_dialog_new ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-new"/>
         | 
| 4008 4028 | 
             
                <function name="gtk_font_selection_dialog_get_font ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font"/>
         | 
| 4009 4029 | 
             
                <function name="gtk_font_selection_dialog_get_font_name ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font-name"/>
         | 
| @@ -4014,11 +4034,11 @@ | |
| 4014 4034 | 
             
                <function name="gtk_font_selection_dialog_get_cancel_button ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-cancel-button"/>
         | 
| 4015 4035 | 
             
                <function name="gtk_font_selection_dialog_get_ok_button ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-ok-button"/>
         | 
| 4016 4036 | 
             
                <function name="gtk_font_selection_dialog_get_font_selection ()" link="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font-selection"/>
         | 
| 4017 | 
            -
                <function name="GtkInputDialog" link="GtkInputDialog.html#GtkInputDialog-struct"/>
         | 
| 4037 | 
            +
                <function name="struct GtkInputDialog" link="GtkInputDialog.html#GtkInputDialog-struct"/>
         | 
| 4018 4038 | 
             
                <function name="gtk_input_dialog_new ()" link="GtkInputDialog.html#gtk-input-dialog-new"/>
         | 
| 4019 4039 | 
             
                <function name="The "disable-device" signal" link="GtkInputDialog.html#GtkInputDialog-disable-device"/>
         | 
| 4020 4040 | 
             
                <function name="The "enable-device" signal" link="GtkInputDialog.html#GtkInputDialog-enable-device"/>
         | 
| 4021 | 
            -
                <function name="GtkAlignment" link="GtkAlignment.html#GtkAlignment-struct"/>
         | 
| 4041 | 
            +
                <function name="struct GtkAlignment" link="GtkAlignment.html#GtkAlignment-struct"/>
         | 
| 4022 4042 | 
             
                <function name="gtk_alignment_new ()" link="GtkAlignment.html#gtk-alignment-new"/>
         | 
| 4023 4043 | 
             
                <function name="gtk_alignment_set ()" link="GtkAlignment.html#gtk-alignment-set"/>
         | 
| 4024 4044 | 
             
                <function name="gtk_alignment_get_padding ()" link="GtkAlignment.html#gtk-alignment-get-padding"/>
         | 
| @@ -4031,30 +4051,30 @@ | |
| 4031 4051 | 
             
                <function name="The "xscale" property" link="GtkAlignment.html#GtkAlignment--xscale"/>
         | 
| 4032 4052 | 
             
                <function name="The "yalign" property" link="GtkAlignment.html#GtkAlignment--yalign"/>
         | 
| 4033 4053 | 
             
                <function name="The "yscale" property" link="GtkAlignment.html#GtkAlignment--yscale"/>
         | 
| 4034 | 
            -
                <function name="GtkAspectFrame" link="GtkAspectFrame.html#GtkAspectFrame-struct"/>
         | 
| 4054 | 
            +
                <function name="struct GtkAspectFrame" link="GtkAspectFrame.html#GtkAspectFrame-struct"/>
         | 
| 4035 4055 | 
             
                <function name="gtk_aspect_frame_new ()" link="GtkAspectFrame.html#gtk-aspect-frame-new"/>
         | 
| 4036 4056 | 
             
                <function name="gtk_aspect_frame_set ()" link="GtkAspectFrame.html#gtk-aspect-frame-set"/>
         | 
| 4037 4057 | 
             
                <function name="The "obey-child" property" link="GtkAspectFrame.html#GtkAspectFrame--obey-child"/>
         | 
| 4038 4058 | 
             
                <function name="The "ratio" property" link="GtkAspectFrame.html#GtkAspectFrame--ratio"/>
         | 
| 4039 4059 | 
             
                <function name="The "xalign" property" link="GtkAspectFrame.html#GtkAspectFrame--xalign"/>
         | 
| 4040 4060 | 
             
                <function name="The "yalign" property" link="GtkAspectFrame.html#GtkAspectFrame--yalign"/>
         | 
| 4041 | 
            -
                <function name="GtkHBox" link="GtkHBox.html#GtkHBox-struct"/>
         | 
| 4061 | 
            +
                <function name="struct GtkHBox" link="GtkHBox.html#GtkHBox-struct"/>
         | 
| 4042 4062 | 
             
                <function name="gtk_hbox_new ()" link="GtkHBox.html#gtk-hbox-new"/>
         | 
| 4043 | 
            -
                <function name="GtkVBox" link="GtkVBox.html#GtkVBox-struct"/>
         | 
| 4063 | 
            +
                <function name="struct GtkVBox" link="GtkVBox.html#GtkVBox-struct"/>
         | 
| 4044 4064 | 
             
                <function name="gtk_vbox_new ()" link="GtkVBox.html#gtk-vbox-new"/>
         | 
| 4045 | 
            -
                <function name="GtkHButtonBox" link="GtkHButtonBox.html#GtkHButtonBox-struct"/>
         | 
| 4065 | 
            +
                <function name="struct GtkHButtonBox" link="GtkHButtonBox.html#GtkHButtonBox-struct"/>
         | 
| 4046 4066 | 
             
                <function name="gtk_hbutton_box_new ()" link="GtkHButtonBox.html#gtk-hbutton-box-new"/>
         | 
| 4047 4067 | 
             
                <function name="gtk_hbutton_box_get_spacing_default ()" link="GtkHButtonBox.html#gtk-hbutton-box-get-spacing-default"/>
         | 
| 4048 4068 | 
             
                <function name="gtk_hbutton_box_get_layout_default ()" link="GtkHButtonBox.html#gtk-hbutton-box-get-layout-default"/>
         | 
| 4049 4069 | 
             
                <function name="gtk_hbutton_box_set_spacing_default ()" link="GtkHButtonBox.html#gtk-hbutton-box-set-spacing-default"/>
         | 
| 4050 4070 | 
             
                <function name="gtk_hbutton_box_set_layout_default ()" link="GtkHButtonBox.html#gtk-hbutton-box-set-layout-default"/>
         | 
| 4051 | 
            -
                <function name="GtkVButtonBox" link="GtkVButtonBox.html#GtkVButtonBox-struct"/>
         | 
| 4071 | 
            +
                <function name="struct GtkVButtonBox" link="GtkVButtonBox.html#GtkVButtonBox-struct"/>
         | 
| 4052 4072 | 
             
                <function name="gtk_vbutton_box_new ()" link="GtkVButtonBox.html#gtk-vbutton-box-new"/>
         | 
| 4053 4073 | 
             
                <function name="gtk_vbutton_box_get_spacing_default ()" link="GtkVButtonBox.html#gtk-vbutton-box-get-spacing-default"/>
         | 
| 4054 4074 | 
             
                <function name="gtk_vbutton_box_set_spacing_default ()" link="GtkVButtonBox.html#gtk-vbutton-box-set-spacing-default"/>
         | 
| 4055 4075 | 
             
                <function name="gtk_vbutton_box_get_layout_default ()" link="GtkVButtonBox.html#gtk-vbutton-box-get-layout-default"/>
         | 
| 4056 4076 | 
             
                <function name="gtk_vbutton_box_set_layout_default ()" link="GtkVButtonBox.html#gtk-vbutton-box-set-layout-default"/>
         | 
| 4057 | 
            -
                <function name="GtkFixed" link="GtkFixed.html#GtkFixed-struct"/>
         | 
| 4077 | 
            +
                <function name="struct GtkFixed" link="GtkFixed.html#GtkFixed-struct"/>
         | 
| 4058 4078 | 
             
                <function name="gtk_fixed_new ()" link="GtkFixed.html#gtk-fixed-new"/>
         | 
| 4059 4079 | 
             
                <function name="gtk_fixed_put ()" link="GtkFixed.html#gtk-fixed-put"/>
         | 
| 4060 4080 | 
             
                <function name="gtk_fixed_move ()" link="GtkFixed.html#gtk-fixed-move"/>
         | 
| @@ -4062,11 +4082,11 @@ | |
| 4062 4082 | 
             
                <function name="gtk_fixed_set_has_window ()" link="GtkFixed.html#gtk-fixed-set-has-window"/>
         | 
| 4063 4083 | 
             
                <function name="The "x" child property" link="GtkFixed.html#GtkFixed--c-x"/>
         | 
| 4064 4084 | 
             
                <function name="The "y" child property" link="GtkFixed.html#GtkFixed--c-y"/>
         | 
| 4065 | 
            -
                <function name="GtkHPaned" link="GtkHPaned.html#GtkHPaned-struct"/>
         | 
| 4085 | 
            +
                <function name="struct GtkHPaned" link="GtkHPaned.html#GtkHPaned-struct"/>
         | 
| 4066 4086 | 
             
                <function name="gtk_hpaned_new ()" link="GtkHPaned.html#gtk-hpaned-new"/>
         | 
| 4067 | 
            -
                <function name="GtkVPaned" link="GtkVPaned.html#GtkVPaned-struct"/>
         | 
| 4087 | 
            +
                <function name="struct GtkVPaned" link="GtkVPaned.html#GtkVPaned-struct"/>
         | 
| 4068 4088 | 
             
                <function name="gtk_vpaned_new ()" link="GtkVPaned.html#gtk-vpaned-new"/>
         | 
| 4069 | 
            -
                <function name="GtkLayout" link="GtkLayout.html#GtkLayout-struct"/>
         | 
| 4089 | 
            +
                <function name="struct GtkLayout" link="GtkLayout.html#GtkLayout-struct"/>
         | 
| 4070 4090 | 
             
                <function name="gtk_layout_new ()" link="GtkLayout.html#gtk-layout-new"/>
         | 
| 4071 4091 | 
             
                <function name="gtk_layout_put ()" link="GtkLayout.html#gtk-layout-put"/>
         | 
| 4072 4092 | 
             
                <function name="gtk_layout_move ()" link="GtkLayout.html#gtk-layout-move"/>
         | 
| @@ -4087,7 +4107,7 @@ | |
| 4087 4107 | 
             
                <function name="The "y" child property" link="GtkLayout.html#GtkLayout--c-y"/>
         | 
| 4088 4108 | 
             
                <function name="The "set-scroll-adjustments" signal" link="GtkLayout.html#GtkLayout-set-scroll-adjustments"/>
         | 
| 4089 4109 | 
             
                <function name="GtkNotebook as GtkBuildable" link="GtkNotebook.html#GtkNotebook-BUILDER-UI"/>
         | 
| 4090 | 
            -
                <function name="GtkNotebook" link="GtkNotebook.html#GtkNotebook-struct"/>
         | 
| 4110 | 
            +
                <function name="struct GtkNotebook" link="GtkNotebook.html#GtkNotebook-struct"/>
         | 
| 4091 4111 | 
             
                <function name="GtkNotebookPage" link="GtkNotebook.html#GtkNotebookPage"/>
         | 
| 4092 4112 | 
             
                <function name="gtk_notebook_new ()" link="GtkNotebook.html#gtk-notebook-new"/>
         | 
| 4093 4113 | 
             
                <function name="gtk_notebook_append_page ()" link="GtkNotebook.html#gtk-notebook-append-page"/>
         | 
| @@ -4141,6 +4161,8 @@ | |
| 4141 4161 | 
             
                <function name="gtk_notebook_get_group_id ()" link="GtkNotebook.html#gtk-notebook-get-group-id"/>
         | 
| 4142 4162 | 
             
                <function name="gtk_notebook_set_group ()" link="GtkNotebook.html#gtk-notebook-set-group"/>
         | 
| 4143 4163 | 
             
                <function name="gtk_notebook_get_group ()" link="GtkNotebook.html#gtk-notebook-get-group"/>
         | 
| 4164 | 
            +
                <function name="gtk_notebook_set_group_name ()" link="GtkNotebook.html#gtk-notebook-set-group-name"/>
         | 
| 4165 | 
            +
                <function name="gtk_notebook_get_group_name ()" link="GtkNotebook.html#gtk-notebook-get-group-name"/>
         | 
| 4144 4166 | 
             
                <function name="gtk_notebook_set_action_widget ()" link="GtkNotebook.html#gtk-notebook-set-action-widget"/>
         | 
| 4145 4167 | 
             
                <function name="gtk_notebook_get_action_widget ()" link="GtkNotebook.html#gtk-notebook-get-action-widget"/>
         | 
| 4146 4168 | 
             
                <function name="GtkNotebookWindowCreationFunc ()" link="GtkNotebook.html#GtkNotebookWindowCreationFunc"/>
         | 
| @@ -4148,6 +4170,7 @@ | |
| 4148 4170 | 
             
                <function name="The "enable-popup" property" link="GtkNotebook.html#GtkNotebook--enable-popup"/>
         | 
| 4149 4171 | 
             
                <function name="The "group" property" link="GtkNotebook.html#GtkNotebook--group"/>
         | 
| 4150 4172 | 
             
                <function name="The "group-id" property" link="GtkNotebook.html#GtkNotebook--group-id"/>
         | 
| 4173 | 
            +
                <function name="The "group-name" property" link="GtkNotebook.html#GtkNotebook--group-name"/>
         | 
| 4151 4174 | 
             
                <function name="The "homogeneous" property" link="GtkNotebook.html#GtkNotebook--homogeneous"/>
         | 
| 4152 4175 | 
             
                <function name="The "page" property" link="GtkNotebook.html#GtkNotebook--page"/>
         | 
| 4153 4176 | 
             
                <function name="The "scrollable" property" link="GtkNotebook.html#GtkNotebook--scrollable"/>
         | 
| @@ -4182,7 +4205,7 @@ | |
| 4182 4205 | 
             
                <function name="The "reorder-tab" signal" link="GtkNotebook.html#GtkNotebook-reorder-tab"/>
         | 
| 4183 4206 | 
             
                <function name="The "select-page" signal" link="GtkNotebook.html#GtkNotebook-select-page"/>
         | 
| 4184 4207 | 
             
                <function name="The "switch-page" signal" link="GtkNotebook.html#GtkNotebook-switch-page"/>
         | 
| 4185 | 
            -
                <function name="GtkTable" link="GtkTable.html#GtkTable-struct"/>
         | 
| 4208 | 
            +
                <function name="struct GtkTable" link="GtkTable.html#GtkTable-struct"/>
         | 
| 4186 4209 | 
             
                <function name="gtk_table_new ()" link="GtkTable.html#gtk-table-new"/>
         | 
| 4187 4210 | 
             
                <function name="gtk_table_resize ()" link="GtkTable.html#gtk-table-resize"/>
         | 
| 4188 4211 | 
             
                <function name="gtk_table_attach ()" link="GtkTable.html#gtk-table-attach"/>
         | 
| @@ -4212,7 +4235,7 @@ | |
| 4212 4235 | 
             
                <function name="The "y-options" child property" link="GtkTable.html#GtkTable--c-y-options"/>
         | 
| 4213 4236 | 
             
                <function name="The "y-padding" child property" link="GtkTable.html#GtkTable--c-y-padding"/>
         | 
| 4214 4237 | 
             
                <function name="GtkExpander as GtkBuildable" link="GtkExpander.html#GtkExpander-BUILDER-UI"/>
         | 
| 4215 | 
            -
                <function name="GtkExpander" link="GtkExpander.html#GtkExpander-struct"/>
         | 
| 4238 | 
            +
                <function name="struct GtkExpander" link="GtkExpander.html#GtkExpander-struct"/>
         | 
| 4216 4239 | 
             
                <function name="gtk_expander_new ()" link="GtkExpander.html#gtk-expander-new"/>
         | 
| 4217 4240 | 
             
                <function name="gtk_expander_new_with_mnemonic ()" link="GtkExpander.html#gtk-expander-new-with-mnemonic"/>
         | 
| 4218 4241 | 
             
                <function name="gtk_expander_set_expanded ()" link="GtkExpander.html#gtk-expander-set-expanded"/>
         | 
| @@ -4244,7 +4267,7 @@ | |
| 4244 4267 | 
             
                <function name="gtk_orientable_set_orientation ()" link="gtk-Orientable.html#gtk-orientable-set-orientation"/>
         | 
| 4245 4268 | 
             
                <function name="The "orientation" property" link="gtk-Orientable.html#GtkOrientable--orientation"/>
         | 
| 4246 4269 | 
             
                <function name="GtkFrame as GtkBuildable" link="GtkFrame.html#GtkFrame-BUILDER-UI"/>
         | 
| 4247 | 
            -
                <function name="GtkFrame" link="GtkFrame.html#GtkFrame-struct"/>
         | 
| 4270 | 
            +
                <function name="struct GtkFrame" link="GtkFrame.html#GtkFrame-struct"/>
         | 
| 4248 4271 | 
             
                <function name="gtk_frame_new ()" link="GtkFrame.html#gtk-frame-new"/>
         | 
| 4249 4272 | 
             
                <function name="gtk_frame_set_label ()" link="GtkFrame.html#gtk-frame-set-label"/>
         | 
| 4250 4273 | 
             
                <function name="gtk_frame_set_label_widget ()" link="GtkFrame.html#gtk-frame-set-label-widget"/>
         | 
| @@ -4260,15 +4283,15 @@ | |
| 4260 4283 | 
             
                <function name="The "label-yalign" property" link="GtkFrame.html#GtkFrame--label-yalign"/>
         | 
| 4261 4284 | 
             
                <function name="The "shadow" property" link="GtkFrame.html#GtkFrame--shadow"/>
         | 
| 4262 4285 | 
             
                <function name="The "shadow-type" property" link="GtkFrame.html#GtkFrame--shadow-type"/>
         | 
| 4263 | 
            -
                <function name="GtkHSeparator" link="GtkHSeparator.html#GtkHSeparator-struct"/>
         | 
| 4286 | 
            +
                <function name="struct GtkHSeparator" link="GtkHSeparator.html#GtkHSeparator-struct"/>
         | 
| 4264 4287 | 
             
                <function name="gtk_hseparator_new ()" link="GtkHSeparator.html#gtk-hseparator-new"/>
         | 
| 4265 | 
            -
                <function name="GtkVSeparator" link="GtkVSeparator.html#GtkVSeparator-struct"/>
         | 
| 4288 | 
            +
                <function name="struct GtkVSeparator" link="GtkVSeparator.html#GtkVSeparator-struct"/>
         | 
| 4266 4289 | 
             
                <function name="gtk_vseparator_new ()" link="GtkVSeparator.html#gtk-vseparator-new"/>
         | 
| 4267 | 
            -
                <function name="GtkHScrollbar" link="GtkHScrollbar.html#GtkHScrollbar-struct"/>
         | 
| 4290 | 
            +
                <function name="struct GtkHScrollbar" link="GtkHScrollbar.html#GtkHScrollbar-struct"/>
         | 
| 4268 4291 | 
             
                <function name="gtk_hscrollbar_new ()" link="GtkHScrollbar.html#gtk-hscrollbar-new"/>
         | 
| 4269 | 
            -
                <function name="GtkVScrollbar" link="GtkVScrollbar.html#GtkVScrollbar-struct"/>
         | 
| 4292 | 
            +
                <function name="struct GtkVScrollbar" link="GtkVScrollbar.html#GtkVScrollbar-struct"/>
         | 
| 4270 4293 | 
             
                <function name="gtk_vscrollbar_new ()" link="GtkVScrollbar.html#gtk-vscrollbar-new"/>
         | 
| 4271 | 
            -
                <function name="GtkScrolledWindow" link="GtkScrolledWindow.html#GtkScrolledWindow-struct"/>
         | 
| 4294 | 
            +
                <function name="struct GtkScrolledWindow" link="GtkScrolledWindow.html#GtkScrolledWindow-struct"/>
         | 
| 4272 4295 | 
             
                <function name="gtk_scrolled_window_new ()" link="GtkScrolledWindow.html#gtk-scrolled-window-new"/>
         | 
| 4273 4296 | 
             
                <function name="gtk_scrolled_window_get_hadjustment ()" link="GtkScrolledWindow.html#gtk-scrolled-window-get-hadjustment"/>
         | 
| 4274 4297 | 
             
                <function name="gtk_scrolled_window_get_vadjustment ()" link="GtkScrolledWindow.html#gtk-scrolled-window-get-vadjustment"/>
         | 
| @@ -4295,7 +4318,7 @@ | |
| 4295 4318 | 
             
                <function name="The "scrollbars-within-bevel" style property" link="GtkScrolledWindow.html#GtkScrolledWindow--s-scrollbars-within-bevel"/>
         | 
| 4296 4319 | 
             
                <function name="The "move-focus-out" signal" link="GtkScrolledWindow.html#GtkScrolledWindow-move-focus-out"/>
         | 
| 4297 4320 | 
             
                <function name="The "scroll-child" signal" link="GtkScrolledWindow.html#GtkScrolledWindow-scroll-child"/>
         | 
| 4298 | 
            -
                <function name="GtkPrintOperation" link="gtk-High-level-Printing-API.html#GtkPrintOperation-struct"/>
         | 
| 4321 | 
            +
                <function name="struct GtkPrintOperation" link="gtk-High-level-Printing-API.html#GtkPrintOperation-struct"/>
         | 
| 4299 4322 | 
             
                <function name="enum GtkPrintStatus" link="gtk-High-level-Printing-API.html#GtkPrintStatus"/>
         | 
| 4300 4323 | 
             
                <function name="enum GtkPrintOperationAction" link="gtk-High-level-Printing-API.html#GtkPrintOperationAction"/>
         | 
| 4301 4324 | 
             
                <function name="enum GtkPrintOperationResult" link="gtk-High-level-Printing-API.html#GtkPrintOperationResult"/>
         | 
| @@ -4461,7 +4484,7 @@ | |
| 4461 4484 | 
             
                <function name="GTK_PRINT_SETTINGS_PRINT_PAGES" link="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PRINT-PAGES:CAPS"/>
         | 
| 4462 4485 | 
             
                <function name="gtk_print_settings_get_print_pages ()" link="GtkPrintSettings.html#gtk-print-settings-get-print-pages"/>
         | 
| 4463 4486 | 
             
                <function name="gtk_print_settings_set_print_pages ()" link="GtkPrintSettings.html#gtk-print-settings-set-print-pages"/>
         | 
| 4464 | 
            -
                <function name="GtkPageRange" link="GtkPrintSettings.html#GtkPageRange"/>
         | 
| 4487 | 
            +
                <function name="struct GtkPageRange" link="GtkPrintSettings.html#GtkPageRange"/>
         | 
| 4465 4488 | 
             
                <function name="GTK_PRINT_SETTINGS_PAGE_RANGES" link="GtkPrintSettings.html#GTK-PRINT-SETTINGS-PAGE-RANGES:CAPS"/>
         | 
| 4466 4489 | 
             
                <function name="gtk_print_settings_get_page_ranges ()" link="GtkPrintSettings.html#gtk-print-settings-get-page-ranges"/>
         | 
| 4467 4490 | 
             
                <function name="gtk_print_settings_set_page_ranges ()" link="GtkPrintSettings.html#gtk-print-settings-set-page-ranges"/>
         | 
| @@ -4520,37 +4543,37 @@ | |
| 4520 4543 | 
             
                <function name="gtk_page_setup_load_key_file ()" link="GtkPageSetup.html#gtk-page-setup-load-key-file"/>
         | 
| 4521 4544 | 
             
                <function name="gtk_page_setup_to_file ()" link="GtkPageSetup.html#gtk-page-setup-to-file"/>
         | 
| 4522 4545 | 
             
                <function name="gtk_page_setup_to_key_file ()" link="GtkPageSetup.html#gtk-page-setup-to-key-file"/>
         | 
| 4523 | 
            -
                <function name="GtkPaperSize" link=" | 
| 4524 | 
            -
                <function name="enum GtkUnit" link=" | 
| 4525 | 
            -
                <function name="GTK_PAPER_NAME_A3" link=" | 
| 4526 | 
            -
                <function name="GTK_PAPER_NAME_A4" link=" | 
| 4527 | 
            -
                <function name="GTK_PAPER_NAME_A5" link=" | 
| 4528 | 
            -
                <function name="GTK_PAPER_NAME_B5" link=" | 
| 4529 | 
            -
                <function name="GTK_PAPER_NAME_LETTER" link=" | 
| 4530 | 
            -
                <function name="GTK_PAPER_NAME_EXECUTIVE" link=" | 
| 4531 | 
            -
                <function name="GTK_PAPER_NAME_LEGAL" link=" | 
| 4532 | 
            -
                <function name="gtk_paper_size_new ()" link=" | 
| 4533 | 
            -
                <function name="gtk_paper_size_new_from_ppd ()" link=" | 
| 4534 | 
            -
                <function name="gtk_paper_size_new_custom ()" link=" | 
| 4535 | 
            -
                <function name="gtk_paper_size_copy ()" link=" | 
| 4536 | 
            -
                <function name="gtk_paper_size_free ()" link=" | 
| 4537 | 
            -
                <function name="gtk_paper_size_is_equal ()" link=" | 
| 4538 | 
            -
                <function name="gtk_paper_size_get_paper_sizes ()" link=" | 
| 4539 | 
            -
                <function name="gtk_paper_size_get_name ()" link=" | 
| 4540 | 
            -
                <function name="gtk_paper_size_get_display_name ()" link=" | 
| 4541 | 
            -
                <function name="gtk_paper_size_get_ppd_name ()" link=" | 
| 4542 | 
            -
                <function name="gtk_paper_size_get_width ()" link=" | 
| 4543 | 
            -
                <function name="gtk_paper_size_get_height ()" link=" | 
| 4544 | 
            -
                <function name="gtk_paper_size_is_custom ()" link=" | 
| 4545 | 
            -
                <function name="gtk_paper_size_set_size ()" link=" | 
| 4546 | 
            -
                <function name="gtk_paper_size_get_default_top_margin ()" link=" | 
| 4547 | 
            -
                <function name="gtk_paper_size_get_default_bottom_margin ()" link=" | 
| 4548 | 
            -
                <function name="gtk_paper_size_get_default_left_margin ()" link=" | 
| 4549 | 
            -
                <function name="gtk_paper_size_get_default_right_margin ()" link=" | 
| 4550 | 
            -
                <function name="gtk_paper_size_get_default ()" link=" | 
| 4551 | 
            -
                <function name="gtk_paper_size_new_from_key_file ()" link=" | 
| 4552 | 
            -
                <function name="gtk_paper_size_to_key_file ()" link=" | 
| 4553 | 
            -
                <function name="GtkPrinter" link="GtkPrinter.html#GtkPrinter-struct"/>
         | 
| 4546 | 
            +
                <function name="GtkPaperSize" link="GtkPaperSize.html#GtkPaperSize-struct"/>
         | 
| 4547 | 
            +
                <function name="enum GtkUnit" link="GtkPaperSize.html#GtkUnit"/>
         | 
| 4548 | 
            +
                <function name="GTK_PAPER_NAME_A3" link="GtkPaperSize.html#GTK-PAPER-NAME-A3:CAPS"/>
         | 
| 4549 | 
            +
                <function name="GTK_PAPER_NAME_A4" link="GtkPaperSize.html#GTK-PAPER-NAME-A4:CAPS"/>
         | 
| 4550 | 
            +
                <function name="GTK_PAPER_NAME_A5" link="GtkPaperSize.html#GTK-PAPER-NAME-A5:CAPS"/>
         | 
| 4551 | 
            +
                <function name="GTK_PAPER_NAME_B5" link="GtkPaperSize.html#GTK-PAPER-NAME-B5:CAPS"/>
         | 
| 4552 | 
            +
                <function name="GTK_PAPER_NAME_LETTER" link="GtkPaperSize.html#GTK-PAPER-NAME-LETTER:CAPS"/>
         | 
| 4553 | 
            +
                <function name="GTK_PAPER_NAME_EXECUTIVE" link="GtkPaperSize.html#GTK-PAPER-NAME-EXECUTIVE:CAPS"/>
         | 
| 4554 | 
            +
                <function name="GTK_PAPER_NAME_LEGAL" link="GtkPaperSize.html#GTK-PAPER-NAME-LEGAL:CAPS"/>
         | 
| 4555 | 
            +
                <function name="gtk_paper_size_new ()" link="GtkPaperSize.html#gtk-paper-size-new"/>
         | 
| 4556 | 
            +
                <function name="gtk_paper_size_new_from_ppd ()" link="GtkPaperSize.html#gtk-paper-size-new-from-ppd"/>
         | 
| 4557 | 
            +
                <function name="gtk_paper_size_new_custom ()" link="GtkPaperSize.html#gtk-paper-size-new-custom"/>
         | 
| 4558 | 
            +
                <function name="gtk_paper_size_copy ()" link="GtkPaperSize.html#gtk-paper-size-copy"/>
         | 
| 4559 | 
            +
                <function name="gtk_paper_size_free ()" link="GtkPaperSize.html#gtk-paper-size-free"/>
         | 
| 4560 | 
            +
                <function name="gtk_paper_size_is_equal ()" link="GtkPaperSize.html#gtk-paper-size-is-equal"/>
         | 
| 4561 | 
            +
                <function name="gtk_paper_size_get_paper_sizes ()" link="GtkPaperSize.html#gtk-paper-size-get-paper-sizes"/>
         | 
| 4562 | 
            +
                <function name="gtk_paper_size_get_name ()" link="GtkPaperSize.html#gtk-paper-size-get-name"/>
         | 
| 4563 | 
            +
                <function name="gtk_paper_size_get_display_name ()" link="GtkPaperSize.html#gtk-paper-size-get-display-name"/>
         | 
| 4564 | 
            +
                <function name="gtk_paper_size_get_ppd_name ()" link="GtkPaperSize.html#gtk-paper-size-get-ppd-name"/>
         | 
| 4565 | 
            +
                <function name="gtk_paper_size_get_width ()" link="GtkPaperSize.html#gtk-paper-size-get-width"/>
         | 
| 4566 | 
            +
                <function name="gtk_paper_size_get_height ()" link="GtkPaperSize.html#gtk-paper-size-get-height"/>
         | 
| 4567 | 
            +
                <function name="gtk_paper_size_is_custom ()" link="GtkPaperSize.html#gtk-paper-size-is-custom"/>
         | 
| 4568 | 
            +
                <function name="gtk_paper_size_set_size ()" link="GtkPaperSize.html#gtk-paper-size-set-size"/>
         | 
| 4569 | 
            +
                <function name="gtk_paper_size_get_default_top_margin ()" link="GtkPaperSize.html#gtk-paper-size-get-default-top-margin"/>
         | 
| 4570 | 
            +
                <function name="gtk_paper_size_get_default_bottom_margin ()" link="GtkPaperSize.html#gtk-paper-size-get-default-bottom-margin"/>
         | 
| 4571 | 
            +
                <function name="gtk_paper_size_get_default_left_margin ()" link="GtkPaperSize.html#gtk-paper-size-get-default-left-margin"/>
         | 
| 4572 | 
            +
                <function name="gtk_paper_size_get_default_right_margin ()" link="GtkPaperSize.html#gtk-paper-size-get-default-right-margin"/>
         | 
| 4573 | 
            +
                <function name="gtk_paper_size_get_default ()" link="GtkPaperSize.html#gtk-paper-size-get-default"/>
         | 
| 4574 | 
            +
                <function name="gtk_paper_size_new_from_key_file ()" link="GtkPaperSize.html#gtk-paper-size-new-from-key-file"/>
         | 
| 4575 | 
            +
                <function name="gtk_paper_size_to_key_file ()" link="GtkPaperSize.html#gtk-paper-size-to-key-file"/>
         | 
| 4576 | 
            +
                <function name="struct GtkPrinter" link="GtkPrinter.html#GtkPrinter-struct"/>
         | 
| 4554 4577 | 
             
                <function name="GtkPrintBackend" link="GtkPrinter.html#GtkPrintBackend-struct"/>
         | 
| 4555 4578 | 
             
                <function name="gtk_printer_new ()" link="GtkPrinter.html#gtk-printer-new"/>
         | 
| 4556 4579 | 
             
                <function name="gtk_printer_get_backend ()" link="GtkPrinter.html#gtk-printer-get-backend"/>
         | 
| @@ -4588,7 +4611,7 @@ | |
| 4588 4611 | 
             
                <function name="The "paused" property" link="GtkPrinter.html#GtkPrinter--paused"/>
         | 
| 4589 4612 | 
             
                <function name="The "state-message" property" link="GtkPrinter.html#GtkPrinter--state-message"/>
         | 
| 4590 4613 | 
             
                <function name="The "details-acquired" signal" link="GtkPrinter.html#GtkPrinter-details-acquired"/>
         | 
| 4591 | 
            -
                <function name="GtkPrintJob" link="GtkPrintJob.html#GtkPrintJob-struct"/>
         | 
| 4614 | 
            +
                <function name="struct GtkPrintJob" link="GtkPrintJob.html#GtkPrintJob-struct"/>
         | 
| 4592 4615 | 
             
                <function name="GtkPrintJobCompleteFunc ()" link="GtkPrintJob.html#GtkPrintJobCompleteFunc"/>
         | 
| 4593 4616 | 
             
                <function name="gtk_print_job_new ()" link="GtkPrintJob.html#gtk-print-job-new"/>
         | 
| 4594 4617 | 
             
                <function name="gtk_print_job_get_settings ()" link="GtkPrintJob.html#gtk-print-job-get-settings"/>
         | 
| @@ -4607,7 +4630,7 @@ | |
| 4607 4630 | 
             
                <function name="The "track-print-status" property" link="GtkPrintJob.html#GtkPrintJob--track-print-status"/>
         | 
| 4608 4631 | 
             
                <function name="The "status-changed" signal" link="GtkPrintJob.html#GtkPrintJob-status-changed"/>
         | 
| 4609 4632 | 
             
                <function name="GtkPrintUnixDialog as GtkBuildable" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog-BUILDER-UI"/>
         | 
| 4610 | 
            -
                <function name="GtkPrintUnixDialog" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog-struct"/>
         | 
| 4633 | 
            +
                <function name="struct GtkPrintUnixDialog" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog-struct"/>
         | 
| 4611 4634 | 
             
                <function name="gtk_print_unix_dialog_new ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-new"/>
         | 
| 4612 4635 | 
             
                <function name="gtk_print_unix_dialog_set_page_setup ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-set-page-setup"/>
         | 
| 4613 4636 | 
             
                <function name="gtk_print_unix_dialog_get_page_setup ()" link="GtkPrintUnixDialog.html#gtk-print-unix-dialog-get-page-setup"/>
         | 
| @@ -4635,13 +4658,13 @@ | |
| 4635 4658 | 
             
                <function name="The "print-settings" property" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog--print-settings"/>
         | 
| 4636 4659 | 
             
                <function name="The "selected-printer" property" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog--selected-printer"/>
         | 
| 4637 4660 | 
             
                <function name="The "support-selection" property" link="GtkPrintUnixDialog.html#GtkPrintUnixDialog--support-selection"/>
         | 
| 4638 | 
            -
                <function name="GtkPageSetupUnixDialog" link="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialog-struct"/>
         | 
| 4661 | 
            +
                <function name="struct GtkPageSetupUnixDialog" link="GtkPageSetupUnixDialog.html#GtkPageSetupUnixDialog-struct"/>
         | 
| 4639 4662 | 
             
                <function name="gtk_page_setup_unix_dialog_new ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-new"/>
         | 
| 4640 4663 | 
             
                <function name="gtk_page_setup_unix_dialog_set_page_setup ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-set-page-setup"/>
         | 
| 4641 4664 | 
             
                <function name="gtk_page_setup_unix_dialog_get_page_setup ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-get-page-setup"/>
         | 
| 4642 4665 | 
             
                <function name="gtk_page_setup_unix_dialog_set_print_settings ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-set-print-settings"/>
         | 
| 4643 4666 | 
             
                <function name="gtk_page_setup_unix_dialog_get_print_settings ()" link="GtkPageSetupUnixDialog.html#gtk-page-setup-unix-dialog-get-print-settings"/>
         | 
| 4644 | 
            -
                <function name="GtkAdjustment" link="GtkAdjustment.html#GtkAdjustment-struct"/>
         | 
| 4667 | 
            +
                <function name="struct GtkAdjustment" link="GtkAdjustment.html#GtkAdjustment-struct"/>
         | 
| 4645 4668 | 
             
                <function name="gtk_adjustment_new ()" link="GtkAdjustment.html#gtk-adjustment-new"/>
         | 
| 4646 4669 | 
             
                <function name="gtk_adjustment_get_value ()" link="GtkAdjustment.html#gtk-adjustment-get-value"/>
         | 
| 4647 4670 | 
             
                <function name="gtk_adjustment_set_value ()" link="GtkAdjustment.html#gtk-adjustment-set-value"/>
         | 
| @@ -4667,13 +4690,13 @@ | |
| 4667 4690 | 
             
                <function name="The "value" property" link="GtkAdjustment.html#GtkAdjustment--value"/>
         | 
| 4668 4691 | 
             
                <function name="The "changed" signal" link="GtkAdjustment.html#GtkAdjustment-changed"/>
         | 
| 4669 4692 | 
             
                <function name="The "value-changed" signal" link="GtkAdjustment.html#GtkAdjustment-value-changed"/>
         | 
| 4670 | 
            -
                <function name="GtkArrow" link="GtkArrow.html#GtkArrow-struct"/>
         | 
| 4693 | 
            +
                <function name="struct GtkArrow" link="GtkArrow.html#GtkArrow-struct"/>
         | 
| 4671 4694 | 
             
                <function name="gtk_arrow_new ()" link="GtkArrow.html#gtk-arrow-new"/>
         | 
| 4672 4695 | 
             
                <function name="gtk_arrow_set ()" link="GtkArrow.html#gtk-arrow-set"/>
         | 
| 4673 4696 | 
             
                <function name="The "arrow-type" property" link="GtkArrow.html#GtkArrow--arrow-type"/>
         | 
| 4674 4697 | 
             
                <function name="The "shadow-type" property" link="GtkArrow.html#GtkArrow--shadow-type"/>
         | 
| 4675 4698 | 
             
                <function name="The "arrow-scaling" style property" link="GtkArrow.html#GtkArrow--s-arrow-scaling"/>
         | 
| 4676 | 
            -
                <function name="GtkCalendar" link="GtkCalendar.html#GtkCalendar-struct"/>
         | 
| 4699 | 
            +
                <function name="struct GtkCalendar" link="GtkCalendar.html#GtkCalendar-struct"/>
         | 
| 4677 4700 | 
             
                <function name="GtkCalendarDetailFunc ()" link="GtkCalendar.html#GtkCalendarDetailFunc"/>
         | 
| 4678 4701 | 
             
                <function name="enum GtkCalendarDisplayOptions" link="GtkCalendar.html#GtkCalendarDisplayOptions"/>
         | 
| 4679 4702 | 
             
                <function name="gtk_calendar_new ()" link="GtkCalendar.html#gtk-calendar-new"/>
         | 
| @@ -4713,10 +4736,10 @@ | |
| 4713 4736 | 
             
                <function name="The "next-year" signal" link="GtkCalendar.html#GtkCalendar-next-year"/>
         | 
| 4714 4737 | 
             
                <function name="The "prev-month" signal" link="GtkCalendar.html#GtkCalendar-prev-month"/>
         | 
| 4715 4738 | 
             
                <function name="The "prev-year" signal" link="GtkCalendar.html#GtkCalendar-prev-year"/>
         | 
| 4716 | 
            -
                <function name="GtkDrawingArea" link="GtkDrawingArea.html#GtkDrawingArea-struct"/>
         | 
| 4739 | 
            +
                <function name="struct GtkDrawingArea" link="GtkDrawingArea.html#GtkDrawingArea-struct"/>
         | 
| 4717 4740 | 
             
                <function name="gtk_drawing_area_new ()" link="GtkDrawingArea.html#gtk-drawing-area-new"/>
         | 
| 4718 4741 | 
             
                <function name="gtk_drawing_area_size ()" link="GtkDrawingArea.html#gtk-drawing-area-size"/>
         | 
| 4719 | 
            -
                <function name="GtkEventBox" link="GtkEventBox.html#GtkEventBox-struct"/>
         | 
| 4742 | 
            +
                <function name="struct GtkEventBox" link="GtkEventBox.html#GtkEventBox-struct"/>
         | 
| 4720 4743 | 
             
                <function name="gtk_event_box_new ()" link="GtkEventBox.html#gtk-event-box-new"/>
         | 
| 4721 4744 | 
             
                <function name="gtk_event_box_set_above_child ()" link="GtkEventBox.html#gtk-event-box-set-above-child"/>
         | 
| 4722 4745 | 
             
                <function name="gtk_event_box_get_above_child ()" link="GtkEventBox.html#gtk-event-box-get-above-child"/>
         | 
| @@ -4724,7 +4747,7 @@ | |
| 4724 4747 | 
             
                <function name="gtk_event_box_get_visible_window ()" link="GtkEventBox.html#gtk-event-box-get-visible-window"/>
         | 
| 4725 4748 | 
             
                <function name="The "above-child" property" link="GtkEventBox.html#GtkEventBox--above-child"/>
         | 
| 4726 4749 | 
             
                <function name="The "visible-window" property" link="GtkEventBox.html#GtkEventBox--visible-window"/>
         | 
| 4727 | 
            -
                <function name="GtkHandleBox" link="GtkHandleBox.html#GtkHandleBox-struct"/>
         | 
| 4750 | 
            +
                <function name="struct GtkHandleBox" link="GtkHandleBox.html#GtkHandleBox-struct"/>
         | 
| 4728 4751 | 
             
                <function name="gtk_handle_box_new ()" link="GtkHandleBox.html#gtk-handle-box-new"/>
         | 
| 4729 4752 | 
             
                <function name="gtk_handle_box_set_shadow_type ()" link="GtkHandleBox.html#gtk-handle-box-set-shadow-type"/>
         | 
| 4730 4753 | 
             
                <function name="gtk_handle_box_set_handle_position ()" link="GtkHandleBox.html#gtk-handle-box-set-handle-position"/>
         | 
| @@ -4741,17 +4764,17 @@ | |
| 4741 4764 | 
             
                <function name="The "snap-edge-set" property" link="GtkHandleBox.html#GtkHandleBox--snap-edge-set"/>
         | 
| 4742 4765 | 
             
                <function name="The "child-attached" signal" link="GtkHandleBox.html#GtkHandleBox-child-attached"/>
         | 
| 4743 4766 | 
             
                <function name="The "child-detached" signal" link="GtkHandleBox.html#GtkHandleBox-child-detached"/>
         | 
| 4744 | 
            -
                <function name="GtkIMContextSimple" link="GtkIMContextSimple.html#GtkIMContextSimple-struct"/>
         | 
| 4767 | 
            +
                <function name="struct GtkIMContextSimple" link="GtkIMContextSimple.html#GtkIMContextSimple-struct"/>
         | 
| 4745 4768 | 
             
                <function name="gtk_im_context_simple_new ()" link="GtkIMContextSimple.html#gtk-im-context-simple-new"/>
         | 
| 4746 4769 | 
             
                <function name="gtk_im_context_simple_add_table ()" link="GtkIMContextSimple.html#gtk-im-context-simple-add-table"/>
         | 
| 4747 4770 | 
             
                <function name="GTK_MAX_COMPOSE_LEN" link="GtkIMContextSimple.html#GTK-MAX-COMPOSE-LEN:CAPS"/>
         | 
| 4748 | 
            -
                <function name="GtkIMMulticontext" link="GtkIMMulticontext.html#GtkIMMulticontext-struct"/>
         | 
| 4771 | 
            +
                <function name="struct GtkIMMulticontext" link="GtkIMMulticontext.html#GtkIMMulticontext-struct"/>
         | 
| 4749 4772 | 
             
                <function name="gtk_im_multicontext_new ()" link="GtkIMMulticontext.html#gtk-im-multicontext-new"/>
         | 
| 4750 4773 | 
             
                <function name="gtk_im_multicontext_append_menuitems ()" link="GtkIMMulticontext.html#gtk-im-multicontext-append-menuitems"/>
         | 
| 4751 4774 | 
             
                <function name="gtk_im_multicontext_get_context_id ()" link="GtkIMMulticontext.html#gtk-im-multicontext-get-context-id"/>
         | 
| 4752 4775 | 
             
                <function name="gtk_im_multicontext_set_context_id ()" link="GtkIMMulticontext.html#gtk-im-multicontext-set-context-id"/>
         | 
| 4753 4776 | 
             
                <function name="GtkSizeGroup as GtkBuildable" link="GtkSizeGroup.html#GtkSizeGroup-BUILDER-UI"/>
         | 
| 4754 | 
            -
                <function name="GtkSizeGroup" link="GtkSizeGroup.html#GtkSizeGroup-struct"/>
         | 
| 4777 | 
            +
                <function name="struct GtkSizeGroup" link="GtkSizeGroup.html#GtkSizeGroup-struct"/>
         | 
| 4755 4778 | 
             
                <function name="enum GtkSizeGroupMode" link="GtkSizeGroup.html#GtkSizeGroupMode"/>
         | 
| 4756 4779 | 
             
                <function name="gtk_size_group_new ()" link="GtkSizeGroup.html#gtk-size-group-new"/>
         | 
| 4757 4780 | 
             
                <function name="gtk_size_group_set_mode ()" link="GtkSizeGroup.html#gtk-size-group-set-mode"/>
         | 
| @@ -4773,7 +4796,7 @@ | |
| 4773 4796 | 
             
                <function name="gtk_tooltip_set_custom ()" link="GtkTooltip.html#gtk-tooltip-set-custom"/>
         | 
| 4774 4797 | 
             
                <function name="gtk_tooltip_trigger_tooltip_query ()" link="GtkTooltip.html#gtk-tooltip-trigger-tooltip-query"/>
         | 
| 4775 4798 | 
             
                <function name="gtk_tooltip_set_tip_area ()" link="GtkTooltip.html#gtk-tooltip-set-tip-area"/>
         | 
| 4776 | 
            -
                <function name="GtkViewport" link="GtkViewport.html#GtkViewport-struct"/>
         | 
| 4799 | 
            +
                <function name="struct GtkViewport" link="GtkViewport.html#GtkViewport-struct"/>
         | 
| 4777 4800 | 
             
                <function name="gtk_viewport_new ()" link="GtkViewport.html#gtk-viewport-new"/>
         | 
| 4778 4801 | 
             
                <function name="gtk_viewport_get_hadjustment ()" link="GtkViewport.html#gtk-viewport-get-hadjustment"/>
         | 
| 4779 4802 | 
             
                <function name="gtk_viewport_get_vadjustment ()" link="GtkViewport.html#gtk-viewport-get-vadjustment"/>
         | 
| @@ -4787,14 +4810,14 @@ | |
| 4787 4810 | 
             
                <function name="The "shadow-type" property" link="GtkViewport.html#GtkViewport--shadow-type"/>
         | 
| 4788 4811 | 
             
                <function name="The "vadjustment" property" link="GtkViewport.html#GtkViewport--vadjustment"/>
         | 
| 4789 4812 | 
             
                <function name="The "set-scroll-adjustments" signal" link="GtkViewport.html#GtkViewport-set-scroll-adjustments"/>
         | 
| 4790 | 
            -
                <function name="GtkAccessible" link="GtkAccessible.html#GtkAccessible-struct"/>
         | 
| 4813 | 
            +
                <function name="struct GtkAccessible" link="GtkAccessible.html#GtkAccessible-struct"/>
         | 
| 4791 4814 | 
             
                <function name="gtk_accessible_connect_widget_destroyed ()" link="GtkAccessible.html#gtk-accessible-connect-widget-destroyed"/>
         | 
| 4792 4815 | 
             
                <function name="gtk_accessible_get_widget ()" link="GtkAccessible.html#gtk-accessible-get-widget"/>
         | 
| 4793 4816 | 
             
                <function name="gtk_accessible_set_widget ()" link="GtkAccessible.html#gtk-accessible-set-widget"/>
         | 
| 4794 | 
            -
                <function name="GtkBin" link="GtkBin.html#GtkBin-struct"/>
         | 
| 4817 | 
            +
                <function name="struct GtkBin" link="GtkBin.html#GtkBin-struct"/>
         | 
| 4795 4818 | 
             
                <function name="gtk_bin_get_child ()" link="GtkBin.html#gtk-bin-get-child"/>
         | 
| 4796 | 
            -
                <function name="GtkBox" link="GtkBox.html#GtkBox-struct"/>
         | 
| 4797 | 
            -
                <function name="GtkBoxChild" link="GtkBox.html#GtkBoxChild"/>
         | 
| 4819 | 
            +
                <function name="struct GtkBox" link="GtkBox.html#GtkBox-struct"/>
         | 
| 4820 | 
            +
                <function name="struct GtkBoxChild" link="GtkBox.html#GtkBoxChild"/>
         | 
| 4798 4821 | 
             
                <function name="gtk_box_pack_start ()" link="GtkBox.html#gtk-box-pack-start"/>
         | 
| 4799 4822 | 
             
                <function name="gtk_box_pack_end ()" link="GtkBox.html#gtk-box-pack-end"/>
         | 
| 4800 4823 | 
             
                <function name="gtk_box_pack_start_defaults ()" link="GtkBox.html#gtk-box-pack-start-defaults"/>
         | 
| @@ -4813,7 +4836,7 @@ | |
| 4813 4836 | 
             
                <function name="The "pack-type" child property" link="GtkBox.html#GtkBox--c-pack-type"/>
         | 
| 4814 4837 | 
             
                <function name="The "padding" child property" link="GtkBox.html#GtkBox--c-padding"/>
         | 
| 4815 4838 | 
             
                <function name="The "position" child property" link="GtkBox.html#GtkBox--c-position"/>
         | 
| 4816 | 
            -
                <function name="GtkButtonBox" link="GtkButtonBox.html#GtkButtonBox-struct"/>
         | 
| 4839 | 
            +
                <function name="struct GtkButtonBox" link="GtkButtonBox.html#GtkButtonBox-struct"/>
         | 
| 4817 4840 | 
             
                <function name="GTK_BUTTONBOX_DEFAULT" link="GtkButtonBox.html#GTK-BUTTONBOX-DEFAULT:CAPS"/>
         | 
| 4818 4841 | 
             
                <function name="gtk_button_box_get_spacing()" link="GtkButtonBox.html#gtk-button-box-get-spacing"/>
         | 
| 4819 4842 | 
             
                <function name="gtk_button_box_get_layout ()" link="GtkButtonBox.html#gtk-button-box-get-layout"/>
         | 
| @@ -4835,7 +4858,14 @@ | |
| 4835 4858 | 
             
                <function name="Size Allocation" link="GtkContainer.html#size-allocation"/>
         | 
| 4836 4859 | 
             
                <function name="Child properties" link="GtkContainer.html#child-properties"/>
         | 
| 4837 4860 | 
             
                <function name="GtkContainer as GtkBuildable" link="GtkContainer.html#GtkContainer-BUILDER-UI"/>
         | 
| 4838 | 
            -
                <function name=" | 
| 4861 | 
            +
                <function name="struct GtkComboBoxText" link="GtkContainer.html#GtkComboBoxText-struct"/>
         | 
| 4862 | 
            +
                <function name="gtk_combo_box_text_new ()" link="GtkContainer.html#gtk-combo-box-text-new"/>
         | 
| 4863 | 
            +
                <function name="gtk_combo_box_text_new_with_entry ()" link="GtkContainer.html#gtk-combo-box-text-new-with-entry"/>
         | 
| 4864 | 
            +
                <function name="gtk_combo_box_text_append_text ()" link="GtkContainer.html#gtk-combo-box-text-append-text"/>
         | 
| 4865 | 
            +
                <function name="gtk_combo_box_text_insert_text ()" link="GtkContainer.html#gtk-combo-box-text-insert-text"/>
         | 
| 4866 | 
            +
                <function name="gtk_combo_box_text_prepend_text ()" link="GtkContainer.html#gtk-combo-box-text-prepend-text"/>
         | 
| 4867 | 
            +
                <function name="gtk_combo_box_text_get_active_text ()" link="GtkContainer.html#gtk-combo-box-text-get-active-text"/>
         | 
| 4868 | 
            +
                <function name="struct GtkContainer" link="GtkContainer.html#GtkContainer-struct"/>
         | 
| 4839 4869 | 
             
                <function name="GTK_IS_RESIZE_CONTAINER()" link="GtkContainer.html#GTK-IS-RESIZE-CONTAINER:CAPS"/>
         | 
| 4840 4870 | 
             
                <function name="GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID()" link="GtkContainer.html#GTK-CONTAINER-WARN-INVALID-CHILD-PROPERTY-ID:CAPS"/>
         | 
| 4841 4871 | 
             
                <function name="gtk_container_border_width" link="GtkContainer.html#gtk-container-border-width"/>
         | 
| @@ -4881,14 +4911,14 @@ | |
| 4881 4911 | 
             
                <function name="The "check-resize" signal" link="GtkContainer.html#GtkContainer-check-resize"/>
         | 
| 4882 4912 | 
             
                <function name="The "remove" signal" link="GtkContainer.html#GtkContainer-remove"/>
         | 
| 4883 4913 | 
             
                <function name="The "set-focus-child" signal" link="GtkContainer.html#GtkContainer-set-focus-child"/>
         | 
| 4884 | 
            -
                <function name="GtkItem" link="GtkItem.html#GtkItem-struct"/>
         | 
| 4914 | 
            +
                <function name="struct GtkItem" link="GtkItem.html#GtkItem-struct"/>
         | 
| 4885 4915 | 
             
                <function name="gtk_item_select ()" link="GtkItem.html#gtk-item-select"/>
         | 
| 4886 4916 | 
             
                <function name="gtk_item_deselect ()" link="GtkItem.html#gtk-item-deselect"/>
         | 
| 4887 4917 | 
             
                <function name="gtk_item_toggle ()" link="GtkItem.html#gtk-item-toggle"/>
         | 
| 4888 4918 | 
             
                <function name="The "deselect" signal" link="GtkItem.html#GtkItem-deselect"/>
         | 
| 4889 4919 | 
             
                <function name="The "select" signal" link="GtkItem.html#GtkItem-select"/>
         | 
| 4890 4920 | 
             
                <function name="The "toggle" signal" link="GtkItem.html#GtkItem-toggle"/>
         | 
| 4891 | 
            -
                <function name="GtkMenuShell" link="GtkMenuShell.html#GtkMenuShell-struct"/>
         | 
| 4921 | 
            +
                <function name="struct GtkMenuShell" link="GtkMenuShell.html#GtkMenuShell-struct"/>
         | 
| 4892 4922 | 
             
                <function name="gtk_menu_shell_append ()" link="GtkMenuShell.html#gtk-menu-shell-append"/>
         | 
| 4893 4923 | 
             
                <function name="gtk_menu_shell_prepend ()" link="GtkMenuShell.html#gtk-menu-shell-prepend"/>
         | 
| 4894 4924 | 
             
                <function name="gtk_menu_shell_insert ()" link="GtkMenuShell.html#gtk-menu-shell-insert"/>
         | 
| @@ -4909,7 +4939,7 @@ | |
| 4909 4939 | 
             
                <function name="The "move-current" signal" link="GtkMenuShell.html#GtkMenuShell-move-current"/>
         | 
| 4910 4940 | 
             
                <function name="The "move-selected" signal" link="GtkMenuShell.html#GtkMenuShell-move-selected"/>
         | 
| 4911 4941 | 
             
                <function name="The "selection-done" signal" link="GtkMenuShell.html#GtkMenuShell-selection-done"/>
         | 
| 4912 | 
            -
                <function name="GtkMisc" link="GtkMisc.html#GtkMisc-struct"/>
         | 
| 4942 | 
            +
                <function name="struct GtkMisc" link="GtkMisc.html#GtkMisc-struct"/>
         | 
| 4913 4943 | 
             
                <function name="gtk_misc_set_alignment ()" link="GtkMisc.html#gtk-misc-set-alignment"/>
         | 
| 4914 4944 | 
             
                <function name="gtk_misc_set_padding ()" link="GtkMisc.html#gtk-misc-set-padding"/>
         | 
| 4915 4945 | 
             
                <function name="gtk_misc_get_alignment ()" link="GtkMisc.html#gtk-misc-get-alignment"/>
         | 
| @@ -4918,7 +4948,7 @@ | |
| 4918 4948 | 
             
                <function name="The "xpad" property" link="GtkMisc.html#GtkMisc--xpad"/>
         | 
| 4919 4949 | 
             
                <function name="The "yalign" property" link="GtkMisc.html#GtkMisc--yalign"/>
         | 
| 4920 4950 | 
             
                <function name="The "ypad" property" link="GtkMisc.html#GtkMisc--ypad"/>
         | 
| 4921 | 
            -
                <function name="Description" link="GtkObject.html# | 
| 4951 | 
            +
                <function name="Description" link="GtkObject.html#id1244787"/>
         | 
| 4922 4952 | 
             
                <function name="GtkObject" link="GtkObject.html#GtkObject-struct"/>
         | 
| 4923 4953 | 
             
                <function name="GTK_OBJECT_TYPE" link="GtkObject.html#GTK-OBJECT-TYPE:CAPS"/>
         | 
| 4924 4954 | 
             
                <function name="GTK_OBJECT_TYPE_NAME" link="GtkObject.html#GTK-OBJECT-TYPE-NAME:CAPS"/>
         | 
| @@ -4952,7 +4982,7 @@ | |
| 4952 4982 | 
             
                <function name="gtk_object_data_force_id" link="GtkObject.html#gtk-object-data-force-id"/>
         | 
| 4953 4983 | 
             
                <function name="The "user-data" property" link="GtkObject.html#GtkObject--user-data"/>
         | 
| 4954 4984 | 
             
                <function name="The "destroy" signal" link="GtkObject.html#GtkObject-destroy"/>
         | 
| 4955 | 
            -
                <function name="GtkPaned" link="GtkPaned.html#GtkPaned-struct"/>
         | 
| 4985 | 
            +
                <function name="struct GtkPaned" link="GtkPaned.html#GtkPaned-struct"/>
         | 
| 4956 4986 | 
             
                <function name="gtk_paned_add1 ()" link="GtkPaned.html#gtk-paned-add1"/>
         | 
| 4957 4987 | 
             
                <function name="gtk_paned_add2 ()" link="GtkPaned.html#gtk-paned-add2"/>
         | 
| 4958 4988 | 
             
                <function name="gtk_paned_gutter_size()" link="GtkPaned.html#gtk-paned-gutter-size"/>
         | 
| @@ -4977,7 +5007,7 @@ | |
| 4977 5007 | 
             
                <function name="The "cycle-handle-focus" signal" link="GtkPaned.html#GtkPaned-cycle-handle-focus"/>
         | 
| 4978 5008 | 
             
                <function name="The "move-handle" signal" link="GtkPaned.html#GtkPaned-move-handle"/>
         | 
| 4979 5009 | 
             
                <function name="The "toggle-handle-focus" signal" link="GtkPaned.html#GtkPaned-toggle-handle-focus"/>
         | 
| 4980 | 
            -
                <function name="GtkRange" link="GtkRange.html#GtkRange-struct"/>
         | 
| 5010 | 
            +
                <function name="struct GtkRange" link="GtkRange.html#GtkRange-struct"/>
         | 
| 4981 5011 | 
             
                <function name="gtk_range_get_fill_level ()" link="GtkRange.html#gtk-range-get-fill-level"/>
         | 
| 4982 5012 | 
             
                <function name="gtk_range_get_restrict_to_fill_level ()" link="GtkRange.html#gtk-range-get-restrict-to-fill-level"/>
         | 
| 4983 5013 | 
             
                <function name="gtk_range_get_show_fill_level ()" link="GtkRange.html#gtk-range-get-show-fill-level"/>
         | 
| @@ -4990,10 +5020,12 @@ | |
| 4990 5020 | 
             
                <function name="gtk_range_get_inverted ()" link="GtkRange.html#gtk-range-get-inverted"/>
         | 
| 4991 5021 | 
             
                <function name="gtk_range_set_inverted ()" link="GtkRange.html#gtk-range-set-inverted"/>
         | 
| 4992 5022 | 
             
                <function name="gtk_range_get_update_policy ()" link="GtkRange.html#gtk-range-get-update-policy"/>
         | 
| 4993 | 
            -
                <function name="gtk_range_get_value ()" link="GtkRange.html#gtk-range-get-value"/>
         | 
| 4994 5023 | 
             
                <function name="gtk_range_set_increments ()" link="GtkRange.html#gtk-range-set-increments"/>
         | 
| 4995 5024 | 
             
                <function name="gtk_range_set_range ()" link="GtkRange.html#gtk-range-set-range"/>
         | 
| 5025 | 
            +
                <function name="gtk_range_get_value ()" link="GtkRange.html#gtk-range-get-value"/>
         | 
| 4996 5026 | 
             
                <function name="gtk_range_set_value ()" link="GtkRange.html#gtk-range-set-value"/>
         | 
| 5027 | 
            +
                <function name="gtk_range_get_round_digits ()" link="GtkRange.html#gtk-range-get-round-digits"/>
         | 
| 5028 | 
            +
                <function name="gtk_range_set_round_digits ()" link="GtkRange.html#gtk-range-set-round-digits"/>
         | 
| 4997 5029 | 
             
                <function name="enum GtkSensitivityType" link="GtkRange.html#GtkSensitivityType"/>
         | 
| 4998 5030 | 
             
                <function name="gtk_range_set_lower_stepper_sensitivity ()" link="GtkRange.html#gtk-range-set-lower-stepper-sensitivity"/>
         | 
| 4999 5031 | 
             
                <function name="gtk_range_get_lower_stepper_sensitivity ()" link="GtkRange.html#gtk-range-get-lower-stepper-sensitivity"/>
         | 
| @@ -5012,6 +5044,7 @@ | |
| 5012 5044 | 
             
                <function name="The "inverted" property" link="GtkRange.html#GtkRange--inverted"/>
         | 
| 5013 5045 | 
             
                <function name="The "lower-stepper-sensitivity" property" link="GtkRange.html#GtkRange--lower-stepper-sensitivity"/>
         | 
| 5014 5046 | 
             
                <function name="The "restrict-to-fill-level" property" link="GtkRange.html#GtkRange--restrict-to-fill-level"/>
         | 
| 5047 | 
            +
                <function name="The "round-digits" property" link="GtkRange.html#GtkRange--round-digits"/>
         | 
| 5015 5048 | 
             
                <function name="The "show-fill-level" property" link="GtkRange.html#GtkRange--show-fill-level"/>
         | 
| 5016 5049 | 
             
                <function name="The "update-policy" property" link="GtkRange.html#GtkRange--update-policy"/>
         | 
| 5017 5050 | 
             
                <function name="The "upper-stepper-sensitivity" property" link="GtkRange.html#GtkRange--upper-stepper-sensitivity"/>
         | 
| @@ -5031,7 +5064,7 @@ | |
| 5031 5064 | 
             
                <function name="The "move-slider" signal" link="GtkRange.html#GtkRange-move-slider"/>
         | 
| 5032 5065 | 
             
                <function name="The "value-changed" signal" link="GtkRange.html#GtkRange-value-changed"/>
         | 
| 5033 5066 | 
             
                <function name="GtkScale as GtkBuildable" link="GtkScale.html#GtkScale-BUILDER-UI"/>
         | 
| 5034 | 
            -
                <function name="GtkScale" link="GtkScale.html#GtkScale-struct"/>
         | 
| 5067 | 
            +
                <function name="struct GtkScale" link="GtkScale.html#GtkScale-struct"/>
         | 
| 5035 5068 | 
             
                <function name="gtk_scale_set_digits ()" link="GtkScale.html#gtk-scale-set-digits"/>
         | 
| 5036 5069 | 
             
                <function name="gtk_scale_set_draw_value ()" link="GtkScale.html#gtk-scale-set-draw-value"/>
         | 
| 5037 5070 | 
             
                <function name="gtk_scale_set_value_pos ()" link="GtkScale.html#gtk-scale-set-value-pos"/>
         | 
| @@ -5048,18 +5081,18 @@ | |
| 5048 5081 | 
             
                <function name="The "slider-length" style property" link="GtkScale.html#GtkScale--s-slider-length"/>
         | 
| 5049 5082 | 
             
                <function name="The "value-spacing" style property" link="GtkScale.html#GtkScale--s-value-spacing"/>
         | 
| 5050 5083 | 
             
                <function name="The "format-value" signal" link="GtkScale.html#GtkScale-format-value"/>
         | 
| 5051 | 
            -
                <function name="GtkScrollbar" link="GtkScrollbar.html#GtkScrollbar-struct"/>
         | 
| 5084 | 
            +
                <function name="struct GtkScrollbar" link="GtkScrollbar.html#GtkScrollbar-struct"/>
         | 
| 5052 5085 | 
             
                <function name="The "fixed-slider-length" style property" link="GtkScrollbar.html#GtkScrollbar--s-fixed-slider-length"/>
         | 
| 5053 5086 | 
             
                <function name="The "has-backward-stepper" style property" link="GtkScrollbar.html#GtkScrollbar--s-has-backward-stepper"/>
         | 
| 5054 5087 | 
             
                <function name="The "has-forward-stepper" style property" link="GtkScrollbar.html#GtkScrollbar--s-has-forward-stepper"/>
         | 
| 5055 5088 | 
             
                <function name="The "has-secondary-backward-stepper" style property" link="GtkScrollbar.html#GtkScrollbar--s-has-secondary-backward-stepper"/>
         | 
| 5056 5089 | 
             
                <function name="The "has-secondary-forward-stepper" style property" link="GtkScrollbar.html#GtkScrollbar--s-has-secondary-forward-stepper"/>
         | 
| 5057 5090 | 
             
                <function name="The "min-slider-length" style property" link="GtkScrollbar.html#GtkScrollbar--s-min-slider-length"/>
         | 
| 5058 | 
            -
                <function name="GtkSeparator" link="GtkSeparator.html#GtkSeparator-struct"/>
         | 
| 5091 | 
            +
                <function name="struct GtkSeparator" link="GtkSeparator.html#GtkSeparator-struct"/>
         | 
| 5059 5092 | 
             
                <function name="" link="GtkWidget.html#style-properties"/>
         | 
| 5060 5093 | 
             
                <function name="GtkWidget as GtkBuildable" link="GtkWidget.html#GtkWidget-BUILDER-UI"/>
         | 
| 5061 5094 | 
             
                <function name="GtkWidget" link="GtkWidget.html#GtkWidget-struct"/>
         | 
| 5062 | 
            -
                <function name="GtkWidgetClass" link="GtkWidget.html#GtkWidgetClass"/>
         | 
| 5095 | 
            +
                <function name="struct GtkWidgetClass" link="GtkWidget.html#GtkWidgetClass"/>
         | 
| 5063 5096 | 
             
                <function name="enum GtkWidgetFlags" link="GtkWidget.html#GtkWidgetFlags"/>
         | 
| 5064 5097 | 
             
                <function name="GTK_WIDGET_TYPE()" link="GtkWidget.html#GTK-WIDGET-TYPE:CAPS"/>
         | 
| 5065 5098 | 
             
                <function name="GTK_WIDGET_STATE()" link="GtkWidget.html#GTK-WIDGET-STATE:CAPS"/>
         | 
| @@ -5087,11 +5120,11 @@ | |
| 5087 5120 | 
             
                <function name="GTK_WIDGET_SET_FLAGS()" link="GtkWidget.html#GTK-WIDGET-SET-FLAGS:CAPS"/>
         | 
| 5088 5121 | 
             
                <function name="GTK_WIDGET_UNSET_FLAGS()" link="GtkWidget.html#GTK-WIDGET-UNSET-FLAGS:CAPS"/>
         | 
| 5089 5122 | 
             
                <function name="GtkCallback ()" link="GtkWidget.html#GtkCallback"/>
         | 
| 5090 | 
            -
                <function name="GtkRequisition" link="GtkWidget.html#GtkRequisition"/>
         | 
| 5123 | 
            +
                <function name="struct GtkRequisition" link="GtkWidget.html#GtkRequisition-struct"/>
         | 
| 5091 5124 | 
             
                <function name="struct GtkAllocation" link="GtkWidget.html#GtkAllocation"/>
         | 
| 5092 | 
            -
                <function name="GtkSelectionData" link="GtkWidget.html#GtkSelectionData"/>
         | 
| 5093 | 
            -
                <function name="GtkWidgetAuxInfo" link="GtkWidget.html#GtkWidgetAuxInfo"/>
         | 
| 5094 | 
            -
                <function name="GtkWidgetShapeInfo" link="GtkWidget.html#GtkWidgetShapeInfo"/>
         | 
| 5125 | 
            +
                <function name="GtkSelectionData" link="GtkWidget.html#GtkSelectionData-struct"/>
         | 
| 5126 | 
            +
                <function name="struct GtkWidgetAuxInfo" link="GtkWidget.html#GtkWidgetAuxInfo"/>
         | 
| 5127 | 
            +
                <function name="struct GtkWidgetShapeInfo" link="GtkWidget.html#GtkWidgetShapeInfo"/>
         | 
| 5095 5128 | 
             
                <function name="enum GtkWidgetHelpType" link="GtkWidget.html#GtkWidgetHelpType"/>
         | 
| 5096 5129 | 
             
                <function name="gtk_widget_new ()" link="GtkWidget.html#gtk-widget-new"/>
         | 
| 5097 5130 | 
             
                <function name="gtk_widget_ref ()" link="GtkWidget.html#gtk-widget-ref"/>
         | 
| @@ -5385,9 +5418,9 @@ | |
| 5385 5418 | 
             
                <function name="The "unrealize" signal" link="GtkWidget.html#GtkWidget-unrealize"/>
         | 
| 5386 5419 | 
             
                <function name="The "visibility-notify-event" signal" link="GtkWidget.html#GtkWidget-visibility-notify-event"/>
         | 
| 5387 5420 | 
             
                <function name="The "window-state-event" signal" link="GtkWidget.html#GtkWidget-window-state-event"/>
         | 
| 5388 | 
            -
                <function name="GtkIMContext" link="GtkIMContext.html#GtkIMContext-struct"/>
         | 
| 5389 | 
            -
                <function name="GtkIMContextClass" link="GtkIMContext.html#GtkIMContextClass"/>
         | 
| 5390 | 
            -
                <function name="GtkIMContextInfo" link="GtkIMContext.html#GtkIMContextInfo"/>
         | 
| 5421 | 
            +
                <function name="struct GtkIMContext" link="GtkIMContext.html#GtkIMContext-struct"/>
         | 
| 5422 | 
            +
                <function name="struct GtkIMContextClass" link="GtkIMContext.html#GtkIMContextClass"/>
         | 
| 5423 | 
            +
                <function name="struct GtkIMContextInfo" link="GtkIMContext.html#GtkIMContextInfo"/>
         | 
| 5391 5424 | 
             
                <function name="gtk_im_context_set_client_window ()" link="GtkIMContext.html#gtk-im-context-set-client-window"/>
         | 
| 5392 5425 | 
             
                <function name="gtk_im_context_get_preedit_string ()" link="GtkIMContext.html#gtk-im-context-get-preedit-string"/>
         | 
| 5393 5426 | 
             
                <function name="gtk_im_context_filter_keypress ()" link="GtkIMContext.html#gtk-im-context-filter-keypress"/>
         | 
| @@ -5405,7 +5438,7 @@ | |
| 5405 5438 | 
             
                <function name="The "preedit-end" signal" link="GtkIMContext.html#GtkIMContext-preedit-end"/>
         | 
| 5406 5439 | 
             
                <function name="The "preedit-start" signal" link="GtkIMContext.html#GtkIMContext-preedit-start"/>
         | 
| 5407 5440 | 
             
                <function name="The "retrieve-surrounding" signal" link="GtkIMContext.html#GtkIMContext-retrieve-surrounding"/>
         | 
| 5408 | 
            -
                <function name="GtkPlug" link="GtkPlug.html#GtkPlug-struct"/>
         | 
| 5441 | 
            +
                <function name="struct GtkPlug" link="GtkPlug.html#GtkPlug-struct"/>
         | 
| 5409 5442 | 
             
                <function name="gtk_plug_construct ()" link="GtkPlug.html#gtk-plug-construct"/>
         | 
| 5410 5443 | 
             
                <function name="gtk_plug_construct_for_display ()" link="GtkPlug.html#gtk-plug-construct-for-display"/>
         | 
| 5411 5444 | 
             
                <function name="gtk_plug_new ()" link="GtkPlug.html#gtk-plug-new"/>
         | 
| @@ -5416,7 +5449,7 @@ | |
| 5416 5449 | 
             
                <function name="The "embedded" property" link="GtkPlug.html#GtkPlug--embedded"/>
         | 
| 5417 5450 | 
             
                <function name="The "socket-window" property" link="GtkPlug.html#GtkPlug--socket-window"/>
         | 
| 5418 5451 | 
             
                <function name="The "embedded" signal" link="GtkPlug.html#GtkPlug-embedded"/>
         | 
| 5419 | 
            -
                <function name="GtkSocket" link="GtkSocket.html#GtkSocket-struct"/>
         | 
| 5452 | 
            +
                <function name="struct GtkSocket" link="GtkSocket.html#GtkSocket-struct"/>
         | 
| 5420 5453 | 
             
                <function name="gtk_socket_new ()" link="GtkSocket.html#gtk-socket-new"/>
         | 
| 5421 5454 | 
             
                <function name="gtk_socket_steal ()" link="GtkSocket.html#gtk-socket-steal"/>
         | 
| 5422 5455 | 
             
                <function name="gtk_socket_add_id ()" link="GtkSocket.html#gtk-socket-add-id"/>
         | 
| @@ -5424,7 +5457,7 @@ | |
| 5424 5457 | 
             
                <function name="gtk_socket_get_plug_window ()" link="GtkSocket.html#gtk-socket-get-plug-window"/>
         | 
| 5425 5458 | 
             
                <function name="The "plug-added" signal" link="GtkSocket.html#GtkSocket-plug-added"/>
         | 
| 5426 5459 | 
             
                <function name="The "plug-removed" signal" link="GtkSocket.html#GtkSocket-plug-removed"/>
         | 
| 5427 | 
            -
                <function name="GtkCurve" link="GtkCurve.html#GtkCurve-struct"/>
         | 
| 5460 | 
            +
                <function name="struct GtkCurve" link="GtkCurve.html#GtkCurve-struct"/>
         | 
| 5428 5461 | 
             
                <function name="gtk_curve_new ()" link="GtkCurve.html#gtk-curve-new"/>
         | 
| 5429 5462 | 
             
                <function name="gtk_curve_reset ()" link="GtkCurve.html#gtk-curve-reset"/>
         | 
| 5430 5463 | 
             
                <function name="gtk_curve_set_gamma ()" link="GtkCurve.html#gtk-curve-set-gamma"/>
         | 
| @@ -5438,10 +5471,10 @@ | |
| 5438 5471 | 
             
                <function name="The "min-x" property" link="GtkCurve.html#GtkCurve--min-x"/>
         | 
| 5439 5472 | 
             
                <function name="The "min-y" property" link="GtkCurve.html#GtkCurve--min-y"/>
         | 
| 5440 5473 | 
             
                <function name="The "curve-type-changed" signal" link="GtkCurve.html#GtkCurve-curve-type-changed"/>
         | 
| 5441 | 
            -
                <function name="GtkGammaCurve" link="GtkGammaCurve.html#GtkGammaCurve-struct"/>
         | 
| 5474 | 
            +
                <function name="struct GtkGammaCurve" link="GtkGammaCurve.html#GtkGammaCurve-struct"/>
         | 
| 5442 5475 | 
             
                <function name="gtk_gamma_curve_new ()" link="GtkGammaCurve.html#gtk-gamma-curve-new"/>
         | 
| 5443 | 
            -
                <function name="GtkRuler" link="GtkRuler.html#GtkRuler-struct"/>
         | 
| 5444 | 
            -
                <function name="GtkRulerMetric" link="GtkRuler.html#GtkRulerMetric"/>
         | 
| 5476 | 
            +
                <function name="struct GtkRuler" link="GtkRuler.html#GtkRuler-struct"/>
         | 
| 5477 | 
            +
                <function name="struct GtkRulerMetric" link="GtkRuler.html#GtkRulerMetric"/>
         | 
| 5445 5478 | 
             
                <function name="gtk_ruler_set_metric ()" link="GtkRuler.html#gtk-ruler-set-metric"/>
         | 
| 5446 5479 | 
             
                <function name="gtk_ruler_set_range ()" link="GtkRuler.html#gtk-ruler-set-range"/>
         | 
| 5447 5480 | 
             
                <function name="gtk_ruler_get_metric ()" link="GtkRuler.html#gtk-ruler-get-metric"/>
         | 
| @@ -5451,13 +5484,13 @@ | |
| 5451 5484 | 
             
                <function name="The "metric" property" link="GtkRuler.html#GtkRuler--metric"/>
         | 
| 5452 5485 | 
             
                <function name="The "position" property" link="GtkRuler.html#GtkRuler--position"/>
         | 
| 5453 5486 | 
             
                <function name="The "upper" property" link="GtkRuler.html#GtkRuler--upper"/>
         | 
| 5454 | 
            -
                <function name="GtkHRuler" link="GtkHRuler.html#GtkHRuler-struct"/>
         | 
| 5487 | 
            +
                <function name="struct GtkHRuler" link="GtkHRuler.html#GtkHRuler-struct"/>
         | 
| 5455 5488 | 
             
                <function name="gtk_hruler_new ()" link="GtkHRuler.html#gtk-hruler-new"/>
         | 
| 5456 | 
            -
                <function name="GtkVRuler" link="GtkVRuler.html#GtkVRuler-struct"/>
         | 
| 5489 | 
            +
                <function name="struct GtkVRuler" link="GtkVRuler.html#GtkVRuler-struct"/>
         | 
| 5457 5490 | 
             
                <function name="gtk_vruler_new ()" link="GtkVRuler.html#gtk-vruler-new"/>
         | 
| 5458 | 
            -
                <function name="GtkRecentManager" link="GtkRecentManager.html#GtkRecentManager-struct"/>
         | 
| 5491 | 
            +
                <function name="struct GtkRecentManager" link="GtkRecentManager.html#GtkRecentManager-struct"/>
         | 
| 5459 5492 | 
             
                <function name="GtkRecentInfo" link="GtkRecentManager.html#GtkRecentInfo"/>
         | 
| 5460 | 
            -
                <function name="GtkRecentData" link="GtkRecentManager.html#GtkRecentData"/>
         | 
| 5493 | 
            +
                <function name="struct GtkRecentData" link="GtkRecentManager.html#GtkRecentData"/>
         | 
| 5461 5494 | 
             
                <function name="GTK_RECENT_MANAGER_ERROR" link="GtkRecentManager.html#GTK-RECENT-MANAGER-ERROR:CAPS"/>
         | 
| 5462 5495 | 
             
                <function name="enum GtkRecentManagerError" link="GtkRecentManager.html#GtkRecentManagerError"/>
         | 
| 5463 5496 | 
             
                <function name="gtk_recent_manager_new ()" link="GtkRecentManager.html#gtk-recent-manager-new"/>
         | 
| @@ -5502,7 +5535,7 @@ | |
| 5502 5535 | 
             
                <function name="The "size" property" link="GtkRecentManager.html#GtkRecentManager--size"/>
         | 
| 5503 5536 | 
             
                <function name="The "changed" signal" link="GtkRecentManager.html#GtkRecentManager-changed"/>
         | 
| 5504 5537 | 
             
                <function name="GtkRecentChooser" link="GtkRecentChooser.html#GtkRecentChooser-struct"/>
         | 
| 5505 | 
            -
                <function name="GtkRecentChooserIface" link="GtkRecentChooser.html#GtkRecentChooserIface"/>
         | 
| 5538 | 
            +
                <function name="struct GtkRecentChooserIface" link="GtkRecentChooser.html#GtkRecentChooserIface"/>
         | 
| 5506 5539 | 
             
                <function name="GTK_RECENT_CHOOSER_ERROR" link="GtkRecentChooser.html#GTK-RECENT-CHOOSER-ERROR:CAPS"/>
         | 
| 5507 5540 | 
             
                <function name="enum GtkRecentChooserError" link="GtkRecentChooser.html#GtkRecentChooserError"/>
         | 
| 5508 5541 | 
             
                <function name="gtk_recent_chooser_set_show_private ()" link="GtkRecentChooser.html#gtk-recent-chooser-set-show-private"/>
         | 
| @@ -5552,20 +5585,20 @@ | |
| 5552 5585 | 
             
                <function name="The "sort-type" property" link="GtkRecentChooser.html#GtkRecentChooser--sort-type"/>
         | 
| 5553 5586 | 
             
                <function name="The "item-activated" signal" link="GtkRecentChooser.html#GtkRecentChooser-item-activated"/>
         | 
| 5554 5587 | 
             
                <function name="The "selection-changed" signal" link="GtkRecentChooser.html#GtkRecentChooser-selection-changed"/>
         | 
| 5555 | 
            -
                <function name="GtkRecentChooserDialog" link="GtkRecentChooserDialog.html#GtkRecentChooserDialog-struct"/>
         | 
| 5588 | 
            +
                <function name="struct GtkRecentChooserDialog" link="GtkRecentChooserDialog.html#GtkRecentChooserDialog-struct"/>
         | 
| 5556 5589 | 
             
                <function name="gtk_recent_chooser_dialog_new ()" link="GtkRecentChooserDialog.html#gtk-recent-chooser-dialog-new"/>
         | 
| 5557 5590 | 
             
                <function name="gtk_recent_chooser_dialog_new_for_manager ()" link="GtkRecentChooserDialog.html#gtk-recent-chooser-dialog-new-for-manager"/>
         | 
| 5558 | 
            -
                <function name="GtkRecentChooserMenu" link="GtkRecentChooserMenu.html#GtkRecentChooserMenu-struct"/>
         | 
| 5591 | 
            +
                <function name="struct GtkRecentChooserMenu" link="GtkRecentChooserMenu.html#GtkRecentChooserMenu-struct"/>
         | 
| 5559 5592 | 
             
                <function name="gtk_recent_chooser_menu_new ()" link="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-new"/>
         | 
| 5560 5593 | 
             
                <function name="gtk_recent_chooser_menu_new_for_manager ()" link="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-new-for-manager"/>
         | 
| 5561 5594 | 
             
                <function name="gtk_recent_chooser_menu_get_show_numbers ()" link="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-get-show-numbers"/>
         | 
| 5562 5595 | 
             
                <function name="gtk_recent_chooser_menu_set_show_numbers ()" link="GtkRecentChooserMenu.html#gtk-recent-chooser-menu-set-show-numbers"/>
         | 
| 5563 5596 | 
             
                <function name="The "show-numbers" property" link="GtkRecentChooserMenu.html#GtkRecentChooserMenu--show-numbers"/>
         | 
| 5564 | 
            -
                <function name="GtkRecentChooserWidget" link="GtkRecentChooserWidget.html#GtkRecentChooserWidget-struct"/>
         | 
| 5597 | 
            +
                <function name="struct GtkRecentChooserWidget" link="GtkRecentChooserWidget.html#GtkRecentChooserWidget-struct"/>
         | 
| 5565 5598 | 
             
                <function name="gtk_recent_chooser_widget_new ()" link="GtkRecentChooserWidget.html#gtk-recent-chooser-widget-new"/>
         | 
| 5566 5599 | 
             
                <function name="gtk_recent_chooser_widget_new_for_manager ()" link="GtkRecentChooserWidget.html#gtk-recent-chooser-widget-new-for-manager"/>
         | 
| 5567 5600 | 
             
                <function name="GtkRecentFilter" link="GtkRecentFilter.html#GtkRecentFilter-struct"/>
         | 
| 5568 | 
            -
                <function name="GtkRecentFilterInfo" link="GtkRecentFilter.html#GtkRecentFilterInfo"/>
         | 
| 5601 | 
            +
                <function name="struct GtkRecentFilterInfo" link="GtkRecentFilter.html#GtkRecentFilterInfo"/>
         | 
| 5569 5602 | 
             
                <function name="enum GtkRecentFilterFlags" link="GtkRecentFilter.html#GtkRecentFilterFlags"/>
         | 
| 5570 5603 | 
             
                <function name="GtkRecentFilterFunc ()" link="GtkRecentFilter.html#GtkRecentFilterFunc"/>
         | 
| 5571 5604 | 
             
                <function name="gtk_recent_filter_new ()" link="GtkRecentFilter.html#gtk-recent-filter-new"/>
         | 
| @@ -5581,7 +5614,7 @@ | |
| 5581 5614 | 
             
                <function name="gtk_recent_filter_get_needed ()" link="GtkRecentFilter.html#gtk-recent-filter-get-needed"/>
         | 
| 5582 5615 | 
             
                <function name="gtk_recent_filter_filter ()" link="GtkRecentFilter.html#gtk-recent-filter-filter"/>
         | 
| 5583 5616 | 
             
                <function name="GtkBuildable" link="GtkBuildable.html#GtkBuildable-struct"/>
         | 
| 5584 | 
            -
                <function name="GtkBuildableIface" link="GtkBuildable.html#GtkBuildableIface"/>
         | 
| 5617 | 
            +
                <function name="struct GtkBuildableIface" link="GtkBuildable.html#GtkBuildableIface"/>
         | 
| 5585 5618 | 
             
                <function name="gtk_buildable_set_name ()" link="GtkBuildable.html#gtk-buildable-set-name"/>
         | 
| 5586 5619 | 
             
                <function name="gtk_buildable_get_name ()" link="GtkBuildable.html#gtk-buildable-get-name"/>
         | 
| 5587 5620 | 
             
                <function name="gtk_buildable_add_child ()" link="GtkBuildable.html#gtk-buildable-add-child"/>
         | 
| @@ -5593,7 +5626,7 @@ | |
| 5593 5626 | 
             
                <function name="gtk_buildable_parser_finished ()" link="GtkBuildable.html#gtk-buildable-parser-finished"/>
         | 
| 5594 5627 | 
             
                <function name="gtk_buildable_get_internal_child ()" link="GtkBuildable.html#gtk-buildable-get-internal-child"/>
         | 
| 5595 5628 | 
             
                <function name="GtkBuilder UI Definitions" link="GtkBuilder.html#BUILDER-UI"/>
         | 
| 5596 | 
            -
                <function name="GtkBuilder" link="GtkBuilder.html#GtkBuilder-struct"/>
         | 
| 5629 | 
            +
                <function name="struct GtkBuilder" link="GtkBuilder.html#GtkBuilder-struct"/>
         | 
| 5597 5630 | 
             
                <function name="GtkBuilderConnectFunc ()" link="GtkBuilder.html#GtkBuilderConnectFunc"/>
         | 
| 5598 5631 | 
             
                <function name="enum GtkBuilderError" link="GtkBuilder.html#GtkBuilderError"/>
         | 
| 5599 5632 | 
             
                <function name="gtk_builder_new ()" link="GtkBuilder.html#gtk-builder-new"/>
         | 
| @@ -5613,7 +5646,7 @@ | |
| 5613 5646 | 
             
                <function name="GTK_BUILDER_WARN_INVALID_CHILD_TYPE()" link="GtkBuilder.html#GTK-BUILDER-WARN-INVALID-CHILD-TYPE:CAPS"/>
         | 
| 5614 5647 | 
             
                <function name="GTK_BUILDER_ERROR" link="GtkBuilder.html#GTK-BUILDER-ERROR:CAPS"/>
         | 
| 5615 5648 | 
             
                <function name="The "translation-domain" property" link="GtkBuilder.html#GtkBuilder--translation-domain"/>
         | 
| 5616 | 
            -
                <function name="GtkCList" link="GtkCList.html#GtkCList-struct"/>
         | 
| 5649 | 
            +
                <function name="struct GtkCList" link="GtkCList.html#GtkCList-struct"/>
         | 
| 5617 5650 | 
             
                <function name="enum GtkCellType" link="GtkCList.html#GtkCellType"/>
         | 
| 5618 5651 | 
             
                <function name="enum GtkButtonAction" link="GtkCList.html#GtkButtonAction"/>
         | 
| 5619 5652 | 
             
                <function name="GTK_CLIST_FLAGS()" link="GtkCList.html#GTK-CLIST-FLAGS:CAPS"/>
         | 
| @@ -5635,15 +5668,15 @@ | |
| 5635 5668 | 
             
                <function name="GTK_CELL_PIXTEXT()" link="GtkCList.html#GTK-CELL-PIXTEXT:CAPS"/>
         | 
| 5636 5669 | 
             
                <function name="GTK_CELL_WIDGET()" link="GtkCList.html#GTK-CELL-WIDGET:CAPS"/>
         | 
| 5637 5670 | 
             
                <function name="GtkCListCompareFunc ()" link="GtkCList.html#GtkCListCompareFunc"/>
         | 
| 5638 | 
            -
                <function name="GtkCListColumn" link="GtkCList.html#GtkCListColumn"/>
         | 
| 5639 | 
            -
                <function name="GtkCListRow" link="GtkCList.html#GtkCListRow"/>
         | 
| 5640 | 
            -
                <function name="GtkCellText" link="GtkCList.html#GtkCellText"/>
         | 
| 5641 | 
            -
                <function name="GtkCellPixmap" link="GtkCList.html#GtkCellPixmap"/>
         | 
| 5642 | 
            -
                <function name="GtkCellPixText" link="GtkCList.html#GtkCellPixText"/>
         | 
| 5643 | 
            -
                <function name="GtkCellWidget" link="GtkCList.html#GtkCellWidget"/>
         | 
| 5644 | 
            -
                <function name="GtkCell" link="GtkCList.html#GtkCell"/>
         | 
| 5645 | 
            -
                <function name="GtkCListCellInfo" link="GtkCList.html#GtkCListCellInfo"/>
         | 
| 5646 | 
            -
                <function name="GtkCListDestInfo" link="GtkCList.html#GtkCListDestInfo"/>
         | 
| 5671 | 
            +
                <function name="struct GtkCListColumn" link="GtkCList.html#GtkCListColumn"/>
         | 
| 5672 | 
            +
                <function name="struct GtkCListRow" link="GtkCList.html#GtkCListRow"/>
         | 
| 5673 | 
            +
                <function name="struct GtkCellText" link="GtkCList.html#GtkCellText"/>
         | 
| 5674 | 
            +
                <function name="struct GtkCellPixmap" link="GtkCList.html#GtkCellPixmap"/>
         | 
| 5675 | 
            +
                <function name="struct GtkCellPixText" link="GtkCList.html#GtkCellPixText"/>
         | 
| 5676 | 
            +
                <function name="struct GtkCellWidget" link="GtkCList.html#GtkCellWidget"/>
         | 
| 5677 | 
            +
                <function name="struct GtkCell" link="GtkCList.html#GtkCell"/>
         | 
| 5678 | 
            +
                <function name="struct GtkCListCellInfo" link="GtkCList.html#GtkCListCellInfo"/>
         | 
| 5679 | 
            +
                <function name="struct GtkCListDestInfo" link="GtkCList.html#GtkCListDestInfo"/>
         | 
| 5647 5680 | 
             
                <function name="enum GtkCListDragPos" link="GtkCList.html#GtkCListDragPos"/>
         | 
| 5648 5681 | 
             
                <function name="gtk_clist_new ()" link="GtkCList.html#gtk-clist-new"/>
         | 
| 5649 5682 | 
             
                <function name="gtk_clist_new_with_titles ()" link="GtkCList.html#gtk-clist-new-with-titles"/>
         | 
| @@ -5743,7 +5776,7 @@ | |
| 5743 5776 | 
             
                <function name="The "undo-selection" signal" link="GtkCList.html#GtkCList-undo-selection"/>
         | 
| 5744 5777 | 
             
                <function name="The "unselect-all" signal" link="GtkCList.html#GtkCList-unselect-all"/>
         | 
| 5745 5778 | 
             
                <function name="The "unselect-row" signal" link="GtkCList.html#GtkCList-unselect-row"/>
         | 
| 5746 | 
            -
                <function name="GtkCTree" link="GtkCTree.html#GtkCTree-struct"/>
         | 
| 5779 | 
            +
                <function name="struct GtkCTree" link="GtkCTree.html#GtkCTree-struct"/>
         | 
| 5747 5780 | 
             
                <function name="GTK_CTREE_ROW()" link="GtkCTree.html#GTK-CTREE-ROW:CAPS"/>
         | 
| 5748 5781 | 
             
                <function name="GTK_CTREE_NODE()" link="GtkCTree.html#GTK-CTREE-NODE:CAPS"/>
         | 
| 5749 5782 | 
             
                <function name="GTK_CTREE_NODE_NEXT()" link="GtkCTree.html#GTK-CTREE-NODE-NEXT:CAPS"/>
         | 
| @@ -5756,8 +5789,8 @@ | |
| 5756 5789 | 
             
                <function name="GtkCTreeFunc ()" link="GtkCTree.html#GtkCTreeFunc"/>
         | 
| 5757 5790 | 
             
                <function name="GtkCTreeGNodeFunc ()" link="GtkCTree.html#GtkCTreeGNodeFunc"/>
         | 
| 5758 5791 | 
             
                <function name="GtkCTreeCompareDragFunc ()" link="GtkCTree.html#GtkCTreeCompareDragFunc"/>
         | 
| 5759 | 
            -
                <function name="GtkCTreeRow" link="GtkCTree.html#GtkCTreeRow"/>
         | 
| 5760 | 
            -
                <function name="GtkCTreeNode" link="GtkCTree.html#GtkCTreeNode"/>
         | 
| 5792 | 
            +
                <function name="struct GtkCTreeRow" link="GtkCTree.html#GtkCTreeRow"/>
         | 
| 5793 | 
            +
                <function name="struct GtkCTreeNode" link="GtkCTree.html#GtkCTreeNode"/>
         | 
| 5761 5794 | 
             
                <function name="GTK_TYPE_CTREE_NODE" link="GtkCTree.html#GTK-TYPE-CTREE-NODE:CAPS"/>
         | 
| 5762 5795 | 
             
                <function name="gtk_ctree_new_with_titles ()" link="GtkCTree.html#gtk-ctree-new-with-titles"/>
         | 
| 5763 5796 | 
             
                <function name="gtk_ctree_new ()" link="GtkCTree.html#gtk-ctree-new"/>
         | 
| @@ -5839,7 +5872,7 @@ | |
| 5839 5872 | 
             
                <function name="The "tree-move" signal" link="GtkCTree.html#GtkCTree-tree-move"/>
         | 
| 5840 5873 | 
             
                <function name="The "tree-select-row" signal" link="GtkCTree.html#GtkCTree-tree-select-row"/>
         | 
| 5841 5874 | 
             
                <function name="The "tree-unselect-row" signal" link="GtkCTree.html#GtkCTree-tree-unselect-row"/>
         | 
| 5842 | 
            -
                <function name="GtkCombo" link="GtkCombo.html#GtkCombo-struct"/>
         | 
| 5875 | 
            +
                <function name="struct GtkCombo" link="GtkCombo.html#GtkCombo-struct"/>
         | 
| 5843 5876 | 
             
                <function name="gtk_combo_new ()" link="GtkCombo.html#gtk-combo-new"/>
         | 
| 5844 5877 | 
             
                <function name="gtk_combo_set_popdown_strings ()" link="GtkCombo.html#gtk-combo-set-popdown-strings"/>
         | 
| 5845 5878 | 
             
                <function name="gtk_combo_set_value_in_list ()" link="GtkCombo.html#gtk-combo-set-value-in-list"/>
         | 
| @@ -5853,27 +5886,27 @@ | |
| 5853 5886 | 
             
                <function name="The "enable-arrow-keys" property" link="GtkCombo.html#GtkCombo--enable-arrow-keys"/>
         | 
| 5854 5887 | 
             
                <function name="The "enable-arrows-always" property" link="GtkCombo.html#GtkCombo--enable-arrows-always"/>
         | 
| 5855 5888 | 
             
                <function name="The "value-in-list" property" link="GtkCombo.html#GtkCombo--value-in-list"/>
         | 
| 5856 | 
            -
                <function name="GtkFileSelection" link="GtkFileSelection.html#GtkFileSelection-struct"/>
         | 
| 5889 | 
            +
                <function name="struct GtkFileSelection" link="GtkFileSelection.html#GtkFileSelection-struct"/>
         | 
| 5857 5890 | 
             
                <function name="gtk_file_selection_new ()" link="GtkFileSelection.html#gtk-file-selection-new"/>
         | 
| 5858 | 
            -
                <function name="gtk_file_selection_set_filename | 
| 5859 | 
            -
                <function name="gtk_file_selection_get_filename | 
| 5891 | 
            +
                <function name="gtk_file_selection_set_filename" link="GtkFileSelection.html#gtk-file-selection-set-filename"/>
         | 
| 5892 | 
            +
                <function name="gtk_file_selection_get_filename" link="GtkFileSelection.html#gtk-file-selection-get-filename"/>
         | 
| 5860 5893 | 
             
                <function name="gtk_file_selection_complete ()" link="GtkFileSelection.html#gtk-file-selection-complete"/>
         | 
| 5861 5894 | 
             
                <function name="gtk_file_selection_show_fileop_buttons ()" link="GtkFileSelection.html#gtk-file-selection-show-fileop-buttons"/>
         | 
| 5862 5895 | 
             
                <function name="gtk_file_selection_hide_fileop_buttons ()" link="GtkFileSelection.html#gtk-file-selection-hide-fileop-buttons"/>
         | 
| 5863 | 
            -
                <function name="gtk_file_selection_get_selections | 
| 5896 | 
            +
                <function name="gtk_file_selection_get_selections" link="GtkFileSelection.html#gtk-file-selection-get-selections"/>
         | 
| 5864 5897 | 
             
                <function name="gtk_file_selection_set_select_multiple ()" link="GtkFileSelection.html#gtk-file-selection-set-select-multiple"/>
         | 
| 5865 5898 | 
             
                <function name="gtk_file_selection_get_select_multiple ()" link="GtkFileSelection.html#gtk-file-selection-get-select-multiple"/>
         | 
| 5866 5899 | 
             
                <function name="The "filename" property" link="GtkFileSelection.html#GtkFileSelection--filename"/>
         | 
| 5867 5900 | 
             
                <function name="The "select-multiple" property" link="GtkFileSelection.html#GtkFileSelection--select-multiple"/>
         | 
| 5868 5901 | 
             
                <function name="The "show-fileops" property" link="GtkFileSelection.html#GtkFileSelection--show-fileops"/>
         | 
| 5869 | 
            -
                <function name="GtkItemFactory" link="GtkItemFactory.html#GtkItemFactory-struct"/>
         | 
| 5902 | 
            +
                <function name="struct GtkItemFactory" link="GtkItemFactory.html#GtkItemFactory-struct"/>
         | 
| 5870 5903 | 
             
                <function name="GtkPrintFunc ()" link="GtkItemFactory.html#GtkPrintFunc"/>
         | 
| 5871 5904 | 
             
                <function name="GtkTranslateFunc ()" link="GtkItemFactory.html#GtkTranslateFunc"/>
         | 
| 5872 5905 | 
             
                <function name="GtkItemFactoryCallback ()" link="GtkItemFactory.html#GtkItemFactoryCallback"/>
         | 
| 5873 5906 | 
             
                <function name="GtkItemFactoryCallback1 ()" link="GtkItemFactory.html#GtkItemFactoryCallback1"/>
         | 
| 5874 5907 | 
             
                <function name="GtkItemFactoryCallback2 ()" link="GtkItemFactory.html#GtkItemFactoryCallback2"/>
         | 
| 5875 | 
            -
                <function name="GtkItemFactoryEntry" link="GtkItemFactory.html#GtkItemFactoryEntry"/>
         | 
| 5876 | 
            -
                <function name="GtkItemFactoryItem" link="GtkItemFactory.html#GtkItemFactoryItem"/>
         | 
| 5908 | 
            +
                <function name="struct GtkItemFactoryEntry" link="GtkItemFactory.html#GtkItemFactoryEntry"/>
         | 
| 5909 | 
            +
                <function name="struct GtkItemFactoryItem" link="GtkItemFactory.html#GtkItemFactoryItem"/>
         | 
| 5877 5910 | 
             
                <function name="gtk_item_factory_new ()" link="GtkItemFactory.html#gtk-item-factory-new"/>
         | 
| 5878 5911 | 
             
                <function name="gtk_item_factory_construct ()" link="GtkItemFactory.html#gtk-item-factory-construct"/>
         | 
| 5879 5912 | 
             
                <function name="gtk_item_factory_add_foreign ()" link="GtkItemFactory.html#gtk-item-factory-add-foreign"/>
         | 
| @@ -5897,7 +5930,7 @@ | |
| 5897 5930 | 
             
                <function name="gtk_item_factory_create_menu_entries ()" link="GtkItemFactory.html#gtk-item-factory-create-menu-entries"/>
         | 
| 5898 5931 | 
             
                <function name="gtk_item_factories_path_delete ()" link="GtkItemFactory.html#gtk-item-factories-path-delete"/>
         | 
| 5899 5932 | 
             
                <function name="gtk_item_factory_set_translate_func ()" link="GtkItemFactory.html#gtk-item-factory-set-translate-func"/>
         | 
| 5900 | 
            -
                <function name="GtkList" link="GtkList.html#GtkList-struct"/>
         | 
| 5933 | 
            +
                <function name="struct GtkList" link="GtkList.html#GtkList-struct"/>
         | 
| 5901 5934 | 
             
                <function name="gtk_list_new ()" link="GtkList.html#gtk-list-new"/>
         | 
| 5902 5935 | 
             
                <function name="gtk_list_insert_items ()" link="GtkList.html#gtk-list-insert-items"/>
         | 
| 5903 5936 | 
             
                <function name="gtk_list_append_items ()" link="GtkList.html#gtk-list-append-items"/>
         | 
| @@ -5927,7 +5960,7 @@ | |
| 5927 5960 | 
             
                <function name="The "select-child" signal" link="GtkList.html#GtkList-select-child"/>
         | 
| 5928 5961 | 
             
                <function name="The "selection-changed" signal" link="GtkList.html#GtkList-selection-changed"/>
         | 
| 5929 5962 | 
             
                <function name="The "unselect-child" signal" link="GtkList.html#GtkList-unselect-child"/>
         | 
| 5930 | 
            -
                <function name="GtkListItem" link="GtkListItem.html#GtkListItem-struct"/>
         | 
| 5963 | 
            +
                <function name="struct GtkListItem" link="GtkListItem.html#GtkListItem-struct"/>
         | 
| 5931 5964 | 
             
                <function name="gtk_list_item_new ()" link="GtkListItem.html#gtk-list-item-new"/>
         | 
| 5932 5965 | 
             
                <function name="gtk_list_item_new_with_label ()" link="GtkListItem.html#gtk-list-item-new-with-label"/>
         | 
| 5933 5966 | 
             
                <function name="gtk_list_item_select ()" link="GtkListItem.html#gtk-list-item-select"/>
         | 
| @@ -5942,7 +5975,7 @@ | |
| 5942 5975 | 
             
                <function name="The "toggle-focus-row" signal" link="GtkListItem.html#GtkListItem-toggle-focus-row"/>
         | 
| 5943 5976 | 
             
                <function name="The "undo-selection" signal" link="GtkListItem.html#GtkListItem-undo-selection"/>
         | 
| 5944 5977 | 
             
                <function name="The "unselect-all" signal" link="GtkListItem.html#GtkListItem-unselect-all"/>
         | 
| 5945 | 
            -
                <function name="GtkOldEditable" link="GtkOldEditable.html#GtkOldEditable-struct"/>
         | 
| 5978 | 
            +
                <function name="struct GtkOldEditable" link="GtkOldEditable.html#GtkOldEditable-struct"/>
         | 
| 5946 5979 | 
             
                <function name="GtkTextFunction ()" link="GtkOldEditable.html#GtkTextFunction"/>
         | 
| 5947 5980 | 
             
                <function name="gtk_old_editable_claim_selection ()" link="GtkOldEditable.html#gtk-old-editable-claim-selection"/>
         | 
| 5948 5981 | 
             
                <function name="gtk_old_editable_changed ()" link="GtkOldEditable.html#gtk-old-editable-changed"/>
         | 
| @@ -5961,7 +5994,7 @@ | |
| 5961 5994 | 
             
                <function name="The "move-word" signal" link="GtkOldEditable.html#GtkOldEditable-move-word"/>
         | 
| 5962 5995 | 
             
                <function name="The "paste-clipboard" signal" link="GtkOldEditable.html#GtkOldEditable-paste-clipboard"/>
         | 
| 5963 5996 | 
             
                <function name="The "set-editable" signal" link="GtkOldEditable.html#GtkOldEditable-set-editable"/>
         | 
| 5964 | 
            -
                <function name="GtkOptionMenu" link="GtkOptionMenu.html#GtkOptionMenu-struct"/>
         | 
| 5997 | 
            +
                <function name="struct GtkOptionMenu" link="GtkOptionMenu.html#GtkOptionMenu-struct"/>
         | 
| 5965 5998 | 
             
                <function name="gtk_option_menu_new ()" link="GtkOptionMenu.html#gtk-option-menu-new"/>
         | 
| 5966 5999 | 
             
                <function name="gtk_option_menu_get_menu ()" link="GtkOptionMenu.html#gtk-option-menu-get-menu"/>
         | 
| 5967 6000 | 
             
                <function name="gtk_option_menu_set_menu ()" link="GtkOptionMenu.html#gtk-option-menu-set-menu"/>
         | 
| @@ -5972,13 +6005,13 @@ | |
| 5972 6005 | 
             
                <function name="The "indicator-size" style property" link="GtkOptionMenu.html#GtkOptionMenu--s-indicator-size"/>
         | 
| 5973 6006 | 
             
                <function name="The "indicator-spacing" style property" link="GtkOptionMenu.html#GtkOptionMenu--s-indicator-spacing"/>
         | 
| 5974 6007 | 
             
                <function name="The "changed" signal" link="GtkOptionMenu.html#GtkOptionMenu-changed"/>
         | 
| 5975 | 
            -
                <function name="GtkPixmap" link="GtkPixmap.html#GtkPixmap-struct"/>
         | 
| 6008 | 
            +
                <function name="struct GtkPixmap" link="GtkPixmap.html#GtkPixmap-struct"/>
         | 
| 5976 6009 | 
             
                <function name="gtk_pixmap_new ()" link="GtkPixmap.html#gtk-pixmap-new"/>
         | 
| 5977 6010 | 
             
                <function name="gtk_pixmap_set ()" link="GtkPixmap.html#gtk-pixmap-set"/>
         | 
| 5978 6011 | 
             
                <function name="gtk_pixmap_get ()" link="GtkPixmap.html#gtk-pixmap-get"/>
         | 
| 5979 6012 | 
             
                <function name="gtk_pixmap_set_build_insensitive ()" link="GtkPixmap.html#gtk-pixmap-set-build-insensitive"/>
         | 
| 5980 | 
            -
                <function name="GtkPreview" link="GtkPreview.html#GtkPreview-struct"/>
         | 
| 5981 | 
            -
                <function name="GtkPreviewInfo" link="GtkPreview.html#GtkPreviewInfo"/>
         | 
| 6013 | 
            +
                <function name="struct GtkPreview" link="GtkPreview.html#GtkPreview-struct"/>
         | 
| 6014 | 
            +
                <function name="struct GtkPreviewInfo" link="GtkPreview.html#GtkPreviewInfo"/>
         | 
| 5982 6015 | 
             
                <function name="union GtkDitherInfo" link="GtkPreview.html#GtkDitherInfo"/>
         | 
| 5983 6016 | 
             
                <function name="gtk_preview_uninit ()" link="GtkPreview.html#gtk-preview-uninit"/>
         | 
| 5984 6017 | 
             
                <function name="gtk_preview_new ()" link="GtkPreview.html#gtk-preview-new"/>
         | 
| @@ -5996,7 +6029,7 @@ | |
| 5996 6029 | 
             
                <function name="gtk_preview_get_info ()" link="GtkPreview.html#gtk-preview-get-info"/>
         | 
| 5997 6030 | 
             
                <function name="gtk_preview_reset ()" link="GtkPreview.html#gtk-preview-reset"/>
         | 
| 5998 6031 | 
             
                <function name="The "expand" property" link="GtkPreview.html#GtkPreview--expand"/>
         | 
| 5999 | 
            -
                <function name="GtkProgress" link="GtkProgress.html#GtkProgress-struct"/>
         | 
| 6032 | 
            +
                <function name="struct GtkProgress" link="GtkProgress.html#GtkProgress-struct"/>
         | 
| 6000 6033 | 
             
                <function name="gtk_progress_set_show_text ()" link="GtkProgress.html#gtk-progress-set-show-text"/>
         | 
| 6001 6034 | 
             
                <function name="gtk_progress_set_text_alignment ()" link="GtkProgress.html#gtk-progress-set-text-alignment"/>
         | 
| 6002 6035 | 
             
                <function name="gtk_progress_set_format_string ()" link="GtkProgress.html#gtk-progress-set-format-string"/>
         | 
| @@ -6014,9 +6047,9 @@ | |
| 6014 6047 | 
             
                <function name="The "show-text" property" link="GtkProgress.html#GtkProgress--show-text"/>
         | 
| 6015 6048 | 
             
                <function name="The "text-xalign" property" link="GtkProgress.html#GtkProgress--text-xalign"/>
         | 
| 6016 6049 | 
             
                <function name="The "text-yalign" property" link="GtkProgress.html#GtkProgress--text-yalign"/>
         | 
| 6017 | 
            -
                <function name="GtkText" link="GtkText.html#GtkText-struct"/>
         | 
| 6050 | 
            +
                <function name="struct GtkText" link="GtkText.html#GtkText-struct"/>
         | 
| 6018 6051 | 
             
                <function name="GtkTextFont" link="GtkText.html#GtkTextFont"/>
         | 
| 6019 | 
            -
                <function name="GtkPropertyMark" link="GtkText.html#GtkPropertyMark"/>
         | 
| 6052 | 
            +
                <function name="struct GtkPropertyMark" link="GtkText.html#GtkPropertyMark"/>
         | 
| 6020 6053 | 
             
                <function name="gtk_text_new ()" link="GtkText.html#gtk-text-new"/>
         | 
| 6021 6054 | 
             
                <function name="gtk_text_set_editable ()" link="GtkText.html#gtk-text-set-editable"/>
         | 
| 6022 6055 | 
             
                <function name="gtk_text_set_word_wrap ()" link="GtkText.html#gtk-text-set-word-wrap"/>
         | 
| @@ -6036,8 +6069,8 @@ | |
| 6036 6069 | 
             
                <function name="The "vadjustment" property" link="GtkText.html#GtkText--vadjustment"/>
         | 
| 6037 6070 | 
             
                <function name="The "word-wrap" property" link="GtkText.html#GtkText--word-wrap"/>
         | 
| 6038 6071 | 
             
                <function name="The "set-scroll-adjustments" signal" link="GtkText.html#GtkText-set-scroll-adjustments"/>
         | 
| 6039 | 
            -
                <function name="GtkTooltips" link="GtkTooltips.html#GtkTooltips-struct"/>
         | 
| 6040 | 
            -
                <function name="GtkTooltipsData" link="GtkTooltips.html#GtkTooltipsData"/>
         | 
| 6072 | 
            +
                <function name="struct GtkTooltips" link="GtkTooltips.html#GtkTooltips-struct"/>
         | 
| 6073 | 
            +
                <function name="struct GtkTooltipsData" link="GtkTooltips.html#GtkTooltipsData"/>
         | 
| 6041 6074 | 
             
                <function name="gtk_tooltips_new ()" link="GtkTooltips.html#gtk-tooltips-new"/>
         | 
| 6042 6075 | 
             
                <function name="gtk_tooltips_enable ()" link="GtkTooltips.html#gtk-tooltips-enable"/>
         | 
| 6043 6076 | 
             
                <function name="gtk_tooltips_disable ()" link="GtkTooltips.html#gtk-tooltips-disable"/>
         | 
| @@ -6046,7 +6079,7 @@ | |
| 6046 6079 | 
             
                <function name="gtk_tooltips_data_get ()" link="GtkTooltips.html#gtk-tooltips-data-get"/>
         | 
| 6047 6080 | 
             
                <function name="gtk_tooltips_force_window ()" link="GtkTooltips.html#gtk-tooltips-force-window"/>
         | 
| 6048 6081 | 
             
                <function name="gtk_tooltips_get_info_from_tip_window ()" link="GtkTooltips.html#gtk-tooltips-get-info-from-tip-window"/>
         | 
| 6049 | 
            -
                <function name="GtkTipsQuery" link="GtkTipsQuery.html#GtkTipsQuery-struct"/>
         | 
| 6082 | 
            +
                <function name="struct GtkTipsQuery" link="GtkTipsQuery.html#GtkTipsQuery-struct"/>
         | 
| 6050 6083 | 
             
                <function name="gtk_tips_query_new ()" link="GtkTipsQuery.html#gtk-tips-query-new"/>
         | 
| 6051 6084 | 
             
                <function name="gtk_tips_query_start_query ()" link="GtkTipsQuery.html#gtk-tips-query-start-query"/>
         | 
| 6052 6085 | 
             
                <function name="gtk_tips_query_stop_query ()" link="GtkTipsQuery.html#gtk-tips-query-stop-query"/>
         | 
| @@ -6060,7 +6093,7 @@ | |
| 6060 6093 | 
             
                <function name="The "stop-query" signal" link="GtkTipsQuery.html#GtkTipsQuery-stop-query"/>
         | 
| 6061 6094 | 
             
                <function name="The "widget-entered" signal" link="GtkTipsQuery.html#GtkTipsQuery-widget-entered"/>
         | 
| 6062 6095 | 
             
                <function name="The "widget-selected" signal" link="GtkTipsQuery.html#GtkTipsQuery-widget-selected"/>
         | 
| 6063 | 
            -
                <function name="GtkTree" link="GtkTree.html#GtkTree-struct"/>
         | 
| 6096 | 
            +
                <function name="struct GtkTree" link="GtkTree.html#GtkTree-struct"/>
         | 
| 6064 6097 | 
             
                <function name="GTK_IS_ROOT_TREE()" link="GtkTree.html#GTK-IS-ROOT-TREE:CAPS"/>
         | 
| 6065 6098 | 
             
                <function name="GTK_TREE_ROOT_TREE()" link="GtkTree.html#GTK-TREE-ROOT-TREE:CAPS"/>
         | 
| 6066 6099 | 
             
                <function name="GTK_TREE_SELECTION_OLD()" link="GtkTree.html#GTK-TREE-SELECTION-OLD:CAPS"/>
         | 
| @@ -6083,7 +6116,7 @@ | |
| 6083 6116 | 
             
                <function name="The "select-child" signal" link="GtkTree.html#GtkTree-select-child"/>
         | 
| 6084 6117 | 
             
                <function name="The "selection-changed" signal" link="GtkTree.html#GtkTree-selection-changed"/>
         | 
| 6085 6118 | 
             
                <function name="The "unselect-child" signal" link="GtkTree.html#GtkTree-unselect-child"/>
         | 
| 6086 | 
            -
                <function name="GtkTreeItem" link="GtkTreeItem.html#GtkTreeItem-struct"/>
         | 
| 6119 | 
            +
                <function name="struct GtkTreeItem" link="GtkTreeItem.html#GtkTreeItem-struct"/>
         | 
| 6087 6120 | 
             
                <function name="GTK_TREE_ITEM_SUBTREE()" link="GtkTreeItem.html#GTK-TREE-ITEM-SUBTREE:CAPS"/>
         | 
| 6088 6121 | 
             
                <function name="gtk_tree_item_new ()" link="GtkTreeItem.html#gtk-tree-item-new"/>
         | 
| 6089 6122 | 
             
                <function name="gtk_tree_item_new_with_label ()" link="GtkTreeItem.html#gtk-tree-item-new-with-label"/>
         |