gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
9
|
<link rel="prev" href="GtkMenu.html" title="GtkMenu">
|
10
10
|
<link rel="next" href="GtkMenuItem.html" title="GtkMenuItem">
|
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="#GtkMenuBar.style-properties" class="shortcut">Style Properties</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkMenuBar">
|
38
38
|
<a name="GtkMenuBar"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,13 +43,13 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"><img src="menubar.png"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="GtkMenuBar.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
52
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
51
|
+
<a class="link" href="GtkMenuBar.html#GtkMenuBar-struct" title="GtkMenuBar">GtkMenuBar</a>;
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkMenuBar.html#gtk-menu-bar-new" title="gtk_menu_bar_new ()">gtk_menu_bar_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
53
53
|
#define <a class="link" href="GtkMenuBar.html#gtk-menu-bar-append" title="gtk_menu_bar_append()">gtk_menu_bar_append</a> (menu,
|
54
54
|
child)
|
55
55
|
#define <a class="link" href="GtkMenuBar.html#gtk-menu-bar-prepend" title="gtk_menu_bar_prepend()">gtk_menu_bar_prepend</a> (menu,
|
@@ -68,7 +68,7 @@ enum <a class="link" href="GtkMenuBar.html#GtkPackDirection" titl
|
|
68
68
|
(<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);
|
69
69
|
</pre>
|
70
70
|
</div>
|
71
|
-
<div class="refsect1">
|
71
|
+
<div class="refsect1" title="Object Hierarchy">
|
72
72
|
<a name="GtkMenuBar.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
73
73
|
<pre class="synopsis">
|
74
74
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -80,45 +80,45 @@ enum <a class="link" href="GtkMenuBar.html#GtkPackDirection" titl
|
|
80
80
|
+----GtkMenuBar
|
81
81
|
</pre>
|
82
82
|
</div>
|
83
|
-
<div class="refsect1">
|
83
|
+
<div class="refsect1" title="Implemented Interfaces">
|
84
84
|
<a name="GtkMenuBar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
85
85
|
<p>
|
86
86
|
GtkMenuBar implements
|
87
87
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
88
88
|
</div>
|
89
|
-
<div class="refsect1">
|
89
|
+
<div class="refsect1" title="Properties">
|
90
90
|
<a name="GtkMenuBar.properties"></a><h2>Properties</h2>
|
91
91
|
<pre class="synopsis">
|
92
92
|
"<a class="link" href="GtkMenuBar.html#GtkMenuBar--child-pack-direction" title='The "child-pack-direction" property'>child-pack-direction</a>" <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> : Read / Write
|
93
93
|
"<a class="link" href="GtkMenuBar.html#GtkMenuBar--pack-direction" title='The "pack-direction" property'>pack-direction</a>" <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> : Read / Write
|
94
94
|
</pre>
|
95
95
|
</div>
|
96
|
-
<div class="refsect1">
|
96
|
+
<div class="refsect1" title="Style Properties">
|
97
97
|
<a name="GtkMenuBar.style-properties"></a><h2>Style Properties</h2>
|
98
98
|
<pre class="synopsis">
|
99
99
|
"<a class="link" href="GtkMenuBar.html#GtkMenuBar--s-internal-padding" title='The "internal-padding" style property'>internal-padding</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
100
100
|
"<a class="link" href="GtkMenuBar.html#GtkMenuBar--s-shadow-type" title='The "shadow-type" style property'>shadow-type</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read
|
101
101
|
</pre>
|
102
102
|
</div>
|
103
|
-
<div class="refsect1">
|
103
|
+
<div class="refsect1" title="Description">
|
104
104
|
<a name="GtkMenuBar.description"></a><h2>Description</h2>
|
105
105
|
<p>
|
106
106
|
The <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> is a subclass of <a class="link" href="GtkMenuShell.html" title="GtkMenuShell"><span class="type">GtkMenuShell</span></a> which contains one to many <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>. The result is a standard menu bar which can hold many menu items. <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> allows for a shadow type to be set for aesthetic purposes. The shadow types are defined in the <span class="type">gtk_menu_bar_set_shadow_type</span> function.
|
107
107
|
</p>
|
108
108
|
</div>
|
109
|
-
<div class="refsect1">
|
109
|
+
<div class="refsect1" title="Details">
|
110
110
|
<a name="GtkMenuBar.details"></a><h2>Details</h2>
|
111
|
-
<div class="refsect2">
|
112
|
-
<a name="GtkMenuBar-struct"></a><h3>
|
113
|
-
<pre class="programlisting">struct GtkMenuBar;</pre>
|
111
|
+
<div class="refsect2" title="GtkMenuBar">
|
112
|
+
<a name="GtkMenuBar-struct"></a><h3>GtkMenuBar</h3>
|
113
|
+
<pre class="programlisting">typedef struct _GtkMenuBar GtkMenuBar;</pre>
|
114
114
|
<p>
|
115
115
|
The <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.)
|
116
116
|
</p>
|
117
117
|
</div>
|
118
118
|
<hr>
|
119
|
-
<div class="refsect2">
|
119
|
+
<div class="refsect2" title="gtk_menu_bar_new ()">
|
120
120
|
<a name="gtk-menu-bar-new"></a><h3>gtk_menu_bar_new ()</h3>
|
121
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
121
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_menu_bar_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
122
122
|
<p>
|
123
123
|
Creates the new <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a>
|
124
124
|
</p>
|
@@ -132,11 +132,11 @@ Creates the new <a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span
|
|
132
132
|
</table></div>
|
133
133
|
</div>
|
134
134
|
<hr>
|
135
|
-
<div class="refsect2">
|
135
|
+
<div class="refsect2" title="gtk_menu_bar_append()">
|
136
136
|
<a name="gtk-menu-bar-append"></a><h3>gtk_menu_bar_append()</h3>
|
137
137
|
<pre class="programlisting">#define gtk_menu_bar_append(menu,child) gtk_menu_shell_append ((GtkMenuShell *)(menu),(child))
|
138
138
|
</pre>
|
139
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
139
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
140
140
|
<h3 class="title">Warning</h3>
|
141
141
|
<p><code class="literal">gtk_menu_bar_append</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-append" title="gtk_menu_shell_append ()"><code class="function">gtk_menu_shell_append()</code></a> instead.</p>
|
142
142
|
</div>
|
@@ -153,17 +153,18 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla
|
|
153
153
|
</tr>
|
154
154
|
<tr>
|
155
155
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
156
|
-
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
156
|
+
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
157
|
+
</td>
|
157
158
|
</tr>
|
158
159
|
</tbody>
|
159
160
|
</table></div>
|
160
161
|
</div>
|
161
162
|
<hr>
|
162
|
-
<div class="refsect2">
|
163
|
+
<div class="refsect2" title="gtk_menu_bar_prepend()">
|
163
164
|
<a name="gtk-menu-bar-prepend"></a><h3>gtk_menu_bar_prepend()</h3>
|
164
165
|
<pre class="programlisting">#define gtk_menu_bar_prepend(menu,child) gtk_menu_shell_prepend ((GtkMenuShell *)(menu),(child))
|
165
166
|
</pre>
|
166
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
167
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
167
168
|
<h3 class="title">Warning</h3>
|
168
169
|
<p><code class="literal">gtk_menu_bar_prepend</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-prepend" title="gtk_menu_shell_prepend ()"><code class="function">gtk_menu_shell_prepend()</code></a> instead.</p>
|
169
170
|
</div>
|
@@ -180,17 +181,18 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla
|
|
180
181
|
</tr>
|
181
182
|
<tr>
|
182
183
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
183
|
-
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
184
|
+
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
185
|
+
</td>
|
184
186
|
</tr>
|
185
187
|
</tbody>
|
186
188
|
</table></div>
|
187
189
|
</div>
|
188
190
|
<hr>
|
189
|
-
<div class="refsect2">
|
191
|
+
<div class="refsect2" title="gtk_menu_bar_insert()">
|
190
192
|
<a name="gtk-menu-bar-insert"></a><h3>gtk_menu_bar_insert()</h3>
|
191
193
|
<pre class="programlisting">#define gtk_menu_bar_insert(menu,child,pos) gtk_menu_shell_insert ((GtkMenuShell *)(menu),(child),(pos))
|
192
194
|
</pre>
|
193
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
195
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
194
196
|
<h3 class="title">Warning</h3>
|
195
197
|
<p><code class="literal">gtk_menu_bar_insert</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkMenuShell.html#gtk-menu-shell-insert" title="gtk_menu_shell_insert ()"><code class="function">gtk_menu_shell_insert()</code></a> instead.</p>
|
196
198
|
</div>
|
@@ -207,17 +209,19 @@ Adds a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span cla
|
|
207
209
|
</tr>
|
208
210
|
<tr>
|
209
211
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
210
|
-
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
212
|
+
<td>the <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> to add
|
213
|
+
</td>
|
211
214
|
</tr>
|
212
215
|
<tr>
|
213
216
|
<td><p><span class="term"><em class="parameter"><code>pos</code></em> :</span></p></td>
|
214
|
-
<td>the position in the item list where the <em class="parameter"><code>child</code></em> is added
|
217
|
+
<td>the position in the item list where the <em class="parameter"><code>child</code></em> is added.
|
218
|
+
</td>
|
215
219
|
</tr>
|
216
220
|
</tbody>
|
217
221
|
</table></div>
|
218
222
|
</div>
|
219
223
|
<hr>
|
220
|
-
<div class="refsect2">
|
224
|
+
<div class="refsect2" title="enum GtkPackDirection">
|
221
225
|
<a name="GtkPackDirection"></a><h3>enum GtkPackDirection</h3>
|
222
226
|
<pre class="programlisting">typedef enum
|
223
227
|
{
|
@@ -258,7 +262,7 @@ menuitems contained in menubars.
|
|
258
262
|
</table></div>
|
259
263
|
</div>
|
260
264
|
<hr>
|
261
|
-
<div class="refsect2">
|
265
|
+
<div class="refsect2" title="gtk_menu_bar_set_pack_direction ()">
|
262
266
|
<a name="gtk-menu-bar-set-pack-direction"></a><h3>gtk_menu_bar_set_pack_direction ()</h3>
|
263
267
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_bar_set_pack_direction (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>,
|
264
268
|
<em class="parameter"><code><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> pack_dir</code></em>);</pre>
|
@@ -283,7 +287,7 @@ Sets how items should be packed inside a menubar.
|
|
283
287
|
<p class="since">Since 2.8</p>
|
284
288
|
</div>
|
285
289
|
<hr>
|
286
|
-
<div class="refsect2">
|
290
|
+
<div class="refsect2" title="gtk_menu_bar_get_pack_direction ()">
|
287
291
|
<a name="gtk-menu-bar-get-pack-direction"></a><h3>gtk_menu_bar_get_pack_direction ()</h3>
|
288
292
|
<pre class="programlisting"><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="returnvalue">GtkPackDirection</span></a> gtk_menu_bar_get_pack_direction (<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);</pre>
|
289
293
|
<p>
|
@@ -300,14 +304,16 @@ See <a class="link" href="GtkMenuBar.html#gtk-menu-bar-set-pack-direction" title
|
|
300
304
|
</tr>
|
301
305
|
<tr>
|
302
306
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
303
|
-
<td>the pack direction
|
307
|
+
<td> the pack direction
|
308
|
+
|
309
|
+
</td>
|
304
310
|
</tr>
|
305
311
|
</tbody>
|
306
312
|
</table></div>
|
307
313
|
<p class="since">Since 2.8</p>
|
308
314
|
</div>
|
309
315
|
<hr>
|
310
|
-
<div class="refsect2">
|
316
|
+
<div class="refsect2" title="gtk_menu_bar_set_child_pack_direction ()">
|
311
317
|
<a name="gtk-menu-bar-set-child-pack-direction"></a><h3>gtk_menu_bar_set_child_pack_direction ()</h3>
|
312
318
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_bar_set_child_pack_direction
|
313
319
|
(<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>,
|
@@ -333,7 +339,7 @@ Sets how widgets should be packed inside the children of a menubar.
|
|
333
339
|
<p class="since">Since 2.8</p>
|
334
340
|
</div>
|
335
341
|
<hr>
|
336
|
-
<div class="refsect2">
|
342
|
+
<div class="refsect2" title="gtk_menu_bar_get_child_pack_direction ()">
|
337
343
|
<a name="gtk-menu-bar-get-child-pack-direction"></a><h3>gtk_menu_bar_get_child_pack_direction ()</h3>
|
338
344
|
<pre class="programlisting"><a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="returnvalue">GtkPackDirection</span></a> gtk_menu_bar_get_child_pack_direction
|
339
345
|
(<em class="parameter"><code><a class="link" href="GtkMenuBar.html" title="GtkMenuBar"><span class="type">GtkMenuBar</span></a> *menubar</code></em>);</pre>
|
@@ -351,16 +357,18 @@ See <a class="link" href="GtkMenuBar.html#gtk-menu-bar-set-child-pack-direction"
|
|
351
357
|
</tr>
|
352
358
|
<tr>
|
353
359
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
354
|
-
<td>the child pack direction
|
360
|
+
<td> the child pack direction
|
361
|
+
|
362
|
+
</td>
|
355
363
|
</tr>
|
356
364
|
</tbody>
|
357
365
|
</table></div>
|
358
366
|
<p class="since">Since 2.8</p>
|
359
367
|
</div>
|
360
368
|
</div>
|
361
|
-
<div class="refsect1">
|
369
|
+
<div class="refsect1" title="Property Details">
|
362
370
|
<a name="GtkMenuBar.property-details"></a><h2>Property Details</h2>
|
363
|
-
<div class="refsect2">
|
371
|
+
<div class="refsect2" title='The "child-pack-direction" property'>
|
364
372
|
<a name="GtkMenuBar--child-pack-direction"></a><h3>The <code class="literal">"child-pack-direction"</code> property</h3>
|
365
373
|
<pre class="programlisting"> "child-pack-direction" <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> : Read / Write</pre>
|
366
374
|
<p>
|
@@ -371,7 +379,7 @@ the widgets contained in child menuitems are arranged.
|
|
371
379
|
<p class="since">Since 2.8</p>
|
372
380
|
</div>
|
373
381
|
<hr>
|
374
|
-
<div class="refsect2">
|
382
|
+
<div class="refsect2" title='The "pack-direction" property'>
|
375
383
|
<a name="GtkMenuBar--pack-direction"></a><h3>The <code class="literal">"pack-direction"</code> property</h3>
|
376
384
|
<pre class="programlisting"> "pack-direction" <a class="link" href="GtkMenuBar.html#GtkPackDirection" title="enum GtkPackDirection"><span class="type">GtkPackDirection</span></a> : Read / Write</pre>
|
377
385
|
<p>
|
@@ -382,9 +390,9 @@ menuitems are arranged in the menubar.
|
|
382
390
|
<p class="since">Since 2.8</p>
|
383
391
|
</div>
|
384
392
|
</div>
|
385
|
-
<div class="refsect1">
|
393
|
+
<div class="refsect1" title="Style Property Details">
|
386
394
|
<a name="GtkMenuBar.style-property-details"></a><h2>Style Property Details</h2>
|
387
|
-
<div class="refsect2">
|
395
|
+
<div class="refsect2" title='The "internal-padding" style property'>
|
388
396
|
<a name="GtkMenuBar--s-internal-padding"></a><h3>The <code class="literal">"internal-padding"</code> style property</h3>
|
389
397
|
<pre class="programlisting"> "internal-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
390
398
|
<p>Amount of border space between the menubar shadow and the menu items.</p>
|
@@ -392,14 +400,14 @@ menuitems are arranged in the menubar.
|
|
392
400
|
<p>Default value: 1</p>
|
393
401
|
</div>
|
394
402
|
<hr>
|
395
|
-
<div class="refsect2">
|
403
|
+
<div class="refsect2" title='The "shadow-type" style property'>
|
396
404
|
<a name="GtkMenuBar--s-shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> style property</h3>
|
397
405
|
<pre class="programlisting"> "shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read</pre>
|
398
406
|
<p>Style of bevel around the menubar.</p>
|
399
407
|
<p>Default value: GTK_SHADOW_OUT</p>
|
400
408
|
</div>
|
401
409
|
</div>
|
402
|
-
<div class="refsect1">
|
410
|
+
<div class="refsect1" title="See Also">
|
403
411
|
<a name="GtkMenuBar.see-also"></a><h2>See Also</h2>
|
404
412
|
<p>
|
405
413
|
<a class="link" href="GtkMenuShell.html" title="GtkMenuShell"><span class="type">GtkMenuShell</span></a>, <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>, <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>
|
@@ -408,6 +416,6 @@ menuitems are arranged in the menubar.
|
|
408
416
|
</div>
|
409
417
|
<div class="footer">
|
410
418
|
<hr>
|
411
|
-
Generated by GTK-Doc V1.
|
419
|
+
Generated by GTK-Doc V1.15</div>
|
412
420
|
</body>
|
413
421
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MenusAndCombos.html" title="Menus, Combo Box, Toolbar">
|
9
9
|
<link rel="prev" href="GtkMenuBar.html" title="GtkMenuBar">
|
10
10
|
<link rel="next" href="GtkImageMenuItem.html" title="GtkImageMenuItem">
|
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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkMenuItem.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkMenuItem">
|
40
40
|
<a name="GtkMenuItem"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,15 +45,15 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkMenuItem.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
54
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
55
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
56
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
53
|
+
<a class="link" href="GtkMenuItem.html#GtkMenuItem-struct" title="GtkMenuItem">GtkMenuItem</a>;
|
54
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkMenuItem.html#gtk-menu-item-new" title="gtk_menu_item_new ()">gtk_menu_item_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
55
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-label" title="gtk_menu_item_new_with_label ()">gtk_menu_item_new_with_label</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
|
56
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkMenuItem.html#gtk-menu-item-new-with-mnemonic" title="gtk_menu_item_new_with_mnemonic ()">gtk_menu_item_new_with_mnemonic</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-right-justified" title="gtk_menu_item_set_right_justified ()">gtk_menu_item_set_right_justified</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
58
58
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</code></em>);
|
59
59
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-right-justified" title="gtk_menu_item_get_right_justified ()">gtk_menu_item_get_right_justified</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
@@ -65,11 +65,11 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
65
65
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
66
66
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()">gtk_menu_item_set_submenu</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
67
67
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);
|
68
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
68
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-submenu" title="gtk_menu_item_get_submenu ()">gtk_menu_item_get_submenu</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-remove-submenu" title="gtk_menu_item_remove_submenu ()">gtk_menu_item_remove_submenu</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
70
70
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-accel-path" title="gtk_menu_item_set_accel_path ()">gtk_menu_item_set_accel_path</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
71
71
|
<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> *accel_path</code></em>);
|
72
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
72
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* <a class="link" href="GtkMenuItem.html#gtk-menu-item-get-accel-path" title="gtk_menu_item_get_accel_path ()">gtk_menu_item_get_accel_path</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
73
73
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-select" title="gtk_menu_item_select ()">gtk_menu_item_select</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
74
74
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-deselect" title="gtk_menu_item_deselect ()">gtk_menu_item_deselect</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
75
75
|
<span class="returnvalue">void</span> <a class="link" href="GtkMenuItem.html#gtk-menu-item-activate" title="gtk_menu_item_activate ()">gtk_menu_item_activate</a> (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);
|
@@ -80,7 +80,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
80
80
|
#define <a class="link" href="GtkMenuItem.html#gtk-menu-item-right-justify" title="gtk_menu_item_right_justify()">gtk_menu_item_right_justify</a> (menu_item)
|
81
81
|
</pre>
|
82
82
|
</div>
|
83
|
-
<div class="refsect1">
|
83
|
+
<div class="refsect1" title="Object Hierarchy">
|
84
84
|
<a name="GtkMenuItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
85
85
|
<pre class="synopsis">
|
86
86
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -97,13 +97,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
97
97
|
+----<a class="link" href="GtkTearoffMenuItem.html" title="GtkTearoffMenuItem">GtkTearoffMenuItem</a>
|
98
98
|
</pre>
|
99
99
|
</div>
|
100
|
-
<div class="refsect1">
|
100
|
+
<div class="refsect1" title="Implemented Interfaces">
|
101
101
|
<a name="GtkMenuItem.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
102
102
|
<p>
|
103
103
|
GtkMenuItem implements
|
104
104
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
|
105
105
|
</div>
|
106
|
-
<div class="refsect1">
|
106
|
+
<div class="refsect1" title="Properties">
|
107
107
|
<a name="GtkMenuItem.properties"></a><h2>Properties</h2>
|
108
108
|
<pre class="synopsis">
|
109
109
|
"<a class="link" href="GtkMenuItem.html#GtkMenuItem--accel-path" title='The "accel-path" property'>accel-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
@@ -113,7 +113,7 @@ GtkMenuItem implements
|
|
113
113
|
"<a class="link" href="GtkMenuItem.html#GtkMenuItem--use-underline" title='The "use-underline" property'>use-underline</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
114
114
|
</pre>
|
115
115
|
</div>
|
116
|
-
<div class="refsect1">
|
116
|
+
<div class="refsect1" title="Style Properties">
|
117
117
|
<a name="GtkMenuItem.style-properties"></a><h2>Style Properties</h2>
|
118
118
|
<pre class="synopsis">
|
119
119
|
"<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-arrow-scaling" title='The "arrow-scaling" style property'>arrow-scaling</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read
|
@@ -124,16 +124,16 @@ GtkMenuItem implements
|
|
124
124
|
"<a class="link" href="GtkMenuItem.html#GtkMenuItem--s-width-chars" title='The "width-chars" style property'>width-chars</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
125
125
|
</pre>
|
126
126
|
</div>
|
127
|
-
<div class="refsect1">
|
127
|
+
<div class="refsect1" title="Signals">
|
128
128
|
<a name="GtkMenuItem.signals"></a><h2>Signals</h2>
|
129
129
|
<pre class="synopsis">
|
130
|
-
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate" title='The "activate" signal'>activate</a>" :
|
131
|
-
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate-item" title='The "activate-item" signal'>activate-item</a>" :
|
132
|
-
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-allocate" title='The "toggle-size-allocate" signal'>toggle-size-allocate</a>" :
|
133
|
-
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-request" title='The "toggle-size-request" signal'>toggle-size-request</a>" :
|
130
|
+
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate" title='The "activate" signal'>activate</a>" : Run First / Action
|
131
|
+
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-activate-item" title='The "activate-item" signal'>activate-item</a>" : Run First
|
132
|
+
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-allocate" title='The "toggle-size-allocate" signal'>toggle-size-allocate</a>" : Run First
|
133
|
+
"<a class="link" href="GtkMenuItem.html#GtkMenuItem-toggle-size-request" title='The "toggle-size-request" signal'>toggle-size-request</a>" : Run First
|
134
134
|
</pre>
|
135
135
|
</div>
|
136
|
-
<div class="refsect1">
|
136
|
+
<div class="refsect1" title="Description">
|
137
137
|
<a name="GtkMenuItem.description"></a><h2>Description</h2>
|
138
138
|
<p>
|
139
139
|
The <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> widget and the derived widgets are the only valid
|
@@ -144,7 +144,7 @@ alignment, events and submenus.
|
|
144
144
|
As it derives from <a class="link" href="GtkBin.html" title="GtkBin"><span class="type">GtkBin</span></a> it can hold any valid child widget, altough
|
145
145
|
only a few are really useful.
|
146
146
|
</p>
|
147
|
-
<div class="refsect2">
|
147
|
+
<div class="refsect2" title="GtkMenuItem as GtkBuildable">
|
148
148
|
<a name="GtkMenuItem-BUILDER-UI"></a><h3>GtkMenuItem as GtkBuildable</h3>
|
149
149
|
<p>
|
150
150
|
The GtkMenuItem implementation of the GtkBuildable interface
|
@@ -152,7 +152,7 @@ supports adding a submenu by specifying "submenu" as the "type"
|
|
152
152
|
attribute of a <child> element.
|
153
153
|
</p>
|
154
154
|
<div class="example">
|
155
|
-
<a name="
|
155
|
+
<a name="id967147"></a><p class="title"><b>Example 31. A UI definition fragment with submenus</b></p>
|
156
156
|
<div class="example-contents">
|
157
157
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
158
158
|
<tbody>
|
@@ -176,18 +176,18 @@ attribute of a <child> element.
|
|
176
176
|
<br class="example-break">
|
177
177
|
</div>
|
178
178
|
</div>
|
179
|
-
<div class="refsect1">
|
179
|
+
<div class="refsect1" title="Details">
|
180
180
|
<a name="GtkMenuItem.details"></a><h2>Details</h2>
|
181
|
-
<div class="refsect2">
|
182
|
-
<a name="GtkMenuItem-struct"></a><h3>
|
183
|
-
<pre class="programlisting">struct GtkMenuItem;</pre>
|
181
|
+
<div class="refsect2" title="GtkMenuItem">
|
182
|
+
<a name="GtkMenuItem-struct"></a><h3>GtkMenuItem</h3>
|
183
|
+
<pre class="programlisting">typedef struct _GtkMenuItem GtkMenuItem;</pre>
|
184
184
|
<p>
|
185
185
|
</p>
|
186
186
|
</div>
|
187
187
|
<hr>
|
188
|
-
<div class="refsect2">
|
188
|
+
<div class="refsect2" title="gtk_menu_item_new ()">
|
189
189
|
<a name="gtk-menu-item-new"></a><h3>gtk_menu_item_new ()</h3>
|
190
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
190
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_menu_item_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
191
191
|
<p>
|
192
192
|
Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.
|
193
193
|
</p>
|
@@ -201,9 +201,9 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span
|
|
201
201
|
</table></div>
|
202
202
|
</div>
|
203
203
|
<hr>
|
204
|
-
<div class="refsect2">
|
204
|
+
<div class="refsect2" title="gtk_menu_item_new_with_label ()">
|
205
205
|
<a name="gtk-menu-item-new-with-label"></a><h3>gtk_menu_item_new_with_label ()</h3>
|
206
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
206
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_menu_item_new_with_label (<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> *label</code></em>);</pre>
|
207
207
|
<p>
|
208
208
|
Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> whose child is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>.
|
209
209
|
</p>
|
@@ -212,7 +212,8 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span
|
|
212
212
|
<tbody>
|
213
213
|
<tr>
|
214
214
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
215
|
-
<td>the text for the label
|
215
|
+
<td>the text for the label
|
216
|
+
</td>
|
216
217
|
</tr>
|
217
218
|
<tr>
|
218
219
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -223,9 +224,9 @@ Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span
|
|
223
224
|
</table></div>
|
224
225
|
</div>
|
225
226
|
<hr>
|
226
|
-
<div class="refsect2">
|
227
|
+
<div class="refsect2" title="gtk_menu_item_new_with_mnemonic ()">
|
227
228
|
<a name="gtk-menu-item-new-with-mnemonic"></a><h3>gtk_menu_item_new_with_mnemonic ()</h3>
|
228
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
229
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_menu_item_new_with_mnemonic (<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> *label</code></em>);</pre>
|
229
230
|
<p>
|
230
231
|
Creates a new <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> containing a label. The label
|
231
232
|
will be created using <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()"><code class="function">gtk_label_new_with_mnemonic()</code></a>, so underscores
|
@@ -237,7 +238,8 @@ in <em class="parameter"><code>label</code></em> indicate the mnemonic for the m
|
|
237
238
|
<tr>
|
238
239
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
239
240
|
<td>The text of the button, with an underscore in front of the
|
240
|
-
mnemonic character
|
241
|
+
mnemonic character
|
242
|
+
</td>
|
241
243
|
</tr>
|
242
244
|
<tr>
|
243
245
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
@@ -248,7 +250,7 @@ mnemonic character</td>
|
|
248
250
|
</table></div>
|
249
251
|
</div>
|
250
252
|
<hr>
|
251
|
-
<div class="refsect2">
|
253
|
+
<div class="refsect2" title="gtk_menu_item_set_right_justified ()">
|
252
254
|
<a name="gtk-menu-item-set-right-justified"></a><h3>gtk_menu_item_set_right_justified ()</h3>
|
253
255
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_set_right_justified (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
254
256
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> right_justified</code></em>);</pre>
|
@@ -264,18 +266,20 @@ or Arabic, right-justified-menu-items appear at the left.)
|
|
264
266
|
<tbody>
|
265
267
|
<tr>
|
266
268
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
267
|
-
<td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a
|
269
|
+
<td>a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>.
|
270
|
+
</td>
|
268
271
|
</tr>
|
269
272
|
<tr>
|
270
273
|
<td><p><span class="term"><em class="parameter"><code>right_justified</code></em> :</span></p></td>
|
271
|
-
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the menu item will appear at the
|
272
|
-
far right if added to a menu bar
|
274
|
+
<td>if <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the menu item will appear at the
|
275
|
+
far right if added to a menu bar.
|
276
|
+
</td>
|
273
277
|
</tr>
|
274
278
|
</tbody>
|
275
279
|
</table></div>
|
276
280
|
</div>
|
277
281
|
<hr>
|
278
|
-
<div class="refsect2">
|
282
|
+
<div class="refsect2" title="gtk_menu_item_get_right_justified ()">
|
279
283
|
<a name="gtk-menu-item-get-right-justified"></a><h3>gtk_menu_item_get_right_justified ()</h3>
|
280
284
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_menu_item_get_right_justified (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
281
285
|
<p>
|
@@ -292,15 +296,15 @@ side of the menu bar.
|
|
292
296
|
</tr>
|
293
297
|
<tr>
|
294
298
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
295
|
-
<td>
|
296
|
-
|
297
|
-
|
299
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menu item will appear at the
|
300
|
+
far right if added to a menu bar.
|
301
|
+
</td>
|
298
302
|
</tr>
|
299
303
|
</tbody>
|
300
304
|
</table></div>
|
301
305
|
</div>
|
302
306
|
<hr>
|
303
|
-
<div class="refsect2">
|
307
|
+
<div class="refsect2" title="gtk_menu_item_get_label ()">
|
304
308
|
<a name="gtk-menu-item-get-label"></a><h3>gtk_menu_item_get_label ()</h3>
|
305
309
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_menu_item_get_label (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
306
310
|
<p>
|
@@ -316,15 +320,17 @@ Sets <em class="parameter"><code>text</code></em> on the <em class="parameter"><
|
|
316
320
|
</tr>
|
317
321
|
<tr>
|
318
322
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
319
|
-
<td>The text in the <em class="parameter"><code>menu_item</code></em> label. This is the internal
|
320
|
-
string used by the label, and must not be modified
|
323
|
+
<td> The text in the <em class="parameter"><code>menu_item</code></em> label. This is the internal
|
324
|
+
string used by the label, and must not be modified.
|
325
|
+
|
326
|
+
</td>
|
321
327
|
</tr>
|
322
328
|
</tbody>
|
323
329
|
</table></div>
|
324
330
|
<p class="since">Since 2.16</p>
|
325
331
|
</div>
|
326
332
|
<hr>
|
327
|
-
<div class="refsect2">
|
333
|
+
<div class="refsect2" title="gtk_menu_item_set_label ()">
|
328
334
|
<a name="gtk-menu-item-set-label"></a><h3>gtk_menu_item_set_label ()</h3>
|
329
335
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_set_label (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_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> *label</code></em>);</pre>
|
@@ -341,14 +347,15 @@ Sets <em class="parameter"><code>text</code></em> on the <em class="parameter"><
|
|
341
347
|
</tr>
|
342
348
|
<tr>
|
343
349
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
344
|
-
<td>the text you want to set
|
350
|
+
<td>the text you want to set
|
351
|
+
</td>
|
345
352
|
</tr>
|
346
353
|
</tbody>
|
347
354
|
</table></div>
|
348
355
|
<p class="since">Since 2.16</p>
|
349
356
|
</div>
|
350
357
|
<hr>
|
351
|
-
<div class="refsect2">
|
358
|
+
<div class="refsect2" title="gtk_menu_item_get_use_underline ()">
|
352
359
|
<a name="gtk-menu-item-get-use-underline"></a><h3>gtk_menu_item_get_use_underline ()</h3>
|
353
360
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_menu_item_get_use_underline (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
354
361
|
<p>
|
@@ -365,16 +372,17 @@ used for the mnemonic accelerator key.
|
|
365
372
|
</tr>
|
366
373
|
<tr>
|
367
374
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
368
|
-
<td>
|
369
|
-
|
370
|
-
|
375
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if an embedded underline in the label indicates
|
376
|
+
the mnemonic accelerator key.
|
377
|
+
|
378
|
+
</td>
|
371
379
|
</tr>
|
372
380
|
</tbody>
|
373
381
|
</table></div>
|
374
382
|
<p class="since">Since 2.16</p>
|
375
383
|
</div>
|
376
384
|
<hr>
|
377
|
-
<div class="refsect2">
|
385
|
+
<div class="refsect2" title="gtk_menu_item_set_use_underline ()">
|
378
386
|
<a name="gtk-menu-item-set-use-underline"></a><h3>gtk_menu_item_set_use_underline ()</h3>
|
379
387
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_set_use_underline (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
380
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> setting</code></em>);</pre>
|
@@ -393,14 +401,15 @@ used for the mnemonic accelerator key.
|
|
393
401
|
<tr>
|
394
402
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
395
403
|
<td>
|
396
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
|
404
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
|
405
|
+
</td>
|
397
406
|
</tr>
|
398
407
|
</tbody>
|
399
408
|
</table></div>
|
400
409
|
<p class="since">Since 2.16</p>
|
401
410
|
</div>
|
402
411
|
<hr>
|
403
|
-
<div class="refsect2">
|
412
|
+
<div class="refsect2" title="gtk_menu_item_set_submenu ()">
|
404
413
|
<a name="gtk-menu-item-set-submenu"></a><h3>gtk_menu_item_set_submenu ()</h3>
|
405
414
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_set_submenu (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
406
415
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *submenu</code></em>);</pre>
|
@@ -418,19 +427,19 @@ submenu is passed.
|
|
418
427
|
</tr>
|
419
428
|
<tr>
|
420
429
|
<td><p><span class="term"><em class="parameter"><code>submenu</code></em> :</span></p></td>
|
421
|
-
<td>the submenu, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
430
|
+
<td> the submenu, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
422
431
|
</td>
|
423
432
|
</tr>
|
424
433
|
</tbody>
|
425
434
|
</table></div>
|
426
435
|
</div>
|
427
436
|
<hr>
|
428
|
-
<div class="refsect2">
|
437
|
+
<div class="refsect2" title="gtk_menu_item_get_submenu ()">
|
429
438
|
<a name="gtk-menu-item-get-submenu"></a><h3>gtk_menu_item_get_submenu ()</h3>
|
430
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
439
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_menu_item_get_submenu (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
431
440
|
<p>
|
432
|
-
Gets the submenu underneath this menu item, if any.
|
433
|
-
|
441
|
+
Gets the submenu underneath this menu item, if any. See
|
442
|
+
<a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk_menu_item_set_submenu ()"><code class="function">gtk_menu_item_set_submenu()</code></a>.
|
434
443
|
</p>
|
435
444
|
<div class="variablelist"><table border="0">
|
436
445
|
<col align="left" valign="top">
|
@@ -442,17 +451,17 @@ See <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-submenu" title="gtk
|
|
442
451
|
</tr>
|
443
452
|
<tr>
|
444
453
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
445
|
-
<td>submenu for this menu item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
|
454
|
+
<td> submenu for this menu item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
|
446
455
|
</td>
|
447
456
|
</tr>
|
448
457
|
</tbody>
|
449
458
|
</table></div>
|
450
459
|
</div>
|
451
460
|
<hr>
|
452
|
-
<div class="refsect2">
|
461
|
+
<div class="refsect2" title="gtk_menu_item_remove_submenu ()">
|
453
462
|
<a name="gtk-menu-item-remove-submenu"></a><h3>gtk_menu_item_remove_submenu ()</h3>
|
454
463
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_remove_submenu (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
455
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
464
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
456
465
|
<h3 class="title">Warning</h3>
|
457
466
|
<p><code class="literal">gtk_menu_item_remove_submenu</code> has been deprecated since version 2.12 and should not be used in newly-written code. <a class="link" href="GtkMenuItem.html#gtk-menu-item-remove-submenu" title="gtk_menu_item_remove_submenu ()"><code class="function">gtk_menu_item_remove_submenu()</code></a> is deprecated and
|
458
467
|
should not be used in newly written code. Use
|
@@ -471,14 +480,14 @@ Removes the widget's submenu.
|
|
471
480
|
</table></div>
|
472
481
|
</div>
|
473
482
|
<hr>
|
474
|
-
<div class="refsect2">
|
483
|
+
<div class="refsect2" title="gtk_menu_item_set_accel_path ()">
|
475
484
|
<a name="gtk-menu-item-set-accel-path"></a><h3>gtk_menu_item_set_accel_path ()</h3>
|
476
485
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_set_accel_path (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
477
486
|
<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> *accel_path</code></em>);</pre>
|
478
487
|
<p>
|
479
488
|
Set the accelerator path on <em class="parameter"><code>menu_item</code></em>, through which runtime changes of the
|
480
489
|
menu item's accelerator caused by the user can be identified and saved to
|
481
|
-
persistant storage (see <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-save" title="gtk_accel_map_save"><code class="function">gtk_accel_map_save()</code></a> on this).
|
490
|
+
persistant storage (see <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-save" title="gtk_accel_map_save ()"><code class="function">gtk_accel_map_save()</code></a> on this).
|
482
491
|
To setup a default accelerator for this menu item, call
|
483
492
|
<a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-add-entry" title="gtk_accel_map_add_entry ()"><code class="function">gtk_accel_map_add_entry()</code></a> with the same <em class="parameter"><code>accel_path</code></em>.
|
484
493
|
See also <a class="link" href="gtk-Accelerator-Maps.html#gtk-accel-map-add-entry" title="gtk_accel_map_add_entry ()"><code class="function">gtk_accel_map_add_entry()</code></a> on the specifics of accelerator paths,
|
@@ -508,17 +517,17 @@ pass a static string, you can save some memory by interning it first with
|
|
508
517
|
</tr>
|
509
518
|
<tr>
|
510
519
|
<td><p><span class="term"><em class="parameter"><code>accel_path</code></em> :</span></p></td>
|
511
|
-
<td>accelerator path, corresponding to this menu item's
|
512
|
-
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the current path. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
520
|
+
<td> accelerator path, corresponding to this menu item's
|
521
|
+
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the current path. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
513
522
|
</td>
|
514
523
|
</tr>
|
515
524
|
</tbody>
|
516
525
|
</table></div>
|
517
526
|
</div>
|
518
527
|
<hr>
|
519
|
-
<div class="refsect2">
|
528
|
+
<div class="refsect2" title="gtk_menu_item_get_accel_path ()">
|
520
529
|
<a name="gtk-menu-item-get-accel-path"></a><h3>gtk_menu_item_get_accel_path ()</h3>
|
521
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
530
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a>* gtk_menu_item_get_accel_path (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
522
531
|
<p>
|
523
532
|
Retrieve the accelerator path that was previously set on <em class="parameter"><code>menu_item</code></em>.
|
524
533
|
</p>
|
@@ -535,15 +544,17 @@ See <a class="link" href="GtkMenuItem.html#gtk-menu-item-set-accel-path" title="
|
|
535
544
|
</tr>
|
536
545
|
<tr>
|
537
546
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
538
|
-
<td>the accelerator path corresponding to this menu item's
|
539
|
-
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set
|
547
|
+
<td> the accelerator path corresponding to this menu item's
|
548
|
+
functionality, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not set
|
549
|
+
|
550
|
+
</td>
|
540
551
|
</tr>
|
541
552
|
</tbody>
|
542
553
|
</table></div>
|
543
554
|
<p class="since">Since 2.14</p>
|
544
555
|
</div>
|
545
556
|
<hr>
|
546
|
-
<div class="refsect2">
|
557
|
+
<div class="refsect2" title="gtk_menu_item_select ()">
|
547
558
|
<a name="gtk-menu-item-select"></a><h3>gtk_menu_item_select ()</h3>
|
548
559
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_select (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
549
560
|
<p>
|
@@ -554,12 +565,13 @@ Emits the "select" signal on the given item. Behaves exactly like
|
|
554
565
|
<col align="left" valign="top">
|
555
566
|
<tbody><tr>
|
556
567
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
557
|
-
<td>the menu item
|
568
|
+
<td>the menu item
|
569
|
+
</td>
|
558
570
|
</tr></tbody>
|
559
571
|
</table></div>
|
560
572
|
</div>
|
561
573
|
<hr>
|
562
|
-
<div class="refsect2">
|
574
|
+
<div class="refsect2" title="gtk_menu_item_deselect ()">
|
563
575
|
<a name="gtk-menu-item-deselect"></a><h3>gtk_menu_item_deselect ()</h3>
|
564
576
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_deselect (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
565
577
|
<p>
|
@@ -570,12 +582,13 @@ Emits the "deselect" signal on the given item. Behaves exactly like
|
|
570
582
|
<col align="left" valign="top">
|
571
583
|
<tbody><tr>
|
572
584
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
573
|
-
<td>the menu item
|
585
|
+
<td>the menu item
|
586
|
+
</td>
|
574
587
|
</tr></tbody>
|
575
588
|
</table></div>
|
576
589
|
</div>
|
577
590
|
<hr>
|
578
|
-
<div class="refsect2">
|
591
|
+
<div class="refsect2" title="gtk_menu_item_activate ()">
|
579
592
|
<a name="gtk-menu-item-activate"></a><h3>gtk_menu_item_activate ()</h3>
|
580
593
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_activate (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>);</pre>
|
581
594
|
<p>
|
@@ -585,12 +598,13 @@ Emits the "activate" signal on the given item
|
|
585
598
|
<col align="left" valign="top">
|
586
599
|
<tbody><tr>
|
587
600
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
588
|
-
<td>the menu item
|
601
|
+
<td>the menu item
|
602
|
+
</td>
|
589
603
|
</tr></tbody>
|
590
604
|
</table></div>
|
591
605
|
</div>
|
592
606
|
<hr>
|
593
|
-
<div class="refsect2">
|
607
|
+
<div class="refsect2" title="gtk_menu_item_toggle_size_request ()">
|
594
608
|
<a name="gtk-menu-item-toggle-size-request"></a><h3>gtk_menu_item_toggle_size_request ()</h3>
|
595
609
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_toggle_size_request (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
596
610
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *requisition</code></em>);</pre>
|
@@ -602,17 +616,19 @@ Emits the "toggle_size_request" signal on the given item.
|
|
602
616
|
<tbody>
|
603
617
|
<tr>
|
604
618
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
605
|
-
<td>the menu item
|
619
|
+
<td>the menu item
|
620
|
+
</td>
|
606
621
|
</tr>
|
607
622
|
<tr>
|
608
623
|
<td><p><span class="term"><em class="parameter"><code>requisition</code></em> :</span></p></td>
|
609
|
-
<td>the requisition to use as signal data
|
624
|
+
<td>the requisition to use as signal data.
|
625
|
+
</td>
|
610
626
|
</tr>
|
611
627
|
</tbody>
|
612
628
|
</table></div>
|
613
629
|
</div>
|
614
630
|
<hr>
|
615
|
-
<div class="refsect2">
|
631
|
+
<div class="refsect2" title="gtk_menu_item_toggle_size_allocate ()">
|
616
632
|
<a name="gtk-menu-item-toggle-size-allocate"></a><h3>gtk_menu_item_toggle_size_allocate ()</h3>
|
617
633
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_menu_item_toggle_size_allocate (<em class="parameter"><code><a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menu_item</code></em>,
|
618
634
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allocation</code></em>);</pre>
|
@@ -624,21 +640,23 @@ Emits the "toggle_size_allocate" signal on the given item.
|
|
624
640
|
<tbody>
|
625
641
|
<tr>
|
626
642
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
627
|
-
<td>the menu item
|
643
|
+
<td>the menu item.
|
644
|
+
</td>
|
628
645
|
</tr>
|
629
646
|
<tr>
|
630
647
|
<td><p><span class="term"><em class="parameter"><code>allocation</code></em> :</span></p></td>
|
631
|
-
<td>the allocation to use as signal data
|
648
|
+
<td>the allocation to use as signal data.
|
649
|
+
</td>
|
632
650
|
</tr>
|
633
651
|
</tbody>
|
634
652
|
</table></div>
|
635
653
|
</div>
|
636
654
|
<hr>
|
637
|
-
<div class="refsect2">
|
655
|
+
<div class="refsect2" title="gtk_menu_item_right_justify()">
|
638
656
|
<a name="gtk-menu-item-right-justify"></a><h3>gtk_menu_item_right_justify()</h3>
|
639
657
|
<pre class="programlisting">#define gtk_menu_item_right_justify(menu_item) gtk_menu_item_set_right_justified ((menu_item), TRUE)
|
640
658
|
</pre>
|
641
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
659
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
642
660
|
<h3 class="title">Warning</h3>
|
643
661
|
<p><code class="literal">gtk_menu_item_right_justify</code> is deprecated and should not be used in newly-written code.</p>
|
644
662
|
</div>
|
@@ -649,14 +667,15 @@ Sets the menu item to be right-justified. Only useful for menu bars.
|
|
649
667
|
<col align="left" valign="top">
|
650
668
|
<tbody><tr>
|
651
669
|
<td><p><span class="term"><em class="parameter"><code>menu_item</code></em> :</span></p></td>
|
652
|
-
<td>the menu item
|
670
|
+
<td>the menu item
|
671
|
+
</td>
|
653
672
|
</tr></tbody>
|
654
673
|
</table></div>
|
655
674
|
</div>
|
656
675
|
</div>
|
657
|
-
<div class="refsect1">
|
676
|
+
<div class="refsect1" title="Property Details">
|
658
677
|
<a name="GtkMenuItem.property-details"></a><h2>Property Details</h2>
|
659
|
-
<div class="refsect2">
|
678
|
+
<div class="refsect2" title='The "accel-path" property'>
|
660
679
|
<a name="GtkMenuItem--accel-path"></a><h3>The <code class="literal">"accel-path"</code> property</h3>
|
661
680
|
<pre class="programlisting"> "accel-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
662
681
|
<p>
|
@@ -668,7 +687,7 @@ identified and saved to persistant storage.
|
|
668
687
|
<p class="since">Since 2.14</p>
|
669
688
|
</div>
|
670
689
|
<hr>
|
671
|
-
<div class="refsect2">
|
690
|
+
<div class="refsect2" title='The "label" property'>
|
672
691
|
<a name="GtkMenuItem--label"></a><h3>The <code class="literal">"label"</code> property</h3>
|
673
692
|
<pre class="programlisting"> "label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
674
693
|
<p>
|
@@ -678,7 +697,7 @@ The text for the child label.
|
|
678
697
|
<p class="since">Since 2.16</p>
|
679
698
|
</div>
|
680
699
|
<hr>
|
681
|
-
<div class="refsect2">
|
700
|
+
<div class="refsect2" title='The "right-justified" property'>
|
682
701
|
<a name="GtkMenuItem--right-justified"></a><h3>The <code class="literal">"right-justified"</code> property</h3>
|
683
702
|
<pre class="programlisting"> "right-justified" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
684
703
|
<p>
|
@@ -688,7 +707,7 @@ Sets whether the menu item appears justified at the right side of a menu bar.
|
|
688
707
|
<p class="since">Since 2.14</p>
|
689
708
|
</div>
|
690
709
|
<hr>
|
691
|
-
<div class="refsect2">
|
710
|
+
<div class="refsect2" title='The "submenu" property'>
|
692
711
|
<a name="GtkMenuItem--submenu"></a><h3>The <code class="literal">"submenu"</code> property</h3>
|
693
712
|
<pre class="programlisting"> "submenu" <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>* : Read / Write</pre>
|
694
713
|
<p>
|
@@ -697,7 +716,7 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
697
716
|
<p class="since">Since 2.12</p>
|
698
717
|
</div>
|
699
718
|
<hr>
|
700
|
-
<div class="refsect2">
|
719
|
+
<div class="refsect2" title='The "use-underline" property'>
|
701
720
|
<a name="GtkMenuItem--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
|
702
721
|
<pre class="programlisting"> "use-underline" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
703
722
|
<p>
|
@@ -707,9 +726,9 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
707
726
|
<p class="since">Since 2.16</p>
|
708
727
|
</div>
|
709
728
|
</div>
|
710
|
-
<div class="refsect1">
|
729
|
+
<div class="refsect1" title="Style Property Details">
|
711
730
|
<a name="GtkMenuItem.style-property-details"></a><h2>Style Property Details</h2>
|
712
|
-
<div class="refsect2">
|
731
|
+
<div class="refsect2" title='The "arrow-scaling" style property'>
|
713
732
|
<a name="GtkMenuItem--s-arrow-scaling"></a><h3>The <code class="literal">"arrow-scaling"</code> style property</h3>
|
714
733
|
<pre class="programlisting"> "arrow-scaling" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read</pre>
|
715
734
|
<p>Amount of space used up by arrow, relative to the menu item's font size.</p>
|
@@ -717,7 +736,7 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
717
736
|
<p>Default value: 0.8</p>
|
718
737
|
</div>
|
719
738
|
<hr>
|
720
|
-
<div class="refsect2">
|
739
|
+
<div class="refsect2" title='The "arrow-spacing" style property'>
|
721
740
|
<a name="GtkMenuItem--s-arrow-spacing"></a><h3>The <code class="literal">"arrow-spacing"</code> style property</h3>
|
722
741
|
<pre class="programlisting"> "arrow-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
723
742
|
<p>Space between label and arrow.</p>
|
@@ -725,7 +744,7 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
725
744
|
<p>Default value: 10</p>
|
726
745
|
</div>
|
727
746
|
<hr>
|
728
|
-
<div class="refsect2">
|
747
|
+
<div class="refsect2" title='The "horizontal-padding" style property'>
|
729
748
|
<a name="GtkMenuItem--s-horizontal-padding"></a><h3>The <code class="literal">"horizontal-padding"</code> style property</h3>
|
730
749
|
<pre class="programlisting"> "horizontal-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
731
750
|
<p>Padding to left and right of the menu item.</p>
|
@@ -733,14 +752,14 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
733
752
|
<p>Default value: 3</p>
|
734
753
|
</div>
|
735
754
|
<hr>
|
736
|
-
<div class="refsect2">
|
755
|
+
<div class="refsect2" title='The "selected-shadow-type" style property'>
|
737
756
|
<a name="GtkMenuItem--s-selected-shadow-type"></a><h3>The <code class="literal">"selected-shadow-type"</code> style property</h3>
|
738
757
|
<pre class="programlisting"> "selected-shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read</pre>
|
739
758
|
<p>Shadow type when item is selected.</p>
|
740
759
|
<p>Default value: GTK_SHADOW_NONE</p>
|
741
760
|
</div>
|
742
761
|
<hr>
|
743
|
-
<div class="refsect2">
|
762
|
+
<div class="refsect2" title='The "toggle-spacing" style property'>
|
744
763
|
<a name="GtkMenuItem--s-toggle-spacing"></a><h3>The <code class="literal">"toggle-spacing"</code> style property</h3>
|
745
764
|
<pre class="programlisting"> "toggle-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
746
765
|
<p>Space between icon and label.</p>
|
@@ -748,7 +767,7 @@ The submenu attached to the menu item, or NULL if it has none.
|
|
748
767
|
<p>Default value: 5</p>
|
749
768
|
</div>
|
750
769
|
<hr>
|
751
|
-
<div class="refsect2">
|
770
|
+
<div class="refsect2" title='The "width-chars" style property'>
|
752
771
|
<a name="GtkMenuItem--s-width-chars"></a><h3>The <code class="literal">"width-chars"</code> style property</h3>
|
753
772
|
<pre class="programlisting"> "width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
754
773
|
<p>
|
@@ -759,12 +778,12 @@ The minimum desired width of the menu item in characters.
|
|
759
778
|
<p class="since">Since 2.14</p>
|
760
779
|
</div>
|
761
780
|
</div>
|
762
|
-
<div class="refsect1">
|
781
|
+
<div class="refsect1" title="Signal Details">
|
763
782
|
<a name="GtkMenuItem.signal-details"></a><h2>Signal Details</h2>
|
764
|
-
<div class="refsect2">
|
783
|
+
<div class="refsect2" title='The "activate" signal'>
|
765
784
|
<a name="GtkMenuItem-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
766
785
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
|
767
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
786
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First / Action</pre>
|
768
787
|
<p>
|
769
788
|
Emitted when the item is activated.
|
770
789
|
</p>
|
@@ -773,7 +792,8 @@ Emitted when the item is activated.
|
|
773
792
|
<tbody>
|
774
793
|
<tr>
|
775
794
|
<td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
|
776
|
-
<td>the object which received the signal
|
795
|
+
<td>the object which received the signal.
|
796
|
+
</td>
|
777
797
|
</tr>
|
778
798
|
<tr>
|
779
799
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -783,10 +803,10 @@ Emitted when the item is activated.
|
|
783
803
|
</table></div>
|
784
804
|
</div>
|
785
805
|
<hr>
|
786
|
-
<div class="refsect2">
|
806
|
+
<div class="refsect2" title='The "activate-item" signal'>
|
787
807
|
<a name="GtkMenuItem-activate-item"></a><h3>The <code class="literal">"activate-item"</code> signal</h3>
|
788
808
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
|
789
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
809
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
790
810
|
<p>
|
791
811
|
Emitted when the item is activated, but also if the menu item has a
|
792
812
|
submenu. For normal applications, the relevant signal is "activate".
|
@@ -796,7 +816,8 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
796
816
|
<tbody>
|
797
817
|
<tr>
|
798
818
|
<td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
|
799
|
-
<td>the object which received the signal
|
819
|
+
<td>the object which received the signal.
|
820
|
+
</td>
|
800
821
|
</tr>
|
801
822
|
<tr>
|
802
823
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -806,11 +827,11 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
806
827
|
</table></div>
|
807
828
|
</div>
|
808
829
|
<hr>
|
809
|
-
<div class="refsect2">
|
830
|
+
<div class="refsect2" title='The "toggle-size-allocate" signal'>
|
810
831
|
<a name="GtkMenuItem-toggle-size-allocate"></a><h3>The <code class="literal">"toggle-size-allocate"</code> signal</h3>
|
811
832
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
|
812
833
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg1,
|
813
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
834
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
814
835
|
<p>
|
815
836
|
</p>
|
816
837
|
<div class="variablelist"><table border="0">
|
@@ -818,7 +839,13 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
818
839
|
<tbody>
|
819
840
|
<tr>
|
820
841
|
<td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
|
821
|
-
<td>the object which received the signal
|
842
|
+
<td>the object which received the signal.
|
843
|
+
</td>
|
844
|
+
</tr>
|
845
|
+
<tr>
|
846
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
847
|
+
<td>
|
848
|
+
</td>
|
822
849
|
</tr>
|
823
850
|
<tr>
|
824
851
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -828,11 +855,11 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
828
855
|
</table></div>
|
829
856
|
</div>
|
830
857
|
<hr>
|
831
|
-
<div class="refsect2">
|
858
|
+
<div class="refsect2" title='The "toggle-size-request" signal'>
|
832
859
|
<a name="GtkMenuItem-toggle-size-request"></a><h3>The <code class="literal">"toggle-size-request"</code> signal</h3>
|
833
860
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a> *menuitem,
|
834
861
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> arg1,
|
835
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
862
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
836
863
|
<p>
|
837
864
|
</p>
|
838
865
|
<div class="variablelist"><table border="0">
|
@@ -840,7 +867,13 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
840
867
|
<tbody>
|
841
868
|
<tr>
|
842
869
|
<td><p><span class="term"><em class="parameter"><code>menuitem</code></em> :</span></p></td>
|
843
|
-
<td>the object which received the signal
|
870
|
+
<td>the object which received the signal.
|
871
|
+
</td>
|
872
|
+
</tr>
|
873
|
+
<tr>
|
874
|
+
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
|
875
|
+
<td>
|
876
|
+
</td>
|
844
877
|
</tr>
|
845
878
|
<tr>
|
846
879
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -850,7 +883,7 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
850
883
|
</table></div>
|
851
884
|
</div>
|
852
885
|
</div>
|
853
|
-
<div class="refsect1">
|
886
|
+
<div class="refsect1" title="See Also">
|
854
887
|
<a name="GtkMenuItem.see-also"></a><h2>See Also</h2>
|
855
888
|
<p>
|
856
889
|
</p>
|
@@ -877,6 +910,6 @@ submenu. For normal applications, the relevant signal is "activate".
|
|
877
910
|
</div>
|
878
911
|
<div class="footer">
|
879
912
|
<hr>
|
880
|
-
Generated by GTK-Doc V1.
|
913
|
+
Generated by GTK-Doc V1.15</div>
|
881
914
|
</body>
|
882
915
|
</html>
|