gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="Actions.html" title="Action-based menus and toolbars">
|
9
9
|
<link rel="prev" href="GtkUIManager.html" title="GtkUIManager">
|
10
10
|
<link rel="next" href="GtkAction.html" title="GtkAction">
|
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="#GtkActionGroup.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry">
|
37
|
+
<div class="refentry" title="GtkActionGroup">
|
38
38
|
<a name="GtkActionGroup"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,12 +43,12 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv">
|
46
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
47
47
|
<a name="GtkActionGroup.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
51
|
+
<a class="link" href="GtkActionGroup.html#GtkActionGroup-struct" title="GtkActionGroup">GtkActionGroup</a>;
|
52
52
|
<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="returnvalue">GtkActionGroup</span></a> * <a class="link" href="GtkActionGroup.html#gtk-action-group-new" title="gtk_action_group_new ()">gtk_action_group_new</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> *name</code></em>);
|
53
53
|
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="GtkActionGroup.html#gtk-action-group-get-name" title="gtk_action_group_get_name ()">gtk_action_group_get_name</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);
|
54
54
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkActionGroup.html#gtk-action-group-get-sensitive" title="gtk_action_group_get_sensitive ()">gtk_action_group_get_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);
|
@@ -68,37 +68,37 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
68
68
|
<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> *accelerator</code></em>);
|
69
69
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-remove-action" title="gtk_action_group_remove_action ()">gtk_action_group_remove_action</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
70
70
|
<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
|
71
|
-
|
71
|
+
<a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry">GtkActionEntry</a>;
|
72
72
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-actions" title="gtk_action_group_add_actions ()">gtk_action_group_add_actions</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
73
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="
|
73
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
74
74
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
75
75
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
76
76
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-actions-full" title="gtk_action_group_add_actions_full ()">gtk_action_group_add_actions_full</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
77
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="
|
77
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
78
78
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
79
79
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
80
80
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
|
81
|
-
|
81
|
+
<a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry">GtkToggleActionEntry</a>;
|
82
82
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-toggle-actions" title="gtk_action_group_add_toggle_actions ()">gtk_action_group_add_toggle_actions</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
83
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="
|
83
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
84
84
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
85
85
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
86
86
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-toggle-actions-full" title="gtk_action_group_add_toggle_actions_full ()">gtk_action_group_add_toggle_actions_full</a>
|
87
87
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
88
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="
|
88
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
89
89
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
90
90
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
91
91
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);
|
92
|
-
|
92
|
+
<a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry">GtkRadioActionEntry</a>;
|
93
93
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-radio-actions" title="gtk_action_group_add_radio_actions ()">gtk_action_group_add_radio_actions</a> (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
94
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="
|
94
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
95
95
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
96
96
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
97
97
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> on_change</code></em>,
|
98
98
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
|
99
99
|
<span class="returnvalue">void</span> <a class="link" href="GtkActionGroup.html#gtk-action-group-add-radio-actions-full" title="gtk_action_group_add_radio_actions_full ()">gtk_action_group_add_radio_actions_full</a>
|
100
100
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
101
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="
|
101
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
102
102
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
103
103
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
104
104
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> on_change</code></em>,
|
@@ -115,20 +115,20 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
115
115
|
<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> *string</code></em>);
|
116
116
|
</pre>
|
117
117
|
</div>
|
118
|
-
<div class="refsect1">
|
118
|
+
<div class="refsect1" title="Object Hierarchy">
|
119
119
|
<a name="GtkActionGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
120
120
|
<pre class="synopsis">
|
121
121
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
122
122
|
+----GtkActionGroup
|
123
123
|
</pre>
|
124
124
|
</div>
|
125
|
-
<div class="refsect1">
|
125
|
+
<div class="refsect1" title="Implemented Interfaces">
|
126
126
|
<a name="GtkActionGroup.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
127
127
|
<p>
|
128
128
|
GtkActionGroup implements
|
129
129
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
130
130
|
</div>
|
131
|
-
<div class="refsect1">
|
131
|
+
<div class="refsect1" title="Properties">
|
132
132
|
<a name="GtkActionGroup.properties"></a><h2>Properties</h2>
|
133
133
|
<pre class="synopsis">
|
134
134
|
"<a class="link" href="GtkActionGroup.html#GtkActionGroup--name" title='The "name" property'>name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only
|
@@ -136,7 +136,7 @@ GtkActionGroup implements
|
|
136
136
|
"<a class="link" href="GtkActionGroup.html#GtkActionGroup--visible" title='The "visible" property'>visible</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
137
137
|
</pre>
|
138
138
|
</div>
|
139
|
-
<div class="refsect1">
|
139
|
+
<div class="refsect1" title="Signals">
|
140
140
|
<a name="GtkActionGroup.signals"></a><h2>Signals</h2>
|
141
141
|
<pre class="synopsis">
|
142
142
|
"<a class="link" href="GtkActionGroup.html#GtkActionGroup-connect-proxy" title='The "connect-proxy" signal'>connect-proxy</a>"
|
@@ -145,7 +145,7 @@ GtkActionGroup implements
|
|
145
145
|
"<a class="link" href="GtkActionGroup.html#GtkActionGroup-pre-activate" title='The "pre-activate" signal'>pre-activate</a>"
|
146
146
|
</pre>
|
147
147
|
</div>
|
148
|
-
<div class="refsect1">
|
148
|
+
<div class="refsect1" title="Description">
|
149
149
|
<a name="GtkActionGroup.description"></a><h2>Description</h2>
|
150
150
|
<p>
|
151
151
|
Actions are organised into groups. An action group is essentially a
|
@@ -169,7 +169,7 @@ and a shortcut is associated with this accelerator path. All menuitems and
|
|
169
169
|
toolitems take on this accelerator path. The GTK+ accelerator map code makes
|
170
170
|
sure that the correct shortcut is displayed next to the menu item.
|
171
171
|
</p>
|
172
|
-
<div class="refsect2">
|
172
|
+
<div class="refsect2" title="GtkActionGroup as GtkBuildable">
|
173
173
|
<a name="GtkActionGroup-BUILDER-UI"></a><h3>GtkActionGroup as GtkBuildable</h3>
|
174
174
|
<p>
|
175
175
|
The GtkActionGroup implementation of the GtkBuildable interface accepts
|
@@ -187,7 +187,7 @@ modifiers and allows to specify accelerators. This is similar to the
|
|
187
187
|
it doesn't allow you to specify a signal.
|
188
188
|
</p>
|
189
189
|
<div class="example">
|
190
|
-
<a name="
|
190
|
+
<a name="id1035754"></a><p class="title"><b>Example 35. A <span class="structname">GtkDialog</span> UI definition fragment.</b></p>
|
191
191
|
<div class="example-contents">
|
192
192
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
193
193
|
<tbody>
|
@@ -221,18 +221,18 @@ it doesn't allow you to specify a signal.
|
|
221
221
|
<br class="example-break">
|
222
222
|
</div>
|
223
223
|
</div>
|
224
|
-
<div class="refsect1">
|
224
|
+
<div class="refsect1" title="Details">
|
225
225
|
<a name="GtkActionGroup.details"></a><h2>Details</h2>
|
226
|
-
<div class="refsect2">
|
227
|
-
<a name="GtkActionGroup-struct"></a><h3>
|
228
|
-
<pre class="programlisting">struct GtkActionGroup;</pre>
|
226
|
+
<div class="refsect2" title="GtkActionGroup">
|
227
|
+
<a name="GtkActionGroup-struct"></a><h3>GtkActionGroup</h3>
|
228
|
+
<pre class="programlisting">typedef struct _GtkActionGroup GtkActionGroup;</pre>
|
229
229
|
<p>
|
230
230
|
The <span class="structname">GtkActionGroup</span> struct contains only private
|
231
231
|
members and should not be accessed directly.
|
232
232
|
</p>
|
233
233
|
</div>
|
234
234
|
<hr>
|
235
|
-
<div class="refsect2">
|
235
|
+
<div class="refsect2" title="gtk_action_group_new ()">
|
236
236
|
<a name="gtk-action-group-new"></a><h3>gtk_action_group_new ()</h3>
|
237
237
|
<pre class="programlisting"><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="returnvalue">GtkActionGroup</span></a> * gtk_action_group_new (<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> *name</code></em>);</pre>
|
238
238
|
<p>
|
@@ -245,11 +245,13 @@ with the actions.
|
|
245
245
|
<tbody>
|
246
246
|
<tr>
|
247
247
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
248
|
-
<td>the name of the action group
|
248
|
+
<td>the name of the action group.
|
249
|
+
</td>
|
249
250
|
</tr>
|
250
251
|
<tr>
|
251
252
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
252
|
-
<td>the new <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>
|
253
|
+
<td> the new <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>
|
254
|
+
|
253
255
|
</td>
|
254
256
|
</tr>
|
255
257
|
</tbody>
|
@@ -257,7 +259,7 @@ with the actions.
|
|
257
259
|
<p class="since">Since 2.4</p>
|
258
260
|
</div>
|
259
261
|
<hr>
|
260
|
-
<div class="refsect2">
|
262
|
+
<div class="refsect2" title="gtk_action_group_get_name ()">
|
261
263
|
<a name="gtk-action-group-get-name"></a><h3>gtk_action_group_get_name ()</h3>
|
262
264
|
<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_action_group_get_name (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
|
263
265
|
<p>
|
@@ -268,18 +270,21 @@ Gets the name of the action group.
|
|
268
270
|
<tbody>
|
269
271
|
<tr>
|
270
272
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
271
|
-
<td>the action group
|
273
|
+
<td>the action group
|
274
|
+
</td>
|
272
275
|
</tr>
|
273
276
|
<tr>
|
274
277
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
275
|
-
<td>the name of the action group
|
278
|
+
<td> the name of the action group.
|
279
|
+
|
280
|
+
</td>
|
276
281
|
</tr>
|
277
282
|
</tbody>
|
278
283
|
</table></div>
|
279
284
|
<p class="since">Since 2.4</p>
|
280
285
|
</div>
|
281
286
|
<hr>
|
282
|
-
<div class="refsect2">
|
287
|
+
<div class="refsect2" title="gtk_action_group_get_sensitive ()">
|
283
288
|
<a name="gtk-action-group-get-sensitive"></a><h3>gtk_action_group_get_sensitive ()</h3>
|
284
289
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_group_get_sensitive (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
|
285
290
|
<p>
|
@@ -293,19 +298,21 @@ is sensitive.
|
|
293
298
|
<tbody>
|
294
299
|
<tr>
|
295
300
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
296
|
-
<td>the action group
|
301
|
+
<td>the action group
|
302
|
+
</td>
|
297
303
|
</tr>
|
298
304
|
<tr>
|
299
305
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
300
|
-
<td>
|
301
|
-
|
306
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the group is sensitive.
|
307
|
+
|
308
|
+
</td>
|
302
309
|
</tr>
|
303
310
|
</tbody>
|
304
311
|
</table></div>
|
305
312
|
<p class="since">Since 2.4</p>
|
306
313
|
</div>
|
307
314
|
<hr>
|
308
|
-
<div class="refsect2">
|
315
|
+
<div class="refsect2" title="gtk_action_group_set_sensitive ()">
|
309
316
|
<a name="gtk-action-group-set-sensitive"></a><h3>gtk_action_group_set_sensitive ()</h3>
|
310
317
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_set_sensitive (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
311
318
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sensitive</code></em>);</pre>
|
@@ -317,18 +324,20 @@ Changes the sensitivity of <em class="parameter"><code>action_group</code></em>
|
|
317
324
|
<tbody>
|
318
325
|
<tr>
|
319
326
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
320
|
-
<td>the action group
|
327
|
+
<td>the action group
|
328
|
+
</td>
|
321
329
|
</tr>
|
322
330
|
<tr>
|
323
331
|
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
|
324
|
-
<td>new sensitivity
|
332
|
+
<td>new sensitivity
|
333
|
+
</td>
|
325
334
|
</tr>
|
326
335
|
</tbody>
|
327
336
|
</table></div>
|
328
337
|
<p class="since">Since 2.4</p>
|
329
338
|
</div>
|
330
339
|
<hr>
|
331
|
-
<div class="refsect2">
|
340
|
+
<div class="refsect2" title="gtk_action_group_get_visible ()">
|
332
341
|
<a name="gtk-action-group-get-visible"></a><h3>gtk_action_group_get_visible ()</h3>
|
333
342
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_action_group_get_visible (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
|
334
343
|
<p>
|
@@ -342,19 +351,21 @@ is visible.
|
|
342
351
|
<tbody>
|
343
352
|
<tr>
|
344
353
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
345
|
-
<td>the action group
|
354
|
+
<td>the action group
|
355
|
+
</td>
|
346
356
|
</tr>
|
347
357
|
<tr>
|
348
358
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
349
|
-
<td>
|
350
|
-
|
359
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the group is visible.
|
360
|
+
|
361
|
+
</td>
|
351
362
|
</tr>
|
352
363
|
</tbody>
|
353
364
|
</table></div>
|
354
365
|
<p class="since">Since 2.4</p>
|
355
366
|
</div>
|
356
367
|
<hr>
|
357
|
-
<div class="refsect2">
|
368
|
+
<div class="refsect2" title="gtk_action_group_set_visible ()">
|
358
369
|
<a name="gtk-action-group-set-visible"></a><h3>gtk_action_group_set_visible ()</h3>
|
359
370
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_set_visible (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
360
371
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible</code></em>);</pre>
|
@@ -366,18 +377,20 @@ Changes the visible of <em class="parameter"><code>action_group</code></em>.
|
|
366
377
|
<tbody>
|
367
378
|
<tr>
|
368
379
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
369
|
-
<td>the action group
|
380
|
+
<td>the action group
|
381
|
+
</td>
|
370
382
|
</tr>
|
371
383
|
<tr>
|
372
384
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
373
|
-
<td>new visiblity
|
385
|
+
<td>new visiblity
|
386
|
+
</td>
|
374
387
|
</tr>
|
375
388
|
</tbody>
|
376
389
|
</table></div>
|
377
390
|
<p class="since">Since 2.4</p>
|
378
391
|
</div>
|
379
392
|
<hr>
|
380
|
-
<div class="refsect2">
|
393
|
+
<div class="refsect2" title="gtk_action_group_get_action ()">
|
381
394
|
<a name="gtk-action-group-get-action"></a><h3>gtk_action_group_get_action ()</h3>
|
382
395
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_action_group_get_action (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
383
396
|
<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> *action_name</code></em>);</pre>
|
@@ -389,15 +402,17 @@ Looks up an action in the action group by name.
|
|
389
402
|
<tbody>
|
390
403
|
<tr>
|
391
404
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
392
|
-
<td>the action group
|
405
|
+
<td>the action group
|
406
|
+
</td>
|
393
407
|
</tr>
|
394
408
|
<tr>
|
395
409
|
<td><p><span class="term"><em class="parameter"><code>action_name</code></em> :</span></p></td>
|
396
|
-
<td>the name of the action
|
410
|
+
<td>the name of the action
|
411
|
+
</td>
|
397
412
|
</tr>
|
398
413
|
<tr>
|
399
414
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
400
|
-
<td>the action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no action by that name exists. <span class="annotation">[
|
415
|
+
<td> the action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no action by that name exists. <span class="annotation">[transfer-none]</span>
|
401
416
|
</td>
|
402
417
|
</tr>
|
403
418
|
</tbody>
|
@@ -405,7 +420,7 @@ Looks up an action in the action group by name.
|
|
405
420
|
<p class="since">Since 2.4</p>
|
406
421
|
</div>
|
407
422
|
<hr>
|
408
|
-
<div class="refsect2">
|
423
|
+
<div class="refsect2" title="gtk_action_group_list_actions ()">
|
409
424
|
<a name="gtk-action-group-list-actions"></a><h3>gtk_action_group_list_actions ()</h3>
|
410
425
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_action_group_list_actions (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>);</pre>
|
411
426
|
<p>
|
@@ -416,11 +431,12 @@ Lists the actions in the action group.
|
|
416
431
|
<tbody>
|
417
432
|
<tr>
|
418
433
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
419
|
-
<td>the action group
|
434
|
+
<td>the action group
|
435
|
+
</td>
|
420
436
|
</tr>
|
421
437
|
<tr>
|
422
438
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
423
|
-
<td>an allocated list of the action objects in the action group. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkAction][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
439
|
+
<td> an allocated list of the action objects in the action group. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkAction][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym> GtkAction]</span>
|
424
440
|
</td>
|
425
441
|
</tr>
|
426
442
|
</tbody>
|
@@ -428,7 +444,7 @@ Lists the actions in the action group.
|
|
428
444
|
<p class="since">Since 2.4</p>
|
429
445
|
</div>
|
430
446
|
<hr>
|
431
|
-
<div class="refsect2">
|
447
|
+
<div class="refsect2" title="gtk_action_group_add_action ()">
|
432
448
|
<a name="gtk-action-group-add-action"></a><h3>gtk_action_group_add_action ()</h3>
|
433
449
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_action (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
434
450
|
<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
@@ -445,18 +461,20 @@ the action. Therefore you must either set the accel path yourself with
|
|
445
461
|
<tbody>
|
446
462
|
<tr>
|
447
463
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
448
|
-
<td>the action group
|
464
|
+
<td>the action group
|
465
|
+
</td>
|
449
466
|
</tr>
|
450
467
|
<tr>
|
451
468
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
452
|
-
<td>an action
|
469
|
+
<td>an action
|
470
|
+
</td>
|
453
471
|
</tr>
|
454
472
|
</tbody>
|
455
473
|
</table></div>
|
456
474
|
<p class="since">Since 2.4</p>
|
457
475
|
</div>
|
458
476
|
<hr>
|
459
|
-
<div class="refsect2">
|
477
|
+
<div class="refsect2" title="gtk_action_group_add_action_with_accel ()">
|
460
478
|
<a name="gtk-action-group-add-action-with-accel"></a><h3>gtk_action_group_add_action_with_accel ()</h3>
|
461
479
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_action_with_accel
|
462
480
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
@@ -478,17 +496,19 @@ Accel paths are set to
|
|
478
496
|
<tbody>
|
479
497
|
<tr>
|
480
498
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
481
|
-
<td>the action group
|
499
|
+
<td>the action group
|
500
|
+
</td>
|
482
501
|
</tr>
|
483
502
|
<tr>
|
484
503
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
485
|
-
<td>the action to add
|
504
|
+
<td>the action to add
|
505
|
+
</td>
|
486
506
|
</tr>
|
487
507
|
<tr>
|
488
508
|
<td><p><span class="term"><em class="parameter"><code>accelerator</code></em> :</span></p></td>
|
489
|
-
<td>the accelerator for the action, in
|
490
|
-
the format understood by <a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>, or "" for no accelerator, or
|
491
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the stock accelerator. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
509
|
+
<td> the accelerator for the action, in
|
510
|
+
the format understood by <a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>, or "" for no accelerator, or
|
511
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the stock accelerator. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
492
512
|
</td>
|
493
513
|
</tr>
|
494
514
|
</tbody>
|
@@ -496,7 +516,7 @@ the format understood by <a class="link" href="gtk-Keyboard-Accelerators.html#gt
|
|
496
516
|
<p class="since">Since 2.4</p>
|
497
517
|
</div>
|
498
518
|
<hr>
|
499
|
-
<div class="refsect2">
|
519
|
+
<div class="refsect2" title="gtk_action_group_remove_action ()">
|
500
520
|
<a name="gtk-action-group-remove-action"></a><h3>gtk_action_group_remove_action ()</h3>
|
501
521
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_remove_action (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
502
522
|
<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
@@ -508,27 +528,29 @@ Removes an action object from the action group.
|
|
508
528
|
<tbody>
|
509
529
|
<tr>
|
510
530
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
511
|
-
<td>the action group
|
531
|
+
<td>the action group
|
532
|
+
</td>
|
512
533
|
</tr>
|
513
534
|
<tr>
|
514
535
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
515
|
-
<td>an action
|
536
|
+
<td>an action
|
537
|
+
</td>
|
516
538
|
</tr>
|
517
539
|
</tbody>
|
518
540
|
</table></div>
|
519
541
|
<p class="since">Since 2.4</p>
|
520
542
|
</div>
|
521
543
|
<hr>
|
522
|
-
<div class="refsect2">
|
523
|
-
<a name="GtkActionEntry"></a><h3>
|
524
|
-
<pre class="programlisting">struct
|
544
|
+
<div class="refsect2" title="GtkActionEntry">
|
545
|
+
<a name="GtkActionEntry"></a><h3>GtkActionEntry</h3>
|
546
|
+
<pre class="programlisting">typedef struct {
|
525
547
|
const gchar *name;
|
526
548
|
const gchar *stock_id;
|
527
549
|
const gchar *label;
|
528
550
|
const gchar *accelerator;
|
529
551
|
const gchar *tooltip;
|
530
552
|
GCallback callback;
|
531
|
-
};
|
553
|
+
} GtkActionEntry;
|
532
554
|
</pre>
|
533
555
|
<p>
|
534
556
|
<span class="structname">GtkActionEntry</span> structs are used with
|
@@ -539,41 +561,47 @@ Removes an action object from the action group.
|
|
539
561
|
<tbody>
|
540
562
|
<tr>
|
541
563
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkActionEntry.name"></a>name</code></em>;</span></p></td>
|
542
|
-
<td>The name of the action
|
564
|
+
<td>The name of the action.
|
565
|
+
</td>
|
543
566
|
</tr>
|
544
567
|
<tr>
|
545
568
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkActionEntry.stock-id"></a>stock_id</code></em>;</span></p></td>
|
546
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
547
|
-
theme
|
569
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
570
|
+
theme.
|
571
|
+
</td>
|
548
572
|
</tr>
|
549
573
|
<tr>
|
550
574
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkActionEntry.label"></a>label</code></em>;</span></p></td>
|
551
|
-
<td>The label for the action. This field should typically be marked for
|
552
|
-
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>. If <em class="parameter"><code>label</code></em>
|
553
|
-
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label of the stock item with id <em class="parameter"><code>stock_id</code></em> is used
|
575
|
+
<td>The label for the action. This field should typically be marked for
|
576
|
+
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>. If <em class="parameter"><code>label</code></em>
|
577
|
+
is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label of the stock item with id <em class="parameter"><code>stock_id</code></em> is used.
|
578
|
+
</td>
|
554
579
|
</tr>
|
555
580
|
<tr>
|
556
581
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkActionEntry.accelerator"></a>accelerator</code></em>;</span></p></td>
|
557
|
-
<td>The accelerator for the action, in the format understood by
|
558
|
-
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a
|
582
|
+
<td>The accelerator for the action, in the format understood by
|
583
|
+
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>.
|
584
|
+
</td>
|
559
585
|
</tr>
|
560
586
|
<tr>
|
561
587
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkActionEntry.tooltip"></a>tooltip</code></em>;</span></p></td>
|
562
|
-
<td>The tooltip for the action. This field should typically be marked
|
563
|
-
for translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a
|
588
|
+
<td>The tooltip for the action. This field should typically be marked
|
589
|
+
for translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>.
|
590
|
+
</td>
|
564
591
|
</tr>
|
565
592
|
<tr>
|
566
593
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> <em class="structfield"><code><a name="GtkActionEntry.callback"></a>callback</code></em>;</span></p></td>
|
567
|
-
<td>The function to call when the action is activated
|
594
|
+
<td>The function to call when the action is activated.
|
595
|
+
</td>
|
568
596
|
</tr>
|
569
597
|
</tbody>
|
570
598
|
</table></div>
|
571
599
|
</div>
|
572
600
|
<hr>
|
573
|
-
<div class="refsect2">
|
601
|
+
<div class="refsect2" title="gtk_action_group_add_actions ()">
|
574
602
|
<a name="gtk-action-group-add-actions"></a><h3>gtk_action_group_add_actions ()</h3>
|
575
603
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_actions (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
576
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="
|
604
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
577
605
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
578
606
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
579
607
|
<p>
|
@@ -590,29 +618,33 @@ their accel paths are set to
|
|
590
618
|
<tbody>
|
591
619
|
<tr>
|
592
620
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
593
|
-
<td>the action group
|
621
|
+
<td>the action group
|
622
|
+
</td>
|
594
623
|
</tr>
|
595
624
|
<tr>
|
596
625
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
597
|
-
<td>an array of action descriptions
|
626
|
+
<td>an array of action descriptions
|
627
|
+
</td>
|
598
628
|
</tr>
|
599
629
|
<tr>
|
600
630
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
601
|
-
<td>the number of entries
|
631
|
+
<td>the number of entries
|
632
|
+
</td>
|
602
633
|
</tr>
|
603
634
|
<tr>
|
604
635
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
605
|
-
<td>data to pass to the action callbacks
|
636
|
+
<td>data to pass to the action callbacks
|
637
|
+
</td>
|
606
638
|
</tr>
|
607
639
|
</tbody>
|
608
640
|
</table></div>
|
609
641
|
<p class="since">Since 2.4</p>
|
610
642
|
</div>
|
611
643
|
<hr>
|
612
|
-
<div class="refsect2">
|
644
|
+
<div class="refsect2" title="gtk_action_group_add_actions_full ()">
|
613
645
|
<a name="gtk-action-group-add-actions-full"></a><h3>gtk_action_group_add_actions_full ()</h3>
|
614
646
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_actions_full (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
615
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="
|
647
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
616
648
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
617
649
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
618
650
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
@@ -625,19 +657,23 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
625
657
|
<tbody>
|
626
658
|
<tr>
|
627
659
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
628
|
-
<td>the action group
|
660
|
+
<td>the action group
|
661
|
+
</td>
|
629
662
|
</tr>
|
630
663
|
<tr>
|
631
664
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
632
|
-
<td>an array of action descriptions
|
665
|
+
<td>an array of action descriptions
|
666
|
+
</td>
|
633
667
|
</tr>
|
634
668
|
<tr>
|
635
669
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
636
|
-
<td>the number of entries
|
670
|
+
<td>the number of entries
|
671
|
+
</td>
|
637
672
|
</tr>
|
638
673
|
<tr>
|
639
674
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
640
|
-
<td>data to pass to the action callbacks
|
675
|
+
<td>data to pass to the action callbacks
|
676
|
+
</td>
|
641
677
|
</tr>
|
642
678
|
<tr>
|
643
679
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -649,9 +685,9 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
649
685
|
<p class="since">Since 2.4</p>
|
650
686
|
</div>
|
651
687
|
<hr>
|
652
|
-
<div class="refsect2">
|
653
|
-
<a name="GtkToggleActionEntry"></a><h3>
|
654
|
-
<pre class="programlisting">struct
|
688
|
+
<div class="refsect2" title="GtkToggleActionEntry">
|
689
|
+
<a name="GtkToggleActionEntry"></a><h3>GtkToggleActionEntry</h3>
|
690
|
+
<pre class="programlisting">typedef struct {
|
655
691
|
const gchar *name;
|
656
692
|
const gchar *stock_id;
|
657
693
|
const gchar *label;
|
@@ -659,7 +695,7 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
659
695
|
const gchar *tooltip;
|
660
696
|
GCallback callback;
|
661
697
|
gboolean is_active;
|
662
|
-
};
|
698
|
+
} GtkToggleActionEntry;
|
663
699
|
</pre>
|
664
700
|
<p>
|
665
701
|
<span class="structname">GtkToggleActionEntry</span> structs are used with
|
@@ -670,44 +706,51 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
670
706
|
<tbody>
|
671
707
|
<tr>
|
672
708
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkToggleActionEntry.name"></a>name</code></em>;</span></p></td>
|
673
|
-
<td>The name of the action
|
709
|
+
<td>The name of the action.
|
710
|
+
</td>
|
674
711
|
</tr>
|
675
712
|
<tr>
|
676
713
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkToggleActionEntry.stock-id"></a>stock_id</code></em>;</span></p></td>
|
677
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
678
|
-
theme
|
714
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
715
|
+
theme.
|
716
|
+
</td>
|
679
717
|
</tr>
|
680
718
|
<tr>
|
681
719
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkToggleActionEntry.label"></a>label</code></em>;</span></p></td>
|
682
|
-
<td>The label for the action. This field should typically be marked for
|
683
|
-
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a
|
720
|
+
<td>The label for the action. This field should typically be marked for
|
721
|
+
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>.
|
722
|
+
</td>
|
684
723
|
</tr>
|
685
724
|
<tr>
|
686
725
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkToggleActionEntry.accelerator"></a>accelerator</code></em>;</span></p></td>
|
687
|
-
<td>The accelerator for the action, in the format understood by
|
688
|
-
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a
|
726
|
+
<td>The accelerator for the action, in the format understood by
|
727
|
+
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>.
|
728
|
+
</td>
|
689
729
|
</tr>
|
690
730
|
<tr>
|
691
731
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkToggleActionEntry.tooltip"></a>tooltip</code></em>;</span></p></td>
|
692
|
-
<td>The tooltip for the action. This field should typically be marked
|
693
|
-
for translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a
|
732
|
+
<td>The tooltip for the action. This field should typically be marked
|
733
|
+
for translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>.
|
734
|
+
</td>
|
694
735
|
</tr>
|
695
736
|
<tr>
|
696
737
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> <em class="structfield"><code><a name="GtkToggleActionEntry.callback"></a>callback</code></em>;</span></p></td>
|
697
|
-
<td>The function to call when the action is activated
|
738
|
+
<td>The function to call when the action is activated.
|
739
|
+
</td>
|
698
740
|
</tr>
|
699
741
|
<tr>
|
700
742
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> <em class="structfield"><code><a name="GtkToggleActionEntry.is-active"></a>is_active</code></em>;</span></p></td>
|
701
|
-
<td>The initial state of the toggle action
|
743
|
+
<td>The initial state of the toggle action.
|
744
|
+
</td>
|
702
745
|
</tr>
|
703
746
|
</tbody>
|
704
747
|
</table></div>
|
705
748
|
</div>
|
706
749
|
<hr>
|
707
|
-
<div class="refsect2">
|
750
|
+
<div class="refsect2" title="gtk_action_group_add_toggle_actions ()">
|
708
751
|
<a name="gtk-action-group-add-toggle-actions"></a><h3>gtk_action_group_add_toggle_actions ()</h3>
|
709
752
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_toggle_actions (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
710
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="
|
753
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
711
754
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
712
755
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
|
713
756
|
<p>
|
@@ -724,30 +767,34 @@ their accel paths are set to
|
|
724
767
|
<tbody>
|
725
768
|
<tr>
|
726
769
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
727
|
-
<td>the action group
|
770
|
+
<td>the action group
|
771
|
+
</td>
|
728
772
|
</tr>
|
729
773
|
<tr>
|
730
774
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
731
|
-
<td>an array of toggle action descriptions
|
775
|
+
<td>an array of toggle action descriptions
|
776
|
+
</td>
|
732
777
|
</tr>
|
733
778
|
<tr>
|
734
779
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
735
|
-
<td>the number of entries
|
780
|
+
<td>the number of entries
|
781
|
+
</td>
|
736
782
|
</tr>
|
737
783
|
<tr>
|
738
784
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
739
|
-
<td>data to pass to the action callbacks
|
785
|
+
<td>data to pass to the action callbacks
|
786
|
+
</td>
|
740
787
|
</tr>
|
741
788
|
</tbody>
|
742
789
|
</table></div>
|
743
790
|
<p class="since">Since 2.4</p>
|
744
791
|
</div>
|
745
792
|
<hr>
|
746
|
-
<div class="refsect2">
|
793
|
+
<div class="refsect2" title="gtk_action_group_add_toggle_actions_full ()">
|
747
794
|
<a name="gtk-action-group-add-toggle-actions-full"></a><h3>gtk_action_group_add_toggle_actions_full ()</h3>
|
748
795
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_toggle_actions_full
|
749
796
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
750
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="
|
797
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
751
798
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
752
799
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>,
|
753
800
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy</code></em>);</pre>
|
@@ -760,19 +807,23 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
760
807
|
<tbody>
|
761
808
|
<tr>
|
762
809
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
763
|
-
<td>the action group
|
810
|
+
<td>the action group
|
811
|
+
</td>
|
764
812
|
</tr>
|
765
813
|
<tr>
|
766
814
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
767
|
-
<td>an array of toggle action descriptions
|
815
|
+
<td>an array of toggle action descriptions
|
816
|
+
</td>
|
768
817
|
</tr>
|
769
818
|
<tr>
|
770
819
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
771
|
-
<td>the number of entries
|
820
|
+
<td>the number of entries
|
821
|
+
</td>
|
772
822
|
</tr>
|
773
823
|
<tr>
|
774
824
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
775
|
-
<td>data to pass to the action callbacks
|
825
|
+
<td>data to pass to the action callbacks
|
826
|
+
</td>
|
776
827
|
</tr>
|
777
828
|
<tr>
|
778
829
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -784,16 +835,16 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
784
835
|
<p class="since">Since 2.4</p>
|
785
836
|
</div>
|
786
837
|
<hr>
|
787
|
-
<div class="refsect2">
|
788
|
-
<a name="GtkRadioActionEntry"></a><h3>
|
789
|
-
<pre class="programlisting">struct
|
838
|
+
<div class="refsect2" title="GtkRadioActionEntry">
|
839
|
+
<a name="GtkRadioActionEntry"></a><h3>GtkRadioActionEntry</h3>
|
840
|
+
<pre class="programlisting">typedef struct {
|
790
841
|
const gchar *name;
|
791
842
|
const gchar *stock_id;
|
792
843
|
const gchar *label;
|
793
844
|
const gchar *accelerator;
|
794
845
|
const gchar *tooltip;
|
795
846
|
gint value;
|
796
|
-
};
|
847
|
+
} GtkRadioActionEntry;
|
797
848
|
</pre>
|
798
849
|
<p>
|
799
850
|
<span class="structname">GtkRadioActionEntry</span> structs are used with
|
@@ -804,40 +855,46 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
804
855
|
<tbody>
|
805
856
|
<tr>
|
806
857
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRadioActionEntry.name"></a>name</code></em>;</span></p></td>
|
807
|
-
<td>The name of the action
|
858
|
+
<td>The name of the action.
|
859
|
+
</td>
|
808
860
|
</tr>
|
809
861
|
<tr>
|
810
862
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRadioActionEntry.stock-id"></a>stock_id</code></em>;</span></p></td>
|
811
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
812
|
-
theme
|
863
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
864
|
+
theme.
|
865
|
+
</td>
|
813
866
|
</tr>
|
814
867
|
<tr>
|
815
868
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRadioActionEntry.label"></a>label</code></em>;</span></p></td>
|
816
|
-
<td>The label for the action. This field should typically be marked for
|
817
|
-
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a
|
869
|
+
<td>The label for the action. This field should typically be marked for
|
870
|
+
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>.
|
871
|
+
</td>
|
818
872
|
</tr>
|
819
873
|
<tr>
|
820
874
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRadioActionEntry.accelerator"></a>accelerator</code></em>;</span></p></td>
|
821
|
-
<td>The accelerator for the action, in the format understood by
|
822
|
-
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a
|
875
|
+
<td>The accelerator for the action, in the format understood by
|
876
|
+
<a class="link" href="gtk-Keyboard-Accelerators.html#gtk-accelerator-parse" title="gtk_accelerator_parse ()"><code class="function">gtk_accelerator_parse()</code></a>.
|
877
|
+
</td>
|
823
878
|
</tr>
|
824
879
|
<tr>
|
825
880
|
<td><p><span class="term">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GtkRadioActionEntry.tooltip"></a>tooltip</code></em>;</span></p></td>
|
826
|
-
<td>The tooltip for the action. This field should typically be marked for
|
827
|
-
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a
|
881
|
+
<td>The tooltip for the action. This field should typically be marked for
|
882
|
+
translation, see <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-domain" title="gtk_action_group_set_translation_domain ()"><code class="function">gtk_action_group_set_translation_domain()</code></a>.
|
883
|
+
</td>
|
828
884
|
</tr>
|
829
885
|
<tr>
|
830
886
|
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkRadioActionEntry.value"></a>value</code></em>;</span></p></td>
|
831
|
-
<td>The value to set on the radio action. See <a class="link" href="GtkRadioAction.html#gtk-radio-action-get-current-value" title="gtk_radio_action_get_current_value ()"><code class="function">gtk_radio_action_get_current_value()</code></a
|
887
|
+
<td>The value to set on the radio action. See <a class="link" href="GtkRadioAction.html#gtk-radio-action-get-current-value" title="gtk_radio_action_get_current_value ()"><code class="function">gtk_radio_action_get_current_value()</code></a>.
|
888
|
+
</td>
|
832
889
|
</tr>
|
833
890
|
</tbody>
|
834
891
|
</table></div>
|
835
892
|
</div>
|
836
893
|
<hr>
|
837
|
-
<div class="refsect2">
|
894
|
+
<div class="refsect2" title="gtk_action_group_add_radio_actions ()">
|
838
895
|
<a name="gtk-action-group-add-radio-actions"></a><h3>gtk_action_group_add_radio_actions ()</h3>
|
839
896
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_radio_actions (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
840
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="
|
897
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
841
898
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
842
899
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
843
900
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> on_change</code></em>,
|
@@ -856,39 +913,45 @@ The "changed" signal of the first radio action is connected to the
|
|
856
913
|
<tbody>
|
857
914
|
<tr>
|
858
915
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
859
|
-
<td>the action group
|
916
|
+
<td>the action group
|
917
|
+
</td>
|
860
918
|
</tr>
|
861
919
|
<tr>
|
862
920
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
863
|
-
<td>an array of radio action descriptions
|
921
|
+
<td>an array of radio action descriptions
|
922
|
+
</td>
|
864
923
|
</tr>
|
865
924
|
<tr>
|
866
925
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
867
|
-
<td>the number of entries
|
926
|
+
<td>the number of entries
|
927
|
+
</td>
|
868
928
|
</tr>
|
869
929
|
<tr>
|
870
930
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
871
931
|
<td>the value of the action to activate initially, or -1 if
|
872
|
-
no action should be activated
|
932
|
+
no action should be activated
|
933
|
+
</td>
|
873
934
|
</tr>
|
874
935
|
<tr>
|
875
936
|
<td><p><span class="term"><em class="parameter"><code>on_change</code></em> :</span></p></td>
|
876
|
-
<td>the callback to connect to the changed signal
|
937
|
+
<td>the callback to connect to the changed signal
|
938
|
+
</td>
|
877
939
|
</tr>
|
878
940
|
<tr>
|
879
941
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
880
|
-
<td>data to pass to the action callbacks
|
942
|
+
<td>data to pass to the action callbacks
|
943
|
+
</td>
|
881
944
|
</tr>
|
882
945
|
</tbody>
|
883
946
|
</table></div>
|
884
947
|
<p class="since">Since 2.4</p>
|
885
948
|
</div>
|
886
949
|
<hr>
|
887
|
-
<div class="refsect2">
|
950
|
+
<div class="refsect2" title="gtk_action_group_add_radio_actions_full ()">
|
888
951
|
<a name="gtk-action-group-add-radio-actions-full"></a><h3>gtk_action_group_add_radio_actions_full ()</h3>
|
889
952
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_radio_actions_full
|
890
953
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
891
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="
|
954
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
892
955
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> n_entries</code></em>,
|
893
956
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>,
|
894
957
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GCallback"><span class="type">GCallback</span></a> on_change</code></em>,
|
@@ -903,28 +966,34 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-r
|
|
903
966
|
<tbody>
|
904
967
|
<tr>
|
905
968
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
906
|
-
<td>the action group
|
969
|
+
<td>the action group
|
970
|
+
</td>
|
907
971
|
</tr>
|
908
972
|
<tr>
|
909
973
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
910
|
-
<td>an array of radio action descriptions
|
974
|
+
<td>an array of radio action descriptions
|
975
|
+
</td>
|
911
976
|
</tr>
|
912
977
|
<tr>
|
913
978
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
914
|
-
<td>the number of entries
|
979
|
+
<td>the number of entries
|
980
|
+
</td>
|
915
981
|
</tr>
|
916
982
|
<tr>
|
917
983
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
918
984
|
<td>the value of the action to activate initially, or -1 if
|
919
|
-
no action should be activated
|
985
|
+
no action should be activated
|
986
|
+
</td>
|
920
987
|
</tr>
|
921
988
|
<tr>
|
922
989
|
<td><p><span class="term"><em class="parameter"><code>on_change</code></em> :</span></p></td>
|
923
|
-
<td>the callback to connect to the changed signal
|
990
|
+
<td>the callback to connect to the changed signal
|
991
|
+
</td>
|
924
992
|
</tr>
|
925
993
|
<tr>
|
926
994
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
927
|
-
<td>data to pass to the action callbacks
|
995
|
+
<td>data to pass to the action callbacks
|
996
|
+
</td>
|
928
997
|
</tr>
|
929
998
|
<tr>
|
930
999
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -936,7 +1005,7 @@ no action should be activated</td>
|
|
936
1005
|
<p class="since">Since 2.4</p>
|
937
1006
|
</div>
|
938
1007
|
<hr>
|
939
|
-
<div class="refsect2">
|
1008
|
+
<div class="refsect2" title="gtk_action_group_set_translate_func ()">
|
940
1009
|
<a name="gtk-action-group-set-translate-func"></a><h3>gtk_action_group_set_translate_func ()</h3>
|
941
1010
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_set_translate_func (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
942
1011
|
<em class="parameter"><code><a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a> func</code></em>,
|
@@ -971,21 +1040,22 @@ with <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-
|
|
971
1040
|
<tr>
|
972
1041
|
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
973
1042
|
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> function to be called when <em class="parameter"><code>action_group</code></em> is
|
974
|
-
destroyed and when the translation function is changed again
|
1043
|
+
destroyed and when the translation function is changed again
|
1044
|
+
</td>
|
975
1045
|
</tr>
|
976
1046
|
</tbody>
|
977
1047
|
</table></div>
|
978
1048
|
<p class="since">Since 2.4</p>
|
979
1049
|
</div>
|
980
1050
|
<hr>
|
981
|
-
<div class="refsect2">
|
1051
|
+
<div class="refsect2" title="gtk_action_group_set_translation_domain ()">
|
982
1052
|
<a name="gtk-action-group-set-translation-domain"></a><h3>gtk_action_group_set_translation_domain ()</h3>
|
983
1053
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_set_translation_domain
|
984
1054
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
985
1055
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *domain</code></em>);</pre>
|
986
1056
|
<p>
|
987
1057
|
Sets the translation domain and uses <a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#g-dgettext"><code class="function">g_dgettext()</code></a> for translating the
|
988
|
-
<em class="parameter"><code>label</code></em> and <em class="parameter"><code>tooltip</code></em> of <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="
|
1058
|
+
<em class="parameter"><code>label</code></em> and <em class="parameter"><code>tooltip</code></em> of <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a>s added by
|
989
1059
|
<a class="link" href="GtkActionGroup.html#gtk-action-group-add-actions" title="gtk_action_group_add_actions ()"><code class="function">gtk_action_group_add_actions()</code></a>.
|
990
1060
|
</p>
|
991
1061
|
<p>
|
@@ -1002,14 +1072,15 @@ If you're not using <code class="function">gettext()</code> for localization, se
|
|
1002
1072
|
</tr>
|
1003
1073
|
<tr>
|
1004
1074
|
<td><p><span class="term"><em class="parameter"><code>domain</code></em> :</span></p></td>
|
1005
|
-
<td>the translation domain to use for <a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#g-dgettext"><code class="function">g_dgettext()</code></a> calls
|
1075
|
+
<td>the translation domain to use for <a href="http://library.gnome.org/devel/glib/unstable/glib-I18N.html#g-dgettext"><code class="function">g_dgettext()</code></a> calls
|
1076
|
+
</td>
|
1006
1077
|
</tr>
|
1007
1078
|
</tbody>
|
1008
1079
|
</table></div>
|
1009
1080
|
<p class="since">Since 2.4</p>
|
1010
1081
|
</div>
|
1011
1082
|
<hr>
|
1012
|
-
<div class="refsect2">
|
1083
|
+
<div class="refsect2" title="gtk_action_group_translate_string ()">
|
1013
1084
|
<a name="gtk-action-group-translate-string"></a><h3>gtk_action_group_translate_string ()</h3>
|
1014
1085
|
<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_action_group_translate_string (<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
1015
1086
|
<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> *string</code></em>);</pre>
|
@@ -1027,11 +1098,13 @@ is mainly intended for language bindings.
|
|
1027
1098
|
</tr>
|
1028
1099
|
<tr>
|
1029
1100
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1030
|
-
<td>a string
|
1101
|
+
<td>a string
|
1102
|
+
</td>
|
1031
1103
|
</tr>
|
1032
1104
|
<tr>
|
1033
1105
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1034
|
-
<td>the translation of <em class="parameter"><code>string</code></em>
|
1106
|
+
<td> the translation of <em class="parameter"><code>string</code></em>
|
1107
|
+
|
1035
1108
|
</td>
|
1036
1109
|
</tr>
|
1037
1110
|
</tbody>
|
@@ -1039,32 +1112,32 @@ is mainly intended for language bindings.
|
|
1039
1112
|
<p class="since">Since 2.6</p>
|
1040
1113
|
</div>
|
1041
1114
|
</div>
|
1042
|
-
<div class="refsect1">
|
1115
|
+
<div class="refsect1" title="Property Details">
|
1043
1116
|
<a name="GtkActionGroup.property-details"></a><h2>Property Details</h2>
|
1044
|
-
<div class="refsect2">
|
1117
|
+
<div class="refsect2" title='The "name" property'>
|
1045
1118
|
<a name="GtkActionGroup--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
1046
1119
|
<pre class="programlisting"> "name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
|
1047
1120
|
<p>A name for the action group.</p>
|
1048
1121
|
<p>Default value: NULL</p>
|
1049
1122
|
</div>
|
1050
1123
|
<hr>
|
1051
|
-
<div class="refsect2">
|
1124
|
+
<div class="refsect2" title='The "sensitive" property'>
|
1052
1125
|
<a name="GtkActionGroup--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
|
1053
1126
|
<pre class="programlisting"> "sensitive" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1054
1127
|
<p>Whether the action group is enabled.</p>
|
1055
1128
|
<p>Default value: TRUE</p>
|
1056
1129
|
</div>
|
1057
1130
|
<hr>
|
1058
|
-
<div class="refsect2">
|
1131
|
+
<div class="refsect2" title='The "visible" property'>
|
1059
1132
|
<a name="GtkActionGroup--visible"></a><h3>The <code class="literal">"visible"</code> property</h3>
|
1060
1133
|
<pre class="programlisting"> "visible" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1061
1134
|
<p>Whether the action group is visible.</p>
|
1062
1135
|
<p>Default value: TRUE</p>
|
1063
1136
|
</div>
|
1064
1137
|
</div>
|
1065
|
-
<div class="refsect1">
|
1138
|
+
<div class="refsect1" title="Signal Details">
|
1066
1139
|
<a name="GtkActionGroup.signal-details"></a><h2>Signal Details</h2>
|
1067
|
-
<div class="refsect2">
|
1140
|
+
<div class="refsect2" title='The "connect-proxy" signal'>
|
1068
1141
|
<a name="GtkActionGroup-connect-proxy"></a><h3>The <code class="literal">"connect-proxy"</code> signal</h3>
|
1069
1142
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group,
|
1070
1143
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1090,15 +1163,18 @@ convenient to use.
|
|
1090
1163
|
<tbody>
|
1091
1164
|
<tr>
|
1092
1165
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1093
|
-
<td>the group
|
1166
|
+
<td>the group
|
1167
|
+
</td>
|
1094
1168
|
</tr>
|
1095
1169
|
<tr>
|
1096
1170
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1097
|
-
<td>the action
|
1171
|
+
<td>the action
|
1172
|
+
</td>
|
1098
1173
|
</tr>
|
1099
1174
|
<tr>
|
1100
1175
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
1101
|
-
<td>the proxy
|
1176
|
+
<td>the proxy
|
1177
|
+
</td>
|
1102
1178
|
</tr>
|
1103
1179
|
<tr>
|
1104
1180
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1109,7 +1185,7 @@ convenient to use.
|
|
1109
1185
|
<p class="since">Since 2.4</p>
|
1110
1186
|
</div>
|
1111
1187
|
<hr>
|
1112
|
-
<div class="refsect2">
|
1188
|
+
<div class="refsect2" title='The "disconnect-proxy" signal'>
|
1113
1189
|
<a name="GtkActionGroup-disconnect-proxy"></a><h3>The <code class="literal">"disconnect-proxy"</code> signal</h3>
|
1114
1190
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group,
|
1115
1191
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1129,15 +1205,18 @@ convenient to use.
|
|
1129
1205
|
<tbody>
|
1130
1206
|
<tr>
|
1131
1207
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1132
|
-
<td>the group
|
1208
|
+
<td>the group
|
1209
|
+
</td>
|
1133
1210
|
</tr>
|
1134
1211
|
<tr>
|
1135
1212
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1136
|
-
<td>the action
|
1213
|
+
<td>the action
|
1214
|
+
</td>
|
1137
1215
|
</tr>
|
1138
1216
|
<tr>
|
1139
1217
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
1140
|
-
<td>the proxy
|
1218
|
+
<td>the proxy
|
1219
|
+
</td>
|
1141
1220
|
</tr>
|
1142
1221
|
<tr>
|
1143
1222
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1148,7 +1227,7 @@ convenient to use.
|
|
1148
1227
|
<p class="since">Since 2.4</p>
|
1149
1228
|
</div>
|
1150
1229
|
<hr>
|
1151
|
-
<div class="refsect2">
|
1230
|
+
<div class="refsect2" title='The "post-activate" signal'>
|
1152
1231
|
<a name="GtkActionGroup-post-activate"></a><h3>The <code class="literal">"post-activate"</code> signal</h3>
|
1153
1232
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group,
|
1154
1233
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1166,11 +1245,13 @@ notification just after any action is activated.
|
|
1166
1245
|
<tbody>
|
1167
1246
|
<tr>
|
1168
1247
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1169
|
-
<td>the group
|
1248
|
+
<td>the group
|
1249
|
+
</td>
|
1170
1250
|
</tr>
|
1171
1251
|
<tr>
|
1172
1252
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1173
|
-
<td>the action
|
1253
|
+
<td>the action
|
1254
|
+
</td>
|
1174
1255
|
</tr>
|
1175
1256
|
<tr>
|
1176
1257
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1181,7 +1262,7 @@ notification just after any action is activated.
|
|
1181
1262
|
<p class="since">Since 2.4</p>
|
1182
1263
|
</div>
|
1183
1264
|
<hr>
|
1184
|
-
<div class="refsect2">
|
1265
|
+
<div class="refsect2" title='The "pre-activate" signal'>
|
1185
1266
|
<a name="GtkActionGroup-pre-activate"></a><h3>The <code class="literal">"pre-activate"</code> signal</h3>
|
1186
1267
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group,
|
1187
1268
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1199,11 +1280,13 @@ notification just before any action is activated.
|
|
1199
1280
|
<tbody>
|
1200
1281
|
<tr>
|
1201
1282
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1202
|
-
<td>the group
|
1283
|
+
<td>the group
|
1284
|
+
</td>
|
1203
1285
|
</tr>
|
1204
1286
|
<tr>
|
1205
1287
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1206
|
-
<td>the action
|
1288
|
+
<td>the action
|
1289
|
+
</td>
|
1207
1290
|
</tr>
|
1208
1291
|
<tr>
|
1209
1292
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1217,6 +1300,6 @@ notification just before any action is activated.
|
|
1217
1300
|
</div>
|
1218
1301
|
<div class="footer">
|
1219
1302
|
<hr>
|
1220
|
-
Generated by GTK-Doc V1.
|
1303
|
+
Generated by GTK-Doc V1.15</div>
|
1221
1304
|
</body>
|
1222
1305
|
</html>
|