gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk-Bindings.html" title="Bindings">
|
10
10
|
<link rel="next" href="gtk-Graphics-Contexts.html" title="Graphics Contexts">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gtk-Standard-Enumerations.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Standard Enumerations">
|
30
30
|
<a name="gtk-Standard-Enumerations"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,7 +35,7 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gtk-Standard-Enumerations.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gtk/gtk.h>
|
@@ -83,14 +83,14 @@ enum <a class="link" href="gtk-Standard-Enumerations.html#GtkSort
|
|
83
83
|
enum <a class="link" href="gtk-Standard-Enumerations.html#GtkDragResult" title="enum GtkDragResult">GtkDragResult</a>;
|
84
84
|
</pre>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1">
|
86
|
+
<div class="refsect1" title="Description">
|
87
87
|
<a name="gtk-Standard-Enumerations.description"></a><h2>Description</h2>
|
88
88
|
<p>
|
89
89
|
</p>
|
90
90
|
</div>
|
91
|
-
<div class="refsect1">
|
91
|
+
<div class="refsect1" title="Details">
|
92
92
|
<a name="gtk-Standard-Enumerations.details"></a><h2>Details</h2>
|
93
|
-
<div class="refsect2">
|
93
|
+
<div class="refsect2" title="enum GtkAccelFlags">
|
94
94
|
<a name="GtkAccelFlags"></a><h3>enum GtkAccelFlags</h3>
|
95
95
|
<pre class="programlisting">typedef enum
|
96
96
|
{
|
@@ -103,7 +103,7 @@ enum <a class="link" href="gtk-Standard-Enumerations.html#GtkDrag
|
|
103
103
|
</p>
|
104
104
|
</div>
|
105
105
|
<hr>
|
106
|
-
<div class="refsect2">
|
106
|
+
<div class="refsect2" title="enum GtkAnchorType">
|
107
107
|
<a name="GtkAnchorType"></a><h3>enum GtkAnchorType</h3>
|
108
108
|
<pre class="programlisting">typedef enum
|
109
109
|
{
|
@@ -130,7 +130,7 @@ enum <a class="link" href="gtk-Standard-Enumerations.html#GtkDrag
|
|
130
130
|
</p>
|
131
131
|
</div>
|
132
132
|
<hr>
|
133
|
-
<div class="refsect2">
|
133
|
+
<div class="refsect2" title="enum GtkArrowPlacement">
|
134
134
|
<a name="GtkArrowPlacement"></a><h3>enum GtkArrowPlacement</h3>
|
135
135
|
<pre class="programlisting">typedef enum
|
136
136
|
{
|
@@ -164,7 +164,7 @@ Used to specify the placement of scroll arrows in scrolling menus.
|
|
164
164
|
</table></div>
|
165
165
|
</div>
|
166
166
|
<hr>
|
167
|
-
<div class="refsect2">
|
167
|
+
<div class="refsect2" title="enum GtkArrowType">
|
168
168
|
<a name="GtkArrowType"></a><h3>enum GtkArrowType</h3>
|
169
169
|
<pre class="programlisting">typedef enum
|
170
170
|
{
|
@@ -210,7 +210,7 @@ Used to indicate the direction in which a <a class="link" href="GtkArrow.html" t
|
|
210
210
|
</table></div>
|
211
211
|
</div>
|
212
212
|
<hr>
|
213
|
-
<div class="refsect2">
|
213
|
+
<div class="refsect2" title="enum GtkAttachOptions">
|
214
214
|
<a name="GtkAttachOptions"></a><h3>enum GtkAttachOptions</h3>
|
215
215
|
<pre class="programlisting">typedef enum
|
216
216
|
{
|
@@ -246,7 +246,7 @@ container that has been allocated.
|
|
246
246
|
</table></div>
|
247
247
|
</div>
|
248
248
|
<hr>
|
249
|
-
<div class="refsect2">
|
249
|
+
<div class="refsect2" title="enum GtkButtonBoxStyle">
|
250
250
|
<a name="GtkButtonBoxStyle"></a><h3>enum GtkButtonBoxStyle</h3>
|
251
251
|
<pre class="programlisting">typedef enum
|
252
252
|
{
|
@@ -301,7 +301,7 @@ contains. (See also: <a class="link" href="GtkVButtonBox.html" title="GtkVButton
|
|
301
301
|
</table></div>
|
302
302
|
</div>
|
303
303
|
<hr>
|
304
|
-
<div class="refsect2">
|
304
|
+
<div class="refsect2" title="enum GtkCornerType">
|
305
305
|
<a name="GtkCornerType"></a><h3>enum GtkCornerType</h3>
|
306
306
|
<pre class="programlisting">typedef enum
|
307
307
|
{
|
@@ -347,7 +347,7 @@ widget.
|
|
347
347
|
</table></div>
|
348
348
|
</div>
|
349
349
|
<hr>
|
350
|
-
<div class="refsect2">
|
350
|
+
<div class="refsect2" title="enum GtkCurveType">
|
351
351
|
<a name="GtkCurveType"></a><h3>enum GtkCurveType</h3>
|
352
352
|
<pre class="programlisting">typedef enum
|
353
353
|
{
|
@@ -356,7 +356,7 @@ widget.
|
|
356
356
|
GTK_CURVE_TYPE_FREE /* free form curve */
|
357
357
|
} GtkCurveType;
|
358
358
|
</pre>
|
359
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
359
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
360
360
|
<h3 class="title">Warning</h3>
|
361
361
|
<p><code class="literal">GtkCurveType</code> is deprecated and should not be used in newly-written code.</p>
|
362
362
|
</div>
|
@@ -364,7 +364,7 @@ widget.
|
|
364
364
|
</p>
|
365
365
|
</div>
|
366
366
|
<hr>
|
367
|
-
<div class="refsect2">
|
367
|
+
<div class="refsect2" title="enum GtkDeleteType">
|
368
368
|
<a name="GtkDeleteType"></a><h3>enum GtkDeleteType</h3>
|
369
369
|
<pre class="programlisting">typedef enum
|
370
370
|
{
|
@@ -384,7 +384,7 @@ widget.
|
|
384
384
|
</p>
|
385
385
|
</div>
|
386
386
|
<hr>
|
387
|
-
<div class="refsect2">
|
387
|
+
<div class="refsect2" title="enum GtkDirectionType">
|
388
388
|
<a name="GtkDirectionType"></a><h3>enum GtkDirectionType</h3>
|
389
389
|
<pre class="programlisting">typedef enum
|
390
390
|
{
|
@@ -400,7 +400,7 @@ widget.
|
|
400
400
|
</p>
|
401
401
|
</div>
|
402
402
|
<hr>
|
403
|
-
<div class="refsect2">
|
403
|
+
<div class="refsect2" title="enum GtkExpanderStyle">
|
404
404
|
<a name="GtkExpanderStyle"></a><h3>enum GtkExpanderStyle</h3>
|
405
405
|
<pre class="programlisting">typedef enum
|
406
406
|
{
|
@@ -440,7 +440,7 @@ Used to specify the style of the expanders drawn by a <a class="link" href="GtkT
|
|
440
440
|
</table></div>
|
441
441
|
</div>
|
442
442
|
<hr>
|
443
|
-
<div class="refsect2">
|
443
|
+
<div class="refsect2" title="enum GtkIMPreeditStyle">
|
444
444
|
<a name="GtkIMPreeditStyle"></a><h3>enum GtkIMPreeditStyle</h3>
|
445
445
|
<pre class="programlisting">typedef enum
|
446
446
|
{
|
@@ -453,7 +453,7 @@ Used to specify the style of the expanders drawn by a <a class="link" href="GtkT
|
|
453
453
|
</p>
|
454
454
|
</div>
|
455
455
|
<hr>
|
456
|
-
<div class="refsect2">
|
456
|
+
<div class="refsect2" title="enum GtkIMStatusStyle">
|
457
457
|
<a name="GtkIMStatusStyle"></a><h3>enum GtkIMStatusStyle</h3>
|
458
458
|
<pre class="programlisting">typedef enum
|
459
459
|
{
|
@@ -466,7 +466,7 @@ Used to specify the style of the expanders drawn by a <a class="link" href="GtkT
|
|
466
466
|
</p>
|
467
467
|
</div>
|
468
468
|
<hr>
|
469
|
-
<div class="refsect2">
|
469
|
+
<div class="refsect2" title="enum GtkJustification">
|
470
470
|
<a name="GtkJustification"></a><h3>enum GtkJustification</h3>
|
471
471
|
<pre class="programlisting">typedef enum
|
472
472
|
{
|
@@ -507,7 +507,7 @@ Used for justifying the text inside a <a class="link" href="GtkLabel.html" title
|
|
507
507
|
</table></div>
|
508
508
|
</div>
|
509
509
|
<hr>
|
510
|
-
<div class="refsect2">
|
510
|
+
<div class="refsect2" title="enum GtkMatchType">
|
511
511
|
<a name="GtkMatchType"></a><h3>enum GtkMatchType</h3>
|
512
512
|
<pre class="programlisting">typedef enum
|
513
513
|
{
|
@@ -519,7 +519,7 @@ Used for justifying the text inside a <a class="link" href="GtkLabel.html" title
|
|
519
519
|
GTK_MATCH_LAST
|
520
520
|
} GtkMatchType;
|
521
521
|
</pre>
|
522
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
522
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
523
523
|
<h3 class="title">Warning</h3>
|
524
524
|
<p><code class="literal">GtkMatchType</code> is deprecated and should not be used in newly-written code.</p>
|
525
525
|
</div>
|
@@ -527,7 +527,7 @@ Used for justifying the text inside a <a class="link" href="GtkLabel.html" title
|
|
527
527
|
</p>
|
528
528
|
</div>
|
529
529
|
<hr>
|
530
|
-
<div class="refsect2">
|
530
|
+
<div class="refsect2" title="enum GtkMetricType">
|
531
531
|
<a name="GtkMetricType"></a><h3>enum GtkMetricType</h3>
|
532
532
|
<pre class="programlisting">typedef enum
|
533
533
|
{
|
@@ -561,7 +561,7 @@ Used to indicate which metric is used by a <a class="link" href="GtkRuler.html"
|
|
561
561
|
</table></div>
|
562
562
|
</div>
|
563
563
|
<hr>
|
564
|
-
<div class="refsect2">
|
564
|
+
<div class="refsect2" title="enum GtkMovementStep">
|
565
565
|
<a name="GtkMovementStep"></a><h3>enum GtkMovementStep</h3>
|
566
566
|
<pre class="programlisting">typedef enum
|
567
567
|
{
|
@@ -581,7 +581,7 @@ Used to indicate which metric is used by a <a class="link" href="GtkRuler.html"
|
|
581
581
|
</p>
|
582
582
|
</div>
|
583
583
|
<hr>
|
584
|
-
<div class="refsect2">
|
584
|
+
<div class="refsect2" title="enum GtkOrientation">
|
585
585
|
<a name="GtkOrientation"></a><h3>enum GtkOrientation</h3>
|
586
586
|
<pre class="programlisting">typedef enum
|
587
587
|
{
|
@@ -610,7 +610,7 @@ and vertical orientation on the fly, like <a class="link" href="GtkToolbar.html"
|
|
610
610
|
</table></div>
|
611
611
|
</div>
|
612
612
|
<hr>
|
613
|
-
<div class="refsect2">
|
613
|
+
<div class="refsect2" title="enum GtkPackType">
|
614
614
|
<a name="GtkPackType"></a><h3>enum GtkPackType</h3>
|
615
615
|
<pre class="programlisting">typedef enum
|
616
616
|
{
|
@@ -639,7 +639,7 @@ Represents the packing location <a class="link" href="GtkBox.html" title="GtkBox
|
|
639
639
|
</table></div>
|
640
640
|
</div>
|
641
641
|
<hr>
|
642
|
-
<div class="refsect2">
|
642
|
+
<div class="refsect2" title="enum GtkPathPriorityType">
|
643
643
|
<a name="GtkPathPriorityType"></a><h3>enum GtkPathPriorityType</h3>
|
644
644
|
<pre class="programlisting">typedef enum
|
645
645
|
{
|
@@ -655,7 +655,7 @@ Represents the packing location <a class="link" href="GtkBox.html" title="GtkBox
|
|
655
655
|
</p>
|
656
656
|
</div>
|
657
657
|
<hr>
|
658
|
-
<div class="refsect2">
|
658
|
+
<div class="refsect2" title="enum GtkPathType">
|
659
659
|
<a name="GtkPathType"></a><h3>enum GtkPathType</h3>
|
660
660
|
<pre class="programlisting">typedef enum
|
661
661
|
{
|
@@ -668,7 +668,7 @@ Represents the packing location <a class="link" href="GtkBox.html" title="GtkBox
|
|
668
668
|
</p>
|
669
669
|
</div>
|
670
670
|
<hr>
|
671
|
-
<div class="refsect2">
|
671
|
+
<div class="refsect2" title="enum GtkPolicyType">
|
672
672
|
<a name="GtkPolicyType"></a><h3>enum GtkPolicyType</h3>
|
673
673
|
<pre class="programlisting">typedef enum
|
674
674
|
{
|
@@ -703,7 +703,7 @@ when all of a <a class="link" href="GtkCList.html" title="GtkCList"><span class=
|
|
703
703
|
</table></div>
|
704
704
|
</div>
|
705
705
|
<hr>
|
706
|
-
<div class="refsect2">
|
706
|
+
<div class="refsect2" title="enum GtkPositionType">
|
707
707
|
<a name="GtkPositionType"></a><h3>enum GtkPositionType</h3>
|
708
708
|
<pre class="programlisting">typedef enum
|
709
709
|
{
|
@@ -745,7 +745,7 @@ tabs of a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span clas
|
|
745
745
|
</table></div>
|
746
746
|
</div>
|
747
747
|
<hr>
|
748
|
-
<div class="refsect2">
|
748
|
+
<div class="refsect2" title="enum GtkPreviewType">
|
749
749
|
<a name="GtkPreviewType"></a><h3>enum GtkPreviewType</h3>
|
750
750
|
<pre class="programlisting">typedef enum
|
751
751
|
{
|
@@ -753,7 +753,7 @@ tabs of a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span clas
|
|
753
753
|
GTK_PREVIEW_GRAYSCALE
|
754
754
|
} GtkPreviewType;
|
755
755
|
</pre>
|
756
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
756
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
757
757
|
<h3 class="title">Warning</h3>
|
758
758
|
<p><code class="literal">GtkPreviewType</code> is deprecated and should not be used in newly-written code.</p>
|
759
759
|
</div>
|
@@ -778,7 +778,7 @@ contains grayscale or red-green-blue data.
|
|
778
778
|
</table></div>
|
779
779
|
</div>
|
780
780
|
<hr>
|
781
|
-
<div class="refsect2">
|
781
|
+
<div class="refsect2" title="enum GtkReliefStyle">
|
782
782
|
<a name="GtkReliefStyle"></a><h3>enum GtkReliefStyle</h3>
|
783
783
|
<pre class="programlisting">typedef enum
|
784
784
|
{
|
@@ -812,7 +812,7 @@ Indicated the relief to be drawn around a <a class="link" href="GtkButton.html"
|
|
812
812
|
</table></div>
|
813
813
|
</div>
|
814
814
|
<hr>
|
815
|
-
<div class="refsect2">
|
815
|
+
<div class="refsect2" title="enum GtkResizeMode">
|
816
816
|
<a name="GtkResizeMode"></a><h3>enum GtkResizeMode</h3>
|
817
817
|
<pre class="programlisting">typedef enum
|
818
818
|
{
|
@@ -845,7 +845,7 @@ Indicated the relief to be drawn around a <a class="link" href="GtkButton.html"
|
|
845
845
|
</table></div>
|
846
846
|
</div>
|
847
847
|
<hr>
|
848
|
-
<div class="refsect2">
|
848
|
+
<div class="refsect2" title="enum GtkScrollStep">
|
849
849
|
<a name="GtkScrollStep"></a><h3>enum GtkScrollStep</h3>
|
850
850
|
<pre class="programlisting">typedef enum
|
851
851
|
{
|
@@ -861,7 +861,7 @@ Indicated the relief to be drawn around a <a class="link" href="GtkButton.html"
|
|
861
861
|
</p>
|
862
862
|
</div>
|
863
863
|
<hr>
|
864
|
-
<div class="refsect2">
|
864
|
+
<div class="refsect2" title="enum GtkScrollType">
|
865
865
|
<a name="GtkScrollType"></a><h3>enum GtkScrollType</h3>
|
866
866
|
<pre class="programlisting">typedef enum
|
867
867
|
{
|
@@ -887,7 +887,7 @@ Indicated the relief to be drawn around a <a class="link" href="GtkButton.html"
|
|
887
887
|
</p>
|
888
888
|
</div>
|
889
889
|
<hr>
|
890
|
-
<div class="refsect2">
|
890
|
+
<div class="refsect2" title="enum GtkSelectionMode">
|
891
891
|
<a name="GtkSelectionMode"></a><h3>enum GtkSelectionMode</h3>
|
892
892
|
<pre class="programlisting">typedef enum
|
893
893
|
{
|
@@ -941,7 +941,7 @@ Used to control what selections users are allowed to make.
|
|
941
941
|
</table></div>
|
942
942
|
</div>
|
943
943
|
<hr>
|
944
|
-
<div class="refsect2">
|
944
|
+
<div class="refsect2" title="enum GtkShadowType">
|
945
945
|
<a name="GtkShadowType"></a><h3>enum GtkShadowType</h3>
|
946
946
|
<pre class="programlisting">typedef enum
|
947
947
|
{
|
@@ -987,7 +987,7 @@ Used to change the appearance of an outline typically provided by a <a class="li
|
|
987
987
|
</table></div>
|
988
988
|
</div>
|
989
989
|
<hr>
|
990
|
-
<div class="refsect2">
|
990
|
+
<div class="refsect2" title="enum GtkSideType">
|
991
991
|
<a name="GtkSideType"></a><h3>enum GtkSideType</h3>
|
992
992
|
<pre class="programlisting">typedef enum
|
993
993
|
{
|
@@ -997,7 +997,7 @@ Used to change the appearance of an outline typically provided by a <a class="li
|
|
997
997
|
GTK_SIDE_RIGHT
|
998
998
|
} GtkSideType;
|
999
999
|
</pre>
|
1000
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1000
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1001
1001
|
<h3 class="title">Warning</h3>
|
1002
1002
|
<p><code class="literal">GtkSideType</code> is deprecated and should not be used in newly-written code.</p>
|
1003
1003
|
</div>
|
@@ -1005,7 +1005,7 @@ Used to change the appearance of an outline typically provided by a <a class="li
|
|
1005
1005
|
</p>
|
1006
1006
|
</div>
|
1007
1007
|
<hr>
|
1008
|
-
<div class="refsect2">
|
1008
|
+
<div class="refsect2" title="enum GtkStateType">
|
1009
1009
|
<a name="GtkStateType"></a><h3>enum GtkStateType</h3>
|
1010
1010
|
<pre class="programlisting">typedef enum
|
1011
1011
|
{
|
@@ -1056,7 +1056,7 @@ unresponsive to user actions.
|
|
1056
1056
|
</table></div>
|
1057
1057
|
</div>
|
1058
1058
|
<hr>
|
1059
|
-
<div class="refsect2">
|
1059
|
+
<div class="refsect2" title="enum GtkSubmenuDirection">
|
1060
1060
|
<a name="GtkSubmenuDirection"></a><h3>enum GtkSubmenuDirection</h3>
|
1061
1061
|
<pre class="programlisting">typedef enum
|
1062
1062
|
{
|
@@ -1064,7 +1064,7 @@ unresponsive to user actions.
|
|
1064
1064
|
GTK_DIRECTION_RIGHT
|
1065
1065
|
} GtkSubmenuDirection;
|
1066
1066
|
</pre>
|
1067
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1067
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1068
1068
|
<h3 class="title">Warning</h3>
|
1069
1069
|
<p><code class="literal">GtkSubmenuDirection</code> is deprecated and should not be used in newly-written code.</p>
|
1070
1070
|
</div>
|
@@ -1088,7 +1088,7 @@ Indicates the direction a sub-menu will appear.
|
|
1088
1088
|
</table></div>
|
1089
1089
|
</div>
|
1090
1090
|
<hr>
|
1091
|
-
<div class="refsect2">
|
1091
|
+
<div class="refsect2" title="enum GtkSubmenuPlacement">
|
1092
1092
|
<a name="GtkSubmenuPlacement"></a><h3>enum GtkSubmenuPlacement</h3>
|
1093
1093
|
<pre class="programlisting">typedef enum
|
1094
1094
|
{
|
@@ -1096,7 +1096,7 @@ Indicates the direction a sub-menu will appear.
|
|
1096
1096
|
GTK_LEFT_RIGHT
|
1097
1097
|
} GtkSubmenuPlacement;
|
1098
1098
|
</pre>
|
1099
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1099
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1100
1100
|
<h3 class="title">Warning</h3>
|
1101
1101
|
<p><code class="literal">GtkSubmenuPlacement</code> is deprecated and should not be used in newly-written code.</p>
|
1102
1102
|
</div>
|
@@ -1104,7 +1104,7 @@ Indicates the direction a sub-menu will appear.
|
|
1104
1104
|
</p>
|
1105
1105
|
</div>
|
1106
1106
|
<hr>
|
1107
|
-
<div class="refsect2">
|
1107
|
+
<div class="refsect2" title="enum GtkToolbarStyle">
|
1108
1108
|
<a name="GtkToolbarStyle"></a><h3>enum GtkToolbarStyle</h3>
|
1109
1109
|
<pre class="programlisting">typedef enum
|
1110
1110
|
{
|
@@ -1149,7 +1149,7 @@ other, rather than vertically stacked
|
|
1149
1149
|
</table></div>
|
1150
1150
|
</div>
|
1151
1151
|
<hr>
|
1152
|
-
<div class="refsect2">
|
1152
|
+
<div class="refsect2" title="enum GtkUpdateType">
|
1153
1153
|
<a name="GtkUpdateType"></a><h3>enum GtkUpdateType</h3>
|
1154
1154
|
<pre class="programlisting">typedef enum
|
1155
1155
|
{
|
@@ -1183,7 +1183,7 @@ Used by <a class="link" href="GtkRange.html" title="GtkRange"><span class="type"
|
|
1183
1183
|
</table></div>
|
1184
1184
|
</div>
|
1185
1185
|
<hr>
|
1186
|
-
<div class="refsect2">
|
1186
|
+
<div class="refsect2" title="enum GtkVisibility">
|
1187
1187
|
<a name="GtkVisibility"></a><h3>enum GtkVisibility</h3>
|
1188
1188
|
<pre class="programlisting">typedef enum
|
1189
1189
|
{
|
@@ -1217,7 +1217,7 @@ Used by <a class="link" href="GtkCList.html" title="GtkCList"><span class="type"
|
|
1217
1217
|
</table></div>
|
1218
1218
|
</div>
|
1219
1219
|
<hr>
|
1220
|
-
<div class="refsect2">
|
1220
|
+
<div class="refsect2" title="enum GtkWindowPosition">
|
1221
1221
|
<a name="GtkWindowPosition"></a><h3>enum GtkWindowPosition</h3>
|
1222
1222
|
<pre class="programlisting">typedef enum
|
1223
1223
|
{
|
@@ -1266,7 +1266,7 @@ parent (see <a class="link" href="GtkWindow.html#gtk-window-set-transient-for" t
|
|
1266
1266
|
</table></div>
|
1267
1267
|
</div>
|
1268
1268
|
<hr>
|
1269
|
-
<div class="refsect2">
|
1269
|
+
<div class="refsect2" title="enum GtkWindowType">
|
1270
1270
|
<a name="GtkWindowType"></a><h3>enum GtkWindowType</h3>
|
1271
1271
|
<pre class="programlisting">typedef enum
|
1272
1272
|
{
|
@@ -1306,7 +1306,7 @@ the window borders; use <a class="link" href="GtkWindow.html#gtk-window-set-deco
|
|
1306
1306
|
</table></div>
|
1307
1307
|
</div>
|
1308
1308
|
<hr>
|
1309
|
-
<div class="refsect2">
|
1309
|
+
<div class="refsect2" title="enum GtkSortType">
|
1310
1310
|
<a name="GtkSortType"></a><h3>enum GtkSortType</h3>
|
1311
1311
|
<pre class="programlisting">typedef enum
|
1312
1312
|
{
|
@@ -1334,7 +1334,7 @@ Determines the direction of a sort.
|
|
1334
1334
|
</table></div>
|
1335
1335
|
</div>
|
1336
1336
|
<hr>
|
1337
|
-
<div class="refsect2">
|
1337
|
+
<div class="refsect2" title="enum GtkDragResult">
|
1338
1338
|
<a name="GtkDragResult"></a><h3>enum GtkDragResult</h3>
|
1339
1339
|
<pre class="programlisting">typedef enum
|
1340
1340
|
{
|
@@ -1393,6 +1393,6 @@ The value can by obtained by connecting to the
|
|
1393
1393
|
</div>
|
1394
1394
|
<div class="footer">
|
1395
1395
|
<hr>
|
1396
|
-
Generated by GTK-Doc V1.
|
1396
|
+
Generated by GTK-Doc V1.15</div>
|
1397
1397
|
</body>
|
1398
1398
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="GtkIconTheme.html" title="GtkIconTheme">
|
10
10
|
<link rel="next" href="gtk-Themeable-Stock-Images.html" title="Themeable Stock Images">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<a href="#gtk-Stock-Items.description" class="shortcut">Description</a>
|
27
27
|
</td></tr>
|
28
28
|
</table>
|
29
|
-
<div class="refentry">
|
29
|
+
<div class="refentry" title="Stock Items">
|
30
30
|
<a name="gtk-Stock-Items"></a><div class="titlepage"></div>
|
31
31
|
<div class="refnamediv"><table width="100%"><tr>
|
32
32
|
<td valign="top">
|
@@ -35,21 +35,21 @@
|
|
35
35
|
</td>
|
36
36
|
<td valign="top" align="right"></td>
|
37
37
|
</tr></table></div>
|
38
|
-
<div class="refsynopsisdiv">
|
38
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
39
39
|
<a name="gtk-Stock-Items.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis">
|
41
41
|
#include <gtk/gtk.h>
|
42
42
|
|
43
|
-
|
44
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-add" title="gtk_stock_add ()">gtk_stock_add</a> (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
43
|
+
<a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem">GtkStockItem</a>;
|
44
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-add" title="gtk_stock_add ()">gtk_stock_add</a> (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *items</code></em>,
|
45
45
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_items</code></em>);
|
46
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-add-static" title="gtk_stock_add_static ()">gtk_stock_add_static</a> (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
46
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-add-static" title="gtk_stock_add_static ()">gtk_stock_add_static</a> (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *items</code></em>,
|
47
47
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_items</code></em>);
|
48
|
-
<a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
49
|
-
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-item-free" title="gtk_stock_item_free ()">gtk_stock_item_free</a> (<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
50
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a
|
48
|
+
<a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="returnvalue">GtkStockItem</span></a> * <a class="link" href="gtk-Stock-Items.html#gtk-stock-item-copy" title="gtk_stock_item_copy ()">gtk_stock_item_copy</a> (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);
|
49
|
+
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-item-free" title="gtk_stock_item_free ()">gtk_stock_item_free</a> (<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);
|
50
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>* <a class="link" href="gtk-Stock-Items.html#gtk-stock-list-ids" title="gtk_stock_list_ids ()">gtk_stock_list_ids</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
51
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-Stock-Items.html#gtk-stock-lookup" title="gtk_stock_lookup ()">gtk_stock_lookup</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
52
|
-
<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
52
|
+
<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="gtk-Stock-Items.html#gtk-stock-set-translate-func" title="gtk_stock_set_translate_func ()">gtk_stock_set_translate_func</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a> func</code></em>,
|
55
55
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>,
|
@@ -162,7 +162,7 @@ struct <a class="link" href="gtk-Stock-Items.html#GtkStockItem" tit
|
|
162
162
|
#define <a class="link" href="gtk-Stock-Items.html#GTK-STOCK-ZOOM-OUT:CAPS" title="GTK_STOCK_ZOOM_OUT">GTK_STOCK_ZOOM_OUT</a>
|
163
163
|
</pre>
|
164
164
|
</div>
|
165
|
-
<div class="refsect1">
|
165
|
+
<div class="refsect1" title="Description">
|
166
166
|
<a name="gtk-Stock-Items.description"></a><h2>Description</h2>
|
167
167
|
<p>
|
168
168
|
Stock items represent commonly-used menu or toolbar items such as
|
@@ -173,36 +173,36 @@ Applications can register their own stock items in addition to those
|
|
173
173
|
built-in to GTK+.
|
174
174
|
</p>
|
175
175
|
<p>
|
176
|
-
Each stock ID can be associated with a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
176
|
+
Each stock ID can be associated with a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a>, which contains
|
177
177
|
the user-visible label, keyboard accelerator, and translation domain
|
178
178
|
of the menu or toolbar item; and/or with an icon stored in a
|
179
179
|
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>. See <a class="link" href="gtk-Themeable-Stock-Images.html" title="Themeable Stock Images">GtkIconFactory</a> for
|
180
180
|
more information on stock icons. The connection between a
|
181
|
-
<a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
181
|
+
<a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> and stock icons is purely conventional (by virtue of
|
182
182
|
using the same stock ID); it's possible to register a stock item but
|
183
183
|
no icon, and vice versa. Stock icons may have a RTL variant which gets
|
184
184
|
used for right-to-left locales.
|
185
185
|
</p>
|
186
186
|
</div>
|
187
|
-
<div class="refsect1">
|
187
|
+
<div class="refsect1" title="Details">
|
188
188
|
<a name="gtk-Stock-Items.details"></a><h2>Details</h2>
|
189
|
-
<div class="refsect2">
|
190
|
-
<a name="GtkStockItem"></a><h3>
|
191
|
-
<pre class="programlisting">struct
|
189
|
+
<div class="refsect2" title="GtkStockItem">
|
190
|
+
<a name="GtkStockItem"></a><h3>GtkStockItem</h3>
|
191
|
+
<pre class="programlisting">typedef struct {
|
192
192
|
gchar *stock_id;
|
193
193
|
gchar *label;
|
194
194
|
GdkModifierType modifier;
|
195
195
|
guint keyval;
|
196
196
|
gchar *translation_domain;
|
197
|
-
};
|
197
|
+
} GtkStockItem;
|
198
198
|
</pre>
|
199
199
|
<p>
|
200
200
|
</p>
|
201
201
|
</div>
|
202
202
|
<hr>
|
203
|
-
<div class="refsect2">
|
203
|
+
<div class="refsect2" title="gtk_stock_add ()">
|
204
204
|
<a name="gtk-stock-add"></a><h3>gtk_stock_add ()</h3>
|
205
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_add (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
205
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_add (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *items</code></em>,
|
206
206
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_items</code></em>);</pre>
|
207
207
|
<p>
|
208
208
|
Registers each of the stock items in <em class="parameter"><code>items</code></em>. If an item already
|
@@ -217,20 +217,21 @@ copy the array.
|
|
217
217
|
<tbody>
|
218
218
|
<tr>
|
219
219
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
220
|
-
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
220
|
+
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> or array of items
|
221
|
+
</td>
|
221
222
|
</tr>
|
222
223
|
<tr>
|
223
224
|
<td><p><span class="term"><em class="parameter"><code>n_items</code></em> :</span></p></td>
|
224
|
-
<td>number of <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
225
|
+
<td>number of <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> in <em class="parameter"><code>items</code></em>
|
225
226
|
</td>
|
226
227
|
</tr>
|
227
228
|
</tbody>
|
228
229
|
</table></div>
|
229
230
|
</div>
|
230
231
|
<hr>
|
231
|
-
<div class="refsect2">
|
232
|
+
<div class="refsect2" title="gtk_stock_add_static ()">
|
232
233
|
<a name="gtk-stock-add-static"></a><h3>gtk_stock_add_static ()</h3>
|
233
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_add_static (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
234
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_add_static (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *items</code></em>,
|
234
235
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_items</code></em>);</pre>
|
235
236
|
<p>
|
236
237
|
Same as <a class="link" href="gtk-Stock-Items.html#gtk-stock-add" title="gtk_stock_add ()"><code class="function">gtk_stock_add()</code></a>, but doesn't copy <em class="parameter"><code>items</code></em>, so
|
@@ -241,20 +242,21 @@ Same as <a class="link" href="gtk-Stock-Items.html#gtk-stock-add" title="gtk_sto
|
|
241
242
|
<tbody>
|
242
243
|
<tr>
|
243
244
|
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
|
244
|
-
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
245
|
+
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> or array of <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a>
|
245
246
|
</td>
|
246
247
|
</tr>
|
247
248
|
<tr>
|
248
249
|
<td><p><span class="term"><em class="parameter"><code>n_items</code></em> :</span></p></td>
|
249
|
-
<td>number of items
|
250
|
+
<td>number of items
|
251
|
+
</td>
|
250
252
|
</tr>
|
251
253
|
</tbody>
|
252
254
|
</table></div>
|
253
255
|
</div>
|
254
256
|
<hr>
|
255
|
-
<div class="refsect2">
|
257
|
+
<div class="refsect2" title="gtk_stock_item_copy ()">
|
256
258
|
<a name="gtk-stock-item-copy"></a><h3>gtk_stock_item_copy ()</h3>
|
257
|
-
<pre class="programlisting"><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
259
|
+
<pre class="programlisting"><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="returnvalue">GtkStockItem</span></a> * gtk_stock_item_copy (<em class="parameter"><code>const <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);</pre>
|
258
260
|
<p>
|
259
261
|
Copies a stock item, mostly useful for language bindings and not in applications.
|
260
262
|
</p>
|
@@ -263,21 +265,21 @@ Copies a stock item, mostly useful for language bindings and not in applications
|
|
263
265
|
<tbody>
|
264
266
|
<tr>
|
265
267
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
266
|
-
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
268
|
+
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a>
|
267
269
|
</td>
|
268
270
|
</tr>
|
269
271
|
<tr>
|
270
272
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
271
|
-
<td>a new <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
273
|
+
<td> a new <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a>
|
272
274
|
</td>
|
273
275
|
</tr>
|
274
276
|
</tbody>
|
275
277
|
</table></div>
|
276
278
|
</div>
|
277
279
|
<hr>
|
278
|
-
<div class="refsect2">
|
280
|
+
<div class="refsect2" title="gtk_stock_item_free ()">
|
279
281
|
<a name="gtk-stock-item-free"></a><h3>gtk_stock_item_free ()</h3>
|
280
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_item_free (<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
282
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_item_free (<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);</pre>
|
281
283
|
<p>
|
282
284
|
Frees a stock item allocated on the heap, such as one returned by
|
283
285
|
<a class="link" href="gtk-Stock-Items.html#gtk-stock-item-copy" title="gtk_stock_item_copy ()"><code class="function">gtk_stock_item_copy()</code></a>. Also frees the fields inside the stock item,
|
@@ -287,15 +289,15 @@ if they are not <a href="http://library.gnome.org/devel/glib/unstable/glib-Stand
|
|
287
289
|
<col align="left" valign="top">
|
288
290
|
<tbody><tr>
|
289
291
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
290
|
-
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
292
|
+
<td>a <a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a>
|
291
293
|
</td>
|
292
294
|
</tr></tbody>
|
293
295
|
</table></div>
|
294
296
|
</div>
|
295
297
|
<hr>
|
296
|
-
<div class="refsect2">
|
298
|
+
<div class="refsect2" title="gtk_stock_list_ids ()">
|
297
299
|
<a name="gtk-stock-list-ids"></a><h3>gtk_stock_list_ids ()</h3>
|
298
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a
|
300
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a>* gtk_stock_list_ids (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
299
301
|
<p>
|
300
302
|
Retrieves a list of all known stock IDs added to a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconFactory"><span class="type">GtkIconFactory</span></a>
|
301
303
|
or registered with <a class="link" href="gtk-Stock-Items.html#gtk-stock-add" title="gtk_stock_add ()"><code class="function">gtk_stock_add()</code></a>. The list must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#g-slist-free"><code class="function">g_slist_free()</code></a>,
|
@@ -305,16 +307,16 @@ and each string in the list must be freed with <a href="http://library.gnome.org
|
|
305
307
|
<col align="left" valign="top">
|
306
308
|
<tbody><tr>
|
307
309
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
308
|
-
<td>a list of known stock IDs. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
310
|
+
<td> a list of known stock IDs. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym> utf8]</span>
|
309
311
|
</td>
|
310
312
|
</tr></tbody>
|
311
313
|
</table></div>
|
312
314
|
</div>
|
313
315
|
<hr>
|
314
|
-
<div class="refsect2">
|
316
|
+
<div class="refsect2" title="gtk_stock_lookup ()">
|
315
317
|
<a name="gtk-stock-lookup"></a><h3>gtk_stock_lookup ()</h3>
|
316
318
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_stock_lookup (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>,
|
317
|
-
<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="
|
319
|
+
<em class="parameter"><code><a class="link" href="gtk-Stock-Items.html#GtkStockItem" title="GtkStockItem"><span class="type">GtkStockItem</span></a> *item</code></em>);</pre>
|
318
320
|
<p>
|
319
321
|
Fills <em class="parameter"><code>item</code></em> with the registered values for <em class="parameter"><code>stock_id</code></em>, returning <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
|
320
322
|
if <em class="parameter"><code>stock_id</code></em> was known.
|
@@ -324,22 +326,24 @@ if <em class="parameter"><code>stock_id</code></em> was known.
|
|
324
326
|
<tbody>
|
325
327
|
<tr>
|
326
328
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
327
|
-
<td>a stock item name
|
329
|
+
<td>a stock item name
|
330
|
+
</td>
|
328
331
|
</tr>
|
329
332
|
<tr>
|
330
333
|
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
|
331
|
-
<td>stock item to initialize with values
|
334
|
+
<td>stock item to initialize with values
|
335
|
+
</td>
|
332
336
|
</tr>
|
333
337
|
<tr>
|
334
338
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
335
|
-
<td>
|
336
|
-
|
339
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>item</code></em> was initialized
|
340
|
+
</td>
|
337
341
|
</tr>
|
338
342
|
</tbody>
|
339
343
|
</table></div>
|
340
344
|
</div>
|
341
345
|
<hr>
|
342
|
-
<div class="refsect2">
|
346
|
+
<div class="refsect2" title="gtk_stock_set_translate_func ()">
|
343
347
|
<a name="gtk-stock-set-translate-func"></a><h3>gtk_stock_set_translate_func ()</h3>
|
344
348
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_stock_set_translate_func (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>,
|
345
349
|
<em class="parameter"><code><a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a> func</code></em>,
|
@@ -417,11 +421,12 @@ when dealing with message contexts:
|
|
417
421
|
<tbody>
|
418
422
|
<tr>
|
419
423
|
<td><p><span class="term"><em class="parameter"><code>domain</code></em> :</span></p></td>
|
420
|
-
<td>the translation domain for which <em class="parameter"><code>func</code></em> shall be used
|
424
|
+
<td>the translation domain for which <em class="parameter"><code>func</code></em> shall be used
|
425
|
+
</td>
|
421
426
|
</tr>
|
422
427
|
<tr>
|
423
428
|
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
|
424
|
-
<td>a <a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a>
|
429
|
+
<td>a <a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a>
|
425
430
|
</td>
|
426
431
|
</tr>
|
427
432
|
<tr>
|
@@ -432,14 +437,15 @@ when dealing with message contexts:
|
|
432
437
|
<tr>
|
433
438
|
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
434
439
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> that is called when <em class="parameter"><code>data</code></em> is
|
435
|
-
no longer needed
|
440
|
+
no longer needed
|
441
|
+
</td>
|
436
442
|
</tr>
|
437
443
|
</tbody>
|
438
444
|
</table></div>
|
439
445
|
<p class="since">Since 2.8</p>
|
440
446
|
</div>
|
441
447
|
<hr>
|
442
|
-
<div class="refsect2">
|
448
|
+
<div class="refsect2" title="GTK_STOCK_ABOUT">
|
443
449
|
<a name="GTK-STOCK-ABOUT:CAPS"></a><h3>GTK_STOCK_ABOUT</h3>
|
444
450
|
<pre class="programlisting">#define GTK_STOCK_ABOUT "gtk-about"
|
445
451
|
</pre>
|
@@ -450,7 +456,7 @@ The "About" item.
|
|
450
456
|
<p class="since">Since 2.6</p>
|
451
457
|
</div>
|
452
458
|
<hr>
|
453
|
-
<div class="refsect2">
|
459
|
+
<div class="refsect2" title="GTK_STOCK_ADD">
|
454
460
|
<a name="GTK-STOCK-ADD:CAPS"></a><h3>GTK_STOCK_ADD</h3>
|
455
461
|
<pre class="programlisting">#define GTK_STOCK_ADD "gtk-add"
|
456
462
|
</pre>
|
@@ -460,7 +466,7 @@ The "Add" item.
|
|
460
466
|
</p>
|
461
467
|
</div>
|
462
468
|
<hr>
|
463
|
-
<div class="refsect2">
|
469
|
+
<div class="refsect2" title="GTK_STOCK_APPLY">
|
464
470
|
<a name="GTK-STOCK-APPLY:CAPS"></a><h3>GTK_STOCK_APPLY</h3>
|
465
471
|
<pre class="programlisting">#define GTK_STOCK_APPLY "gtk-apply"
|
466
472
|
</pre>
|
@@ -470,7 +476,7 @@ The "Apply" item.
|
|
470
476
|
</p>
|
471
477
|
</div>
|
472
478
|
<hr>
|
473
|
-
<div class="refsect2">
|
479
|
+
<div class="refsect2" title="GTK_STOCK_BOLD">
|
474
480
|
<a name="GTK-STOCK-BOLD:CAPS"></a><h3>GTK_STOCK_BOLD</h3>
|
475
481
|
<pre class="programlisting">#define GTK_STOCK_BOLD "gtk-bold"
|
476
482
|
</pre>
|
@@ -480,7 +486,7 @@ The "Bold" item.
|
|
480
486
|
</p>
|
481
487
|
</div>
|
482
488
|
<hr>
|
483
|
-
<div class="refsect2">
|
489
|
+
<div class="refsect2" title="GTK_STOCK_CANCEL">
|
484
490
|
<a name="GTK-STOCK-CANCEL:CAPS"></a><h3>GTK_STOCK_CANCEL</h3>
|
485
491
|
<pre class="programlisting">#define GTK_STOCK_CANCEL "gtk-cancel"
|
486
492
|
</pre>
|
@@ -490,7 +496,7 @@ The "Cancel" item.
|
|
490
496
|
</p>
|
491
497
|
</div>
|
492
498
|
<hr>
|
493
|
-
<div class="refsect2">
|
499
|
+
<div class="refsect2" title="GTK_STOCK_CAPS_LOCK_WARNING">
|
494
500
|
<a name="GTK-STOCK-CAPS-LOCK-WARNING:CAPS"></a><h3>GTK_STOCK_CAPS_LOCK_WARNING</h3>
|
495
501
|
<pre class="programlisting">#define GTK_STOCK_CAPS_LOCK_WARNING "gtk-caps-lock-warning"
|
496
502
|
</pre>
|
@@ -501,7 +507,7 @@ The "Caps Lock Warning" icon.
|
|
501
507
|
<p class="since">Since 2.16</p>
|
502
508
|
</div>
|
503
509
|
<hr>
|
504
|
-
<div class="refsect2">
|
510
|
+
<div class="refsect2" title="GTK_STOCK_CDROM">
|
505
511
|
<a name="GTK-STOCK-CDROM:CAPS"></a><h3>GTK_STOCK_CDROM</h3>
|
506
512
|
<pre class="programlisting">#define GTK_STOCK_CDROM "gtk-cdrom"
|
507
513
|
</pre>
|
@@ -511,7 +517,7 @@ The "CD-Rom" item.
|
|
511
517
|
</p>
|
512
518
|
</div>
|
513
519
|
<hr>
|
514
|
-
<div class="refsect2">
|
520
|
+
<div class="refsect2" title="GTK_STOCK_CLEAR">
|
515
521
|
<a name="GTK-STOCK-CLEAR:CAPS"></a><h3>GTK_STOCK_CLEAR</h3>
|
516
522
|
<pre class="programlisting">#define GTK_STOCK_CLEAR "gtk-clear"
|
517
523
|
</pre>
|
@@ -521,7 +527,7 @@ The "Clear" item.
|
|
521
527
|
</p>
|
522
528
|
</div>
|
523
529
|
<hr>
|
524
|
-
<div class="refsect2">
|
530
|
+
<div class="refsect2" title="GTK_STOCK_CLOSE">
|
525
531
|
<a name="GTK-STOCK-CLOSE:CAPS"></a><h3>GTK_STOCK_CLOSE</h3>
|
526
532
|
<pre class="programlisting">#define GTK_STOCK_CLOSE "gtk-close"
|
527
533
|
</pre>
|
@@ -531,7 +537,7 @@ The "Close" item.
|
|
531
537
|
</p>
|
532
538
|
</div>
|
533
539
|
<hr>
|
534
|
-
<div class="refsect2">
|
540
|
+
<div class="refsect2" title="GTK_STOCK_COLOR_PICKER">
|
535
541
|
<a name="GTK-STOCK-COLOR-PICKER:CAPS"></a><h3>GTK_STOCK_COLOR_PICKER</h3>
|
536
542
|
<pre class="programlisting">#define GTK_STOCK_COLOR_PICKER "gtk-color-picker"
|
537
543
|
</pre>
|
@@ -542,7 +548,7 @@ The "Color Picker" item.
|
|
542
548
|
<p class="since">Since 2.2</p>
|
543
549
|
</div>
|
544
550
|
<hr>
|
545
|
-
<div class="refsect2">
|
551
|
+
<div class="refsect2" title="GTK_STOCK_CONVERT">
|
546
552
|
<a name="GTK-STOCK-CONVERT:CAPS"></a><h3>GTK_STOCK_CONVERT</h3>
|
547
553
|
<pre class="programlisting">#define GTK_STOCK_CONVERT "gtk-convert"
|
548
554
|
</pre>
|
@@ -552,7 +558,7 @@ The "Convert" item.
|
|
552
558
|
</p>
|
553
559
|
</div>
|
554
560
|
<hr>
|
555
|
-
<div class="refsect2">
|
561
|
+
<div class="refsect2" title="GTK_STOCK_CONNECT">
|
556
562
|
<a name="GTK-STOCK-CONNECT:CAPS"></a><h3>GTK_STOCK_CONNECT</h3>
|
557
563
|
<pre class="programlisting">#define GTK_STOCK_CONNECT "gtk-connect"
|
558
564
|
</pre>
|
@@ -563,7 +569,7 @@ The "Connect" icon.
|
|
563
569
|
<p class="since">Since 2.6</p>
|
564
570
|
</div>
|
565
571
|
<hr>
|
566
|
-
<div class="refsect2">
|
572
|
+
<div class="refsect2" title="GTK_STOCK_COPY">
|
567
573
|
<a name="GTK-STOCK-COPY:CAPS"></a><h3>GTK_STOCK_COPY</h3>
|
568
574
|
<pre class="programlisting">#define GTK_STOCK_COPY "gtk-copy"
|
569
575
|
</pre>
|
@@ -573,7 +579,7 @@ The "Copy" item.
|
|
573
579
|
</p>
|
574
580
|
</div>
|
575
581
|
<hr>
|
576
|
-
<div class="refsect2">
|
582
|
+
<div class="refsect2" title="GTK_STOCK_CUT">
|
577
583
|
<a name="GTK-STOCK-CUT:CAPS"></a><h3>GTK_STOCK_CUT</h3>
|
578
584
|
<pre class="programlisting">#define GTK_STOCK_CUT "gtk-cut"
|
579
585
|
</pre>
|
@@ -583,7 +589,7 @@ The "Cut" item.
|
|
583
589
|
</p>
|
584
590
|
</div>
|
585
591
|
<hr>
|
586
|
-
<div class="refsect2">
|
592
|
+
<div class="refsect2" title="GTK_STOCK_DELETE">
|
587
593
|
<a name="GTK-STOCK-DELETE:CAPS"></a><h3>GTK_STOCK_DELETE</h3>
|
588
594
|
<pre class="programlisting">#define GTK_STOCK_DELETE "gtk-delete"
|
589
595
|
</pre>
|
@@ -593,7 +599,7 @@ The "Delete" item.
|
|
593
599
|
</p>
|
594
600
|
</div>
|
595
601
|
<hr>
|
596
|
-
<div class="refsect2">
|
602
|
+
<div class="refsect2" title="GTK_STOCK_DIALOG_AUTHENTICATION">
|
597
603
|
<a name="GTK-STOCK-DIALOG-AUTHENTICATION:CAPS"></a><h3>GTK_STOCK_DIALOG_AUTHENTICATION</h3>
|
598
604
|
<pre class="programlisting">#define GTK_STOCK_DIALOG_AUTHENTICATION "gtk-dialog-authentication"
|
599
605
|
</pre>
|
@@ -604,7 +610,7 @@ The "Authentication" item.
|
|
604
610
|
<p class="since">Since 2.4</p>
|
605
611
|
</div>
|
606
612
|
<hr>
|
607
|
-
<div class="refsect2">
|
613
|
+
<div class="refsect2" title="GTK_STOCK_DIALOG_ERROR">
|
608
614
|
<a name="GTK-STOCK-DIALOG-ERROR:CAPS"></a><h3>GTK_STOCK_DIALOG_ERROR</h3>
|
609
615
|
<pre class="programlisting">#define GTK_STOCK_DIALOG_ERROR "gtk-dialog-error"
|
610
616
|
</pre>
|
@@ -614,7 +620,7 @@ The "Error" item.
|
|
614
620
|
</p>
|
615
621
|
</div>
|
616
622
|
<hr>
|
617
|
-
<div class="refsect2">
|
623
|
+
<div class="refsect2" title="GTK_STOCK_DIALOG_INFO">
|
618
624
|
<a name="GTK-STOCK-DIALOG-INFO:CAPS"></a><h3>GTK_STOCK_DIALOG_INFO</h3>
|
619
625
|
<pre class="programlisting">#define GTK_STOCK_DIALOG_INFO "gtk-dialog-info"
|
620
626
|
</pre>
|
@@ -624,7 +630,7 @@ The "Information" item.
|
|
624
630
|
</p>
|
625
631
|
</div>
|
626
632
|
<hr>
|
627
|
-
<div class="refsect2">
|
633
|
+
<div class="refsect2" title="GTK_STOCK_DIALOG_QUESTION">
|
628
634
|
<a name="GTK-STOCK-DIALOG-QUESTION:CAPS"></a><h3>GTK_STOCK_DIALOG_QUESTION</h3>
|
629
635
|
<pre class="programlisting">#define GTK_STOCK_DIALOG_QUESTION "gtk-dialog-question"
|
630
636
|
</pre>
|
@@ -634,7 +640,7 @@ The "Question" item.
|
|
634
640
|
</p>
|
635
641
|
</div>
|
636
642
|
<hr>
|
637
|
-
<div class="refsect2">
|
643
|
+
<div class="refsect2" title="GTK_STOCK_DIALOG_WARNING">
|
638
644
|
<a name="GTK-STOCK-DIALOG-WARNING:CAPS"></a><h3>GTK_STOCK_DIALOG_WARNING</h3>
|
639
645
|
<pre class="programlisting">#define GTK_STOCK_DIALOG_WARNING "gtk-dialog-warning"
|
640
646
|
</pre>
|
@@ -644,7 +650,7 @@ The "Warning" item.
|
|
644
650
|
</p>
|
645
651
|
</div>
|
646
652
|
<hr>
|
647
|
-
<div class="refsect2">
|
653
|
+
<div class="refsect2" title="GTK_STOCK_DIRECTORY">
|
648
654
|
<a name="GTK-STOCK-DIRECTORY:CAPS"></a><h3>GTK_STOCK_DIRECTORY</h3>
|
649
655
|
<pre class="programlisting">#define GTK_STOCK_DIRECTORY "gtk-directory"
|
650
656
|
</pre>
|
@@ -655,7 +661,7 @@ The "Directory" icon.
|
|
655
661
|
<p class="since">Since 2.6</p>
|
656
662
|
</div>
|
657
663
|
<hr>
|
658
|
-
<div class="refsect2">
|
664
|
+
<div class="refsect2" title="GTK_STOCK_DISCARD">
|
659
665
|
<a name="GTK-STOCK-DISCARD:CAPS"></a><h3>GTK_STOCK_DISCARD</h3>
|
660
666
|
<pre class="programlisting">#define GTK_STOCK_DISCARD "gtk-discard"
|
661
667
|
</pre>
|
@@ -665,7 +671,7 @@ The "Discard" item.
|
|
665
671
|
<p class="since">Since 2.12</p>
|
666
672
|
</div>
|
667
673
|
<hr>
|
668
|
-
<div class="refsect2">
|
674
|
+
<div class="refsect2" title="GTK_STOCK_DISCONNECT">
|
669
675
|
<a name="GTK-STOCK-DISCONNECT:CAPS"></a><h3>GTK_STOCK_DISCONNECT</h3>
|
670
676
|
<pre class="programlisting">#define GTK_STOCK_DISCONNECT "gtk-disconnect"
|
671
677
|
</pre>
|
@@ -676,7 +682,7 @@ The "Disconnect" icon.
|
|
676
682
|
<p class="since">Since 2.6</p>
|
677
683
|
</div>
|
678
684
|
<hr>
|
679
|
-
<div class="refsect2">
|
685
|
+
<div class="refsect2" title="GTK_STOCK_DND">
|
680
686
|
<a name="GTK-STOCK-DND:CAPS"></a><h3>GTK_STOCK_DND</h3>
|
681
687
|
<pre class="programlisting">#define GTK_STOCK_DND "gtk-dnd"
|
682
688
|
</pre>
|
@@ -686,7 +692,7 @@ The "Drag-And-Drop" icon.
|
|
686
692
|
</p>
|
687
693
|
</div>
|
688
694
|
<hr>
|
689
|
-
<div class="refsect2">
|
695
|
+
<div class="refsect2" title="GTK_STOCK_DND_MULTIPLE">
|
690
696
|
<a name="GTK-STOCK-DND-MULTIPLE:CAPS"></a><h3>GTK_STOCK_DND_MULTIPLE</h3>
|
691
697
|
<pre class="programlisting">#define GTK_STOCK_DND_MULTIPLE "gtk-dnd-multiple"
|
692
698
|
</pre>
|
@@ -696,7 +702,7 @@ The "Drag-And-Drop multiple" icon.
|
|
696
702
|
</p>
|
697
703
|
</div>
|
698
704
|
<hr>
|
699
|
-
<div class="refsect2">
|
705
|
+
<div class="refsect2" title="GTK_STOCK_EDIT">
|
700
706
|
<a name="GTK-STOCK-EDIT:CAPS"></a><h3>GTK_STOCK_EDIT</h3>
|
701
707
|
<pre class="programlisting">#define GTK_STOCK_EDIT "gtk-edit"
|
702
708
|
</pre>
|
@@ -707,7 +713,7 @@ The "Edit" item.
|
|
707
713
|
<p class="since">Since 2.6</p>
|
708
714
|
</div>
|
709
715
|
<hr>
|
710
|
-
<div class="refsect2">
|
716
|
+
<div class="refsect2" title="GTK_STOCK_EXECUTE">
|
711
717
|
<a name="GTK-STOCK-EXECUTE:CAPS"></a><h3>GTK_STOCK_EXECUTE</h3>
|
712
718
|
<pre class="programlisting">#define GTK_STOCK_EXECUTE "gtk-execute"
|
713
719
|
</pre>
|
@@ -717,7 +723,7 @@ The "Execute" item.
|
|
717
723
|
</p>
|
718
724
|
</div>
|
719
725
|
<hr>
|
720
|
-
<div class="refsect2">
|
726
|
+
<div class="refsect2" title="GTK_STOCK_FILE">
|
721
727
|
<a name="GTK-STOCK-FILE:CAPS"></a><h3>GTK_STOCK_FILE</h3>
|
722
728
|
<pre class="programlisting">#define GTK_STOCK_FILE "gtk-file"
|
723
729
|
</pre>
|
@@ -728,7 +734,7 @@ The "File" icon.
|
|
728
734
|
<p class="since">Since 2.6</p>
|
729
735
|
</div>
|
730
736
|
<hr>
|
731
|
-
<div class="refsect2">
|
737
|
+
<div class="refsect2" title="GTK_STOCK_FIND">
|
732
738
|
<a name="GTK-STOCK-FIND:CAPS"></a><h3>GTK_STOCK_FIND</h3>
|
733
739
|
<pre class="programlisting">#define GTK_STOCK_FIND "gtk-find"
|
734
740
|
</pre>
|
@@ -738,7 +744,7 @@ The "Find" item.
|
|
738
744
|
</p>
|
739
745
|
</div>
|
740
746
|
<hr>
|
741
|
-
<div class="refsect2">
|
747
|
+
<div class="refsect2" title="GTK_STOCK_FIND_AND_REPLACE">
|
742
748
|
<a name="GTK-STOCK-FIND-AND-REPLACE:CAPS"></a><h3>GTK_STOCK_FIND_AND_REPLACE</h3>
|
743
749
|
<pre class="programlisting">#define GTK_STOCK_FIND_AND_REPLACE "gtk-find-and-replace"
|
744
750
|
</pre>
|
@@ -748,7 +754,7 @@ The "Find and Replace" item.
|
|
748
754
|
</p>
|
749
755
|
</div>
|
750
756
|
<hr>
|
751
|
-
<div class="refsect2">
|
757
|
+
<div class="refsect2" title="GTK_STOCK_FLOPPY">
|
752
758
|
<a name="GTK-STOCK-FLOPPY:CAPS"></a><h3>GTK_STOCK_FLOPPY</h3>
|
753
759
|
<pre class="programlisting">#define GTK_STOCK_FLOPPY "gtk-floppy"
|
754
760
|
</pre>
|
@@ -758,7 +764,7 @@ The "Floppy" item.
|
|
758
764
|
</p>
|
759
765
|
</div>
|
760
766
|
<hr>
|
761
|
-
<div class="refsect2">
|
767
|
+
<div class="refsect2" title="GTK_STOCK_FULLSCREEN">
|
762
768
|
<a name="GTK-STOCK-FULLSCREEN:CAPS"></a><h3>GTK_STOCK_FULLSCREEN</h3>
|
763
769
|
<pre class="programlisting">#define GTK_STOCK_FULLSCREEN "gtk-fullscreen"
|
764
770
|
</pre>
|
@@ -769,7 +775,7 @@ The "Fullscreen" item.
|
|
769
775
|
<p class="since">Since 2.8</p>
|
770
776
|
</div>
|
771
777
|
<hr>
|
772
|
-
<div class="refsect2">
|
778
|
+
<div class="refsect2" title="GTK_STOCK_GOTO_BOTTOM">
|
773
779
|
<a name="GTK-STOCK-GOTO-BOTTOM:CAPS"></a><h3>GTK_STOCK_GOTO_BOTTOM</h3>
|
774
780
|
<pre class="programlisting">#define GTK_STOCK_GOTO_BOTTOM "gtk-goto-bottom"
|
775
781
|
</pre>
|
@@ -779,7 +785,7 @@ The "Bottom" item.
|
|
779
785
|
</p>
|
780
786
|
</div>
|
781
787
|
<hr>
|
782
|
-
<div class="refsect2">
|
788
|
+
<div class="refsect2" title="GTK_STOCK_GOTO_FIRST">
|
783
789
|
<a name="GTK-STOCK-GOTO-FIRST:CAPS"></a><h3>GTK_STOCK_GOTO_FIRST</h3>
|
784
790
|
<pre class="programlisting">#define GTK_STOCK_GOTO_FIRST "gtk-goto-first"
|
785
791
|
</pre>
|
@@ -791,7 +797,7 @@ RTL variant
|
|
791
797
|
</p>
|
792
798
|
</div>
|
793
799
|
<hr>
|
794
|
-
<div class="refsect2">
|
800
|
+
<div class="refsect2" title="GTK_STOCK_GOTO_LAST">
|
795
801
|
<a name="GTK-STOCK-GOTO-LAST:CAPS"></a><h3>GTK_STOCK_GOTO_LAST</h3>
|
796
802
|
<pre class="programlisting">#define GTK_STOCK_GOTO_LAST "gtk-goto-last"
|
797
803
|
</pre>
|
@@ -803,7 +809,7 @@ RTL variant
|
|
803
809
|
</p>
|
804
810
|
</div>
|
805
811
|
<hr>
|
806
|
-
<div class="refsect2">
|
812
|
+
<div class="refsect2" title="GTK_STOCK_GOTO_TOP">
|
807
813
|
<a name="GTK-STOCK-GOTO-TOP:CAPS"></a><h3>GTK_STOCK_GOTO_TOP</h3>
|
808
814
|
<pre class="programlisting">#define GTK_STOCK_GOTO_TOP "gtk-goto-top"
|
809
815
|
</pre>
|
@@ -813,7 +819,7 @@ The "Top" item.
|
|
813
819
|
</p>
|
814
820
|
</div>
|
815
821
|
<hr>
|
816
|
-
<div class="refsect2">
|
822
|
+
<div class="refsect2" title="GTK_STOCK_GO_BACK">
|
817
823
|
<a name="GTK-STOCK-GO-BACK:CAPS"></a><h3>GTK_STOCK_GO_BACK</h3>
|
818
824
|
<pre class="programlisting">#define GTK_STOCK_GO_BACK "gtk-go-back"
|
819
825
|
</pre>
|
@@ -825,7 +831,7 @@ RTL variant
|
|
825
831
|
</p>
|
826
832
|
</div>
|
827
833
|
<hr>
|
828
|
-
<div class="refsect2">
|
834
|
+
<div class="refsect2" title="GTK_STOCK_GO_DOWN">
|
829
835
|
<a name="GTK-STOCK-GO-DOWN:CAPS"></a><h3>GTK_STOCK_GO_DOWN</h3>
|
830
836
|
<pre class="programlisting">#define GTK_STOCK_GO_DOWN "gtk-go-down"
|
831
837
|
</pre>
|
@@ -835,7 +841,7 @@ The "Down" item.
|
|
835
841
|
</p>
|
836
842
|
</div>
|
837
843
|
<hr>
|
838
|
-
<div class="refsect2">
|
844
|
+
<div class="refsect2" title="GTK_STOCK_GO_FORWARD">
|
839
845
|
<a name="GTK-STOCK-GO-FORWARD:CAPS"></a><h3>GTK_STOCK_GO_FORWARD</h3>
|
840
846
|
<pre class="programlisting">#define GTK_STOCK_GO_FORWARD "gtk-go-forward"
|
841
847
|
</pre>
|
@@ -847,7 +853,7 @@ RTL variant
|
|
847
853
|
</p>
|
848
854
|
</div>
|
849
855
|
<hr>
|
850
|
-
<div class="refsect2">
|
856
|
+
<div class="refsect2" title="GTK_STOCK_GO_UP">
|
851
857
|
<a name="GTK-STOCK-GO-UP:CAPS"></a><h3>GTK_STOCK_GO_UP</h3>
|
852
858
|
<pre class="programlisting">#define GTK_STOCK_GO_UP "gtk-go-up"
|
853
859
|
</pre>
|
@@ -857,7 +863,7 @@ The "Up" item.
|
|
857
863
|
</p>
|
858
864
|
</div>
|
859
865
|
<hr>
|
860
|
-
<div class="refsect2">
|
866
|
+
<div class="refsect2" title="GTK_STOCK_HARDDISK">
|
861
867
|
<a name="GTK-STOCK-HARDDISK:CAPS"></a><h3>GTK_STOCK_HARDDISK</h3>
|
862
868
|
<pre class="programlisting">#define GTK_STOCK_HARDDISK "gtk-harddisk"
|
863
869
|
</pre>
|
@@ -868,7 +874,7 @@ The "Harddisk" item.
|
|
868
874
|
<p class="since">Since 2.4</p>
|
869
875
|
</div>
|
870
876
|
<hr>
|
871
|
-
<div class="refsect2">
|
877
|
+
<div class="refsect2" title="GTK_STOCK_HELP">
|
872
878
|
<a name="GTK-STOCK-HELP:CAPS"></a><h3>GTK_STOCK_HELP</h3>
|
873
879
|
<pre class="programlisting">#define GTK_STOCK_HELP "gtk-help"
|
874
880
|
</pre>
|
@@ -878,7 +884,7 @@ The "Help" item.
|
|
878
884
|
</p>
|
879
885
|
</div>
|
880
886
|
<hr>
|
881
|
-
<div class="refsect2">
|
887
|
+
<div class="refsect2" title="GTK_STOCK_HOME">
|
882
888
|
<a name="GTK-STOCK-HOME:CAPS"></a><h3>GTK_STOCK_HOME</h3>
|
883
889
|
<pre class="programlisting">#define GTK_STOCK_HOME "gtk-home"
|
884
890
|
</pre>
|
@@ -888,7 +894,7 @@ The "Home" item.
|
|
888
894
|
</p>
|
889
895
|
</div>
|
890
896
|
<hr>
|
891
|
-
<div class="refsect2">
|
897
|
+
<div class="refsect2" title="GTK_STOCK_INDENT">
|
892
898
|
<a name="GTK-STOCK-INDENT:CAPS"></a><h3>GTK_STOCK_INDENT</h3>
|
893
899
|
<pre class="programlisting">#define GTK_STOCK_INDENT "gtk-indent"
|
894
900
|
</pre>
|
@@ -901,7 +907,7 @@ RTL variant
|
|
901
907
|
<p class="since">Since 2.4</p>
|
902
908
|
</div>
|
903
909
|
<hr>
|
904
|
-
<div class="refsect2">
|
910
|
+
<div class="refsect2" title="GTK_STOCK_INDEX">
|
905
911
|
<a name="GTK-STOCK-INDEX:CAPS"></a><h3>GTK_STOCK_INDEX</h3>
|
906
912
|
<pre class="programlisting">#define GTK_STOCK_INDEX "gtk-index"
|
907
913
|
</pre>
|
@@ -911,7 +917,7 @@ The "Index" item.
|
|
911
917
|
</p>
|
912
918
|
</div>
|
913
919
|
<hr>
|
914
|
-
<div class="refsect2">
|
920
|
+
<div class="refsect2" title="GTK_STOCK_INFO">
|
915
921
|
<a name="GTK-STOCK-INFO:CAPS"></a><h3>GTK_STOCK_INFO</h3>
|
916
922
|
<pre class="programlisting">#define GTK_STOCK_INFO "gtk-info"
|
917
923
|
</pre>
|
@@ -922,7 +928,7 @@ The "Info" item.
|
|
922
928
|
<p class="since">Since 2.8</p>
|
923
929
|
</div>
|
924
930
|
<hr>
|
925
|
-
<div class="refsect2">
|
931
|
+
<div class="refsect2" title="GTK_STOCK_ITALIC">
|
926
932
|
<a name="GTK-STOCK-ITALIC:CAPS"></a><h3>GTK_STOCK_ITALIC</h3>
|
927
933
|
<pre class="programlisting">#define GTK_STOCK_ITALIC "gtk-italic"
|
928
934
|
</pre>
|
@@ -932,7 +938,7 @@ The "Italic" item.
|
|
932
938
|
</p>
|
933
939
|
</div>
|
934
940
|
<hr>
|
935
|
-
<div class="refsect2">
|
941
|
+
<div class="refsect2" title="GTK_STOCK_JUMP_TO">
|
936
942
|
<a name="GTK-STOCK-JUMP-TO:CAPS"></a><h3>GTK_STOCK_JUMP_TO</h3>
|
937
943
|
<pre class="programlisting">#define GTK_STOCK_JUMP_TO "gtk-jump-to"
|
938
944
|
</pre>
|
@@ -944,7 +950,7 @@ RTL-variant
|
|
944
950
|
</p>
|
945
951
|
</div>
|
946
952
|
<hr>
|
947
|
-
<div class="refsect2">
|
953
|
+
<div class="refsect2" title="GTK_STOCK_JUSTIFY_CENTER">
|
948
954
|
<a name="GTK-STOCK-JUSTIFY-CENTER:CAPS"></a><h3>GTK_STOCK_JUSTIFY_CENTER</h3>
|
949
955
|
<pre class="programlisting">#define GTK_STOCK_JUSTIFY_CENTER "gtk-justify-center"
|
950
956
|
</pre>
|
@@ -954,7 +960,7 @@ The "Center" item.
|
|
954
960
|
</p>
|
955
961
|
</div>
|
956
962
|
<hr>
|
957
|
-
<div class="refsect2">
|
963
|
+
<div class="refsect2" title="GTK_STOCK_JUSTIFY_FILL">
|
958
964
|
<a name="GTK-STOCK-JUSTIFY-FILL:CAPS"></a><h3>GTK_STOCK_JUSTIFY_FILL</h3>
|
959
965
|
<pre class="programlisting">#define GTK_STOCK_JUSTIFY_FILL "gtk-justify-fill"
|
960
966
|
</pre>
|
@@ -964,7 +970,7 @@ The "Fill" item.
|
|
964
970
|
</p>
|
965
971
|
</div>
|
966
972
|
<hr>
|
967
|
-
<div class="refsect2">
|
973
|
+
<div class="refsect2" title="GTK_STOCK_JUSTIFY_LEFT">
|
968
974
|
<a name="GTK-STOCK-JUSTIFY-LEFT:CAPS"></a><h3>GTK_STOCK_JUSTIFY_LEFT</h3>
|
969
975
|
<pre class="programlisting">#define GTK_STOCK_JUSTIFY_LEFT "gtk-justify-left"
|
970
976
|
</pre>
|
@@ -974,7 +980,7 @@ The "Left" item.
|
|
974
980
|
</p>
|
975
981
|
</div>
|
976
982
|
<hr>
|
977
|
-
<div class="refsect2">
|
983
|
+
<div class="refsect2" title="GTK_STOCK_JUSTIFY_RIGHT">
|
978
984
|
<a name="GTK-STOCK-JUSTIFY-RIGHT:CAPS"></a><h3>GTK_STOCK_JUSTIFY_RIGHT</h3>
|
979
985
|
<pre class="programlisting">#define GTK_STOCK_JUSTIFY_RIGHT "gtk-justify-right"
|
980
986
|
</pre>
|
@@ -984,7 +990,7 @@ The "Right" item.
|
|
984
990
|
</p>
|
985
991
|
</div>
|
986
992
|
<hr>
|
987
|
-
<div class="refsect2">
|
993
|
+
<div class="refsect2" title="GTK_STOCK_LEAVE_FULLSCREEN">
|
988
994
|
<a name="GTK-STOCK-LEAVE-FULLSCREEN:CAPS"></a><h3>GTK_STOCK_LEAVE_FULLSCREEN</h3>
|
989
995
|
<pre class="programlisting">#define GTK_STOCK_LEAVE_FULLSCREEN "gtk-leave-fullscreen"
|
990
996
|
</pre>
|
@@ -995,7 +1001,7 @@ The "Leave Fullscreen" item.
|
|
995
1001
|
<p class="since">Since 2.8</p>
|
996
1002
|
</div>
|
997
1003
|
<hr>
|
998
|
-
<div class="refsect2">
|
1004
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_FORWARD">
|
999
1005
|
<a name="GTK-STOCK-MEDIA-FORWARD:CAPS"></a><h3>GTK_STOCK_MEDIA_FORWARD</h3>
|
1000
1006
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_FORWARD "gtk-media-forward"
|
1001
1007
|
</pre>
|
@@ -1008,7 +1014,7 @@ RTL variant
|
|
1008
1014
|
<p class="since">Since 2.6</p>
|
1009
1015
|
</div>
|
1010
1016
|
<hr>
|
1011
|
-
<div class="refsect2">
|
1017
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_NEXT">
|
1012
1018
|
<a name="GTK-STOCK-MEDIA-NEXT:CAPS"></a><h3>GTK_STOCK_MEDIA_NEXT</h3>
|
1013
1019
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_NEXT "gtk-media-next"
|
1014
1020
|
</pre>
|
@@ -1021,7 +1027,7 @@ RTL variant
|
|
1021
1027
|
<p class="since">Since 2.6</p>
|
1022
1028
|
</div>
|
1023
1029
|
<hr>
|
1024
|
-
<div class="refsect2">
|
1030
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_PAUSE">
|
1025
1031
|
<a name="GTK-STOCK-MEDIA-PAUSE:CAPS"></a><h3>GTK_STOCK_MEDIA_PAUSE</h3>
|
1026
1032
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_PAUSE "gtk-media-pause"
|
1027
1033
|
</pre>
|
@@ -1032,7 +1038,7 @@ The "Media Pause" item.
|
|
1032
1038
|
<p class="since">Since 2.6</p>
|
1033
1039
|
</div>
|
1034
1040
|
<hr>
|
1035
|
-
<div class="refsect2">
|
1041
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_PLAY">
|
1036
1042
|
<a name="GTK-STOCK-MEDIA-PLAY:CAPS"></a><h3>GTK_STOCK_MEDIA_PLAY</h3>
|
1037
1043
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_PLAY "gtk-media-play"
|
1038
1044
|
</pre>
|
@@ -1045,7 +1051,7 @@ RTL variant
|
|
1045
1051
|
<p class="since">Since 2.6</p>
|
1046
1052
|
</div>
|
1047
1053
|
<hr>
|
1048
|
-
<div class="refsect2">
|
1054
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_PREVIOUS">
|
1049
1055
|
<a name="GTK-STOCK-MEDIA-PREVIOUS:CAPS"></a><h3>GTK_STOCK_MEDIA_PREVIOUS</h3>
|
1050
1056
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_PREVIOUS "gtk-media-previous"
|
1051
1057
|
</pre>
|
@@ -1058,7 +1064,7 @@ RTL variant
|
|
1058
1064
|
<p class="since">Since 2.6</p>
|
1059
1065
|
</div>
|
1060
1066
|
<hr>
|
1061
|
-
<div class="refsect2">
|
1067
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_RECORD">
|
1062
1068
|
<a name="GTK-STOCK-MEDIA-RECORD:CAPS"></a><h3>GTK_STOCK_MEDIA_RECORD</h3>
|
1063
1069
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_RECORD "gtk-media-record"
|
1064
1070
|
</pre>
|
@@ -1069,7 +1075,7 @@ The "Media Record" item.
|
|
1069
1075
|
<p class="since">Since 2.6</p>
|
1070
1076
|
</div>
|
1071
1077
|
<hr>
|
1072
|
-
<div class="refsect2">
|
1078
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_REWIND">
|
1073
1079
|
<a name="GTK-STOCK-MEDIA-REWIND:CAPS"></a><h3>GTK_STOCK_MEDIA_REWIND</h3>
|
1074
1080
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_REWIND "gtk-media-rewind"
|
1075
1081
|
</pre>
|
@@ -1082,7 +1088,7 @@ RTL variant
|
|
1082
1088
|
<p class="since">Since 2.6</p>
|
1083
1089
|
</div>
|
1084
1090
|
<hr>
|
1085
|
-
<div class="refsect2">
|
1091
|
+
<div class="refsect2" title="GTK_STOCK_MEDIA_STOP">
|
1086
1092
|
<a name="GTK-STOCK-MEDIA-STOP:CAPS"></a><h3>GTK_STOCK_MEDIA_STOP</h3>
|
1087
1093
|
<pre class="programlisting">#define GTK_STOCK_MEDIA_STOP "gtk-media-stop"
|
1088
1094
|
</pre>
|
@@ -1093,7 +1099,7 @@ The "Media Stop" item.
|
|
1093
1099
|
<p class="since">Since 2.6</p>
|
1094
1100
|
</div>
|
1095
1101
|
<hr>
|
1096
|
-
<div class="refsect2">
|
1102
|
+
<div class="refsect2" title="GTK_STOCK_MISSING_IMAGE">
|
1097
1103
|
<a name="GTK-STOCK-MISSING-IMAGE:CAPS"></a><h3>GTK_STOCK_MISSING_IMAGE</h3>
|
1098
1104
|
<pre class="programlisting">#define GTK_STOCK_MISSING_IMAGE "gtk-missing-image"
|
1099
1105
|
</pre>
|
@@ -1103,7 +1109,7 @@ The "Missing image" icon.
|
|
1103
1109
|
</p>
|
1104
1110
|
</div>
|
1105
1111
|
<hr>
|
1106
|
-
<div class="refsect2">
|
1112
|
+
<div class="refsect2" title="GTK_STOCK_NETWORK">
|
1107
1113
|
<a name="GTK-STOCK-NETWORK:CAPS"></a><h3>GTK_STOCK_NETWORK</h3>
|
1108
1114
|
<pre class="programlisting">#define GTK_STOCK_NETWORK "gtk-network"
|
1109
1115
|
</pre>
|
@@ -1114,7 +1120,7 @@ The "Network" item.
|
|
1114
1120
|
<p class="since">Since 2.4</p>
|
1115
1121
|
</div>
|
1116
1122
|
<hr>
|
1117
|
-
<div class="refsect2">
|
1123
|
+
<div class="refsect2" title="GTK_STOCK_NEW">
|
1118
1124
|
<a name="GTK-STOCK-NEW:CAPS"></a><h3>GTK_STOCK_NEW</h3>
|
1119
1125
|
<pre class="programlisting">#define GTK_STOCK_NEW "gtk-new"
|
1120
1126
|
</pre>
|
@@ -1124,7 +1130,7 @@ The "New" item.
|
|
1124
1130
|
</p>
|
1125
1131
|
</div>
|
1126
1132
|
<hr>
|
1127
|
-
<div class="refsect2">
|
1133
|
+
<div class="refsect2" title="GTK_STOCK_NO">
|
1128
1134
|
<a name="GTK-STOCK-NO:CAPS"></a><h3>GTK_STOCK_NO</h3>
|
1129
1135
|
<pre class="programlisting">#define GTK_STOCK_NO "gtk-no"
|
1130
1136
|
</pre>
|
@@ -1134,7 +1140,7 @@ The "No" item.
|
|
1134
1140
|
</p>
|
1135
1141
|
</div>
|
1136
1142
|
<hr>
|
1137
|
-
<div class="refsect2">
|
1143
|
+
<div class="refsect2" title="GTK_STOCK_OK">
|
1138
1144
|
<a name="GTK-STOCK-OK:CAPS"></a><h3>GTK_STOCK_OK</h3>
|
1139
1145
|
<pre class="programlisting">#define GTK_STOCK_OK "gtk-ok"
|
1140
1146
|
</pre>
|
@@ -1144,7 +1150,7 @@ The "OK" item.
|
|
1144
1150
|
</p>
|
1145
1151
|
</div>
|
1146
1152
|
<hr>
|
1147
|
-
<div class="refsect2">
|
1153
|
+
<div class="refsect2" title="GTK_STOCK_OPEN">
|
1148
1154
|
<a name="GTK-STOCK-OPEN:CAPS"></a><h3>GTK_STOCK_OPEN</h3>
|
1149
1155
|
<pre class="programlisting">#define GTK_STOCK_OPEN "gtk-open"
|
1150
1156
|
</pre>
|
@@ -1154,7 +1160,7 @@ The "Open" item.
|
|
1154
1160
|
</p>
|
1155
1161
|
</div>
|
1156
1162
|
<hr>
|
1157
|
-
<div class="refsect2">
|
1163
|
+
<div class="refsect2" title="GTK_STOCK_ORIENTATION_LANDSCAPE">
|
1158
1164
|
<a name="GTK-STOCK-ORIENTATION-LANDSCAPE:CAPS"></a><h3>GTK_STOCK_ORIENTATION_LANDSCAPE</h3>
|
1159
1165
|
<pre class="programlisting">#define GTK_STOCK_ORIENTATION_LANDSCAPE "gtk-orientation-landscape"
|
1160
1166
|
</pre>
|
@@ -1165,7 +1171,7 @@ The "Landscape Orientation" item.
|
|
1165
1171
|
<p class="since">Since 2.10</p>
|
1166
1172
|
</div>
|
1167
1173
|
<hr>
|
1168
|
-
<div class="refsect2">
|
1174
|
+
<div class="refsect2" title="GTK_STOCK_ORIENTATION_PORTRAIT">
|
1169
1175
|
<a name="GTK-STOCK-ORIENTATION-PORTRAIT:CAPS"></a><h3>GTK_STOCK_ORIENTATION_PORTRAIT</h3>
|
1170
1176
|
<pre class="programlisting">#define GTK_STOCK_ORIENTATION_PORTRAIT "gtk-orientation-portrait"
|
1171
1177
|
</pre>
|
@@ -1176,7 +1182,7 @@ The "Portrait Orientation" item.
|
|
1176
1182
|
<p class="since">Since 2.10</p>
|
1177
1183
|
</div>
|
1178
1184
|
<hr>
|
1179
|
-
<div class="refsect2">
|
1185
|
+
<div class="refsect2" title="GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE">
|
1180
1186
|
<a name="GTK-STOCK-ORIENTATION-REVERSE-LANDSCAPE:CAPS"></a><h3>GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE</h3>
|
1181
1187
|
<pre class="programlisting">#define GTK_STOCK_ORIENTATION_REVERSE_LANDSCAPE "gtk-orientation-reverse-landscape"
|
1182
1188
|
</pre>
|
@@ -1187,7 +1193,7 @@ The "Reverse Landscape Orientation" item.
|
|
1187
1193
|
<p class="since">Since 2.10</p>
|
1188
1194
|
</div>
|
1189
1195
|
<hr>
|
1190
|
-
<div class="refsect2">
|
1196
|
+
<div class="refsect2" title="GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT">
|
1191
1197
|
<a name="GTK-STOCK-ORIENTATION-REVERSE-PORTRAIT:CAPS"></a><h3>GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT</h3>
|
1192
1198
|
<pre class="programlisting">#define GTK_STOCK_ORIENTATION_REVERSE_PORTRAIT "gtk-orientation-reverse-portrait"
|
1193
1199
|
</pre>
|
@@ -1198,7 +1204,7 @@ The "Reverse Portrait Orientation" item.
|
|
1198
1204
|
<p class="since">Since 2.10</p>
|
1199
1205
|
</div>
|
1200
1206
|
<hr>
|
1201
|
-
<div class="refsect2">
|
1207
|
+
<div class="refsect2" title="GTK_STOCK_PAGE_SETUP">
|
1202
1208
|
<a name="GTK-STOCK-PAGE-SETUP:CAPS"></a><h3>GTK_STOCK_PAGE_SETUP</h3>
|
1203
1209
|
<pre class="programlisting">#define GTK_STOCK_PAGE_SETUP "gtk-page-setup"
|
1204
1210
|
</pre>
|
@@ -1209,7 +1215,7 @@ The "Page Setup" item.
|
|
1209
1215
|
<p class="since">Since 2.14</p>
|
1210
1216
|
</div>
|
1211
1217
|
<hr>
|
1212
|
-
<div class="refsect2">
|
1218
|
+
<div class="refsect2" title="GTK_STOCK_PASTE">
|
1213
1219
|
<a name="GTK-STOCK-PASTE:CAPS"></a><h3>GTK_STOCK_PASTE</h3>
|
1214
1220
|
<pre class="programlisting">#define GTK_STOCK_PASTE "gtk-paste"
|
1215
1221
|
</pre>
|
@@ -1219,7 +1225,7 @@ The "Paste" item.
|
|
1219
1225
|
</p>
|
1220
1226
|
</div>
|
1221
1227
|
<hr>
|
1222
|
-
<div class="refsect2">
|
1228
|
+
<div class="refsect2" title="GTK_STOCK_PREFERENCES">
|
1223
1229
|
<a name="GTK-STOCK-PREFERENCES:CAPS"></a><h3>GTK_STOCK_PREFERENCES</h3>
|
1224
1230
|
<pre class="programlisting">#define GTK_STOCK_PREFERENCES "gtk-preferences"
|
1225
1231
|
</pre>
|
@@ -1229,7 +1235,7 @@ The "Preferences" item.
|
|
1229
1235
|
</p>
|
1230
1236
|
</div>
|
1231
1237
|
<hr>
|
1232
|
-
<div class="refsect2">
|
1238
|
+
<div class="refsect2" title="GTK_STOCK_PRINT">
|
1233
1239
|
<a name="GTK-STOCK-PRINT:CAPS"></a><h3>GTK_STOCK_PRINT</h3>
|
1234
1240
|
<pre class="programlisting">#define GTK_STOCK_PRINT "gtk-print"
|
1235
1241
|
</pre>
|
@@ -1239,7 +1245,7 @@ The "Print" item.
|
|
1239
1245
|
</p>
|
1240
1246
|
</div>
|
1241
1247
|
<hr>
|
1242
|
-
<div class="refsect2">
|
1248
|
+
<div class="refsect2" title="GTK_STOCK_PRINT_ERROR">
|
1243
1249
|
<a name="GTK-STOCK-PRINT-ERROR:CAPS"></a><h3>GTK_STOCK_PRINT_ERROR</h3>
|
1244
1250
|
<pre class="programlisting">#define GTK_STOCK_PRINT_ERROR "gtk-print-error"
|
1245
1251
|
</pre>
|
@@ -1250,7 +1256,7 @@ The "Print Error" icon.
|
|
1250
1256
|
<p class="since">Since 2.14</p>
|
1251
1257
|
</div>
|
1252
1258
|
<hr>
|
1253
|
-
<div class="refsect2">
|
1259
|
+
<div class="refsect2" title="GTK_STOCK_PRINT_PAUSED">
|
1254
1260
|
<a name="GTK-STOCK-PRINT-PAUSED:CAPS"></a><h3>GTK_STOCK_PRINT_PAUSED</h3>
|
1255
1261
|
<pre class="programlisting">#define GTK_STOCK_PRINT_PAUSED "gtk-print-paused"
|
1256
1262
|
</pre>
|
@@ -1261,7 +1267,7 @@ The "Print Paused" icon.
|
|
1261
1267
|
<p class="since">Since 2.14</p>
|
1262
1268
|
</div>
|
1263
1269
|
<hr>
|
1264
|
-
<div class="refsect2">
|
1270
|
+
<div class="refsect2" title="GTK_STOCK_PRINT_PREVIEW">
|
1265
1271
|
<a name="GTK-STOCK-PRINT-PREVIEW:CAPS"></a><h3>GTK_STOCK_PRINT_PREVIEW</h3>
|
1266
1272
|
<pre class="programlisting">#define GTK_STOCK_PRINT_PREVIEW "gtk-print-preview"
|
1267
1273
|
</pre>
|
@@ -1271,7 +1277,7 @@ The "Print Preview" item.
|
|
1271
1277
|
</p>
|
1272
1278
|
</div>
|
1273
1279
|
<hr>
|
1274
|
-
<div class="refsect2">
|
1280
|
+
<div class="refsect2" title="GTK_STOCK_PRINT_REPORT">
|
1275
1281
|
<a name="GTK-STOCK-PRINT-REPORT:CAPS"></a><h3>GTK_STOCK_PRINT_REPORT</h3>
|
1276
1282
|
<pre class="programlisting">#define GTK_STOCK_PRINT_REPORT "gtk-print-report"
|
1277
1283
|
</pre>
|
@@ -1282,7 +1288,7 @@ The "Print Report" icon.
|
|
1282
1288
|
<p class="since">Since 2.14</p>
|
1283
1289
|
</div>
|
1284
1290
|
<hr>
|
1285
|
-
<div class="refsect2">
|
1291
|
+
<div class="refsect2" title="GTK_STOCK_PRINT_WARNING">
|
1286
1292
|
<a name="GTK-STOCK-PRINT-WARNING:CAPS"></a><h3>GTK_STOCK_PRINT_WARNING</h3>
|
1287
1293
|
<pre class="programlisting">#define GTK_STOCK_PRINT_WARNING "gtk-print-warning"
|
1288
1294
|
</pre>
|
@@ -1293,7 +1299,7 @@ The "Print Warning" icon.
|
|
1293
1299
|
<p class="since">Since 2.14</p>
|
1294
1300
|
</div>
|
1295
1301
|
<hr>
|
1296
|
-
<div class="refsect2">
|
1302
|
+
<div class="refsect2" title="GTK_STOCK_PROPERTIES">
|
1297
1303
|
<a name="GTK-STOCK-PROPERTIES:CAPS"></a><h3>GTK_STOCK_PROPERTIES</h3>
|
1298
1304
|
<pre class="programlisting">#define GTK_STOCK_PROPERTIES "gtk-properties"
|
1299
1305
|
</pre>
|
@@ -1303,7 +1309,7 @@ The "Properties" item.
|
|
1303
1309
|
</p>
|
1304
1310
|
</div>
|
1305
1311
|
<hr>
|
1306
|
-
<div class="refsect2">
|
1312
|
+
<div class="refsect2" title="GTK_STOCK_QUIT">
|
1307
1313
|
<a name="GTK-STOCK-QUIT:CAPS"></a><h3>GTK_STOCK_QUIT</h3>
|
1308
1314
|
<pre class="programlisting">#define GTK_STOCK_QUIT "gtk-quit"
|
1309
1315
|
</pre>
|
@@ -1313,7 +1319,7 @@ The "Quit" item.
|
|
1313
1319
|
</p>
|
1314
1320
|
</div>
|
1315
1321
|
<hr>
|
1316
|
-
<div class="refsect2">
|
1322
|
+
<div class="refsect2" title="GTK_STOCK_REDO">
|
1317
1323
|
<a name="GTK-STOCK-REDO:CAPS"></a><h3>GTK_STOCK_REDO</h3>
|
1318
1324
|
<pre class="programlisting">#define GTK_STOCK_REDO "gtk-redo"
|
1319
1325
|
</pre>
|
@@ -1325,7 +1331,7 @@ RTL variant
|
|
1325
1331
|
</p>
|
1326
1332
|
</div>
|
1327
1333
|
<hr>
|
1328
|
-
<div class="refsect2">
|
1334
|
+
<div class="refsect2" title="GTK_STOCK_REFRESH">
|
1329
1335
|
<a name="GTK-STOCK-REFRESH:CAPS"></a><h3>GTK_STOCK_REFRESH</h3>
|
1330
1336
|
<pre class="programlisting">#define GTK_STOCK_REFRESH "gtk-refresh"
|
1331
1337
|
</pre>
|
@@ -1335,7 +1341,7 @@ The "Refresh" item.
|
|
1335
1341
|
</p>
|
1336
1342
|
</div>
|
1337
1343
|
<hr>
|
1338
|
-
<div class="refsect2">
|
1344
|
+
<div class="refsect2" title="GTK_STOCK_REMOVE">
|
1339
1345
|
<a name="GTK-STOCK-REMOVE:CAPS"></a><h3>GTK_STOCK_REMOVE</h3>
|
1340
1346
|
<pre class="programlisting">#define GTK_STOCK_REMOVE "gtk-remove"
|
1341
1347
|
</pre>
|
@@ -1345,7 +1351,7 @@ The "Remove" item.
|
|
1345
1351
|
</p>
|
1346
1352
|
</div>
|
1347
1353
|
<hr>
|
1348
|
-
<div class="refsect2">
|
1354
|
+
<div class="refsect2" title="GTK_STOCK_REVERT_TO_SAVED">
|
1349
1355
|
<a name="GTK-STOCK-REVERT-TO-SAVED:CAPS"></a><h3>GTK_STOCK_REVERT_TO_SAVED</h3>
|
1350
1356
|
<pre class="programlisting">#define GTK_STOCK_REVERT_TO_SAVED "gtk-revert-to-saved"
|
1351
1357
|
</pre>
|
@@ -1357,7 +1363,7 @@ RTL variant
|
|
1357
1363
|
</p>
|
1358
1364
|
</div>
|
1359
1365
|
<hr>
|
1360
|
-
<div class="refsect2">
|
1366
|
+
<div class="refsect2" title="GTK_STOCK_SAVE">
|
1361
1367
|
<a name="GTK-STOCK-SAVE:CAPS"></a><h3>GTK_STOCK_SAVE</h3>
|
1362
1368
|
<pre class="programlisting">#define GTK_STOCK_SAVE "gtk-save"
|
1363
1369
|
</pre>
|
@@ -1367,7 +1373,7 @@ The "Save" item.
|
|
1367
1373
|
</p>
|
1368
1374
|
</div>
|
1369
1375
|
<hr>
|
1370
|
-
<div class="refsect2">
|
1376
|
+
<div class="refsect2" title="GTK_STOCK_SAVE_AS">
|
1371
1377
|
<a name="GTK-STOCK-SAVE-AS:CAPS"></a><h3>GTK_STOCK_SAVE_AS</h3>
|
1372
1378
|
<pre class="programlisting">#define GTK_STOCK_SAVE_AS "gtk-save-as"
|
1373
1379
|
</pre>
|
@@ -1377,7 +1383,7 @@ The "Save As" item.
|
|
1377
1383
|
</p>
|
1378
1384
|
</div>
|
1379
1385
|
<hr>
|
1380
|
-
<div class="refsect2">
|
1386
|
+
<div class="refsect2" title="GTK_STOCK_SELECT_ALL">
|
1381
1387
|
<a name="GTK-STOCK-SELECT-ALL:CAPS"></a><h3>GTK_STOCK_SELECT_ALL</h3>
|
1382
1388
|
<pre class="programlisting">#define GTK_STOCK_SELECT_ALL "gtk-select-all"
|
1383
1389
|
</pre>
|
@@ -1388,7 +1394,7 @@ The "Select All" item.
|
|
1388
1394
|
<p class="since">Since 2.10</p>
|
1389
1395
|
</div>
|
1390
1396
|
<hr>
|
1391
|
-
<div class="refsect2">
|
1397
|
+
<div class="refsect2" title="GTK_STOCK_SELECT_COLOR">
|
1392
1398
|
<a name="GTK-STOCK-SELECT-COLOR:CAPS"></a><h3>GTK_STOCK_SELECT_COLOR</h3>
|
1393
1399
|
<pre class="programlisting">#define GTK_STOCK_SELECT_COLOR "gtk-select-color"
|
1394
1400
|
</pre>
|
@@ -1398,7 +1404,7 @@ The "Color" item.
|
|
1398
1404
|
</p>
|
1399
1405
|
</div>
|
1400
1406
|
<hr>
|
1401
|
-
<div class="refsect2">
|
1407
|
+
<div class="refsect2" title="GTK_STOCK_SELECT_FONT">
|
1402
1408
|
<a name="GTK-STOCK-SELECT-FONT:CAPS"></a><h3>GTK_STOCK_SELECT_FONT</h3>
|
1403
1409
|
<pre class="programlisting">#define GTK_STOCK_SELECT_FONT "gtk-select-font"
|
1404
1410
|
</pre>
|
@@ -1408,7 +1414,7 @@ The "Font" item.
|
|
1408
1414
|
</p>
|
1409
1415
|
</div>
|
1410
1416
|
<hr>
|
1411
|
-
<div class="refsect2">
|
1417
|
+
<div class="refsect2" title="GTK_STOCK_SORT_ASCENDING">
|
1412
1418
|
<a name="GTK-STOCK-SORT-ASCENDING:CAPS"></a><h3>GTK_STOCK_SORT_ASCENDING</h3>
|
1413
1419
|
<pre class="programlisting">#define GTK_STOCK_SORT_ASCENDING "gtk-sort-ascending"
|
1414
1420
|
</pre>
|
@@ -1418,7 +1424,7 @@ The "Ascending" item.
|
|
1418
1424
|
</p>
|
1419
1425
|
</div>
|
1420
1426
|
<hr>
|
1421
|
-
<div class="refsect2">
|
1427
|
+
<div class="refsect2" title="GTK_STOCK_SORT_DESCENDING">
|
1422
1428
|
<a name="GTK-STOCK-SORT-DESCENDING:CAPS"></a><h3>GTK_STOCK_SORT_DESCENDING</h3>
|
1423
1429
|
<pre class="programlisting">#define GTK_STOCK_SORT_DESCENDING "gtk-sort-descending"
|
1424
1430
|
</pre>
|
@@ -1428,7 +1434,7 @@ The "Descending" item.
|
|
1428
1434
|
</p>
|
1429
1435
|
</div>
|
1430
1436
|
<hr>
|
1431
|
-
<div class="refsect2">
|
1437
|
+
<div class="refsect2" title="GTK_STOCK_SPELL_CHECK">
|
1432
1438
|
<a name="GTK-STOCK-SPELL-CHECK:CAPS"></a><h3>GTK_STOCK_SPELL_CHECK</h3>
|
1433
1439
|
<pre class="programlisting">#define GTK_STOCK_SPELL_CHECK "gtk-spell-check"
|
1434
1440
|
</pre>
|
@@ -1438,7 +1444,7 @@ The "Spell Check" item.
|
|
1438
1444
|
</p>
|
1439
1445
|
</div>
|
1440
1446
|
<hr>
|
1441
|
-
<div class="refsect2">
|
1447
|
+
<div class="refsect2" title="GTK_STOCK_STOP">
|
1442
1448
|
<a name="GTK-STOCK-STOP:CAPS"></a><h3>GTK_STOCK_STOP</h3>
|
1443
1449
|
<pre class="programlisting">#define GTK_STOCK_STOP "gtk-stop"
|
1444
1450
|
</pre>
|
@@ -1448,7 +1454,7 @@ The "Stop" item.
|
|
1448
1454
|
</p>
|
1449
1455
|
</div>
|
1450
1456
|
<hr>
|
1451
|
-
<div class="refsect2">
|
1457
|
+
<div class="refsect2" title="GTK_STOCK_STRIKETHROUGH">
|
1452
1458
|
<a name="GTK-STOCK-STRIKETHROUGH:CAPS"></a><h3>GTK_STOCK_STRIKETHROUGH</h3>
|
1453
1459
|
<pre class="programlisting">#define GTK_STOCK_STRIKETHROUGH "gtk-strikethrough"
|
1454
1460
|
</pre>
|
@@ -1458,7 +1464,7 @@ The "Strikethrough" item.
|
|
1458
1464
|
</p>
|
1459
1465
|
</div>
|
1460
1466
|
<hr>
|
1461
|
-
<div class="refsect2">
|
1467
|
+
<div class="refsect2" title="GTK_STOCK_UNDELETE">
|
1462
1468
|
<a name="GTK-STOCK-UNDELETE:CAPS"></a><h3>GTK_STOCK_UNDELETE</h3>
|
1463
1469
|
<pre class="programlisting">#define GTK_STOCK_UNDELETE "gtk-undelete"
|
1464
1470
|
</pre>
|
@@ -1470,7 +1476,7 @@ RTL variant
|
|
1470
1476
|
</p>
|
1471
1477
|
</div>
|
1472
1478
|
<hr>
|
1473
|
-
<div class="refsect2">
|
1479
|
+
<div class="refsect2" title="GTK_STOCK_UNDERLINE">
|
1474
1480
|
<a name="GTK-STOCK-UNDERLINE:CAPS"></a><h3>GTK_STOCK_UNDERLINE</h3>
|
1475
1481
|
<pre class="programlisting">#define GTK_STOCK_UNDERLINE "gtk-underline"
|
1476
1482
|
</pre>
|
@@ -1480,7 +1486,7 @@ The "Underline" item.
|
|
1480
1486
|
</p>
|
1481
1487
|
</div>
|
1482
1488
|
<hr>
|
1483
|
-
<div class="refsect2">
|
1489
|
+
<div class="refsect2" title="GTK_STOCK_UNDO">
|
1484
1490
|
<a name="GTK-STOCK-UNDO:CAPS"></a><h3>GTK_STOCK_UNDO</h3>
|
1485
1491
|
<pre class="programlisting">#define GTK_STOCK_UNDO "gtk-undo"
|
1486
1492
|
</pre>
|
@@ -1492,7 +1498,7 @@ RTL variant
|
|
1492
1498
|
</p>
|
1493
1499
|
</div>
|
1494
1500
|
<hr>
|
1495
|
-
<div class="refsect2">
|
1501
|
+
<div class="refsect2" title="GTK_STOCK_UNINDENT">
|
1496
1502
|
<a name="GTK-STOCK-UNINDENT:CAPS"></a><h3>GTK_STOCK_UNINDENT</h3>
|
1497
1503
|
<pre class="programlisting">#define GTK_STOCK_UNINDENT "gtk-unindent"
|
1498
1504
|
</pre>
|
@@ -1505,7 +1511,7 @@ RTL variant
|
|
1505
1511
|
<p class="since">Since 2.4</p>
|
1506
1512
|
</div>
|
1507
1513
|
<hr>
|
1508
|
-
<div class="refsect2">
|
1514
|
+
<div class="refsect2" title="GTK_STOCK_YES">
|
1509
1515
|
<a name="GTK-STOCK-YES:CAPS"></a><h3>GTK_STOCK_YES</h3>
|
1510
1516
|
<pre class="programlisting">#define GTK_STOCK_YES "gtk-yes"
|
1511
1517
|
</pre>
|
@@ -1515,7 +1521,7 @@ The "Yes" item.
|
|
1515
1521
|
</p>
|
1516
1522
|
</div>
|
1517
1523
|
<hr>
|
1518
|
-
<div class="refsect2">
|
1524
|
+
<div class="refsect2" title="GTK_STOCK_ZOOM_100">
|
1519
1525
|
<a name="GTK-STOCK-ZOOM-100:CAPS"></a><h3>GTK_STOCK_ZOOM_100</h3>
|
1520
1526
|
<pre class="programlisting">#define GTK_STOCK_ZOOM_100 "gtk-zoom-100"
|
1521
1527
|
</pre>
|
@@ -1525,7 +1531,7 @@ The "Zoom 100%" item.
|
|
1525
1531
|
</p>
|
1526
1532
|
</div>
|
1527
1533
|
<hr>
|
1528
|
-
<div class="refsect2">
|
1534
|
+
<div class="refsect2" title="GTK_STOCK_ZOOM_FIT">
|
1529
1535
|
<a name="GTK-STOCK-ZOOM-FIT:CAPS"></a><h3>GTK_STOCK_ZOOM_FIT</h3>
|
1530
1536
|
<pre class="programlisting">#define GTK_STOCK_ZOOM_FIT "gtk-zoom-fit"
|
1531
1537
|
</pre>
|
@@ -1535,7 +1541,7 @@ The "Zoom to Fit" item.
|
|
1535
1541
|
</p>
|
1536
1542
|
</div>
|
1537
1543
|
<hr>
|
1538
|
-
<div class="refsect2">
|
1544
|
+
<div class="refsect2" title="GTK_STOCK_ZOOM_IN">
|
1539
1545
|
<a name="GTK-STOCK-ZOOM-IN:CAPS"></a><h3>GTK_STOCK_ZOOM_IN</h3>
|
1540
1546
|
<pre class="programlisting">#define GTK_STOCK_ZOOM_IN "gtk-zoom-in"
|
1541
1547
|
</pre>
|
@@ -1545,7 +1551,7 @@ The "Zoom In" item.
|
|
1545
1551
|
</p>
|
1546
1552
|
</div>
|
1547
1553
|
<hr>
|
1548
|
-
<div class="refsect2">
|
1554
|
+
<div class="refsect2" title="GTK_STOCK_ZOOM_OUT">
|
1549
1555
|
<a name="GTK-STOCK-ZOOM-OUT:CAPS"></a><h3>GTK_STOCK_ZOOM_OUT</h3>
|
1550
1556
|
<pre class="programlisting">#define GTK_STOCK_ZOOM_OUT "gtk-zoom-out"
|
1551
1557
|
</pre>
|
@@ -1558,6 +1564,6 @@ The "Zoom Out" item.
|
|
1558
1564
|
</div>
|
1559
1565
|
<div class="footer">
|
1560
1566
|
<hr>
|
1561
|
-
Generated by GTK-Doc V1.
|
1567
|
+
Generated by GTK-Doc V1.15</div>
|
1562
1568
|
</body>
|
1563
1569
|
</html>
|