gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
9
|
<link rel="prev" href="GtkToolbar.html" title="GtkToolbar">
|
10
10
|
<link rel="next" href="GtkToolPalette.html" title="GtkToolPalette">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="#GtkToolItem.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkToolItem">
|
38
38
|
<a name="GtkToolItem"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,12 +43,12 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="GtkToolItem.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
51
|
+
<a class="link" href="GtkToolItem.html#GtkToolItem-struct" title="GtkToolItem">GtkToolItem</a>;
|
52
52
|
<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * <a class="link" href="GtkToolItem.html#gtk-tool-item-new" title="gtk_tool_item_new ()">gtk_tool_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkToolItem.html#gtk-tool-item-set-homogeneous" title="gtk_tool_item_set_homogeneous ()">gtk_tool_item_set_homogeneous</a> (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
54
54
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);
|
@@ -97,7 +97,7 @@ struct <a class="link" href="GtkToolItem.html#GtkToolItem-struct" t
|
|
97
97
|
<a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="returnvalue">GtkSizeGroup</span></a> * <a class="link" href="GtkToolItem.html#gtk-tool-item-get-text-size-group" title="gtk_tool_item_get_text_size_group ()">gtk_tool_item_get_text_size_group</a> (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);
|
98
98
|
</pre>
|
99
99
|
</div>
|
100
|
-
<div class="refsect1">
|
100
|
+
<div class="refsect1" title="Object Hierarchy">
|
101
101
|
<a name="GtkToolItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
102
102
|
<pre class="synopsis">
|
103
103
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -111,13 +111,13 @@ struct <a class="link" href="GtkToolItem.html#GtkToolItem-struct" t
|
|
111
111
|
+----<a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem">GtkSeparatorToolItem</a>
|
112
112
|
</pre>
|
113
113
|
</div>
|
114
|
-
<div class="refsect1">
|
114
|
+
<div class="refsect1" title="Implemented Interfaces">
|
115
115
|
<a name="GtkToolItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
116
116
|
<p>
|
117
117
|
GtkToolItem implements
|
118
118
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
|
119
119
|
</div>
|
120
|
-
<div class="refsect1">
|
120
|
+
<div class="refsect1" title="Properties">
|
121
121
|
<a name="GtkToolItem.properties"></a><h2>Properties</h2>
|
122
122
|
<pre class="synopsis">
|
123
123
|
"<a class="link" href="GtkToolItem.html#GtkToolItem--is-important" title='The "is-important" property'>is-important</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -125,15 +125,15 @@ GtkToolItem implements
|
|
125
125
|
"<a class="link" href="GtkToolItem.html#GtkToolItem--visible-vertical" title='The "visible-vertical" property'>visible-vertical</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
126
126
|
</pre>
|
127
127
|
</div>
|
128
|
-
<div class="refsect1">
|
128
|
+
<div class="refsect1" title="Signals">
|
129
129
|
<a name="GtkToolItem.signals"></a><h2>Signals</h2>
|
130
130
|
<pre class="synopsis">
|
131
|
-
"<a class="link" href="GtkToolItem.html#GtkToolItem-create-menu-proxy" title='The "create-menu-proxy" signal'>create-menu-proxy</a>" :
|
132
|
-
"<a class="link" href="GtkToolItem.html#GtkToolItem-set-tooltip" title='The "set-tooltip" signal'>set-tooltip</a>" :
|
133
|
-
"<a class="link" href="GtkToolItem.html#GtkToolItem-toolbar-reconfigured" title='The "toolbar-reconfigured" signal'>toolbar-reconfigured</a>" :
|
131
|
+
"<a class="link" href="GtkToolItem.html#GtkToolItem-create-menu-proxy" title='The "create-menu-proxy" signal'>create-menu-proxy</a>" : Run Last
|
132
|
+
"<a class="link" href="GtkToolItem.html#GtkToolItem-set-tooltip" title='The "set-tooltip" signal'>set-tooltip</a>" : Run Last
|
133
|
+
"<a class="link" href="GtkToolItem.html#GtkToolItem-toolbar-reconfigured" title='The "toolbar-reconfigured" signal'>toolbar-reconfigured</a>" : Run Last
|
134
134
|
</pre>
|
135
135
|
</div>
|
136
|
-
<div class="refsect1">
|
136
|
+
<div class="refsect1" title="Description">
|
137
137
|
<a name="GtkToolItem.description"></a><h2>Description</h2>
|
138
138
|
<p>
|
139
139
|
<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>s are widgets that can appear on a toolbar. To
|
@@ -150,18 +150,18 @@ See the <a class="link" href="GtkToolbar.html" title="GtkToolbar"><span class="t
|
|
150
150
|
<a class="link" href="GtkToolShell.html" title="GtkToolShell"><span class="type">GtkToolShell</span></a> for a description of the tool shell interface.
|
151
151
|
</p>
|
152
152
|
</div>
|
153
|
-
<div class="refsect1">
|
153
|
+
<div class="refsect1" title="Details">
|
154
154
|
<a name="GtkToolItem.details"></a><h2>Details</h2>
|
155
|
-
<div class="refsect2">
|
156
|
-
<a name="GtkToolItem-struct"></a><h3>
|
157
|
-
<pre class="programlisting">struct GtkToolItem;</pre>
|
155
|
+
<div class="refsect2" title="GtkToolItem">
|
156
|
+
<a name="GtkToolItem-struct"></a><h3>GtkToolItem</h3>
|
157
|
+
<pre class="programlisting">typedef struct _GtkToolItem GtkToolItem;</pre>
|
158
158
|
<p>
|
159
159
|
The GtkToolItem struct contains only private data.
|
160
160
|
It should only be accessed through the functions described below.
|
161
161
|
</p>
|
162
162
|
</div>
|
163
163
|
<hr>
|
164
|
-
<div class="refsect2">
|
164
|
+
<div class="refsect2" title="gtk_tool_item_new ()">
|
165
165
|
<a name="gtk-tool-item-new"></a><h3>gtk_tool_item_new ()</h3>
|
166
166
|
<pre class="programlisting"><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="returnvalue">GtkToolItem</span></a> * gtk_tool_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
167
167
|
<p>
|
@@ -171,14 +171,15 @@ Creates a new <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span
|
|
171
171
|
<col align="left" valign="top">
|
172
172
|
<tbody><tr>
|
173
173
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
174
|
-
<td>the new <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
174
|
+
<td> the new <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
175
|
+
|
175
176
|
</td>
|
176
177
|
</tr></tbody>
|
177
178
|
</table></div>
|
178
179
|
<p class="since">Since 2.4</p>
|
179
180
|
</div>
|
180
181
|
<hr>
|
181
|
-
<div class="refsect2">
|
182
|
+
<div class="refsect2" title="gtk_tool_item_set_homogeneous ()">
|
182
183
|
<a name="gtk-tool-item-set-homogeneous"></a><h3>gtk_tool_item_set_homogeneous ()</h3>
|
183
184
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_homogeneous (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
184
185
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
|
@@ -192,19 +193,20 @@ the same width as the widest of the items.
|
|
192
193
|
<tbody>
|
193
194
|
<tr>
|
194
195
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
195
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
196
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
196
197
|
</td>
|
197
198
|
</tr>
|
198
199
|
<tr>
|
199
200
|
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
200
|
-
<td>whether <em class="parameter"><code>tool_item</code></em> is the same size as other homogeneous items
|
201
|
+
<td>whether <em class="parameter"><code>tool_item</code></em> is the same size as other homogeneous items
|
202
|
+
</td>
|
201
203
|
</tr>
|
202
204
|
</tbody>
|
203
205
|
</table></div>
|
204
206
|
<p class="since">Since 2.4</p>
|
205
207
|
</div>
|
206
208
|
<hr>
|
207
|
-
<div class="refsect2">
|
209
|
+
<div class="refsect2" title="gtk_tool_item_get_homogeneous ()">
|
208
210
|
<a name="gtk-tool-item-get-homogeneous"></a><h3>gtk_tool_item_get_homogeneous ()</h3>
|
209
211
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_homogeneous (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
210
212
|
<p>
|
@@ -216,21 +218,22 @@ items. See <a class="link" href="GtkToolItem.html#gtk-tool-item-set-homogeneous"
|
|
216
218
|
<tbody>
|
217
219
|
<tr>
|
218
220
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
219
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
221
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
220
222
|
</td>
|
221
223
|
</tr>
|
222
224
|
<tr>
|
223
225
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
224
|
-
<td>
|
225
|
-
|
226
|
-
|
226
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the item is the same size as other homogeneous
|
227
|
+
items.
|
228
|
+
|
229
|
+
</td>
|
227
230
|
</tr>
|
228
231
|
</tbody>
|
229
232
|
</table></div>
|
230
233
|
<p class="since">Since 2.4</p>
|
231
234
|
</div>
|
232
235
|
<hr>
|
233
|
-
<div class="refsect2">
|
236
|
+
<div class="refsect2" title="gtk_tool_item_set_expand ()">
|
234
237
|
<a name="gtk-tool-item-set-expand"></a><h3>gtk_tool_item_set_expand ()</h3>
|
235
238
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_expand (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
236
239
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
|
@@ -250,14 +253,15 @@ and smaller when the toolbar gets smaller.
|
|
250
253
|
</tr>
|
251
254
|
<tr>
|
252
255
|
<td><p><span class="term"><em class="parameter"><code>expand</code></em> :</span></p></td>
|
253
|
-
<td>Whether <em class="parameter"><code>tool_item</code></em> is allocated extra space
|
256
|
+
<td>Whether <em class="parameter"><code>tool_item</code></em> is allocated extra space
|
257
|
+
</td>
|
254
258
|
</tr>
|
255
259
|
</tbody>
|
256
260
|
</table></div>
|
257
261
|
<p class="since">Since 2.4</p>
|
258
262
|
</div>
|
259
263
|
<hr>
|
260
|
-
<div class="refsect2">
|
264
|
+
<div class="refsect2" title="gtk_tool_item_get_expand ()">
|
261
265
|
<a name="gtk-tool-item-get-expand"></a><h3>gtk_tool_item_get_expand ()</h3>
|
262
266
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_expand (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
263
267
|
<p>
|
@@ -269,26 +273,27 @@ See <a class="link" href="GtkToolItem.html#gtk-tool-item-set-expand" title="gtk_
|
|
269
273
|
<tbody>
|
270
274
|
<tr>
|
271
275
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
272
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
276
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
273
277
|
</td>
|
274
278
|
</tr>
|
275
279
|
<tr>
|
276
280
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
277
|
-
<td>
|
278
|
-
|
281
|
+
<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>tool_item</code></em> is allocated extra space.
|
282
|
+
|
283
|
+
</td>
|
279
284
|
</tr>
|
280
285
|
</tbody>
|
281
286
|
</table></div>
|
282
287
|
<p class="since">Since 2.4</p>
|
283
288
|
</div>
|
284
289
|
<hr>
|
285
|
-
<div class="refsect2">
|
290
|
+
<div class="refsect2" title="gtk_tool_item_set_tooltip ()">
|
286
291
|
<a name="gtk-tool-item-set-tooltip"></a><h3>gtk_tool_item_set_tooltip ()</h3>
|
287
292
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_tooltip (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
288
293
|
<em class="parameter"><code><a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> *tooltips</code></em>,
|
289
294
|
<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> *tip_text</code></em>,
|
290
295
|
<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> *tip_private</code></em>);</pre>
|
291
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
296
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
292
297
|
<h3 class="title">Warning</h3>
|
293
298
|
<p><code class="literal">gtk_tool_item_set_tooltip</code> has been deprecated since version 2.12 and should not be used in newly-written code. Use <a class="link" href="GtkToolItem.html#gtk-tool-item-set-tooltip-text" title="gtk_tool_item_set_tooltip_text ()"><code class="function">gtk_tool_item_set_tooltip_text()</code></a> instead.</p>
|
294
299
|
</div>
|
@@ -307,16 +312,17 @@ to be used. See <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" tit
|
|
307
312
|
</tr>
|
308
313
|
<tr>
|
309
314
|
<td><p><span class="term"><em class="parameter"><code>tooltips</code></em> :</span></p></td>
|
310
|
-
<td>The <a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> object to be used
|
315
|
+
<td>The <a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> object to be used
|
316
|
+
</td>
|
311
317
|
</tr>
|
312
318
|
<tr>
|
313
319
|
<td><p><span class="term"><em class="parameter"><code>tip_text</code></em> :</span></p></td>
|
314
|
-
<td>text to be used as tooltip text for <em class="parameter"><code>tool_item</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
320
|
+
<td> text to be used as tooltip text for <em class="parameter"><code>tool_item</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
315
321
|
</td>
|
316
322
|
</tr>
|
317
323
|
<tr>
|
318
324
|
<td><p><span class="term"><em class="parameter"><code>tip_private</code></em> :</span></p></td>
|
319
|
-
<td>text to be used as private tooltip text. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
325
|
+
<td> text to be used as private tooltip text. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
320
326
|
</td>
|
321
327
|
</tr>
|
322
328
|
</tbody>
|
@@ -324,7 +330,7 @@ to be used. See <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" tit
|
|
324
330
|
<p class="since">Since 2.4</p>
|
325
331
|
</div>
|
326
332
|
<hr>
|
327
|
-
<div class="refsect2">
|
333
|
+
<div class="refsect2" title="gtk_tool_item_set_tooltip_text ()">
|
328
334
|
<a name="gtk-tool-item-set-tooltip-text"></a><h3>gtk_tool_item_set_tooltip_text ()</h3>
|
329
335
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_tooltip_text (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
330
336
|
<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> *text</code></em>);</pre>
|
@@ -337,7 +343,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk
|
|
337
343
|
<tbody>
|
338
344
|
<tr>
|
339
345
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
340
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
346
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
341
347
|
</td>
|
342
348
|
</tr>
|
343
349
|
<tr>
|
@@ -350,7 +356,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-text" title="gtk
|
|
350
356
|
<p class="since">Since 2.12</p>
|
351
357
|
</div>
|
352
358
|
<hr>
|
353
|
-
<div class="refsect2">
|
359
|
+
<div class="refsect2" title="gtk_tool_item_set_tooltip_markup ()">
|
354
360
|
<a name="gtk-tool-item-set-tooltip-markup"></a><h3>gtk_tool_item_set_tooltip_markup ()</h3>
|
355
361
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_tooltip_markup (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
356
362
|
<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> *markup</code></em>);</pre>
|
@@ -363,7 +369,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="g
|
|
363
369
|
<tbody>
|
364
370
|
<tr>
|
365
371
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
366
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
372
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
367
373
|
</td>
|
368
374
|
</tr>
|
369
375
|
<tr>
|
@@ -376,7 +382,7 @@ See <a class="link" href="GtkWidget.html#gtk-widget-set-tooltip-markup" title="g
|
|
376
382
|
<p class="since">Since 2.12</p>
|
377
383
|
</div>
|
378
384
|
<hr>
|
379
|
-
<div class="refsect2">
|
385
|
+
<div class="refsect2" title="gtk_tool_item_set_use_drag_window ()">
|
380
386
|
<a name="gtk-tool-item-set-use-drag-window"></a><h3>gtk_tool_item_set_use_drag_window ()</h3>
|
381
387
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_use_drag_window (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
382
388
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> use_drag_window</code></em>);</pre>
|
@@ -391,19 +397,20 @@ even those that would otherwise be sent to a child of <em class="parameter"><cod
|
|
391
397
|
<tbody>
|
392
398
|
<tr>
|
393
399
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
394
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
400
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
395
401
|
</td>
|
396
402
|
</tr>
|
397
403
|
<tr>
|
398
404
|
<td><p><span class="term"><em class="parameter"><code>use_drag_window</code></em> :</span></p></td>
|
399
|
-
<td>Whether <em class="parameter"><code>tool_item</code></em> has a drag window
|
405
|
+
<td>Whether <em class="parameter"><code>tool_item</code></em> has a drag window.
|
406
|
+
</td>
|
400
407
|
</tr>
|
401
408
|
</tbody>
|
402
409
|
</table></div>
|
403
410
|
<p class="since">Since 2.4</p>
|
404
411
|
</div>
|
405
412
|
<hr>
|
406
|
-
<div class="refsect2">
|
413
|
+
<div class="refsect2" title="gtk_tool_item_get_use_drag_window ()">
|
407
414
|
<a name="gtk-tool-item-get-use-drag-window"></a><h3>gtk_tool_item_get_use_drag_window ()</h3>
|
408
415
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_use_drag_window (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
409
416
|
<p>
|
@@ -415,20 +422,21 @@ Returns whether <em class="parameter"><code>tool_item</code></em> has a drag win
|
|
415
422
|
<tbody>
|
416
423
|
<tr>
|
417
424
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
418
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
425
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
419
426
|
</td>
|
420
427
|
</tr>
|
421
428
|
<tr>
|
422
429
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
423
|
-
<td>
|
424
|
-
|
430
|
+
<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>tool_item</code></em> uses a drag window.
|
431
|
+
|
432
|
+
</td>
|
425
433
|
</tr>
|
426
434
|
</tbody>
|
427
435
|
</table></div>
|
428
436
|
<p class="since">Since 2.4</p>
|
429
437
|
</div>
|
430
438
|
<hr>
|
431
|
-
<div class="refsect2">
|
439
|
+
<div class="refsect2" title="gtk_tool_item_set_visible_horizontal ()">
|
432
440
|
<a name="gtk-tool-item-set-visible-horizontal"></a><h3>gtk_tool_item_set_visible_horizontal ()</h3>
|
433
441
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_visible_horizontal
|
434
442
|
(<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
@@ -446,14 +454,15 @@ Sets whether <em class="parameter"><code>tool_item</code></em> is visible when t
|
|
446
454
|
</tr>
|
447
455
|
<tr>
|
448
456
|
<td><p><span class="term"><em class="parameter"><code>visible_horizontal</code></em> :</span></p></td>
|
449
|
-
<td>Whether <em class="parameter"><code>tool_item</code></em> is visible when in horizontal mode
|
457
|
+
<td>Whether <em class="parameter"><code>tool_item</code></em> is visible when in horizontal mode
|
458
|
+
</td>
|
450
459
|
</tr>
|
451
460
|
</tbody>
|
452
461
|
</table></div>
|
453
462
|
<p class="since">Since 2.4</p>
|
454
463
|
</div>
|
455
464
|
<hr>
|
456
|
-
<div class="refsect2">
|
465
|
+
<div class="refsect2" title="gtk_tool_item_get_visible_horizontal ()">
|
457
466
|
<a name="gtk-tool-item-get-visible-horizontal"></a><h3>gtk_tool_item_get_visible_horizontal ()</h3>
|
458
467
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_visible_horizontal
|
459
468
|
(<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
@@ -466,21 +475,22 @@ docked horizontally.
|
|
466
475
|
<tbody>
|
467
476
|
<tr>
|
468
477
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
469
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
478
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
470
479
|
</td>
|
471
480
|
</tr>
|
472
481
|
<tr>
|
473
482
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
474
|
-
<td>
|
475
|
-
|
476
|
-
|
483
|
+
<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>tool_item</code></em> is visible on toolbars that are
|
484
|
+
docked horizontally.
|
485
|
+
|
486
|
+
</td>
|
477
487
|
</tr>
|
478
488
|
</tbody>
|
479
489
|
</table></div>
|
480
490
|
<p class="since">Since 2.4</p>
|
481
491
|
</div>
|
482
492
|
<hr>
|
483
|
-
<div class="refsect2">
|
493
|
+
<div class="refsect2" title="gtk_tool_item_set_visible_vertical ()">
|
484
494
|
<a name="gtk-tool-item-set-visible-vertical"></a><h3>gtk_tool_item_set_visible_vertical ()</h3>
|
485
495
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_visible_vertical (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
486
496
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_vertical</code></em>);</pre>
|
@@ -495,20 +505,21 @@ useful on a vertically docked toolbar. If <em class="parameter"><code>visible_ve
|
|
495
505
|
<tbody>
|
496
506
|
<tr>
|
497
507
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
498
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
508
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
499
509
|
</td>
|
500
510
|
</tr>
|
501
511
|
<tr>
|
502
512
|
<td><p><span class="term"><em class="parameter"><code>visible_vertical</code></em> :</span></p></td>
|
503
513
|
<td>whether <em class="parameter"><code>tool_item</code></em> is visible when the toolbar
|
504
|
-
is in vertical mode
|
514
|
+
is in vertical mode
|
515
|
+
</td>
|
505
516
|
</tr>
|
506
517
|
</tbody>
|
507
518
|
</table></div>
|
508
519
|
<p class="since">Since 2.4</p>
|
509
520
|
</div>
|
510
521
|
<hr>
|
511
|
-
<div class="refsect2">
|
522
|
+
<div class="refsect2" title="gtk_tool_item_get_visible_vertical ()">
|
512
523
|
<a name="gtk-tool-item-get-visible-vertical"></a><h3>gtk_tool_item_get_visible_vertical ()</h3>
|
513
524
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_visible_vertical (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
514
525
|
<p>
|
@@ -520,19 +531,21 @@ See <a class="link" href="GtkToolItem.html#gtk-tool-item-set-visible-vertical" t
|
|
520
531
|
<tbody>
|
521
532
|
<tr>
|
522
533
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
523
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
534
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
524
535
|
</td>
|
525
536
|
</tr>
|
526
537
|
<tr>
|
527
538
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
528
|
-
<td>Whether <em class="parameter"><code>tool_item</code></em> is visible when the toolbar is docked vertically
|
539
|
+
<td> Whether <em class="parameter"><code>tool_item</code></em> is visible when the toolbar is docked vertically
|
540
|
+
|
541
|
+
</td>
|
529
542
|
</tr>
|
530
543
|
</tbody>
|
531
544
|
</table></div>
|
532
545
|
<p class="since">Since 2.4</p>
|
533
546
|
</div>
|
534
547
|
<hr>
|
535
|
-
<div class="refsect2">
|
548
|
+
<div class="refsect2" title="gtk_tool_item_set_is_important ()">
|
536
549
|
<a name="gtk-tool-item-set-is-important"></a><h3>gtk_tool_item_set_is_important ()</h3>
|
537
550
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_is_important (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
538
551
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_important</code></em>);</pre>
|
@@ -553,14 +566,15 @@ effect known as "priority text"
|
|
553
566
|
</tr>
|
554
567
|
<tr>
|
555
568
|
<td><p><span class="term"><em class="parameter"><code>is_important</code></em> :</span></p></td>
|
556
|
-
<td>whether the tool item should be considered important
|
569
|
+
<td>whether the tool item should be considered important
|
570
|
+
</td>
|
557
571
|
</tr>
|
558
572
|
</tbody>
|
559
573
|
</table></div>
|
560
574
|
<p class="since">Since 2.4</p>
|
561
575
|
</div>
|
562
576
|
<hr>
|
563
|
-
<div class="refsect2">
|
577
|
+
<div class="refsect2" title="gtk_tool_item_get_is_important ()">
|
564
578
|
<a name="gtk-tool-item-get-is-important"></a><h3>gtk_tool_item_get_is_important ()</h3>
|
565
579
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tool_item_get_is_important (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
566
580
|
<p>
|
@@ -577,15 +591,16 @@ Returns whether <em class="parameter"><code>tool_item</code></em> is considered
|
|
577
591
|
</tr>
|
578
592
|
<tr>
|
579
593
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
580
|
-
<td>
|
581
|
-
|
594
|
+
<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>tool_item</code></em> is considered important.
|
595
|
+
|
596
|
+
</td>
|
582
597
|
</tr>
|
583
598
|
</tbody>
|
584
599
|
</table></div>
|
585
600
|
<p class="since">Since 2.4</p>
|
586
601
|
</div>
|
587
602
|
<hr>
|
588
|
-
<div class="refsect2">
|
603
|
+
<div class="refsect2" title="gtk_tool_item_get_ellipsize_mode ()">
|
589
604
|
<a name="gtk-tool-item-get-ellipsize-mode"></a><h3>gtk_tool_item_get_ellipsize_mode ()</h3>
|
590
605
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a> gtk_tool_item_get_ellipsize_mode (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
591
606
|
<p>
|
@@ -603,15 +618,17 @@ be ellipsized.
|
|
603
618
|
</tr>
|
604
619
|
<tr>
|
605
620
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
606
|
-
<td>a <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> indicating how text in <em class="parameter"><code>tool_item</code></em>
|
607
|
-
should be ellipsized
|
621
|
+
<td> a <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> indicating how text in <em class="parameter"><code>tool_item</code></em>
|
622
|
+
should be ellipsized.
|
623
|
+
|
624
|
+
</td>
|
608
625
|
</tr>
|
609
626
|
</tbody>
|
610
627
|
</table></div>
|
611
628
|
<p class="since">Since 2.20</p>
|
612
629
|
</div>
|
613
630
|
<hr>
|
614
|
-
<div class="refsect2">
|
631
|
+
<div class="refsect2" title="gtk_tool_item_get_icon_size ()">
|
615
632
|
<a name="gtk-tool-item-get-icon-size"></a><h3>gtk_tool_item_get_icon_size ()</h3>
|
616
633
|
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="returnvalue">GtkIconSize</span></a> gtk_tool_item_get_icon_size (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
617
634
|
<p>
|
@@ -629,8 +646,8 @@ they should use.
|
|
629
646
|
</tr>
|
630
647
|
<tr>
|
631
648
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
632
|
-
<td>a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> indicating the icon size
|
633
|
-
used for <em class="parameter"><code>tool_item</code></em>. <span class="annotation">[
|
649
|
+
<td> a <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> indicating the icon size
|
650
|
+
used for <em class="parameter"><code>tool_item</code></em>. <span class="annotation">[type int]</span>
|
634
651
|
</td>
|
635
652
|
</tr>
|
636
653
|
</tbody>
|
@@ -638,7 +655,7 @@ used for <em class="parameter"><code>tool_item</code></em>. <span class="annotat
|
|
638
655
|
<p class="since">Since 2.4</p>
|
639
656
|
</div>
|
640
657
|
<hr>
|
641
|
-
<div class="refsect2">
|
658
|
+
<div class="refsect2" title="gtk_tool_item_get_orientation ()">
|
642
659
|
<a name="gtk-tool-item-get-orientation"></a><h3>gtk_tool_item_get_orientation ()</h3>
|
643
660
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_tool_item_get_orientation (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
644
661
|
<p>
|
@@ -651,13 +668,14 @@ they should use.
|
|
651
668
|
<tbody>
|
652
669
|
<tr>
|
653
670
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
654
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
671
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
655
672
|
</td>
|
656
673
|
</tr>
|
657
674
|
<tr>
|
658
675
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
659
|
-
<td>a <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> indicating the orientation
|
676
|
+
<td> a <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> indicating the orientation
|
660
677
|
used for <em class="parameter"><code>tool_item</code></em>
|
678
|
+
|
661
679
|
</td>
|
662
680
|
</tr>
|
663
681
|
</tbody>
|
@@ -665,7 +683,7 @@ used for <em class="parameter"><code>tool_item</code></em>
|
|
665
683
|
<p class="since">Since 2.4</p>
|
666
684
|
</div>
|
667
685
|
<hr>
|
668
|
-
<div class="refsect2">
|
686
|
+
<div class="refsect2" title="gtk_tool_item_get_toolbar_style ()">
|
669
687
|
<a name="gtk-tool-item-get-toolbar-style"></a><h3>gtk_tool_item_get_toolbar_style ()</h3>
|
670
688
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkToolbarStyle" title="enum GtkToolbarStyle"><span class="returnvalue">GtkToolbarStyle</span></a> gtk_tool_item_get_toolbar_style (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
671
689
|
<p>
|
@@ -697,20 +715,22 @@ show labels when the toolbar style is GTK_TOOLBAR_BOTH_HORIZ.
|
|
697
715
|
<tbody>
|
698
716
|
<tr>
|
699
717
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
700
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
718
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
701
719
|
</td>
|
702
720
|
</tr>
|
703
721
|
<tr>
|
704
722
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
705
|
-
<td>A <a class="link" href="gtk-Standard-Enumerations.html#GtkToolbarStyle" title="enum GtkToolbarStyle"><span class="type">GtkToolbarStyle</span></a> indicating the toolbar style used
|
706
|
-
for <em class="parameter"><code>tool_item</code></em
|
723
|
+
<td> A <a class="link" href="gtk-Standard-Enumerations.html#GtkToolbarStyle" title="enum GtkToolbarStyle"><span class="type">GtkToolbarStyle</span></a> indicating the toolbar style used
|
724
|
+
for <em class="parameter"><code>tool_item</code></em>.
|
725
|
+
|
726
|
+
</td>
|
707
727
|
</tr>
|
708
728
|
</tbody>
|
709
729
|
</table></div>
|
710
730
|
<p class="since">Since 2.4</p>
|
711
731
|
</div>
|
712
732
|
<hr>
|
713
|
-
<div class="refsect2">
|
733
|
+
<div class="refsect2" title="gtk_tool_item_get_relief_style ()">
|
714
734
|
<a name="gtk-tool-item-get-relief-style"></a><h3>gtk_tool_item_get_relief_style ()</h3>
|
715
735
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="returnvalue">GtkReliefStyle</span></a> gtk_tool_item_get_relief_style (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
716
736
|
<p>
|
@@ -724,20 +744,22 @@ relief style of buttons.
|
|
724
744
|
<tbody>
|
725
745
|
<tr>
|
726
746
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
727
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
747
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
728
748
|
</td>
|
729
749
|
</tr>
|
730
750
|
<tr>
|
731
751
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
732
|
-
<td>a <a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a> indicating the relief style used
|
733
|
-
for <em class="parameter"><code>tool_item</code></em
|
752
|
+
<td> a <a class="link" href="gtk-Standard-Enumerations.html#GtkReliefStyle" title="enum GtkReliefStyle"><span class="type">GtkReliefStyle</span></a> indicating the relief style used
|
753
|
+
for <em class="parameter"><code>tool_item</code></em>.
|
754
|
+
|
755
|
+
</td>
|
734
756
|
</tr>
|
735
757
|
</tbody>
|
736
758
|
</table></div>
|
737
759
|
<p class="since">Since 2.4</p>
|
738
760
|
</div>
|
739
761
|
<hr>
|
740
|
-
<div class="refsect2">
|
762
|
+
<div class="refsect2" title="gtk_tool_item_get_text_alignment ()">
|
741
763
|
<a name="gtk-tool-item-get-text-alignment"></a><h3>gtk_tool_item_get_text_alignment ()</h3>
|
742
764
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="returnvalue">gfloat</span></a> gtk_tool_item_get_text_alignment (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
743
765
|
<p>
|
@@ -750,12 +772,14 @@ be aligned.
|
|
750
772
|
<tbody>
|
751
773
|
<tr>
|
752
774
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
753
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a
|
775
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>:
|
776
|
+
</td>
|
754
777
|
</tr>
|
755
778
|
<tr>
|
756
779
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
757
|
-
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> indicating the horizontal text alignment
|
780
|
+
<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> indicating the horizontal text alignment
|
758
781
|
used for <em class="parameter"><code>tool_item</code></em>
|
782
|
+
|
759
783
|
</td>
|
760
784
|
</tr>
|
761
785
|
</tbody>
|
@@ -763,7 +787,7 @@ used for <em class="parameter"><code>tool_item</code></em>
|
|
763
787
|
<p class="since">Since 2.20</p>
|
764
788
|
</div>
|
765
789
|
<hr>
|
766
|
-
<div class="refsect2">
|
790
|
+
<div class="refsect2" title="gtk_tool_item_get_text_orientation ()">
|
767
791
|
<a name="gtk-tool-item-get-text-orientation"></a><h3>gtk_tool_item_get_text_orientation ()</h3>
|
768
792
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> gtk_tool_item_get_text_orientation (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
769
793
|
<p>
|
@@ -781,8 +805,9 @@ be orientated.
|
|
781
805
|
</tr>
|
782
806
|
<tr>
|
783
807
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
784
|
-
<td>a <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> indicating the text orientation
|
808
|
+
<td> a <a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> indicating the text orientation
|
785
809
|
used for <em class="parameter"><code>tool_item</code></em>
|
810
|
+
|
786
811
|
</td>
|
787
812
|
</tr>
|
788
813
|
</tbody>
|
@@ -790,7 +815,7 @@ used for <em class="parameter"><code>tool_item</code></em>
|
|
790
815
|
<p class="since">Since 2.20</p>
|
791
816
|
</div>
|
792
817
|
<hr>
|
793
|
-
<div class="refsect2">
|
818
|
+
<div class="refsect2" title="gtk_tool_item_retrieve_proxy_menu_item ()">
|
794
819
|
<a name="gtk-tool-item-retrieve-proxy-menu-item"></a><h3>gtk_tool_item_retrieve_proxy_menu_item ()</h3>
|
795
820
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tool_item_retrieve_proxy_menu_item
|
796
821
|
(<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
@@ -804,12 +829,12 @@ that is going to appear in the overflow menu.
|
|
804
829
|
<tbody>
|
805
830
|
<tr>
|
806
831
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
807
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
832
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
808
833
|
</td>
|
809
834
|
</tr>
|
810
835
|
<tr>
|
811
836
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
812
|
-
<td>The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> that is going to appear in the
|
837
|
+
<td> The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> that is going to appear in the
|
813
838
|
overflow menu for <em class="parameter"><code>tool_item</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
814
839
|
</td>
|
815
840
|
</tr>
|
@@ -818,7 +843,7 @@ overflow menu for <em class="parameter"><code>tool_item</code></em>. <span class
|
|
818
843
|
<p class="since">Since 2.4</p>
|
819
844
|
</div>
|
820
845
|
<hr>
|
821
|
-
<div class="refsect2">
|
846
|
+
<div class="refsect2" title="gtk_tool_item_get_proxy_menu_item ()">
|
822
847
|
<a name="gtk-tool-item-get-proxy-menu-item"></a><h3>gtk_tool_item_get_proxy_menu_item ()</h3>
|
823
848
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tool_item_get_proxy_menu_item (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
824
849
|
<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> *menu_item_id</code></em>);</pre>
|
@@ -827,28 +852,29 @@ If <em class="parameter"><code>menu_item_id</code></em> matches the string passe
|
|
827
852
|
<a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a> return the corresponding <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.
|
828
853
|
</p>
|
829
854
|
<p>
|
830
|
-
Custom subclasses of <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> should use this function to
|
831
|
-
|
832
|
-
<em class="parameter"><code>menu_item_id</code></em>s must match ensures that a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
833
|
-
|
855
|
+
Custom subclasses of <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> should use this function to update
|
856
|
+
their menu item when the <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> changes. That the
|
857
|
+
<em class="parameter"><code>menu_item_id</code></em>s must match ensures that a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> will not
|
858
|
+
inadvertently change a menu item that they did not create.
|
834
859
|
</p>
|
835
860
|
<div class="variablelist"><table border="0">
|
836
861
|
<col align="left" valign="top">
|
837
862
|
<tbody>
|
838
863
|
<tr>
|
839
864
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
840
|
-
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
865
|
+
<td>a <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>
|
841
866
|
</td>
|
842
867
|
</tr>
|
843
868
|
<tr>
|
844
869
|
<td><p><span class="term"><em class="parameter"><code>menu_item_id</code></em> :</span></p></td>
|
845
|
-
<td>a string used to identify the menu item
|
870
|
+
<td>a string used to identify the menu item
|
871
|
+
</td>
|
846
872
|
</tr>
|
847
873
|
<tr>
|
848
874
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
849
|
-
<td>The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> passed to
|
850
|
-
<a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a>, if the <em class="parameter"><code>menu_item_id</code></em>s
|
851
|
-
|
875
|
+
<td> The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> passed to
|
876
|
+
<a class="link" href="GtkToolItem.html#gtk-tool-item-set-proxy-menu-item" title="gtk_tool_item_set_proxy_menu_item ()"><code class="function">gtk_tool_item_set_proxy_menu_item()</code></a>, if the <em class="parameter"><code>menu_item_id</code></em>s match.
|
877
|
+
|
852
878
|
</td>
|
853
879
|
</tr>
|
854
880
|
</tbody>
|
@@ -856,7 +882,7 @@ match. <span class="annotation">[<acronym title="Don't free data after the code
|
|
856
882
|
<p class="since">Since 2.4</p>
|
857
883
|
</div>
|
858
884
|
<hr>
|
859
|
-
<div class="refsect2">
|
885
|
+
<div class="refsect2" title="gtk_tool_item_set_proxy_menu_item ()">
|
860
886
|
<a name="gtk-tool-item-set-proxy-menu-item"></a><h3>gtk_tool_item_set_proxy_menu_item ()</h3>
|
861
887
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_set_proxy_menu_item (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>,
|
862
888
|
<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> *menu_item_id</code></em>,
|
@@ -881,14 +907,15 @@ should also be used with <a class="link" href="GtkToolItem.html#gtk-tool-item-ge
|
|
881
907
|
</tr>
|
882
908
|
<tr>
|
883
909
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
884
|
-
<td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to be used in the overflow menu
|
910
|
+
<td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to be used in the overflow menu
|
911
|
+
</td>
|
885
912
|
</tr>
|
886
913
|
</tbody>
|
887
914
|
</table></div>
|
888
915
|
<p class="since">Since 2.4</p>
|
889
916
|
</div>
|
890
917
|
<hr>
|
891
|
-
<div class="refsect2">
|
918
|
+
<div class="refsect2" title="gtk_tool_item_rebuild_menu ()">
|
892
919
|
<a name="gtk-tool-item-rebuild-menu"></a><h3>gtk_tool_item_rebuild_menu ()</h3>
|
893
920
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_rebuild_menu (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
894
921
|
<p>
|
@@ -912,7 +939,7 @@ will do in response to the <a class="link" href="GtkToolItem.html#GtkToolItem-cr
|
|
912
939
|
<p class="since">Since 2.6</p>
|
913
940
|
</div>
|
914
941
|
<hr>
|
915
|
-
<div class="refsect2">
|
942
|
+
<div class="refsect2" title="gtk_tool_item_toolbar_reconfigured ()">
|
916
943
|
<a name="gtk-tool-item-toolbar-reconfigured"></a><h3>gtk_tool_item_toolbar_reconfigured ()</h3>
|
917
944
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tool_item_toolbar_reconfigured (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
918
945
|
<p>
|
@@ -931,13 +958,12 @@ to notify children, when some aspect of their configuration changes.
|
|
931
958
|
<p class="since">Since 2.14</p>
|
932
959
|
</div>
|
933
960
|
<hr>
|
934
|
-
<div class="refsect2">
|
961
|
+
<div class="refsect2" title="gtk_tool_item_get_text_size_group ()">
|
935
962
|
<a name="gtk-tool-item-get-text-size-group"></a><h3>gtk_tool_item_get_text_size_group ()</h3>
|
936
963
|
<pre class="programlisting"><a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="returnvalue">GtkSizeGroup</span></a> * gtk_tool_item_get_text_size_group (<em class="parameter"><code><a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item</code></em>);</pre>
|
937
964
|
<p>
|
938
|
-
Returns the size group used for labels in <em class="parameter"><code>tool_item</code></em>.
|
939
|
-
|
940
|
-
and use the size group for labels.
|
965
|
+
Returns the size group used for labels in <em class="parameter"><code>tool_item</code></em>. Custom subclasses of
|
966
|
+
<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> should call this function and use the size group for labels.
|
941
967
|
</p>
|
942
968
|
<div class="variablelist"><table border="0">
|
943
969
|
<col align="left" valign="top">
|
@@ -949,7 +975,8 @@ and use the size group for labels.
|
|
949
975
|
</tr>
|
950
976
|
<tr>
|
951
977
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
952
|
-
<td>a <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a
|
978
|
+
<td> a <a class="link" href="GtkSizeGroup.html" title="GtkSizeGroup"><span class="type">GtkSizeGroup</span></a>
|
979
|
+
|
953
980
|
</td>
|
954
981
|
</tr>
|
955
982
|
</tbody>
|
@@ -957,35 +984,35 @@ and use the size group for labels.
|
|
957
984
|
<p class="since">Since 2.20</p>
|
958
985
|
</div>
|
959
986
|
</div>
|
960
|
-
<div class="refsect1">
|
987
|
+
<div class="refsect1" title="Property Details">
|
961
988
|
<a name="GtkToolItem.property-details"></a><h2>Property Details</h2>
|
962
|
-
<div class="refsect2">
|
989
|
+
<div class="refsect2" title='The "is-important" property'>
|
963
990
|
<a name="GtkToolItem--is-important"></a><h3>The <code class="literal">"is-important"</code> property</h3>
|
964
991
|
<pre class="programlisting"> "is-important" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
965
992
|
<p>Whether the toolbar item is considered important. When TRUE, toolbar buttons show text in GTK_TOOLBAR_BOTH_HORIZ mode.</p>
|
966
993
|
<p>Default value: FALSE</p>
|
967
994
|
</div>
|
968
995
|
<hr>
|
969
|
-
<div class="refsect2">
|
996
|
+
<div class="refsect2" title='The "visible-horizontal" property'>
|
970
997
|
<a name="GtkToolItem--visible-horizontal"></a><h3>The <code class="literal">"visible-horizontal"</code> property</h3>
|
971
998
|
<pre class="programlisting"> "visible-horizontal" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
972
999
|
<p>Whether the toolbar item is visible when the toolbar is in a horizontal orientation.</p>
|
973
1000
|
<p>Default value: TRUE</p>
|
974
1001
|
</div>
|
975
1002
|
<hr>
|
976
|
-
<div class="refsect2">
|
1003
|
+
<div class="refsect2" title='The "visible-vertical" property'>
|
977
1004
|
<a name="GtkToolItem--visible-vertical"></a><h3>The <code class="literal">"visible-vertical"</code> property</h3>
|
978
1005
|
<pre class="programlisting"> "visible-vertical" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
979
1006
|
<p>Whether the toolbar item is visible when the toolbar is in a vertical orientation.</p>
|
980
1007
|
<p>Default value: TRUE</p>
|
981
1008
|
</div>
|
982
1009
|
</div>
|
983
|
-
<div class="refsect1">
|
1010
|
+
<div class="refsect1" title="Signal Details">
|
984
1011
|
<a name="GtkToolItem.signal-details"></a><h2>Signal Details</h2>
|
985
|
-
<div class="refsect2">
|
1012
|
+
<div class="refsect2" title='The "create-menu-proxy" signal'>
|
986
1013
|
<a name="GtkToolItem-create-menu-proxy"></a><h3>The <code class="literal">"create-menu-proxy"</code> signal</h3>
|
987
1014
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
|
988
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1015
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
989
1016
|
<p>
|
990
1017
|
This signal is emitted when the toolbar needs information from <em class="parameter"><code>tool_item</code></em>
|
991
1018
|
about whether the item should appear in the toolbar overflow menu. In
|
@@ -1018,7 +1045,8 @@ menu.
|
|
1018
1045
|
<tbody>
|
1019
1046
|
<tr>
|
1020
1047
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
1021
|
-
<td>the object the signal was emitted on
|
1048
|
+
<td>the object the signal was emitted on
|
1049
|
+
</td>
|
1022
1050
|
</tr>
|
1023
1051
|
<tr>
|
1024
1052
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1026,21 +1054,21 @@ menu.
|
|
1026
1054
|
</tr>
|
1027
1055
|
<tr>
|
1028
1056
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1029
|
-
<td>
|
1030
|
-
|
1057
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not
|
1058
|
+
</td>
|
1031
1059
|
</tr>
|
1032
1060
|
</tbody>
|
1033
1061
|
</table></div>
|
1034
1062
|
</div>
|
1035
1063
|
<hr>
|
1036
|
-
<div class="refsect2">
|
1064
|
+
<div class="refsect2" title='The "set-tooltip" signal'>
|
1037
1065
|
<a name="GtkToolItem-set-tooltip"></a><h3>The <code class="literal">"set-tooltip"</code> signal</h3>
|
1038
1066
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
|
1039
1067
|
<a class="link" href="GtkTooltips.html" title="GtkTooltips"><span class="type">GtkTooltips</span></a> *tooltips,
|
1040
1068
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_text,
|
1041
1069
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tip_private,
|
1042
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1043
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1070
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1071
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1044
1072
|
<h3 class="title">Warning</h3>
|
1045
1073
|
<p><code class="literal">GtkToolItem::set-tooltip</code> has been deprecated since version 2.12 and should not be used in newly-written code. With the new tooltip API, there is no
|
1046
1074
|
need to use this signal anymore.</p>
|
@@ -1055,7 +1083,8 @@ set the item's tooltip.
|
|
1055
1083
|
<tbody>
|
1056
1084
|
<tr>
|
1057
1085
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
1058
|
-
<td>the object the signal was emitted on
|
1086
|
+
<td>the object the signal was emitted on
|
1087
|
+
</td>
|
1059
1088
|
</tr>
|
1060
1089
|
<tr>
|
1061
1090
|
<td><p><span class="term"><em class="parameter"><code>tooltips</code></em> :</span></p></td>
|
@@ -1064,11 +1093,13 @@ set the item's tooltip.
|
|
1064
1093
|
</tr>
|
1065
1094
|
<tr>
|
1066
1095
|
<td><p><span class="term"><em class="parameter"><code>tip_text</code></em> :</span></p></td>
|
1067
|
-
<td>the tooltip text
|
1096
|
+
<td>the tooltip text
|
1097
|
+
</td>
|
1068
1098
|
</tr>
|
1069
1099
|
<tr>
|
1070
1100
|
<td><p><span class="term"><em class="parameter"><code>tip_private</code></em> :</span></p></td>
|
1071
|
-
<td>the tooltip private text
|
1101
|
+
<td>the tooltip private text
|
1102
|
+
</td>
|
1072
1103
|
</tr>
|
1073
1104
|
<tr>
|
1074
1105
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1076,17 +1107,18 @@ set the item's tooltip.
|
|
1076
1107
|
</tr>
|
1077
1108
|
<tr>
|
1078
1109
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1079
|
-
<td>
|
1080
|
-
|
1110
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the signal was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if not
|
1111
|
+
|
1112
|
+
</td>
|
1081
1113
|
</tr>
|
1082
1114
|
</tbody>
|
1083
1115
|
</table></div>
|
1084
1116
|
</div>
|
1085
1117
|
<hr>
|
1086
|
-
<div class="refsect2">
|
1118
|
+
<div class="refsect2" title='The "toolbar-reconfigured" signal'>
|
1087
1119
|
<a name="GtkToolItem-toolbar-reconfigured"></a><h3>The <code class="literal">"toolbar-reconfigured"</code> signal</h3>
|
1088
1120
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a> *tool_item,
|
1089
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1121
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1090
1122
|
<p>
|
1091
1123
|
This signal is emitted when some property of the toolbar that the
|
1092
1124
|
item is a child of changes. For custom subclasses of <a class="link" href="GtkToolItem.html" title="GtkToolItem"><span class="type">GtkToolItem</span></a>,
|
@@ -1107,7 +1139,8 @@ themselves accordingly.
|
|
1107
1139
|
<tbody>
|
1108
1140
|
<tr>
|
1109
1141
|
<td><p><span class="term"><em class="parameter"><code>tool_item</code></em> :</span></p></td>
|
1110
|
-
<td>the object the signal was emitted on
|
1142
|
+
<td>the object the signal was emitted on
|
1143
|
+
</td>
|
1111
1144
|
</tr>
|
1112
1145
|
<tr>
|
1113
1146
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1117,7 +1150,7 @@ themselves accordingly.
|
|
1117
1150
|
</table></div>
|
1118
1151
|
</div>
|
1119
1152
|
</div>
|
1120
|
-
<div class="refsect1">
|
1153
|
+
<div class="refsect1" title="See Also">
|
1121
1154
|
<a name="GtkToolItem.see-also"></a><h2>See Also</h2>
|
1122
1155
|
<div class="variablelist"><table border="0">
|
1123
1156
|
<col align="left" valign="top">
|
@@ -1142,6 +1175,6 @@ themselves accordingly.
|
|
1142
1175
|
</div>
|
1143
1176
|
<div class="footer">
|
1144
1177
|
<hr>
|
1145
|
-
Generated by GTK-Doc V1.
|
1178
|
+
Generated by GTK-Doc V1.15</div>
|
1146
1179
|
</body>
|
1147
1180
|
</html>
|