gtk2 0.90.8-x86-mingw32 → 0.90.9-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 +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- 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 +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- 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.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- 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 +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- 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 +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- 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 +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- 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 +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- 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 +2 -1
- 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 +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- 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 +17 -11
- 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-24.html +117 -0
- 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 +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- 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 +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- 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 +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- 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 +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- 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 +5 -10
- 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 +39 -31
- 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 +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- 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 +8 -5
- 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 +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- 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 +2 -1
- 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/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.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- 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/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -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.16.1 (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">
|
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">
|
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
|
+
struct <a class="link" href="GtkActionGroup.html#GtkActionGroup-struct" title="struct 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
|
+
struct <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct 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="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
73
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct 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="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
77
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct 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
|
+
struct <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="struct 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="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
83
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="struct 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="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
88
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="struct 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
|
+
struct <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct 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="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
94
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct 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="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
101
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct 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">
|
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">
|
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">
|
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">
|
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">
|
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">
|
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="id1033740"></a><p class="title"><b>Example 38. 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">
|
225
225
|
<a name="GtkActionGroup.details"></a><h2>Details</h2>
|
226
|
-
<div class="refsect2"
|
227
|
-
<a name="GtkActionGroup-struct"></a><h3>GtkActionGroup</h3>
|
228
|
-
<pre class="programlisting">
|
226
|
+
<div class="refsect2">
|
227
|
+
<a name="GtkActionGroup-struct"></a><h3>struct GtkActionGroup</h3>
|
228
|
+
<pre class="programlisting">struct 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">
|
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,13 +245,11 @@ 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
|
249
|
-
</td>
|
248
|
+
<td>the name of the action group.</td>
|
250
249
|
</tr>
|
251
250
|
<tr>
|
252
251
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
253
|
-
<td>
|
254
|
-
|
252
|
+
<td>the new <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>
|
255
253
|
</td>
|
256
254
|
</tr>
|
257
255
|
</tbody>
|
@@ -259,7 +257,7 @@ with the actions.
|
|
259
257
|
<p class="since">Since 2.4</p>
|
260
258
|
</div>
|
261
259
|
<hr>
|
262
|
-
<div class="refsect2"
|
260
|
+
<div class="refsect2">
|
263
261
|
<a name="gtk-action-group-get-name"></a><h3>gtk_action_group_get_name ()</h3>
|
264
262
|
<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>
|
265
263
|
<p>
|
@@ -270,21 +268,18 @@ Gets the name of the action group.
|
|
270
268
|
<tbody>
|
271
269
|
<tr>
|
272
270
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
273
|
-
<td>the action group
|
274
|
-
</td>
|
271
|
+
<td>the action group</td>
|
275
272
|
</tr>
|
276
273
|
<tr>
|
277
274
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
278
|
-
<td>
|
279
|
-
|
280
|
-
</td>
|
275
|
+
<td>the name of the action group.</td>
|
281
276
|
</tr>
|
282
277
|
</tbody>
|
283
278
|
</table></div>
|
284
279
|
<p class="since">Since 2.4</p>
|
285
280
|
</div>
|
286
281
|
<hr>
|
287
|
-
<div class="refsect2"
|
282
|
+
<div class="refsect2">
|
288
283
|
<a name="gtk-action-group-get-sensitive"></a><h3>gtk_action_group_get_sensitive ()</h3>
|
289
284
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_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>
|
290
285
|
<p>
|
@@ -298,21 +293,19 @@ is sensitive.
|
|
298
293
|
<tbody>
|
299
294
|
<tr>
|
300
295
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
301
|
-
<td>the action group
|
302
|
-
</td>
|
296
|
+
<td>the action group</td>
|
303
297
|
</tr>
|
304
298
|
<tr>
|
305
299
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
306
|
-
<td>
|
307
|
-
|
308
|
-
</td>
|
300
|
+
<td>
|
301
|
+
<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.</td>
|
309
302
|
</tr>
|
310
303
|
</tbody>
|
311
304
|
</table></div>
|
312
305
|
<p class="since">Since 2.4</p>
|
313
306
|
</div>
|
314
307
|
<hr>
|
315
|
-
<div class="refsect2"
|
308
|
+
<div class="refsect2">
|
316
309
|
<a name="gtk-action-group-set-sensitive"></a><h3>gtk_action_group_set_sensitive ()</h3>
|
317
310
|
<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>,
|
318
311
|
<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>
|
@@ -324,20 +317,18 @@ Changes the sensitivity of <em class="parameter"><code>action_group</code></em>
|
|
324
317
|
<tbody>
|
325
318
|
<tr>
|
326
319
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
327
|
-
<td>the action group
|
328
|
-
</td>
|
320
|
+
<td>the action group</td>
|
329
321
|
</tr>
|
330
322
|
<tr>
|
331
323
|
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
|
332
|
-
<td>new sensitivity
|
333
|
-
</td>
|
324
|
+
<td>new sensitivity</td>
|
334
325
|
</tr>
|
335
326
|
</tbody>
|
336
327
|
</table></div>
|
337
328
|
<p class="since">Since 2.4</p>
|
338
329
|
</div>
|
339
330
|
<hr>
|
340
|
-
<div class="refsect2"
|
331
|
+
<div class="refsect2">
|
341
332
|
<a name="gtk-action-group-get-visible"></a><h3>gtk_action_group_get_visible ()</h3>
|
342
333
|
<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>
|
343
334
|
<p>
|
@@ -351,21 +342,19 @@ is visible.
|
|
351
342
|
<tbody>
|
352
343
|
<tr>
|
353
344
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
354
|
-
<td>the action group
|
355
|
-
</td>
|
345
|
+
<td>the action group</td>
|
356
346
|
</tr>
|
357
347
|
<tr>
|
358
348
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
359
|
-
<td>
|
360
|
-
|
361
|
-
</td>
|
349
|
+
<td>
|
350
|
+
<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.</td>
|
362
351
|
</tr>
|
363
352
|
</tbody>
|
364
353
|
</table></div>
|
365
354
|
<p class="since">Since 2.4</p>
|
366
355
|
</div>
|
367
356
|
<hr>
|
368
|
-
<div class="refsect2"
|
357
|
+
<div class="refsect2">
|
369
358
|
<a name="gtk-action-group-set-visible"></a><h3>gtk_action_group_set_visible ()</h3>
|
370
359
|
<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>,
|
371
360
|
<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>
|
@@ -377,20 +366,18 @@ Changes the visible of <em class="parameter"><code>action_group</code></em>.
|
|
377
366
|
<tbody>
|
378
367
|
<tr>
|
379
368
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
380
|
-
<td>the action group
|
381
|
-
</td>
|
369
|
+
<td>the action group</td>
|
382
370
|
</tr>
|
383
371
|
<tr>
|
384
372
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
385
|
-
<td>new visiblity
|
386
|
-
</td>
|
373
|
+
<td>new visiblity</td>
|
387
374
|
</tr>
|
388
375
|
</tbody>
|
389
376
|
</table></div>
|
390
377
|
<p class="since">Since 2.4</p>
|
391
378
|
</div>
|
392
379
|
<hr>
|
393
|
-
<div class="refsect2"
|
380
|
+
<div class="refsect2">
|
394
381
|
<a name="gtk-action-group-get-action"></a><h3>gtk_action_group_get_action ()</h3>
|
395
382
|
<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>,
|
396
383
|
<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>
|
@@ -402,17 +389,15 @@ Looks up an action in the action group by name.
|
|
402
389
|
<tbody>
|
403
390
|
<tr>
|
404
391
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
405
|
-
<td>the action group
|
406
|
-
</td>
|
392
|
+
<td>the action group</td>
|
407
393
|
</tr>
|
408
394
|
<tr>
|
409
395
|
<td><p><span class="term"><em class="parameter"><code>action_name</code></em> :</span></p></td>
|
410
|
-
<td>the name of the action
|
411
|
-
</td>
|
396
|
+
<td>the name of the action</td>
|
412
397
|
</tr>
|
413
398
|
<tr>
|
414
399
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
415
|
-
<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">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
416
401
|
</td>
|
417
402
|
</tr>
|
418
403
|
</tbody>
|
@@ -420,7 +405,7 @@ Looks up an action in the action group by name.
|
|
420
405
|
<p class="since">Since 2.4</p>
|
421
406
|
</div>
|
422
407
|
<hr>
|
423
|
-
<div class="refsect2"
|
408
|
+
<div class="refsect2">
|
424
409
|
<a name="gtk-action-group-list-actions"></a><h3>gtk_action_group_list_actions ()</h3>
|
425
410
|
<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>
|
426
411
|
<p>
|
@@ -431,12 +416,11 @@ Lists the actions in the action group.
|
|
431
416
|
<tbody>
|
432
417
|
<tr>
|
433
418
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
434
|
-
<td>the action group
|
435
|
-
</td>
|
419
|
+
<td>the action group</td>
|
436
420
|
</tr>
|
437
421
|
<tr>
|
438
422
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
439
|
-
<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>
|
440
424
|
</td>
|
441
425
|
</tr>
|
442
426
|
</tbody>
|
@@ -444,7 +428,7 @@ Lists the actions in the action group.
|
|
444
428
|
<p class="since">Since 2.4</p>
|
445
429
|
</div>
|
446
430
|
<hr>
|
447
|
-
<div class="refsect2"
|
431
|
+
<div class="refsect2">
|
448
432
|
<a name="gtk-action-group-add-action"></a><h3>gtk_action_group_add_action ()</h3>
|
449
433
|
<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>,
|
450
434
|
<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
@@ -461,20 +445,18 @@ the action. Therefore you must either set the accel path yourself with
|
|
461
445
|
<tbody>
|
462
446
|
<tr>
|
463
447
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
464
|
-
<td>the action group
|
465
|
-
</td>
|
448
|
+
<td>the action group</td>
|
466
449
|
</tr>
|
467
450
|
<tr>
|
468
451
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
469
|
-
<td>an action
|
470
|
-
</td>
|
452
|
+
<td>an action</td>
|
471
453
|
</tr>
|
472
454
|
</tbody>
|
473
455
|
</table></div>
|
474
456
|
<p class="since">Since 2.4</p>
|
475
457
|
</div>
|
476
458
|
<hr>
|
477
|
-
<div class="refsect2"
|
459
|
+
<div class="refsect2">
|
478
460
|
<a name="gtk-action-group-add-action-with-accel"></a><h3>gtk_action_group_add_action_with_accel ()</h3>
|
479
461
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_action_with_accel
|
480
462
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
@@ -496,19 +478,17 @@ Accel paths are set to
|
|
496
478
|
<tbody>
|
497
479
|
<tr>
|
498
480
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
499
|
-
<td>the action group
|
500
|
-
</td>
|
481
|
+
<td>the action group</td>
|
501
482
|
</tr>
|
502
483
|
<tr>
|
503
484
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
504
|
-
<td>the action to add
|
505
|
-
</td>
|
485
|
+
<td>the action to add</td>
|
506
486
|
</tr>
|
507
487
|
<tr>
|
508
488
|
<td><p><span class="term"><em class="parameter"><code>accelerator</code></em> :</span></p></td>
|
509
|
-
<td>
|
510
|
-
|
511
|
-
|
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>
|
512
492
|
</td>
|
513
493
|
</tr>
|
514
494
|
</tbody>
|
@@ -516,7 +496,7 @@ Accel paths are set to
|
|
516
496
|
<p class="since">Since 2.4</p>
|
517
497
|
</div>
|
518
498
|
<hr>
|
519
|
-
<div class="refsect2"
|
499
|
+
<div class="refsect2">
|
520
500
|
<a name="gtk-action-group-remove-action"></a><h3>gtk_action_group_remove_action ()</h3>
|
521
501
|
<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>,
|
522
502
|
<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
@@ -528,29 +508,27 @@ Removes an action object from the action group.
|
|
528
508
|
<tbody>
|
529
509
|
<tr>
|
530
510
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
531
|
-
<td>the action group
|
532
|
-
</td>
|
511
|
+
<td>the action group</td>
|
533
512
|
</tr>
|
534
513
|
<tr>
|
535
514
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
536
|
-
<td>an action
|
537
|
-
</td>
|
515
|
+
<td>an action</td>
|
538
516
|
</tr>
|
539
517
|
</tbody>
|
540
518
|
</table></div>
|
541
519
|
<p class="since">Since 2.4</p>
|
542
520
|
</div>
|
543
521
|
<hr>
|
544
|
-
<div class="refsect2"
|
545
|
-
<a name="GtkActionEntry"></a><h3>GtkActionEntry</h3>
|
546
|
-
<pre class="programlisting">
|
522
|
+
<div class="refsect2">
|
523
|
+
<a name="GtkActionEntry"></a><h3>struct GtkActionEntry</h3>
|
524
|
+
<pre class="programlisting">struct GtkActionEntry {
|
547
525
|
const gchar *name;
|
548
526
|
const gchar *stock_id;
|
549
527
|
const gchar *label;
|
550
528
|
const gchar *accelerator;
|
551
529
|
const gchar *tooltip;
|
552
530
|
GCallback callback;
|
553
|
-
}
|
531
|
+
};
|
554
532
|
</pre>
|
555
533
|
<p>
|
556
534
|
<span class="structname">GtkActionEntry</span> structs are used with
|
@@ -561,47 +539,41 @@ Removes an action object from the action group.
|
|
561
539
|
<tbody>
|
562
540
|
<tr>
|
563
541
|
<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>
|
564
|
-
<td>The name of the action
|
565
|
-
</td>
|
542
|
+
<td>The name of the action.</td>
|
566
543
|
</tr>
|
567
544
|
<tr>
|
568
545
|
<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>
|
569
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
570
|
-
|
571
|
-
</td>
|
546
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
547
|
+
theme.</td>
|
572
548
|
</tr>
|
573
549
|
<tr>
|
574
550
|
<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>
|
575
|
-
<td>The label for the action. This field should typically be marked for
|
576
|
-
|
577
|
-
|
578
|
-
</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.</td>
|
579
554
|
</tr>
|
580
555
|
<tr>
|
581
556
|
<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>
|
582
|
-
<td>The accelerator for the action, in the format understood by
|
583
|
-
|
584
|
-
</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>.</td>
|
585
559
|
</tr>
|
586
560
|
<tr>
|
587
561
|
<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>
|
588
|
-
<td>The tooltip for the action. This field should typically be marked
|
589
|
-
|
590
|
-
</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>.</td>
|
591
564
|
</tr>
|
592
565
|
<tr>
|
593
566
|
<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>
|
594
|
-
<td>The function to call when the action is activated
|
595
|
-
</td>
|
567
|
+
<td>The function to call when the action is activated.</td>
|
596
568
|
</tr>
|
597
569
|
</tbody>
|
598
570
|
</table></div>
|
599
571
|
</div>
|
600
572
|
<hr>
|
601
|
-
<div class="refsect2"
|
573
|
+
<div class="refsect2">
|
602
574
|
<a name="gtk-action-group-add-actions"></a><h3>gtk_action_group_add_actions ()</h3>
|
603
575
|
<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>,
|
604
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
576
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
605
577
|
<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>,
|
606
578
|
<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>
|
607
579
|
<p>
|
@@ -618,33 +590,29 @@ their accel paths are set to
|
|
618
590
|
<tbody>
|
619
591
|
<tr>
|
620
592
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
621
|
-
<td>the action group
|
622
|
-
</td>
|
593
|
+
<td>the action group</td>
|
623
594
|
</tr>
|
624
595
|
<tr>
|
625
596
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
626
|
-
<td>an array of action descriptions
|
627
|
-
</td>
|
597
|
+
<td>an array of action descriptions</td>
|
628
598
|
</tr>
|
629
599
|
<tr>
|
630
600
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
631
|
-
<td>the number of entries
|
632
|
-
</td>
|
601
|
+
<td>the number of entries</td>
|
633
602
|
</tr>
|
634
603
|
<tr>
|
635
604
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
636
|
-
<td>data to pass to the action callbacks
|
637
|
-
</td>
|
605
|
+
<td>data to pass to the action callbacks</td>
|
638
606
|
</tr>
|
639
607
|
</tbody>
|
640
608
|
</table></div>
|
641
609
|
<p class="since">Since 2.4</p>
|
642
610
|
</div>
|
643
611
|
<hr>
|
644
|
-
<div class="refsect2"
|
612
|
+
<div class="refsect2">
|
645
613
|
<a name="gtk-action-group-add-actions-full"></a><h3>gtk_action_group_add_actions_full ()</h3>
|
646
614
|
<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>,
|
647
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
615
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkActionEntry" title="struct GtkActionEntry"><span class="type">GtkActionEntry</span></a> *entries</code></em>,
|
648
616
|
<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>,
|
649
617
|
<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>,
|
650
618
|
<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>
|
@@ -657,23 +625,19 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
657
625
|
<tbody>
|
658
626
|
<tr>
|
659
627
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
660
|
-
<td>the action group
|
661
|
-
</td>
|
628
|
+
<td>the action group</td>
|
662
629
|
</tr>
|
663
630
|
<tr>
|
664
631
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
665
|
-
<td>an array of action descriptions
|
666
|
-
</td>
|
632
|
+
<td>an array of action descriptions</td>
|
667
633
|
</tr>
|
668
634
|
<tr>
|
669
635
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
670
|
-
<td>the number of entries
|
671
|
-
</td>
|
636
|
+
<td>the number of entries</td>
|
672
637
|
</tr>
|
673
638
|
<tr>
|
674
639
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
675
|
-
<td>data to pass to the action callbacks
|
676
|
-
</td>
|
640
|
+
<td>data to pass to the action callbacks</td>
|
677
641
|
</tr>
|
678
642
|
<tr>
|
679
643
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -685,9 +649,9 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
685
649
|
<p class="since">Since 2.4</p>
|
686
650
|
</div>
|
687
651
|
<hr>
|
688
|
-
<div class="refsect2"
|
689
|
-
<a name="GtkToggleActionEntry"></a><h3>GtkToggleActionEntry</h3>
|
690
|
-
<pre class="programlisting">
|
652
|
+
<div class="refsect2">
|
653
|
+
<a name="GtkToggleActionEntry"></a><h3>struct GtkToggleActionEntry</h3>
|
654
|
+
<pre class="programlisting">struct GtkToggleActionEntry {
|
691
655
|
const gchar *name;
|
692
656
|
const gchar *stock_id;
|
693
657
|
const gchar *label;
|
@@ -695,7 +659,7 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
695
659
|
const gchar *tooltip;
|
696
660
|
GCallback callback;
|
697
661
|
gboolean is_active;
|
698
|
-
}
|
662
|
+
};
|
699
663
|
</pre>
|
700
664
|
<p>
|
701
665
|
<span class="structname">GtkToggleActionEntry</span> structs are used with
|
@@ -706,51 +670,44 @@ callback for <em class="parameter"><code>user_data</code></em>.
|
|
706
670
|
<tbody>
|
707
671
|
<tr>
|
708
672
|
<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>
|
709
|
-
<td>The name of the action
|
710
|
-
</td>
|
673
|
+
<td>The name of the action.</td>
|
711
674
|
</tr>
|
712
675
|
<tr>
|
713
676
|
<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>
|
714
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
715
|
-
|
716
|
-
</td>
|
677
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
678
|
+
theme.</td>
|
717
679
|
</tr>
|
718
680
|
<tr>
|
719
681
|
<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>
|
720
|
-
<td>The label for the action. This field should typically be marked for
|
721
|
-
|
722
|
-
</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>.</td>
|
723
684
|
</tr>
|
724
685
|
<tr>
|
725
686
|
<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>
|
726
|
-
<td>The accelerator for the action, in the format understood by
|
727
|
-
|
728
|
-
</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>.</td>
|
729
689
|
</tr>
|
730
690
|
<tr>
|
731
691
|
<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>
|
732
|
-
<td>The tooltip for the action. This field should typically be marked
|
733
|
-
|
734
|
-
</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>.</td>
|
735
694
|
</tr>
|
736
695
|
<tr>
|
737
696
|
<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>
|
738
|
-
<td>The function to call when the action is activated
|
739
|
-
</td>
|
697
|
+
<td>The function to call when the action is activated.</td>
|
740
698
|
</tr>
|
741
699
|
<tr>
|
742
700
|
<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>
|
743
|
-
<td>The initial state of the toggle action
|
744
|
-
</td>
|
701
|
+
<td>The initial state of the toggle action.</td>
|
745
702
|
</tr>
|
746
703
|
</tbody>
|
747
704
|
</table></div>
|
748
705
|
</div>
|
749
706
|
<hr>
|
750
|
-
<div class="refsect2"
|
707
|
+
<div class="refsect2">
|
751
708
|
<a name="gtk-action-group-add-toggle-actions"></a><h3>gtk_action_group_add_toggle_actions ()</h3>
|
752
709
|
<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>,
|
753
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
710
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="struct GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
754
711
|
<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>,
|
755
712
|
<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>
|
756
713
|
<p>
|
@@ -767,34 +724,30 @@ their accel paths are set to
|
|
767
724
|
<tbody>
|
768
725
|
<tr>
|
769
726
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
770
|
-
<td>the action group
|
771
|
-
</td>
|
727
|
+
<td>the action group</td>
|
772
728
|
</tr>
|
773
729
|
<tr>
|
774
730
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
775
|
-
<td>an array of toggle action descriptions
|
776
|
-
</td>
|
731
|
+
<td>an array of toggle action descriptions</td>
|
777
732
|
</tr>
|
778
733
|
<tr>
|
779
734
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
780
|
-
<td>the number of entries
|
781
|
-
</td>
|
735
|
+
<td>the number of entries</td>
|
782
736
|
</tr>
|
783
737
|
<tr>
|
784
738
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
785
|
-
<td>data to pass to the action callbacks
|
786
|
-
</td>
|
739
|
+
<td>data to pass to the action callbacks</td>
|
787
740
|
</tr>
|
788
741
|
</tbody>
|
789
742
|
</table></div>
|
790
743
|
<p class="since">Since 2.4</p>
|
791
744
|
</div>
|
792
745
|
<hr>
|
793
|
-
<div class="refsect2"
|
746
|
+
<div class="refsect2">
|
794
747
|
<a name="gtk-action-group-add-toggle-actions-full"></a><h3>gtk_action_group_add_toggle_actions_full ()</h3>
|
795
748
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_toggle_actions_full
|
796
749
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
797
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
750
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkToggleActionEntry" title="struct GtkToggleActionEntry"><span class="type">GtkToggleActionEntry</span></a> *entries</code></em>,
|
798
751
|
<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>,
|
799
752
|
<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>,
|
800
753
|
<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>
|
@@ -807,23 +760,19 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
807
760
|
<tbody>
|
808
761
|
<tr>
|
809
762
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
810
|
-
<td>the action group
|
811
|
-
</td>
|
763
|
+
<td>the action group</td>
|
812
764
|
</tr>
|
813
765
|
<tr>
|
814
766
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
815
|
-
<td>an array of toggle action descriptions
|
816
|
-
</td>
|
767
|
+
<td>an array of toggle action descriptions</td>
|
817
768
|
</tr>
|
818
769
|
<tr>
|
819
770
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
820
|
-
<td>the number of entries
|
821
|
-
</td>
|
771
|
+
<td>the number of entries</td>
|
822
772
|
</tr>
|
823
773
|
<tr>
|
824
774
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
825
|
-
<td>data to pass to the action callbacks
|
826
|
-
</td>
|
775
|
+
<td>data to pass to the action callbacks</td>
|
827
776
|
</tr>
|
828
777
|
<tr>
|
829
778
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -835,16 +784,16 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
835
784
|
<p class="since">Since 2.4</p>
|
836
785
|
</div>
|
837
786
|
<hr>
|
838
|
-
<div class="refsect2"
|
839
|
-
<a name="GtkRadioActionEntry"></a><h3>GtkRadioActionEntry</h3>
|
840
|
-
<pre class="programlisting">
|
787
|
+
<div class="refsect2">
|
788
|
+
<a name="GtkRadioActionEntry"></a><h3>struct GtkRadioActionEntry</h3>
|
789
|
+
<pre class="programlisting">struct GtkRadioActionEntry {
|
841
790
|
const gchar *name;
|
842
791
|
const gchar *stock_id;
|
843
792
|
const gchar *label;
|
844
793
|
const gchar *accelerator;
|
845
794
|
const gchar *tooltip;
|
846
795
|
gint value;
|
847
|
-
}
|
796
|
+
};
|
848
797
|
</pre>
|
849
798
|
<p>
|
850
799
|
<span class="structname">GtkRadioActionEntry</span> structs are used with
|
@@ -855,46 +804,40 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-t
|
|
855
804
|
<tbody>
|
856
805
|
<tr>
|
857
806
|
<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>
|
858
|
-
<td>The name of the action
|
859
|
-
</td>
|
807
|
+
<td>The name of the action.</td>
|
860
808
|
</tr>
|
861
809
|
<tr>
|
862
810
|
<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>
|
863
|
-
<td>The stock id for the action, or the name of an icon from the icon
|
864
|
-
|
865
|
-
</td>
|
811
|
+
<td>The stock id for the action, or the name of an icon from the icon
|
812
|
+
theme.</td>
|
866
813
|
</tr>
|
867
814
|
<tr>
|
868
815
|
<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>
|
869
|
-
<td>The label for the action. This field should typically be marked for
|
870
|
-
|
871
|
-
</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>.</td>
|
872
818
|
</tr>
|
873
819
|
<tr>
|
874
820
|
<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>
|
875
|
-
<td>The accelerator for the action, in the format understood by
|
876
|
-
|
877
|
-
</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>.</td>
|
878
823
|
</tr>
|
879
824
|
<tr>
|
880
825
|
<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>
|
881
|
-
<td>The tooltip for the action. This field should typically be marked for
|
882
|
-
|
883
|
-
</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>.</td>
|
884
828
|
</tr>
|
885
829
|
<tr>
|
886
830
|
<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>
|
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>
|
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>.</td>
|
889
832
|
</tr>
|
890
833
|
</tbody>
|
891
834
|
</table></div>
|
892
835
|
</div>
|
893
836
|
<hr>
|
894
|
-
<div class="refsect2"
|
837
|
+
<div class="refsect2">
|
895
838
|
<a name="gtk-action-group-add-radio-actions"></a><h3>gtk_action_group_add_radio_actions ()</h3>
|
896
839
|
<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>,
|
897
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
840
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
898
841
|
<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>,
|
899
842
|
<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>,
|
900
843
|
<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>,
|
@@ -913,45 +856,39 @@ The "changed" signal of the first radio action is connected to the
|
|
913
856
|
<tbody>
|
914
857
|
<tr>
|
915
858
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
916
|
-
<td>the action group
|
917
|
-
</td>
|
859
|
+
<td>the action group</td>
|
918
860
|
</tr>
|
919
861
|
<tr>
|
920
862
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
921
|
-
<td>an array of radio action descriptions
|
922
|
-
</td>
|
863
|
+
<td>an array of radio action descriptions</td>
|
923
864
|
</tr>
|
924
865
|
<tr>
|
925
866
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
926
|
-
<td>the number of entries
|
927
|
-
</td>
|
867
|
+
<td>the number of entries</td>
|
928
868
|
</tr>
|
929
869
|
<tr>
|
930
870
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
931
871
|
<td>the value of the action to activate initially, or -1 if
|
932
|
-
|
933
|
-
</td>
|
872
|
+
no action should be activated</td>
|
934
873
|
</tr>
|
935
874
|
<tr>
|
936
875
|
<td><p><span class="term"><em class="parameter"><code>on_change</code></em> :</span></p></td>
|
937
|
-
<td>the callback to connect to the changed signal
|
938
|
-
</td>
|
876
|
+
<td>the callback to connect to the changed signal</td>
|
939
877
|
</tr>
|
940
878
|
<tr>
|
941
879
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
942
|
-
<td>data to pass to the action callbacks
|
943
|
-
</td>
|
880
|
+
<td>data to pass to the action callbacks</td>
|
944
881
|
</tr>
|
945
882
|
</tbody>
|
946
883
|
</table></div>
|
947
884
|
<p class="since">Since 2.4</p>
|
948
885
|
</div>
|
949
886
|
<hr>
|
950
|
-
<div class="refsect2"
|
887
|
+
<div class="refsect2">
|
951
888
|
<a name="gtk-action-group-add-radio-actions-full"></a><h3>gtk_action_group_add_radio_actions_full ()</h3>
|
952
889
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_add_radio_actions_full
|
953
890
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
954
|
-
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
891
|
+
<em class="parameter"><code>const <a class="link" href="GtkActionGroup.html#GtkRadioActionEntry" title="struct GtkRadioActionEntry"><span class="type">GtkRadioActionEntry</span></a> *entries</code></em>,
|
955
892
|
<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>,
|
956
893
|
<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>,
|
957
894
|
<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>,
|
@@ -966,34 +903,28 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-r
|
|
966
903
|
<tbody>
|
967
904
|
<tr>
|
968
905
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
969
|
-
<td>the action group
|
970
|
-
</td>
|
906
|
+
<td>the action group</td>
|
971
907
|
</tr>
|
972
908
|
<tr>
|
973
909
|
<td><p><span class="term"><em class="parameter"><code>entries</code></em> :</span></p></td>
|
974
|
-
<td>an array of radio action descriptions
|
975
|
-
</td>
|
910
|
+
<td>an array of radio action descriptions</td>
|
976
911
|
</tr>
|
977
912
|
<tr>
|
978
913
|
<td><p><span class="term"><em class="parameter"><code>n_entries</code></em> :</span></p></td>
|
979
|
-
<td>the number of entries
|
980
|
-
</td>
|
914
|
+
<td>the number of entries</td>
|
981
915
|
</tr>
|
982
916
|
<tr>
|
983
917
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
984
918
|
<td>the value of the action to activate initially, or -1 if
|
985
|
-
|
986
|
-
</td>
|
919
|
+
no action should be activated</td>
|
987
920
|
</tr>
|
988
921
|
<tr>
|
989
922
|
<td><p><span class="term"><em class="parameter"><code>on_change</code></em> :</span></p></td>
|
990
|
-
<td>the callback to connect to the changed signal
|
991
|
-
</td>
|
923
|
+
<td>the callback to connect to the changed signal</td>
|
992
924
|
</tr>
|
993
925
|
<tr>
|
994
926
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
995
|
-
<td>data to pass to the action callbacks
|
996
|
-
</td>
|
927
|
+
<td>data to pass to the action callbacks</td>
|
997
928
|
</tr>
|
998
929
|
<tr>
|
999
930
|
<td><p><span class="term"><em class="parameter"><code>destroy</code></em> :</span></p></td>
|
@@ -1005,7 +936,7 @@ This variant of <a class="link" href="GtkActionGroup.html#gtk-action-group-add-r
|
|
1005
936
|
<p class="since">Since 2.4</p>
|
1006
937
|
</div>
|
1007
938
|
<hr>
|
1008
|
-
<div class="refsect2"
|
939
|
+
<div class="refsect2">
|
1009
940
|
<a name="gtk-action-group-set-translate-func"></a><h3>gtk_action_group_set_translate_func ()</h3>
|
1010
941
|
<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>,
|
1011
942
|
<em class="parameter"><code><a class="link" href="GtkItemFactory.html#GtkTranslateFunc" title="GtkTranslateFunc ()"><span class="type">GtkTranslateFunc</span></a> func</code></em>,
|
@@ -1040,22 +971,21 @@ with <a class="link" href="GtkActionGroup.html#gtk-action-group-set-translation-
|
|
1040
971
|
<tr>
|
1041
972
|
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
|
1042
973
|
<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
|
1043
|
-
|
1044
|
-
</td>
|
974
|
+
destroyed and when the translation function is changed again</td>
|
1045
975
|
</tr>
|
1046
976
|
</tbody>
|
1047
977
|
</table></div>
|
1048
978
|
<p class="since">Since 2.4</p>
|
1049
979
|
</div>
|
1050
980
|
<hr>
|
1051
|
-
<div class="refsect2"
|
981
|
+
<div class="refsect2">
|
1052
982
|
<a name="gtk-action-group-set-translation-domain"></a><h3>gtk_action_group_set_translation_domain ()</h3>
|
1053
983
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_group_set_translation_domain
|
1054
984
|
(<em class="parameter"><code><a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a> *action_group</code></em>,
|
1055
985
|
<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>
|
1056
986
|
<p>
|
1057
987
|
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
|
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
|
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="struct GtkActionEntry"><span class="type">GtkActionEntry</span></a>s added by
|
1059
989
|
<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>.
|
1060
990
|
</p>
|
1061
991
|
<p>
|
@@ -1072,15 +1002,14 @@ If you're not using <code class="function">gettext()</code> for localization, se
|
|
1072
1002
|
</tr>
|
1073
1003
|
<tr>
|
1074
1004
|
<td><p><span class="term"><em class="parameter"><code>domain</code></em> :</span></p></td>
|
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>
|
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</td>
|
1077
1006
|
</tr>
|
1078
1007
|
</tbody>
|
1079
1008
|
</table></div>
|
1080
1009
|
<p class="since">Since 2.4</p>
|
1081
1010
|
</div>
|
1082
1011
|
<hr>
|
1083
|
-
<div class="refsect2"
|
1012
|
+
<div class="refsect2">
|
1084
1013
|
<a name="gtk-action-group-translate-string"></a><h3>gtk_action_group_translate_string ()</h3>
|
1085
1014
|
<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>,
|
1086
1015
|
<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>
|
@@ -1098,13 +1027,11 @@ is mainly intended for language bindings.
|
|
1098
1027
|
</tr>
|
1099
1028
|
<tr>
|
1100
1029
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1101
|
-
<td>a string
|
1102
|
-
</td>
|
1030
|
+
<td>a string</td>
|
1103
1031
|
</tr>
|
1104
1032
|
<tr>
|
1105
1033
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1106
|
-
<td>
|
1107
|
-
|
1034
|
+
<td>the translation of <em class="parameter"><code>string</code></em>
|
1108
1035
|
</td>
|
1109
1036
|
</tr>
|
1110
1037
|
</tbody>
|
@@ -1112,32 +1039,32 @@ is mainly intended for language bindings.
|
|
1112
1039
|
<p class="since">Since 2.6</p>
|
1113
1040
|
</div>
|
1114
1041
|
</div>
|
1115
|
-
<div class="refsect1"
|
1042
|
+
<div class="refsect1">
|
1116
1043
|
<a name="GtkActionGroup.property-details"></a><h2>Property Details</h2>
|
1117
|
-
<div class="refsect2"
|
1044
|
+
<div class="refsect2">
|
1118
1045
|
<a name="GtkActionGroup--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
1119
1046
|
<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>
|
1120
1047
|
<p>A name for the action group.</p>
|
1121
1048
|
<p>Default value: NULL</p>
|
1122
1049
|
</div>
|
1123
1050
|
<hr>
|
1124
|
-
<div class="refsect2"
|
1051
|
+
<div class="refsect2">
|
1125
1052
|
<a name="GtkActionGroup--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
|
1126
1053
|
<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>
|
1127
1054
|
<p>Whether the action group is enabled.</p>
|
1128
1055
|
<p>Default value: TRUE</p>
|
1129
1056
|
</div>
|
1130
1057
|
<hr>
|
1131
|
-
<div class="refsect2"
|
1058
|
+
<div class="refsect2">
|
1132
1059
|
<a name="GtkActionGroup--visible"></a><h3>The <code class="literal">"visible"</code> property</h3>
|
1133
1060
|
<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>
|
1134
1061
|
<p>Whether the action group is visible.</p>
|
1135
1062
|
<p>Default value: TRUE</p>
|
1136
1063
|
</div>
|
1137
1064
|
</div>
|
1138
|
-
<div class="refsect1"
|
1065
|
+
<div class="refsect1">
|
1139
1066
|
<a name="GtkActionGroup.signal-details"></a><h2>Signal Details</h2>
|
1140
|
-
<div class="refsect2"
|
1067
|
+
<div class="refsect2">
|
1141
1068
|
<a name="GtkActionGroup-connect-proxy"></a><h3>The <code class="literal">"connect-proxy"</code> signal</h3>
|
1142
1069
|
<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,
|
1143
1070
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1163,18 +1090,15 @@ convenient to use.
|
|
1163
1090
|
<tbody>
|
1164
1091
|
<tr>
|
1165
1092
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1166
|
-
<td>the group
|
1167
|
-
</td>
|
1093
|
+
<td>the group</td>
|
1168
1094
|
</tr>
|
1169
1095
|
<tr>
|
1170
1096
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1171
|
-
<td>the action
|
1172
|
-
</td>
|
1097
|
+
<td>the action</td>
|
1173
1098
|
</tr>
|
1174
1099
|
<tr>
|
1175
1100
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
1176
|
-
<td>the proxy
|
1177
|
-
</td>
|
1101
|
+
<td>the proxy</td>
|
1178
1102
|
</tr>
|
1179
1103
|
<tr>
|
1180
1104
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1185,7 +1109,7 @@ convenient to use.
|
|
1185
1109
|
<p class="since">Since 2.4</p>
|
1186
1110
|
</div>
|
1187
1111
|
<hr>
|
1188
|
-
<div class="refsect2"
|
1112
|
+
<div class="refsect2">
|
1189
1113
|
<a name="GtkActionGroup-disconnect-proxy"></a><h3>The <code class="literal">"disconnect-proxy"</code> signal</h3>
|
1190
1114
|
<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,
|
1191
1115
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1205,18 +1129,15 @@ convenient to use.
|
|
1205
1129
|
<tbody>
|
1206
1130
|
<tr>
|
1207
1131
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1208
|
-
<td>the group
|
1209
|
-
</td>
|
1132
|
+
<td>the group</td>
|
1210
1133
|
</tr>
|
1211
1134
|
<tr>
|
1212
1135
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1213
|
-
<td>the action
|
1214
|
-
</td>
|
1136
|
+
<td>the action</td>
|
1215
1137
|
</tr>
|
1216
1138
|
<tr>
|
1217
1139
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
1218
|
-
<td>the proxy
|
1219
|
-
</td>
|
1140
|
+
<td>the proxy</td>
|
1220
1141
|
</tr>
|
1221
1142
|
<tr>
|
1222
1143
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1227,7 +1148,7 @@ convenient to use.
|
|
1227
1148
|
<p class="since">Since 2.4</p>
|
1228
1149
|
</div>
|
1229
1150
|
<hr>
|
1230
|
-
<div class="refsect2"
|
1151
|
+
<div class="refsect2">
|
1231
1152
|
<a name="GtkActionGroup-post-activate"></a><h3>The <code class="literal">"post-activate"</code> signal</h3>
|
1232
1153
|
<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,
|
1233
1154
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1245,13 +1166,11 @@ notification just after any action is activated.
|
|
1245
1166
|
<tbody>
|
1246
1167
|
<tr>
|
1247
1168
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1248
|
-
<td>the group
|
1249
|
-
</td>
|
1169
|
+
<td>the group</td>
|
1250
1170
|
</tr>
|
1251
1171
|
<tr>
|
1252
1172
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1253
|
-
<td>the action
|
1254
|
-
</td>
|
1173
|
+
<td>the action</td>
|
1255
1174
|
</tr>
|
1256
1175
|
<tr>
|
1257
1176
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1262,7 +1181,7 @@ notification just after any action is activated.
|
|
1262
1181
|
<p class="since">Since 2.4</p>
|
1263
1182
|
</div>
|
1264
1183
|
<hr>
|
1265
|
-
<div class="refsect2"
|
1184
|
+
<div class="refsect2">
|
1266
1185
|
<a name="GtkActionGroup-pre-activate"></a><h3>The <code class="literal">"pre-activate"</code> signal</h3>
|
1267
1186
|
<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,
|
1268
1187
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
@@ -1280,13 +1199,11 @@ notification just before any action is activated.
|
|
1280
1199
|
<tbody>
|
1281
1200
|
<tr>
|
1282
1201
|
<td><p><span class="term"><em class="parameter"><code>action_group</code></em> :</span></p></td>
|
1283
|
-
<td>the group
|
1284
|
-
</td>
|
1202
|
+
<td>the group</td>
|
1285
1203
|
</tr>
|
1286
1204
|
<tr>
|
1287
1205
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1288
|
-
<td>the action
|
1289
|
-
</td>
|
1206
|
+
<td>the action</td>
|
1290
1207
|
</tr>
|
1291
1208
|
<tr>
|
1292
1209
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1300,6 +1217,6 @@ notification just before any action is activated.
|
|
1300
1217
|
</div>
|
1301
1218
|
<div class="footer">
|
1302
1219
|
<hr>
|
1303
|
-
Generated by GTK-Doc V1.
|
1220
|
+
Generated by GTK-Doc V1.16.1</div>
|
1304
1221
|
</body>
|
1305
1222
|
</html>
|