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