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="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="DisplayWidgets.html" title="Display Widgets">
|
10
10
|
<link rel="next" href="GtkImage.html" title="GtkImage">
|
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">
|
@@ -32,7 +32,7 @@
|
|
32
32
|
<a href="#GtkAccelLabel.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkAccelLabel"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,23 +41,23 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"><img src="accel-label.png"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkAccelLabel.synopsis"></a><h2>Synopsis</h2>
|
46
46
|
<pre class="synopsis">
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
|
-
|
50
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
49
|
+
struct <a class="link" href="GtkAccelLabel.html#GtkAccelLabel-struct" title="struct GtkAccelLabel">GtkAccelLabel</a>;
|
50
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAccelLabel.html#gtk-accel-label-new" title="gtk_accel_label_new ()">gtk_accel_label_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> *string</code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel-closure" title="gtk_accel_label_set_accel_closure ()">gtk_accel_label_set_accel_closure</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *accel_closure</code></em>);
|
53
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
53
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAccelLabel.html#gtk-accel-label-get-accel-widget" title="gtk_accel_label_get_accel_widget ()">gtk_accel_label_get_accel_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel-widget" title="gtk_accel_label_set_accel_widget ()">gtk_accel_label_set_accel_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
55
55
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *accel_widget</code></em>);
|
56
56
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-get-accel-width" title="gtk_accel_label_get_accel_width ()">gtk_accel_label_get_accel_width</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);
|
57
57
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkAccelLabel.html#gtk-accel-label-refetch" title="gtk_accel_label_refetch ()">gtk_accel_label_refetch</a> (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);
|
58
58
|
</pre>
|
59
59
|
</div>
|
60
|
-
<div class="refsect1"
|
60
|
+
<div class="refsect1">
|
61
61
|
<a name="GtkAccelLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
62
62
|
<pre class="synopsis">
|
63
63
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -69,20 +69,20 @@
|
|
69
69
|
+----GtkAccelLabel
|
70
70
|
</pre>
|
71
71
|
</div>
|
72
|
-
<div class="refsect1"
|
72
|
+
<div class="refsect1">
|
73
73
|
<a name="GtkAccelLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
74
74
|
<p>
|
75
75
|
GtkAccelLabel implements
|
76
76
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
77
77
|
</div>
|
78
|
-
<div class="refsect1"
|
78
|
+
<div class="refsect1">
|
79
79
|
<a name="GtkAccelLabel.properties"></a><h2>Properties</h2>
|
80
80
|
<pre class="synopsis">
|
81
81
|
"<a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-closure" title='The "accel-closure" property'>accel-closure</a>" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a>* : Read / Write
|
82
82
|
"<a class="link" href="GtkAccelLabel.html#GtkAccelLabel--accel-widget" title='The "accel-widget" property'>accel-widget</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write
|
83
83
|
</pre>
|
84
84
|
</div>
|
85
|
-
<div class="refsect1"
|
85
|
+
<div class="refsect1">
|
86
86
|
<a name="GtkAccelLabel.description"></a><h2>Description</h2>
|
87
87
|
<p>
|
88
88
|
The <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> widget is a subclass of <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> that also displays an
|
@@ -115,7 +115,7 @@ A <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="t
|
|
115
115
|
though it is almost always used to display just one accelerator key.
|
116
116
|
</p>
|
117
117
|
<div class="example">
|
118
|
-
<a name="
|
118
|
+
<a name="id460594"></a><p class="title"><b>Example 11. Creating a simple menu item with an accelerator key.</b></p>
|
119
119
|
<div class="example-contents">
|
120
120
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
121
121
|
<tbody>
|
@@ -165,20 +165,20 @@ though it is almost always used to display just one accelerator key.
|
|
165
165
|
<p><br class="example-break">
|
166
166
|
</p>
|
167
167
|
</div>
|
168
|
-
<div class="refsect1"
|
168
|
+
<div class="refsect1">
|
169
169
|
<a name="GtkAccelLabel.details"></a><h2>Details</h2>
|
170
|
-
<div class="refsect2"
|
171
|
-
<a name="GtkAccelLabel-struct"></a><h3>GtkAccelLabel</h3>
|
172
|
-
<pre class="programlisting">
|
170
|
+
<div class="refsect2">
|
171
|
+
<a name="GtkAccelLabel-struct"></a><h3>struct GtkAccelLabel</h3>
|
172
|
+
<pre class="programlisting">struct GtkAccelLabel;</pre>
|
173
173
|
<p>
|
174
|
-
The <a class="link" href="GtkAccelLabel.html#GtkAccelLabel-struct" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> struct contains private data only, and
|
174
|
+
The <a class="link" href="GtkAccelLabel.html#GtkAccelLabel-struct" title="struct GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> struct contains private data only, and
|
175
175
|
should be accessed using the functions below.
|
176
176
|
</p>
|
177
177
|
</div>
|
178
178
|
<hr>
|
179
|
-
<div class="refsect2"
|
179
|
+
<div class="refsect2">
|
180
180
|
<a name="gtk-accel-label-new"></a><h3>gtk_accel_label_new ()</h3>
|
181
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
181
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_accel_label_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> *string</code></em>);</pre>
|
182
182
|
<p>
|
183
183
|
Creates a new <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a>.
|
184
184
|
</p>
|
@@ -187,19 +187,17 @@ Creates a new <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><s
|
|
187
187
|
<tbody>
|
188
188
|
<tr>
|
189
189
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
190
|
-
<td>the label string. Must be non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
191
|
-
</td>
|
190
|
+
<td>the label string. Must be non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
|
192
191
|
</tr>
|
193
192
|
<tr>
|
194
193
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
195
|
-
<td>
|
196
|
-
</td>
|
194
|
+
<td>a new <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a>.</td>
|
197
195
|
</tr>
|
198
196
|
</tbody>
|
199
197
|
</table></div>
|
200
198
|
</div>
|
201
199
|
<hr>
|
202
|
-
<div class="refsect2"
|
200
|
+
<div class="refsect2">
|
203
201
|
<a name="gtk-accel-label-set-accel-closure"></a><h3>gtk_accel_label_set_accel_closure ()</h3>
|
204
202
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_accel_label_set_accel_closure (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
205
203
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a> *accel_closure</code></em>);</pre>
|
@@ -217,16 +215,15 @@ must be connected to an accelerator group; see <a class="link" href="gtk-Keyboar
|
|
217
215
|
</tr>
|
218
216
|
<tr>
|
219
217
|
<td><p><span class="term"><em class="parameter"><code>accel_closure</code></em> :</span></p></td>
|
220
|
-
<td>the closure to monitor for accelerator changes
|
221
|
-
</td>
|
218
|
+
<td>the closure to monitor for accelerator changes.</td>
|
222
219
|
</tr>
|
223
220
|
</tbody>
|
224
221
|
</table></div>
|
225
222
|
</div>
|
226
223
|
<hr>
|
227
|
-
<div class="refsect2"
|
224
|
+
<div class="refsect2">
|
228
225
|
<a name="gtk-accel-label-get-accel-widget"></a><h3>gtk_accel_label_get_accel_widget ()</h3>
|
229
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
226
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_accel_label_get_accel_widget (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);</pre>
|
230
227
|
<p>
|
231
228
|
Fetches the widget monitored by this accelerator label. See
|
232
229
|
<a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel-widget" title="gtk_accel_label_set_accel_widget ()"><code class="function">gtk_accel_label_set_accel_widget()</code></a>.
|
@@ -241,14 +238,14 @@ Fetches the widget monitored by this accelerator label. See
|
|
241
238
|
</tr>
|
242
239
|
<tr>
|
243
240
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
244
|
-
<td>
|
241
|
+
<td>the object monitored by the accelerator label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
245
242
|
</td>
|
246
243
|
</tr>
|
247
244
|
</tbody>
|
248
245
|
</table></div>
|
249
246
|
</div>
|
250
247
|
<hr>
|
251
|
-
<div class="refsect2"
|
248
|
+
<div class="refsect2">
|
252
249
|
<a name="gtk-accel-label-set-accel-widget"></a><h3>gtk_accel_label_set_accel_widget ()</h3>
|
253
250
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_accel_label_set_accel_widget (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
254
251
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *accel_widget</code></em>);</pre>
|
@@ -265,14 +262,13 @@ Sets the widget to be monitored by this accelerator label.
|
|
265
262
|
</tr>
|
266
263
|
<tr>
|
267
264
|
<td><p><span class="term"><em class="parameter"><code>accel_widget</code></em> :</span></p></td>
|
268
|
-
<td>the widget to be monitored
|
269
|
-
</td>
|
265
|
+
<td>the widget to be monitored.</td>
|
270
266
|
</tr>
|
271
267
|
</tbody>
|
272
268
|
</table></div>
|
273
269
|
</div>
|
274
270
|
<hr>
|
275
|
-
<div class="refsect2"
|
271
|
+
<div class="refsect2">
|
276
272
|
<a name="gtk-accel-label-get-accel-width"></a><h3>gtk_accel_label_get_accel_width ()</h3>
|
277
273
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_accel_label_get_accel_width (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);</pre>
|
278
274
|
<p>
|
@@ -285,19 +281,17 @@ be needed by applications.
|
|
285
281
|
<tbody>
|
286
282
|
<tr>
|
287
283
|
<td><p><span class="term"><em class="parameter"><code>accel_label</code></em> :</span></p></td>
|
288
|
-
<td>a <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a
|
289
|
-
</td>
|
284
|
+
<td>a <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a>.</td>
|
290
285
|
</tr>
|
291
286
|
<tr>
|
292
287
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
293
|
-
<td>
|
294
|
-
</td>
|
288
|
+
<td>the width needed to display the accelerator key(s).</td>
|
295
289
|
</tr>
|
296
290
|
</tbody>
|
297
291
|
</table></div>
|
298
292
|
</div>
|
299
293
|
<hr>
|
300
|
-
<div class="refsect2"
|
294
|
+
<div class="refsect2">
|
301
295
|
<a name="gtk-accel-label-refetch"></a><h3>gtk_accel_label_refetch ()</h3>
|
302
296
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_accel_label_refetch (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>);</pre>
|
303
297
|
<p>
|
@@ -310,39 +304,37 @@ accelerators are added or removed from the associated widget.
|
|
310
304
|
<tbody>
|
311
305
|
<tr>
|
312
306
|
<td><p><span class="term"><em class="parameter"><code>accel_label</code></em> :</span></p></td>
|
313
|
-
<td>a <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a
|
314
|
-
</td>
|
307
|
+
<td>a <a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a>.</td>
|
315
308
|
</tr>
|
316
309
|
<tr>
|
317
310
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
318
|
-
<td>
|
319
|
-
</td>
|
311
|
+
<td>always returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
|
320
312
|
</tr>
|
321
313
|
</tbody>
|
322
314
|
</table></div>
|
323
315
|
</div>
|
324
316
|
</div>
|
325
|
-
<div class="refsect1"
|
317
|
+
<div class="refsect1">
|
326
318
|
<a name="GtkAccelLabel.property-details"></a><h2>Property Details</h2>
|
327
|
-
<div class="refsect2"
|
319
|
+
<div class="refsect2">
|
328
320
|
<a name="GtkAccelLabel--accel-closure"></a><h3>The <code class="literal">"accel-closure"</code> property</h3>
|
329
321
|
<pre class="programlisting"> "accel-closure" <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="type">GClosure</span></a>* : Read / Write</pre>
|
330
322
|
<p>The closure to be monitored for accelerator changes.</p>
|
331
323
|
</div>
|
332
324
|
<hr>
|
333
|
-
<div class="refsect2"
|
325
|
+
<div class="refsect2">
|
334
326
|
<a name="GtkAccelLabel--accel-widget"></a><h3>The <code class="literal">"accel-widget"</code> property</h3>
|
335
327
|
<pre class="programlisting"> "accel-widget" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
|
336
328
|
<p>The widget to be monitored for accelerator changes.</p>
|
337
329
|
</div>
|
338
330
|
</div>
|
339
|
-
<div class="refsect1"
|
331
|
+
<div class="refsect1">
|
340
332
|
<a name="GtkAccelLabel.see-also"></a><h2>See Also</h2>
|
341
333
|
<a class="link" href="GtkItemFactory.html" title="GtkItemFactory"><span class="type">GtkItemFactory</span></a>, <a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a>
|
342
334
|
</div>
|
343
335
|
</div>
|
344
336
|
<div class="footer">
|
345
337
|
<hr>
|
346
|
-
Generated by GTK-Doc V1.
|
338
|
+
Generated by GTK-Doc V1.16.1</div>
|
347
339
|
</body>
|
348
340
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
9
9
|
<link rel="prev" href="GtkViewport.html" title="GtkViewport">
|
10
10
|
<link rel="next" href="AbstractObjects.html" title="Abstract Base Classes">
|
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">
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<a href="#GtkAccessible.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
29
29
|
</td></tr>
|
30
30
|
</table>
|
31
|
-
<div class="refentry"
|
31
|
+
<div class="refentry">
|
32
32
|
<a name="GtkAccessible"></a><div class="titlepage"></div>
|
33
33
|
<div class="refnamediv"><table width="100%"><tr>
|
34
34
|
<td valign="top">
|
@@ -37,20 +37,20 @@
|
|
37
37
|
</td>
|
38
38
|
<td valign="top" align="right"></td>
|
39
39
|
</tr></table></div>
|
40
|
-
<div class="refsynopsisdiv"
|
40
|
+
<div class="refsynopsisdiv">
|
41
41
|
<a name="GtkAccessible.synopsis"></a><h2>Synopsis</h2>
|
42
42
|
<pre class="synopsis">
|
43
43
|
#include <gtk/gtk.h>
|
44
44
|
|
45
|
-
|
45
|
+
struct <a class="link" href="GtkAccessible.html#GtkAccessible-struct" title="struct GtkAccessible">GtkAccessible</a>;
|
46
46
|
<span class="returnvalue">void</span> <a class="link" href="GtkAccessible.html#gtk-accessible-connect-widget-destroyed" title="gtk_accessible_connect_widget_destroyed ()">gtk_accessible_connect_widget_destroyed</a>
|
47
47
|
(<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>);
|
48
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
48
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAccessible.html#gtk-accessible-get-widget" title="gtk_accessible_get_widget ()">gtk_accessible_get_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>);
|
49
49
|
<span class="returnvalue">void</span> <a class="link" href="GtkAccessible.html#gtk-accessible-set-widget" title="gtk_accessible_set_widget ()">gtk_accessible_set_widget</a> (<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>,
|
50
50
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);
|
51
51
|
</pre>
|
52
52
|
</div>
|
53
|
-
<div class="refsect1"
|
53
|
+
<div class="refsect1">
|
54
54
|
<a name="GtkAccessible.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
55
55
|
<pre class="synopsis">
|
56
56
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -58,19 +58,19 @@
|
|
58
58
|
+----GtkAccessible
|
59
59
|
</pre>
|
60
60
|
</div>
|
61
|
-
<div class="refsect1"
|
61
|
+
<div class="refsect1">
|
62
62
|
<a name="GtkAccessible.description"></a><h2>Description</h2>
|
63
63
|
</div>
|
64
|
-
<div class="refsect1"
|
64
|
+
<div class="refsect1">
|
65
65
|
<a name="GtkAccessible.details"></a><h2>Details</h2>
|
66
|
-
<div class="refsect2"
|
67
|
-
<a name="GtkAccessible-struct"></a><h3>GtkAccessible</h3>
|
68
|
-
<pre class="programlisting">
|
66
|
+
<div class="refsect2">
|
67
|
+
<a name="GtkAccessible-struct"></a><h3>struct GtkAccessible</h3>
|
68
|
+
<pre class="programlisting">struct GtkAccessible;</pre>
|
69
69
|
<p>
|
70
70
|
</p>
|
71
71
|
</div>
|
72
72
|
<hr>
|
73
|
-
<div class="refsect2"
|
73
|
+
<div class="refsect2">
|
74
74
|
<a name="gtk-accessible-connect-widget-destroyed"></a><h3>gtk_accessible_connect_widget_destroyed ()</h3>
|
75
75
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_accessible_connect_widget_destroyed
|
76
76
|
(<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>);</pre>
|
@@ -88,9 +88,9 @@ corresponding to a GtkAccessible is destroyed.
|
|
88
88
|
</table></div>
|
89
89
|
</div>
|
90
90
|
<hr>
|
91
|
-
<div class="refsect2"
|
91
|
+
<div class="refsect2">
|
92
92
|
<a name="gtk-accessible-get-widget"></a><h3>gtk_accessible_get_widget ()</h3>
|
93
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
93
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_accessible_get_widget (<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>);</pre>
|
94
94
|
<p>
|
95
95
|
Gets the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> corresponding to the <a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a>. The returned widget
|
96
96
|
does not have a reference added, so you do not need to unref it.
|
@@ -105,8 +105,8 @@ does not have a reference added, so you do not need to unref it.
|
|
105
105
|
</tr>
|
106
106
|
<tr>
|
107
107
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
108
|
-
<td>
|
109
|
-
|
108
|
+
<td>pointer to the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> corresponding to
|
109
|
+
the <a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
110
110
|
</td>
|
111
111
|
</tr>
|
112
112
|
</tbody>
|
@@ -114,7 +114,7 @@ does not have a reference added, so you do not need to unref it.
|
|
114
114
|
<p class="since">Since 2.22</p>
|
115
115
|
</div>
|
116
116
|
<hr>
|
117
|
-
<div class="refsect2"
|
117
|
+
<div class="refsect2">
|
118
118
|
<a name="gtk-accessible-set-widget"></a><h3>gtk_accessible_set_widget ()</h3>
|
119
119
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_accessible_set_widget (<em class="parameter"><code><a class="link" href="GtkAccessible.html" title="GtkAccessible"><span class="type">GtkAccessible</span></a> *accessible</code></em>,
|
120
120
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -142,6 +142,6 @@ Sets the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="ty
|
|
142
142
|
</div>
|
143
143
|
<div class="footer">
|
144
144
|
<hr>
|
145
|
-
Generated by GTK-Doc V1.
|
145
|
+
Generated by GTK-Doc V1.16.1</div>
|
146
146
|
</body>
|
147
147
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="Actions.html" title="Action-based menus and toolbars">
|
9
9
|
<link rel="prev" href="GtkActionGroup.html" title="GtkActionGroup">
|
10
10
|
<link rel="next" href="GtkToggleAction.html" title="GtkToggleAction">
|
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="#GtkAction.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkAction"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,17 +43,17 @@
|
|
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="GtkAction.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="GtkAction.html#GtkAction-struct" title="struct GtkAction">GtkAction</a>;
|
52
52
|
<a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * <a class="link" href="GtkAction.html#gtk-action-new" title="gtk_action_new ()">gtk_action_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
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
|
54
54
|
<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> *tooltip</code></em>,
|
55
55
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);
|
56
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
56
|
+
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="GtkAction.html#gtk-action-get-name" title="gtk_action_get_name ()">gtk_action_get_name</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
|
57
57
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkAction.html#gtk-action-is-sensitive" title="gtk_action_is_sensitive ()">gtk_action_is_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
|
58
58
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkAction.html#gtk-action-get-sensitive" title="gtk_action_get_sensitive ()">gtk_action_get_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
|
59
59
|
<span class="returnvalue">void</span> <a class="link" href="GtkAction.html#gtk-action-set-sensitive" title="gtk_action_set_sensitive ()">gtk_action_set_sensitive</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
@@ -119,7 +119,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
119
119
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkAction.html#gtk-action-get-is-important" title="gtk_action_get_is_important ()">gtk_action_get_is_important</a> (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);
|
120
120
|
</pre>
|
121
121
|
</div>
|
122
|
-
<div class="refsect1"
|
122
|
+
<div class="refsect1">
|
123
123
|
<a name="GtkAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
124
124
|
<pre class="synopsis">
|
125
125
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -128,13 +128,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
128
128
|
+----<a class="link" href="GtkRecentAction.html" title="GtkRecentAction">GtkRecentAction</a>
|
129
129
|
</pre>
|
130
130
|
</div>
|
131
|
-
<div class="refsect1"
|
131
|
+
<div class="refsect1">
|
132
132
|
<a name="GtkAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
133
133
|
<p>
|
134
134
|
GtkAction implements
|
135
135
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
136
136
|
</div>
|
137
|
-
<div class="refsect1"
|
137
|
+
<div class="refsect1">
|
138
138
|
<a name="GtkAction.properties"></a><h2>Properties</h2>
|
139
139
|
<pre class="synopsis">
|
140
140
|
"<a class="link" href="GtkAction.html#GtkAction--action-group" title='The "action-group" property'>action-group</a>" <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>* : Read / Write
|
@@ -155,13 +155,13 @@ GtkAction implements
|
|
155
155
|
"<a class="link" href="GtkAction.html#GtkAction--visible-vertical" title='The "visible-vertical" property'>visible-vertical</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
156
156
|
</pre>
|
157
157
|
</div>
|
158
|
-
<div class="refsect1"
|
158
|
+
<div class="refsect1">
|
159
159
|
<a name="GtkAction.signals"></a><h2>Signals</h2>
|
160
160
|
<pre class="synopsis">
|
161
|
-
"<a class="link" href="GtkAction.html#GtkAction-activate" title='The "activate" signal'>activate</a>" :
|
161
|
+
"<a class="link" href="GtkAction.html#GtkAction-activate" title='The "activate" signal'>activate</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a>
|
162
162
|
</pre>
|
163
163
|
</div>
|
164
|
-
<div class="refsect1"
|
164
|
+
<div class="refsect1">
|
165
165
|
<a name="GtkAction.description"></a><h2>Description</h2>
|
166
166
|
<p>
|
167
167
|
Actions represent operations that the user can be perform, along with
|
@@ -202,16 +202,16 @@ the action's state changes. When the proxy is activated, it should
|
|
202
202
|
activate its action.
|
203
203
|
</p>
|
204
204
|
</div>
|
205
|
-
<div class="refsect1"
|
205
|
+
<div class="refsect1">
|
206
206
|
<a name="GtkAction.details"></a><h2>Details</h2>
|
207
|
-
<div class="refsect2"
|
208
|
-
<a name="GtkAction-struct"></a><h3>GtkAction</h3>
|
209
|
-
<pre class="programlisting">
|
207
|
+
<div class="refsect2">
|
208
|
+
<a name="GtkAction-struct"></a><h3>struct GtkAction</h3>
|
209
|
+
<pre class="programlisting">struct GtkAction;</pre>
|
210
210
|
<p>
|
211
211
|
</p>
|
212
212
|
</div>
|
213
213
|
<hr>
|
214
|
-
<div class="refsect2"
|
214
|
+
<div class="refsect2">
|
215
215
|
<a name="gtk-action-new"></a><h3>gtk_action_new ()</h3>
|
216
216
|
<pre class="programlisting"><a class="link" href="GtkAction.html" title="GtkAction"><span class="returnvalue">GtkAction</span></a> * gtk_action_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>,
|
217
217
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>,
|
@@ -229,29 +229,27 @@ names.
|
|
229
229
|
<tbody>
|
230
230
|
<tr>
|
231
231
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
232
|
-
<td>A unique name for the action
|
233
|
-
</td>
|
232
|
+
<td>A unique name for the action</td>
|
234
233
|
</tr>
|
235
234
|
<tr>
|
236
235
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
237
|
-
<td>
|
236
|
+
<td>the label displayed in menu items and on buttons, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
238
237
|
</td>
|
239
238
|
</tr>
|
240
239
|
<tr>
|
241
240
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
242
|
-
<td>
|
241
|
+
<td>a tooltip for the action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
243
242
|
</td>
|
244
243
|
</tr>
|
245
244
|
<tr>
|
246
245
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
247
246
|
<td>the stock icon to display in widgets representing the
|
248
|
-
|
247
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
249
248
|
</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>a new <a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a>
|
255
253
|
</td>
|
256
254
|
</tr>
|
257
255
|
</tbody>
|
@@ -259,9 +257,9 @@ names.
|
|
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-get-name"></a><h3>gtk_action_get_name ()</h3>
|
264
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
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_get_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
265
263
|
<p>
|
266
264
|
Returns the name of the action.
|
267
265
|
</p>
|
@@ -270,22 +268,19 @@ Returns the name of the action.
|
|
270
268
|
<tbody>
|
271
269
|
<tr>
|
272
270
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
273
|
-
<td>the action object
|
274
|
-
</td>
|
271
|
+
<td>the action object</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
|
-
|
281
|
-
</td>
|
275
|
+
<td>the name of the action. The string belongs to GTK+ and should not
|
276
|
+
be freed.</td>
|
282
277
|
</tr>
|
283
278
|
</tbody>
|
284
279
|
</table></div>
|
285
280
|
<p class="since">Since 2.4</p>
|
286
281
|
</div>
|
287
282
|
<hr>
|
288
|
-
<div class="refsect2"
|
283
|
+
<div class="refsect2">
|
289
284
|
<a name="gtk-action-is-sensitive"></a><h3>gtk_action_is_sensitive ()</h3>
|
290
285
|
<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_is_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
291
286
|
<p>
|
@@ -296,22 +291,20 @@ Returns whether the action is effectively sensitive.
|
|
296
291
|
<tbody>
|
297
292
|
<tr>
|
298
293
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
299
|
-
<td>the action object
|
300
|
-
</td>
|
294
|
+
<td>the action object</td>
|
301
295
|
</tr>
|
302
296
|
<tr>
|
303
297
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
304
|
-
<td>
|
305
|
-
|
306
|
-
|
307
|
-
</td>
|
298
|
+
<td>
|
299
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action and its associated action group
|
300
|
+
are both sensitive.</td>
|
308
301
|
</tr>
|
309
302
|
</tbody>
|
310
303
|
</table></div>
|
311
304
|
<p class="since">Since 2.4</p>
|
312
305
|
</div>
|
313
306
|
<hr>
|
314
|
-
<div class="refsect2"
|
307
|
+
<div class="refsect2">
|
315
308
|
<a name="gtk-action-get-sensitive"></a><h3>gtk_action_get_sensitive ()</h3>
|
316
309
|
<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_get_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
317
310
|
<p>
|
@@ -324,21 +317,19 @@ for that.
|
|
324
317
|
<tbody>
|
325
318
|
<tr>
|
326
319
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
327
|
-
<td>the action object
|
328
|
-
</td>
|
320
|
+
<td>the action object</td>
|
329
321
|
</tr>
|
330
322
|
<tr>
|
331
323
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
332
|
-
<td>
|
333
|
-
|
334
|
-
</td>
|
324
|
+
<td>
|
325
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action itself is sensitive.</td>
|
335
326
|
</tr>
|
336
327
|
</tbody>
|
337
328
|
</table></div>
|
338
329
|
<p class="since">Since 2.4</p>
|
339
330
|
</div>
|
340
331
|
<hr>
|
341
|
-
<div class="refsect2"
|
332
|
+
<div class="refsect2">
|
342
333
|
<a name="gtk-action-set-sensitive"></a><h3>gtk_action_set_sensitive ()</h3>
|
343
334
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_sensitive (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
344
335
|
<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>
|
@@ -353,21 +344,19 @@ for that.
|
|
353
344
|
<tbody>
|
354
345
|
<tr>
|
355
346
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
356
|
-
<td>the action object
|
357
|
-
</td>
|
347
|
+
<td>the action object</td>
|
358
348
|
</tr>
|
359
349
|
<tr>
|
360
350
|
<td><p><span class="term"><em class="parameter"><code>sensitive</code></em> :</span></p></td>
|
361
351
|
<td>
|
362
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action sensitive
|
363
|
-
</td>
|
352
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action sensitive</td>
|
364
353
|
</tr>
|
365
354
|
</tbody>
|
366
355
|
</table></div>
|
367
356
|
<p class="since">Since 2.6</p>
|
368
357
|
</div>
|
369
358
|
<hr>
|
370
|
-
<div class="refsect2"
|
359
|
+
<div class="refsect2">
|
371
360
|
<a name="gtk-action-is-visible"></a><h3>gtk_action_is_visible ()</h3>
|
372
361
|
<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_is_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
373
362
|
<p>
|
@@ -378,22 +367,20 @@ Returns whether the action is effectively visible.
|
|
378
367
|
<tbody>
|
379
368
|
<tr>
|
380
369
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
381
|
-
<td>the action object
|
382
|
-
</td>
|
370
|
+
<td>the action object</td>
|
383
371
|
</tr>
|
384
372
|
<tr>
|
385
373
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
386
|
-
<td>
|
387
|
-
|
388
|
-
|
389
|
-
</td>
|
374
|
+
<td>
|
375
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action and its associated action group
|
376
|
+
are both visible.</td>
|
390
377
|
</tr>
|
391
378
|
</tbody>
|
392
379
|
</table></div>
|
393
380
|
<p class="since">Since 2.4</p>
|
394
381
|
</div>
|
395
382
|
<hr>
|
396
|
-
<div class="refsect2"
|
383
|
+
<div class="refsect2">
|
397
384
|
<a name="gtk-action-get-visible"></a><h3>gtk_action_get_visible ()</h3>
|
398
385
|
<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_get_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
399
386
|
<p>
|
@@ -406,21 +393,19 @@ for that.
|
|
406
393
|
<tbody>
|
407
394
|
<tr>
|
408
395
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
409
|
-
<td>the action object
|
410
|
-
</td>
|
396
|
+
<td>the action object</td>
|
411
397
|
</tr>
|
412
398
|
<tr>
|
413
399
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
414
|
-
<td>
|
415
|
-
|
416
|
-
</td>
|
400
|
+
<td>
|
401
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the action itself is visible.</td>
|
417
402
|
</tr>
|
418
403
|
</tbody>
|
419
404
|
</table></div>
|
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-set-visible"></a><h3>gtk_action_set_visible ()</h3>
|
425
410
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_visible (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
426
411
|
<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>
|
@@ -435,21 +420,19 @@ for that.
|
|
435
420
|
<tbody>
|
436
421
|
<tr>
|
437
422
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
438
|
-
<td>the action object
|
439
|
-
</td>
|
423
|
+
<td>the action object</td>
|
440
424
|
</tr>
|
441
425
|
<tr>
|
442
426
|
<td><p><span class="term"><em class="parameter"><code>visible</code></em> :</span></p></td>
|
443
427
|
<td>
|
444
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action visible
|
445
|
-
</td>
|
428
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action visible</td>
|
446
429
|
</tr>
|
447
430
|
</tbody>
|
448
431
|
</table></div>
|
449
432
|
<p class="since">Since 2.6</p>
|
450
433
|
</div>
|
451
434
|
<hr>
|
452
|
-
<div class="refsect2"
|
435
|
+
<div class="refsect2">
|
453
436
|
<a name="gtk-action-activate"></a><h3>gtk_action_activate ()</h3>
|
454
437
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
455
438
|
<p>
|
@@ -464,14 +447,13 @@ It can also be used to manually activate an action.
|
|
464
447
|
<col align="left" valign="top">
|
465
448
|
<tbody><tr>
|
466
449
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
467
|
-
<td>the action object
|
468
|
-
</td>
|
450
|
+
<td>the action object</td>
|
469
451
|
</tr></tbody>
|
470
452
|
</table></div>
|
471
453
|
<p class="since">Since 2.4</p>
|
472
454
|
</div>
|
473
455
|
<hr>
|
474
|
-
<div class="refsect2"
|
456
|
+
<div class="refsect2">
|
475
457
|
<a name="gtk-action-create-icon"></a><h3>gtk_action_create_icon ()</h3>
|
476
458
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_icon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
477
459
|
<em class="parameter"><code><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> icon_size</code></em>);</pre>
|
@@ -484,18 +466,16 @@ create icons displayed in the proxy widgets.
|
|
484
466
|
<tbody>
|
485
467
|
<tr>
|
486
468
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
487
|
-
<td>the action object
|
488
|
-
</td>
|
469
|
+
<td>the action object</td>
|
489
470
|
</tr>
|
490
471
|
<tr>
|
491
472
|
<td><p><span class="term"><em class="parameter"><code>icon_size</code></em> :</span></p></td>
|
492
|
-
<td>
|
473
|
+
<td>the size of the icon that should be created. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> int]</span>
|
493
474
|
</td>
|
494
475
|
</tr>
|
495
476
|
<tr>
|
496
477
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
497
|
-
<td>
|
498
|
-
|
478
|
+
<td>a widget that displays the icon for this action. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
499
479
|
</td>
|
500
480
|
</tr>
|
501
481
|
</tbody>
|
@@ -503,7 +483,7 @@ create icons displayed in the proxy widgets.
|
|
503
483
|
<p class="since">Since 2.4</p>
|
504
484
|
</div>
|
505
485
|
<hr>
|
506
|
-
<div class="refsect2"
|
486
|
+
<div class="refsect2">
|
507
487
|
<a name="gtk-action-create-menu-item"></a><h3>gtk_action_create_menu_item ()</h3>
|
508
488
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_menu_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
509
489
|
<p>
|
@@ -514,13 +494,11 @@ Creates a menu item widget that proxies for the given action.
|
|
514
494
|
<tbody>
|
515
495
|
<tr>
|
516
496
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
517
|
-
<td>the action object
|
518
|
-
</td>
|
497
|
+
<td>the action object</td>
|
519
498
|
</tr>
|
520
499
|
<tr>
|
521
500
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
522
|
-
<td>
|
523
|
-
|
501
|
+
<td>a menu item connected to the action. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
524
502
|
</td>
|
525
503
|
</tr>
|
526
504
|
</tbody>
|
@@ -528,7 +506,7 @@ Creates a menu item widget that proxies for the given action.
|
|
528
506
|
<p class="since">Since 2.4</p>
|
529
507
|
</div>
|
530
508
|
<hr>
|
531
|
-
<div class="refsect2"
|
509
|
+
<div class="refsect2">
|
532
510
|
<a name="gtk-action-create-tool-item"></a><h3>gtk_action_create_tool_item ()</h3>
|
533
511
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_tool_item (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
534
512
|
<p>
|
@@ -539,13 +517,11 @@ Creates a toolbar item widget that proxies for the given action.
|
|
539
517
|
<tbody>
|
540
518
|
<tr>
|
541
519
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
542
|
-
<td>the action object
|
543
|
-
</td>
|
520
|
+
<td>the action object</td>
|
544
521
|
</tr>
|
545
522
|
<tr>
|
546
523
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
547
|
-
<td>
|
548
|
-
|
524
|
+
<td>a toolbar item connected to the action. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
549
525
|
</td>
|
550
526
|
</tr>
|
551
527
|
</tbody>
|
@@ -553,7 +529,7 @@ Creates a toolbar item widget that proxies for the given action.
|
|
553
529
|
<p class="since">Since 2.4</p>
|
554
530
|
</div>
|
555
531
|
<hr>
|
556
|
-
<div class="refsect2"
|
532
|
+
<div class="refsect2">
|
557
533
|
<a name="gtk-action-create-menu"></a><h3>gtk_action_create_menu ()</h3>
|
558
534
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_action_create_menu (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
559
535
|
<p>
|
@@ -571,8 +547,8 @@ instance of that menu.
|
|
571
547
|
</tr>
|
572
548
|
<tr>
|
573
549
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
574
|
-
<td>
|
575
|
-
|
550
|
+
<td>the menu item provided by the
|
551
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
576
552
|
</td>
|
577
553
|
</tr>
|
578
554
|
</tbody>
|
@@ -580,11 +556,11 @@ instance of that menu.
|
|
580
556
|
<p class="since">Since 2.12</p>
|
581
557
|
</div>
|
582
558
|
<hr>
|
583
|
-
<div class="refsect2"
|
559
|
+
<div class="refsect2">
|
584
560
|
<a name="gtk-action-connect-proxy"></a><h3>gtk_action_connect_proxy ()</h3>
|
585
561
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_connect_proxy (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
586
562
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *proxy</code></em>);</pre>
|
587
|
-
<div class="warning"
|
563
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
588
564
|
<h3 class="title">Warning</h3>
|
589
565
|
<p><code class="literal">gtk_action_connect_proxy</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="GtkActivatable.html#gtk-activatable-set-related-action" title="gtk_activatable_set_related_action ()"><code class="function">gtk_activatable_set_related_action()</code></a> instead.</p>
|
590
566
|
</div>
|
@@ -603,24 +579,22 @@ first.
|
|
603
579
|
<tbody>
|
604
580
|
<tr>
|
605
581
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
606
|
-
<td>the action object
|
607
|
-
</td>
|
582
|
+
<td>the action object</td>
|
608
583
|
</tr>
|
609
584
|
<tr>
|
610
585
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
611
|
-
<td>the proxy widget
|
612
|
-
</td>
|
586
|
+
<td>the proxy widget</td>
|
613
587
|
</tr>
|
614
588
|
</tbody>
|
615
589
|
</table></div>
|
616
590
|
<p class="since">Since 2.4</p>
|
617
591
|
</div>
|
618
592
|
<hr>
|
619
|
-
<div class="refsect2"
|
593
|
+
<div class="refsect2">
|
620
594
|
<a name="gtk-action-disconnect-proxy"></a><h3>gtk_action_disconnect_proxy ()</h3>
|
621
595
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_disconnect_proxy (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
622
596
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *proxy</code></em>);</pre>
|
623
|
-
<div class="warning"
|
597
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
624
598
|
<h3 class="title">Warning</h3>
|
625
599
|
<p><code class="literal">gtk_action_disconnect_proxy</code> has been deprecated since version 2.16 and should not be used in newly-written code. Use <a class="link" href="GtkActivatable.html#gtk-activatable-set-related-action" title="gtk_activatable_set_related_action ()"><code class="function">gtk_activatable_set_related_action()</code></a> instead.</p>
|
626
600
|
</div>
|
@@ -633,20 +607,18 @@ Does <span class="emphasis"><em>not</em></span> destroy the widget, however.
|
|
633
607
|
<tbody>
|
634
608
|
<tr>
|
635
609
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
636
|
-
<td>the action object
|
637
|
-
</td>
|
610
|
+
<td>the action object</td>
|
638
611
|
</tr>
|
639
612
|
<tr>
|
640
613
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
641
|
-
<td>the proxy widget
|
642
|
-
</td>
|
614
|
+
<td>the proxy widget</td>
|
643
615
|
</tr>
|
644
616
|
</tbody>
|
645
617
|
</table></div>
|
646
618
|
<p class="since">Since 2.4</p>
|
647
619
|
</div>
|
648
620
|
<hr>
|
649
|
-
<div class="refsect2"
|
621
|
+
<div class="refsect2">
|
650
622
|
<a name="gtk-action-get-proxies"></a><h3>gtk_action_get_proxies ()</h3>
|
651
623
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * gtk_action_get_proxies (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
652
624
|
<p>
|
@@ -658,13 +630,12 @@ See also <a class="link" href="GtkWidget.html#gtk-widget-get-action" title="gtk_
|
|
658
630
|
<tbody>
|
659
631
|
<tr>
|
660
632
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
661
|
-
<td>the action object
|
662
|
-
</td>
|
633
|
+
<td>the action object</td>
|
663
634
|
</tr>
|
664
635
|
<tr>
|
665
636
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
666
|
-
<td>
|
667
|
-
and must not be modified. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>
|
637
|
+
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of proxy widgets. The list is owned by GTK+
|
638
|
+
and must not be modified. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
668
639
|
</td>
|
669
640
|
</tr>
|
670
641
|
</tbody>
|
@@ -672,7 +643,7 @@ and must not be modified. <span class="annotation">[<acronym title="Generics and
|
|
672
643
|
<p class="since">Since 2.4</p>
|
673
644
|
</div>
|
674
645
|
<hr>
|
675
|
-
<div class="refsect2"
|
646
|
+
<div class="refsect2">
|
676
647
|
<a name="gtk-action-connect-accelerator"></a><h3>gtk_action_connect_accelerator ()</h3>
|
677
648
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_connect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
678
649
|
<p>
|
@@ -697,7 +668,7 @@ function has been called and doesn't remove the accelerator until
|
|
697
668
|
<p class="since">Since 2.4</p>
|
698
669
|
</div>
|
699
670
|
<hr>
|
700
|
-
<div class="refsect2"
|
671
|
+
<div class="refsect2">
|
701
672
|
<a name="gtk-action-disconnect-accelerator"></a><h3>gtk_action_disconnect_accelerator ()</h3>
|
702
673
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_disconnect_accelerator (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
703
674
|
<p>
|
@@ -714,7 +685,7 @@ Undoes the effect of one call to <a class="link" href="GtkAction.html#gtk-action
|
|
714
685
|
<p class="since">Since 2.4</p>
|
715
686
|
</div>
|
716
687
|
<hr>
|
717
|
-
<div class="refsect2"
|
688
|
+
<div class="refsect2">
|
718
689
|
<a name="gtk-action-block-activate"></a><h3>gtk_action_block_activate ()</h3>
|
719
690
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_block_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
720
691
|
<p>
|
@@ -737,7 +708,7 @@ cases (updating toggle state for instance).
|
|
737
708
|
<p class="since">Since 2.16</p>
|
738
709
|
</div>
|
739
710
|
<hr>
|
740
|
-
<div class="refsect2"
|
711
|
+
<div class="refsect2">
|
741
712
|
<a name="gtk-action-unblock-activate"></a><h3>gtk_action_unblock_activate ()</h3>
|
742
713
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_unblock_activate (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
743
714
|
<p>
|
@@ -754,11 +725,11 @@ Reenable activation signals from the action
|
|
754
725
|
<p class="since">Since 2.16</p>
|
755
726
|
</div>
|
756
727
|
<hr>
|
757
|
-
<div class="refsect2"
|
728
|
+
<div class="refsect2">
|
758
729
|
<a name="gtk-action-block-activate-from"></a><h3>gtk_action_block_activate_from ()</h3>
|
759
730
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_block_activate_from (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
760
731
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *proxy</code></em>);</pre>
|
761
|
-
<div class="warning"
|
732
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
762
733
|
<h3 class="title">Warning</h3>
|
763
734
|
<p><code class="literal">gtk_action_block_activate_from</code> has been deprecated since version 2.16 and should not be used in newly-written code. activatables are now responsible for activating the
|
764
735
|
action directly so this doesnt apply anymore.</p>
|
@@ -776,24 +747,22 @@ This function is intended for use by action implementations.
|
|
776
747
|
<tbody>
|
777
748
|
<tr>
|
778
749
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
779
|
-
<td>the action object
|
780
|
-
</td>
|
750
|
+
<td>the action object</td>
|
781
751
|
</tr>
|
782
752
|
<tr>
|
783
753
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
784
|
-
<td>a proxy widget
|
785
|
-
</td>
|
754
|
+
<td>a proxy widget</td>
|
786
755
|
</tr>
|
787
756
|
</tbody>
|
788
757
|
</table></div>
|
789
758
|
<p class="since">Since 2.4</p>
|
790
759
|
</div>
|
791
760
|
<hr>
|
792
|
-
<div class="refsect2"
|
761
|
+
<div class="refsect2">
|
793
762
|
<a name="gtk-action-unblock-activate-from"></a><h3>gtk_action_unblock_activate_from ()</h3>
|
794
763
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_unblock_activate_from (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
795
764
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *proxy</code></em>);</pre>
|
796
|
-
<div class="warning"
|
765
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
797
766
|
<h3 class="title">Warning</h3>
|
798
767
|
<p><code class="literal">gtk_action_unblock_activate_from</code> has been deprecated since version 2.16 and should not be used in newly-written code. activatables are now responsible for activating the
|
799
768
|
action directly so this doesnt apply anymore.</p>
|
@@ -811,20 +780,18 @@ This function is intended for use by action implementations.
|
|
811
780
|
<tbody>
|
812
781
|
<tr>
|
813
782
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
814
|
-
<td>the action object
|
815
|
-
</td>
|
783
|
+
<td>the action object</td>
|
816
784
|
</tr>
|
817
785
|
<tr>
|
818
786
|
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
|
819
|
-
<td>a proxy widget
|
820
|
-
</td>
|
787
|
+
<td>a proxy widget</td>
|
821
788
|
</tr>
|
822
789
|
</tbody>
|
823
790
|
</table></div>
|
824
791
|
<p class="since">Since 2.4</p>
|
825
792
|
</div>
|
826
793
|
<hr>
|
827
|
-
<div class="refsect2"
|
794
|
+
<div class="refsect2">
|
828
795
|
<a name="gtk-action-get-always-show-image"></a><h3>gtk_action_get_always_show_image ()</h3>
|
829
796
|
<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_get_always_show_image (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
830
797
|
<p>
|
@@ -842,16 +809,15 @@ if available.
|
|
842
809
|
</tr>
|
843
810
|
<tr>
|
844
811
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
845
|
-
<td>
|
846
|
-
|
847
|
-
</td>
|
812
|
+
<td>
|
813
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the menu item proxies will always show their image</td>
|
848
814
|
</tr>
|
849
815
|
</tbody>
|
850
816
|
</table></div>
|
851
817
|
<p class="since">Since 2.20</p>
|
852
818
|
</div>
|
853
819
|
<hr>
|
854
|
-
<div class="refsect2"
|
820
|
+
<div class="refsect2">
|
855
821
|
<a name="gtk-action-set-always-show-image"></a><h3>gtk_action_set_always_show_image ()</h3>
|
856
822
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_always_show_image (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
857
823
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> always_show</code></em>);</pre>
|
@@ -874,15 +840,14 @@ without their image.
|
|
874
840
|
<tr>
|
875
841
|
<td><p><span class="term"><em class="parameter"><code>always_show</code></em> :</span></p></td>
|
876
842
|
<td>
|
877
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if menuitem proxies should always show their image
|
878
|
-
</td>
|
843
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if menuitem proxies should always show their image</td>
|
879
844
|
</tr>
|
880
845
|
</tbody>
|
881
846
|
</table></div>
|
882
847
|
<p class="since">Since 2.20</p>
|
883
848
|
</div>
|
884
849
|
<hr>
|
885
|
-
<div class="refsect2"
|
850
|
+
<div class="refsect2">
|
886
851
|
<a name="gtk-action-get-accel-path"></a><h3>gtk_action_get_accel_path ()</h3>
|
887
852
|
<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_get_accel_path (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
888
853
|
<p>
|
@@ -893,22 +858,20 @@ Returns the accel path for this action.
|
|
893
858
|
<tbody>
|
894
859
|
<tr>
|
895
860
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
896
|
-
<td>the action object
|
897
|
-
</td>
|
861
|
+
<td>the action object</td>
|
898
862
|
</tr>
|
899
863
|
<tr>
|
900
864
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
901
|
-
<td>
|
902
|
-
|
903
|
-
|
904
|
-
</td>
|
865
|
+
<td>the accel path for this action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
866
|
+
if none is set. The returned string is owned by GTK+
|
867
|
+
and must not be freed or modified.</td>
|
905
868
|
</tr>
|
906
869
|
</tbody>
|
907
870
|
</table></div>
|
908
871
|
<p class="since">Since 2.6</p>
|
909
872
|
</div>
|
910
873
|
<hr>
|
911
|
-
<div class="refsect2"
|
874
|
+
<div class="refsect2">
|
912
875
|
<a name="gtk-action-set-accel-path"></a><h3>gtk_action_set_accel_path ()</h3>
|
913
876
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_accel_path (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
914
877
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *accel_path</code></em>);</pre>
|
@@ -927,20 +890,18 @@ pass a static string, you can save some memory by interning it first with
|
|
927
890
|
<tbody>
|
928
891
|
<tr>
|
929
892
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
930
|
-
<td>the action object
|
931
|
-
</td>
|
893
|
+
<td>the action object</td>
|
932
894
|
</tr>
|
933
895
|
<tr>
|
934
896
|
<td><p><span class="term"><em class="parameter"><code>accel_path</code></em> :</span></p></td>
|
935
|
-
<td>the accelerator path
|
936
|
-
</td>
|
897
|
+
<td>the accelerator path</td>
|
937
898
|
</tr>
|
938
899
|
</tbody>
|
939
900
|
</table></div>
|
940
901
|
<p class="since">Since 2.4</p>
|
941
902
|
</div>
|
942
903
|
<hr>
|
943
|
-
<div class="refsect2"
|
904
|
+
<div class="refsect2">
|
944
905
|
<a name="gtk-action-get-accel-closure"></a><h3>gtk_action_get_accel_closure ()</h3>
|
945
906
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Closures.html#GClosure"><span class="returnvalue">GClosure</span></a> * gtk_action_get_accel_closure (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
946
907
|
<p>
|
@@ -951,13 +912,13 @@ Returns the accel closure for this action.
|
|
951
912
|
<tbody>
|
952
913
|
<tr>
|
953
914
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
954
|
-
<td>the action object
|
955
|
-
</td>
|
915
|
+
<td>the action object</td>
|
956
916
|
</tr>
|
957
917
|
<tr>
|
958
918
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
959
|
-
<td>
|
960
|
-
|
919
|
+
<td>the accel closure for this action. The
|
920
|
+
returned closure is owned by GTK+ and must not be unreffed
|
921
|
+
or modified. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
961
922
|
</td>
|
962
923
|
</tr>
|
963
924
|
</tbody>
|
@@ -965,7 +926,7 @@ Returns the accel closure for this action.
|
|
965
926
|
<p class="since">Since 2.8</p>
|
966
927
|
</div>
|
967
928
|
<hr>
|
968
|
-
<div class="refsect2"
|
929
|
+
<div class="refsect2">
|
969
930
|
<a name="gtk-action-set-accel-group"></a><h3>gtk_action_set_accel_group ()</h3>
|
970
931
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_accel_group (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
971
932
|
<em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
|
@@ -978,12 +939,11 @@ will be installed.
|
|
978
939
|
<tbody>
|
979
940
|
<tr>
|
980
941
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
981
|
-
<td>the action object
|
982
|
-
</td>
|
942
|
+
<td>the action object</td>
|
983
943
|
</tr>
|
984
944
|
<tr>
|
985
945
|
<td><p><span class="term"><em class="parameter"><code>accel_group</code></em> :</span></p></td>
|
986
|
-
<td>
|
946
|
+
<td>a <a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
987
947
|
</td>
|
988
948
|
</tr>
|
989
949
|
</tbody>
|
@@ -991,7 +951,7 @@ will be installed.
|
|
991
951
|
<p class="since">Since 2.4</p>
|
992
952
|
</div>
|
993
953
|
<hr>
|
994
|
-
<div class="refsect2"
|
954
|
+
<div class="refsect2">
|
995
955
|
<a name="gtk-action-set-label"></a><h3>gtk_action_set_label ()</h3>
|
996
956
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
997
957
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *label</code></em>);</pre>
|
@@ -1008,15 +968,14 @@ Sets the label of <em class="parameter"><code>action</code></em>.
|
|
1008
968
|
</tr>
|
1009
969
|
<tr>
|
1010
970
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
1011
|
-
<td>the label text to set
|
1012
|
-
</td>
|
971
|
+
<td>the label text to set</td>
|
1013
972
|
</tr>
|
1014
973
|
</tbody>
|
1015
974
|
</table></div>
|
1016
975
|
<p class="since">Since 2.16</p>
|
1017
976
|
</div>
|
1018
977
|
<hr>
|
1019
|
-
<div class="refsect2"
|
978
|
+
<div class="refsect2">
|
1020
979
|
<a name="gtk-action-get-label"></a><h3>gtk_action_get_label ()</h3>
|
1021
980
|
<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_get_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1022
981
|
<p>
|
@@ -1032,16 +991,14 @@ Gets the label text of <em class="parameter"><code>action</code></em>.
|
|
1032
991
|
</tr>
|
1033
992
|
<tr>
|
1034
993
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1035
|
-
<td>
|
1036
|
-
|
1037
|
-
</td>
|
994
|
+
<td>the label text</td>
|
1038
995
|
</tr>
|
1039
996
|
</tbody>
|
1040
997
|
</table></div>
|
1041
998
|
<p class="since">Since 2.16</p>
|
1042
999
|
</div>
|
1043
1000
|
<hr>
|
1044
|
-
<div class="refsect2"
|
1001
|
+
<div class="refsect2">
|
1045
1002
|
<a name="gtk-action-set-short-label"></a><h3>gtk_action_set_short_label ()</h3>
|
1046
1003
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_short_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1047
1004
|
<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> *short_label</code></em>);</pre>
|
@@ -1058,15 +1015,14 @@ Sets a shorter label text on <em class="parameter"><code>action</code></em>.
|
|
1058
1015
|
</tr>
|
1059
1016
|
<tr>
|
1060
1017
|
<td><p><span class="term"><em class="parameter"><code>short_label</code></em> :</span></p></td>
|
1061
|
-
<td>the label text to set
|
1062
|
-
</td>
|
1018
|
+
<td>the label text to set</td>
|
1063
1019
|
</tr>
|
1064
1020
|
</tbody>
|
1065
1021
|
</table></div>
|
1066
1022
|
<p class="since">Since 2.16</p>
|
1067
1023
|
</div>
|
1068
1024
|
<hr>
|
1069
|
-
<div class="refsect2"
|
1025
|
+
<div class="refsect2">
|
1070
1026
|
<a name="gtk-action-get-short-label"></a><h3>gtk_action_get_short_label ()</h3>
|
1071
1027
|
<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_get_short_label (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1072
1028
|
<p>
|
@@ -1082,16 +1038,14 @@ Gets the short label text of <em class="parameter"><code>action</code></em>.
|
|
1082
1038
|
</tr>
|
1083
1039
|
<tr>
|
1084
1040
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1085
|
-
<td>
|
1086
|
-
|
1087
|
-
</td>
|
1041
|
+
<td>the short label text.</td>
|
1088
1042
|
</tr>
|
1089
1043
|
</tbody>
|
1090
1044
|
</table></div>
|
1091
1045
|
<p class="since">Since 2.16</p>
|
1092
1046
|
</div>
|
1093
1047
|
<hr>
|
1094
|
-
<div class="refsect2"
|
1048
|
+
<div class="refsect2">
|
1095
1049
|
<a name="gtk-action-set-tooltip"></a><h3>gtk_action_set_tooltip ()</h3>
|
1096
1050
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_tooltip (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1097
1051
|
<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> *tooltip</code></em>);</pre>
|
@@ -1108,15 +1062,14 @@ Sets the tooltip text on <em class="parameter"><code>action</code></em>
|
|
1108
1062
|
</tr>
|
1109
1063
|
<tr>
|
1110
1064
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
1111
|
-
<td>the tooltip text
|
1112
|
-
</td>
|
1065
|
+
<td>the tooltip text</td>
|
1113
1066
|
</tr>
|
1114
1067
|
</tbody>
|
1115
1068
|
</table></div>
|
1116
1069
|
<p class="since">Since 2.16</p>
|
1117
1070
|
</div>
|
1118
1071
|
<hr>
|
1119
|
-
<div class="refsect2"
|
1072
|
+
<div class="refsect2">
|
1120
1073
|
<a name="gtk-action-get-tooltip"></a><h3>gtk_action_get_tooltip ()</h3>
|
1121
1074
|
<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_get_tooltip (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1122
1075
|
<p>
|
@@ -1132,16 +1085,14 @@ Gets the tooltip text of <em class="parameter"><code>action</code></em>.
|
|
1132
1085
|
</tr>
|
1133
1086
|
<tr>
|
1134
1087
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1135
|
-
<td>
|
1136
|
-
|
1137
|
-
</td>
|
1088
|
+
<td>the tooltip text</td>
|
1138
1089
|
</tr>
|
1139
1090
|
</tbody>
|
1140
1091
|
</table></div>
|
1141
1092
|
<p class="since">Since 2.16</p>
|
1142
1093
|
</div>
|
1143
1094
|
<hr>
|
1144
|
-
<div class="refsect2"
|
1095
|
+
<div class="refsect2">
|
1145
1096
|
<a name="gtk-action-set-stock-id"></a><h3>gtk_action_set_stock_id ()</h3>
|
1146
1097
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_stock_id (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1147
1098
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
@@ -1158,15 +1109,14 @@ Sets the stock id on <em class="parameter"><code>action</code></em>
|
|
1158
1109
|
</tr>
|
1159
1110
|
<tr>
|
1160
1111
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
1161
|
-
<td>the stock id
|
1162
|
-
</td>
|
1112
|
+
<td>the stock id</td>
|
1163
1113
|
</tr>
|
1164
1114
|
</tbody>
|
1165
1115
|
</table></div>
|
1166
1116
|
<p class="since">Since 2.16</p>
|
1167
1117
|
</div>
|
1168
1118
|
<hr>
|
1169
|
-
<div class="refsect2"
|
1119
|
+
<div class="refsect2">
|
1170
1120
|
<a name="gtk-action-get-stock-id"></a><h3>gtk_action_get_stock_id ()</h3>
|
1171
1121
|
<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_get_stock_id (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1172
1122
|
<p>
|
@@ -1182,16 +1132,14 @@ Gets the stock id of <em class="parameter"><code>action</code></em>.
|
|
1182
1132
|
</tr>
|
1183
1133
|
<tr>
|
1184
1134
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1185
|
-
<td>
|
1186
|
-
|
1187
|
-
</td>
|
1135
|
+
<td>the stock id</td>
|
1188
1136
|
</tr>
|
1189
1137
|
</tbody>
|
1190
1138
|
</table></div>
|
1191
1139
|
<p class="since">Since 2.16</p>
|
1192
1140
|
</div>
|
1193
1141
|
<hr>
|
1194
|
-
<div class="refsect2"
|
1142
|
+
<div class="refsect2">
|
1195
1143
|
<a name="gtk-action-set-gicon"></a><h3>gtk_action_set_gicon ()</h3>
|
1196
1144
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1197
1145
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> *icon</code></em>);</pre>
|
@@ -1208,15 +1156,14 @@ Sets the icon of <em class="parameter"><code>action</code></em>.
|
|
1208
1156
|
</tr>
|
1209
1157
|
<tr>
|
1210
1158
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
1211
|
-
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to set
|
1212
|
-
</td>
|
1159
|
+
<td>the <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> to set</td>
|
1213
1160
|
</tr>
|
1214
1161
|
</tbody>
|
1215
1162
|
</table></div>
|
1216
1163
|
<p class="since">Since 2.16</p>
|
1217
1164
|
</div>
|
1218
1165
|
<hr>
|
1219
|
-
<div class="refsect2"
|
1166
|
+
<div class="refsect2">
|
1220
1167
|
<a name="gtk-action-get-gicon"></a><h3>gtk_action_get_gicon ()</h3>
|
1221
1168
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="returnvalue">GIcon</span></a> * gtk_action_get_gicon (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1222
1169
|
<p>
|
@@ -1232,8 +1179,7 @@ Gets the gicon of <em class="parameter"><code>action</code></em>.
|
|
1232
1179
|
</tr>
|
1233
1180
|
<tr>
|
1234
1181
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1235
|
-
<td>
|
1236
|
-
|
1182
|
+
<td>The action's <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a> if one is set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1237
1183
|
</td>
|
1238
1184
|
</tr>
|
1239
1185
|
</tbody>
|
@@ -1241,7 +1187,7 @@ Gets the gicon of <em class="parameter"><code>action</code></em>.
|
|
1241
1187
|
<p class="since">Since 2.16</p>
|
1242
1188
|
</div>
|
1243
1189
|
<hr>
|
1244
|
-
<div class="refsect2"
|
1190
|
+
<div class="refsect2">
|
1245
1191
|
<a name="gtk-action-set-icon-name"></a><h3>gtk_action_set_icon_name ()</h3>
|
1246
1192
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_icon_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1247
1193
|
<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> *icon_name</code></em>);</pre>
|
@@ -1258,15 +1204,14 @@ Sets the icon name on <em class="parameter"><code>action</code></em>
|
|
1258
1204
|
</tr>
|
1259
1205
|
<tr>
|
1260
1206
|
<td><p><span class="term"><em class="parameter"><code>icon_name</code></em> :</span></p></td>
|
1261
|
-
<td>the icon name to set
|
1262
|
-
</td>
|
1207
|
+
<td>the icon name to set</td>
|
1263
1208
|
</tr>
|
1264
1209
|
</tbody>
|
1265
1210
|
</table></div>
|
1266
1211
|
<p class="since">Since 2.16</p>
|
1267
1212
|
</div>
|
1268
1213
|
<hr>
|
1269
|
-
<div class="refsect2"
|
1214
|
+
<div class="refsect2">
|
1270
1215
|
<a name="gtk-action-get-icon-name"></a><h3>gtk_action_get_icon_name ()</h3>
|
1271
1216
|
<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_get_icon_name (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1272
1217
|
<p>
|
@@ -1282,16 +1227,14 @@ Gets the icon name of <em class="parameter"><code>action</code></em>.
|
|
1282
1227
|
</tr>
|
1283
1228
|
<tr>
|
1284
1229
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1285
|
-
<td>
|
1286
|
-
|
1287
|
-
</td>
|
1230
|
+
<td>the icon name</td>
|
1288
1231
|
</tr>
|
1289
1232
|
</tbody>
|
1290
1233
|
</table></div>
|
1291
1234
|
<p class="since">Since 2.16</p>
|
1292
1235
|
</div>
|
1293
1236
|
<hr>
|
1294
|
-
<div class="refsect2"
|
1237
|
+
<div class="refsect2">
|
1295
1238
|
<a name="gtk-action-set-visible-horizontal"></a><h3>gtk_action_set_visible_horizontal ()</h3>
|
1296
1239
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1297
1240
|
<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_horizontal</code></em>);</pre>
|
@@ -1308,15 +1251,14 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when hori
|
|
1308
1251
|
</tr>
|
1309
1252
|
<tr>
|
1310
1253
|
<td><p><span class="term"><em class="parameter"><code>visible_horizontal</code></em> :</span></p></td>
|
1311
|
-
<td>whether the action is visible horizontally
|
1312
|
-
</td>
|
1254
|
+
<td>whether the action is visible horizontally</td>
|
1313
1255
|
</tr>
|
1314
1256
|
</tbody>
|
1315
1257
|
</table></div>
|
1316
1258
|
<p class="since">Since 2.16</p>
|
1317
1259
|
</div>
|
1318
1260
|
<hr>
|
1319
|
-
<div class="refsect2"
|
1261
|
+
<div class="refsect2">
|
1320
1262
|
<a name="gtk-action-get-visible-horizontal"></a><h3>gtk_action_get_visible_horizontal ()</h3>
|
1321
1263
|
<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_get_visible_horizontal (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1322
1264
|
<p>
|
@@ -1332,16 +1274,14 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
|
|
1332
1274
|
</tr>
|
1333
1275
|
<tr>
|
1334
1276
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1335
|
-
<td>
|
1336
|
-
|
1337
|
-
</td>
|
1277
|
+
<td>whether <em class="parameter"><code>action</code></em> is visible when horizontal</td>
|
1338
1278
|
</tr>
|
1339
1279
|
</tbody>
|
1340
1280
|
</table></div>
|
1341
1281
|
<p class="since">Since 2.16</p>
|
1342
1282
|
</div>
|
1343
1283
|
<hr>
|
1344
|
-
<div class="refsect2"
|
1284
|
+
<div class="refsect2">
|
1345
1285
|
<a name="gtk-action-set-visible-vertical"></a><h3>gtk_action_set_visible_vertical ()</h3>
|
1346
1286
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_visible_vertical (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1347
1287
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> visible_vertical</code></em>);</pre>
|
@@ -1358,15 +1298,14 @@ Sets whether <em class="parameter"><code>action</code></em> is visible when vert
|
|
1358
1298
|
</tr>
|
1359
1299
|
<tr>
|
1360
1300
|
<td><p><span class="term"><em class="parameter"><code>visible_vertical</code></em> :</span></p></td>
|
1361
|
-
<td>whether the action is visible vertically
|
1362
|
-
</td>
|
1301
|
+
<td>whether the action is visible vertically</td>
|
1363
1302
|
</tr>
|
1364
1303
|
</tbody>
|
1365
1304
|
</table></div>
|
1366
1305
|
<p class="since">Since 2.16</p>
|
1367
1306
|
</div>
|
1368
1307
|
<hr>
|
1369
|
-
<div class="refsect2"
|
1308
|
+
<div class="refsect2">
|
1370
1309
|
<a name="gtk-action-get-visible-vertical"></a><h3>gtk_action_get_visible_vertical ()</h3>
|
1371
1310
|
<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_get_visible_vertical (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1372
1311
|
<p>
|
@@ -1382,16 +1321,14 @@ Checks whether <em class="parameter"><code>action</code></em> is visible when ho
|
|
1382
1321
|
</tr>
|
1383
1322
|
<tr>
|
1384
1323
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1385
|
-
<td>
|
1386
|
-
|
1387
|
-
</td>
|
1324
|
+
<td>whether <em class="parameter"><code>action</code></em> is visible when horizontal</td>
|
1388
1325
|
</tr>
|
1389
1326
|
</tbody>
|
1390
1327
|
</table></div>
|
1391
1328
|
<p class="since">Since 2.16</p>
|
1392
1329
|
</div>
|
1393
1330
|
<hr>
|
1394
|
-
<div class="refsect2"
|
1331
|
+
<div class="refsect2">
|
1395
1332
|
<a name="gtk-action-set-is-important"></a><h3>gtk_action_set_is_important ()</h3>
|
1396
1333
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_action_set_is_important (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>,
|
1397
1334
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_important</code></em>);</pre>
|
@@ -1405,21 +1342,19 @@ or not.
|
|
1405
1342
|
<tbody>
|
1406
1343
|
<tr>
|
1407
1344
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1408
|
-
<td>the action object
|
1409
|
-
</td>
|
1345
|
+
<td>the action object</td>
|
1410
1346
|
</tr>
|
1411
1347
|
<tr>
|
1412
1348
|
<td><p><span class="term"><em class="parameter"><code>is_important</code></em> :</span></p></td>
|
1413
1349
|
<td>
|
1414
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action important
|
1415
|
-
</td>
|
1350
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to make the action important</td>
|
1416
1351
|
</tr>
|
1417
1352
|
</tbody>
|
1418
1353
|
</table></div>
|
1419
1354
|
<p class="since">Since 2.16</p>
|
1420
1355
|
</div>
|
1421
1356
|
<hr>
|
1422
|
-
<div class="refsect2"
|
1357
|
+
<div class="refsect2">
|
1423
1358
|
<a name="gtk-action-get-is-important"></a><h3>gtk_action_get_is_important ()</h3>
|
1424
1359
|
<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_get_is_important (<em class="parameter"><code><a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action</code></em>);</pre>
|
1425
1360
|
<p>
|
@@ -1435,24 +1370,22 @@ Checks whether <em class="parameter"><code>action</code></em> is important or no
|
|
1435
1370
|
</tr>
|
1436
1371
|
<tr>
|
1437
1372
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1438
|
-
<td>
|
1439
|
-
|
1440
|
-
</td>
|
1373
|
+
<td>whether <em class="parameter"><code>action</code></em> is important</td>
|
1441
1374
|
</tr>
|
1442
1375
|
</tbody>
|
1443
1376
|
</table></div>
|
1444
1377
|
<p class="since">Since 2.16</p>
|
1445
1378
|
</div>
|
1446
1379
|
</div>
|
1447
|
-
<div class="refsect1"
|
1380
|
+
<div class="refsect1">
|
1448
1381
|
<a name="GtkAction.property-details"></a><h2>Property Details</h2>
|
1449
|
-
<div class="refsect2"
|
1382
|
+
<div class="refsect2">
|
1450
1383
|
<a name="GtkAction--action-group"></a><h3>The <code class="literal">"action-group"</code> property</h3>
|
1451
1384
|
<pre class="programlisting"> "action-group" <a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>* : Read / Write</pre>
|
1452
1385
|
<p>The GtkActionGroup this GtkAction is associated with, or NULL (for internal use).</p>
|
1453
1386
|
</div>
|
1454
1387
|
<hr>
|
1455
|
-
<div class="refsect2"
|
1388
|
+
<div class="refsect2">
|
1456
1389
|
<a name="GtkAction--always-show-image"></a><h3>The <code class="literal">"always-show-image"</code> property</h3>
|
1457
1390
|
<pre class="programlisting"> "always-show-image" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre>
|
1458
1391
|
<p>
|
@@ -1467,7 +1400,7 @@ without their image.
|
|
1467
1400
|
<p class="since">Since 2.20</p>
|
1468
1401
|
</div>
|
1469
1402
|
<hr>
|
1470
|
-
<div class="refsect2"
|
1403
|
+
<div class="refsect2">
|
1471
1404
|
<a name="GtkAction--gicon"></a><h3>The <code class="literal">"gicon"</code> property</h3>
|
1472
1405
|
<pre class="programlisting"> "gicon" <a href="http://library.gnome.org/devel/gio/unstable/GIcon.html"><span class="type">GIcon</span></a>* : Read / Write</pre>
|
1473
1406
|
<p>
|
@@ -1484,14 +1417,14 @@ This is an appearance property and thus only applies if
|
|
1484
1417
|
<p class="since">Since 2.16</p>
|
1485
1418
|
</div>
|
1486
1419
|
<hr>
|
1487
|
-
<div class="refsect2"
|
1420
|
+
<div class="refsect2">
|
1488
1421
|
<a name="GtkAction--hide-if-empty"></a><h3>The <code class="literal">"hide-if-empty"</code> property</h3>
|
1489
1422
|
<pre class="programlisting"> "hide-if-empty" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1490
1423
|
<p>When TRUE, empty menu proxies for this action are hidden.</p>
|
1491
1424
|
<p>Default value: TRUE</p>
|
1492
1425
|
</div>
|
1493
1426
|
<hr>
|
1494
|
-
<div class="refsect2"
|
1427
|
+
<div class="refsect2">
|
1495
1428
|
<a name="GtkAction--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
|
1496
1429
|
<pre class="programlisting"> "icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1497
1430
|
<p>
|
@@ -1510,14 +1443,14 @@ This is an appearance property and thus only applies if
|
|
1510
1443
|
<p class="since">Since 2.10</p>
|
1511
1444
|
</div>
|
1512
1445
|
<hr>
|
1513
|
-
<div class="refsect2"
|
1446
|
+
<div class="refsect2">
|
1514
1447
|
<a name="GtkAction--is-important"></a><h3>The <code class="literal">"is-important"</code> property</h3>
|
1515
1448
|
<pre class="programlisting"> "is-important" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1516
1449
|
<p>Whether the action is considered important. When TRUE, toolitem proxies for this action show text in GTK_TOOLBAR_BOTH_HORIZ mode.</p>
|
1517
1450
|
<p>Default value: FALSE</p>
|
1518
1451
|
</div>
|
1519
1452
|
<hr>
|
1520
|
-
<div class="refsect2"
|
1453
|
+
<div class="refsect2">
|
1521
1454
|
<a name="GtkAction--label"></a><h3>The <code class="literal">"label"</code> property</h3>
|
1522
1455
|
<pre class="programlisting"> "label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1523
1456
|
<p>
|
@@ -1532,21 +1465,21 @@ This is an appearance property and thus only applies if
|
|
1532
1465
|
<p>Default value: NULL</p>
|
1533
1466
|
</div>
|
1534
1467
|
<hr>
|
1535
|
-
<div class="refsect2"
|
1468
|
+
<div class="refsect2">
|
1536
1469
|
<a name="GtkAction--name"></a><h3>The <code class="literal">"name"</code> property</h3>
|
1537
1470
|
<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>
|
1538
1471
|
<p>A unique name for the action.</p>
|
1539
1472
|
<p>Default value: NULL</p>
|
1540
1473
|
</div>
|
1541
1474
|
<hr>
|
1542
|
-
<div class="refsect2"
|
1475
|
+
<div class="refsect2">
|
1543
1476
|
<a name="GtkAction--sensitive"></a><h3>The <code class="literal">"sensitive"</code> property</h3>
|
1544
1477
|
<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>
|
1545
1478
|
<p>Whether the action is enabled.</p>
|
1546
1479
|
<p>Default value: TRUE</p>
|
1547
1480
|
</div>
|
1548
1481
|
<hr>
|
1549
|
-
<div class="refsect2"
|
1482
|
+
<div class="refsect2">
|
1550
1483
|
<a name="GtkAction--short-label"></a><h3>The <code class="literal">"short-label"</code> property</h3>
|
1551
1484
|
<pre class="programlisting"> "short-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1552
1485
|
<p>
|
@@ -1559,7 +1492,7 @@ This is an appearance property and thus only applies if
|
|
1559
1492
|
<p>Default value: NULL</p>
|
1560
1493
|
</div>
|
1561
1494
|
<hr>
|
1562
|
-
<div class="refsect2"
|
1495
|
+
<div class="refsect2">
|
1563
1496
|
<a name="GtkAction--stock-id"></a><h3>The <code class="literal">"stock-id"</code> property</h3>
|
1564
1497
|
<pre class="programlisting"> "stock-id" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1565
1498
|
<p>
|
@@ -1572,28 +1505,28 @@ This is an appearance property and thus only applies if
|
|
1572
1505
|
<p>Default value: NULL</p>
|
1573
1506
|
</div>
|
1574
1507
|
<hr>
|
1575
|
-
<div class="refsect2"
|
1508
|
+
<div class="refsect2">
|
1576
1509
|
<a name="GtkAction--tooltip"></a><h3>The <code class="literal">"tooltip"</code> property</h3>
|
1577
1510
|
<pre class="programlisting"> "tooltip" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1578
1511
|
<p>A tooltip for this action.</p>
|
1579
1512
|
<p>Default value: NULL</p>
|
1580
1513
|
</div>
|
1581
1514
|
<hr>
|
1582
|
-
<div class="refsect2"
|
1515
|
+
<div class="refsect2">
|
1583
1516
|
<a name="GtkAction--visible"></a><h3>The <code class="literal">"visible"</code> property</h3>
|
1584
1517
|
<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>
|
1585
1518
|
<p>Whether the action is visible.</p>
|
1586
1519
|
<p>Default value: TRUE</p>
|
1587
1520
|
</div>
|
1588
1521
|
<hr>
|
1589
|
-
<div class="refsect2"
|
1522
|
+
<div class="refsect2">
|
1590
1523
|
<a name="GtkAction--visible-horizontal"></a><h3>The <code class="literal">"visible-horizontal"</code> property</h3>
|
1591
1524
|
<pre class="programlisting"> "visible-horizontal" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1592
1525
|
<p>Whether the toolbar item is visible when the toolbar is in a horizontal orientation.</p>
|
1593
1526
|
<p>Default value: TRUE</p>
|
1594
1527
|
</div>
|
1595
1528
|
<hr>
|
1596
|
-
<div class="refsect2"
|
1529
|
+
<div class="refsect2">
|
1597
1530
|
<a name="GtkAction--visible-overflown"></a><h3>The <code class="literal">"visible-overflown"</code> property</h3>
|
1598
1531
|
<pre class="programlisting"> "visible-overflown" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1599
1532
|
<p>
|
@@ -1604,19 +1537,19 @@ toolbar overflow menu.
|
|
1604
1537
|
<p class="since">Since 2.6</p>
|
1605
1538
|
</div>
|
1606
1539
|
<hr>
|
1607
|
-
<div class="refsect2"
|
1540
|
+
<div class="refsect2">
|
1608
1541
|
<a name="GtkAction--visible-vertical"></a><h3>The <code class="literal">"visible-vertical"</code> property</h3>
|
1609
1542
|
<pre class="programlisting"> "visible-vertical" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1610
1543
|
<p>Whether the toolbar item is visible when the toolbar is in a vertical orientation.</p>
|
1611
1544
|
<p>Default value: TRUE</p>
|
1612
1545
|
</div>
|
1613
1546
|
</div>
|
1614
|
-
<div class="refsect1"
|
1547
|
+
<div class="refsect1">
|
1615
1548
|
<a name="GtkAction.signal-details"></a><h2>Signal Details</h2>
|
1616
|
-
<div class="refsect2"
|
1549
|
+
<div class="refsect2">
|
1617
1550
|
<a name="GtkAction-activate"></a><h3>The <code class="literal">"activate"</code> signal</h3>
|
1618
1551
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAction.html" title="GtkAction"><span class="type">GtkAction</span></a> *action,
|
1619
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1552
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-NO-RECURSE:CAPS"><code class="literal">No Recursion</code></a></pre>
|
1620
1553
|
<p>
|
1621
1554
|
The "activate" signal is emitted when the action is activated.
|
1622
1555
|
</p>
|
@@ -1637,13 +1570,13 @@ The "activate" signal is emitted when the action is activated.
|
|
1637
1570
|
<p class="since">Since 2.4</p>
|
1638
1571
|
</div>
|
1639
1572
|
</div>
|
1640
|
-
<div class="refsect1"
|
1573
|
+
<div class="refsect1">
|
1641
1574
|
<a name="GtkAction.see-also"></a><h2>See Also</h2>
|
1642
1575
|
<a class="link" href="GtkActionGroup.html" title="GtkActionGroup"><span class="type">GtkActionGroup</span></a>, <a class="link" href="GtkUIManager.html" title="GtkUIManager"><span class="type">GtkUIManager</span></a>
|
1643
1576
|
</div>
|
1644
1577
|
</div>
|
1645
1578
|
<div class="footer">
|
1646
1579
|
<hr>
|
1647
|
-
Generated by GTK-Doc V1.
|
1580
|
+
Generated by GTK-Doc V1.16.1</div>
|
1648
1581
|
</body>
|
1649
1582
|
</html>
|