gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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="DeprecatedObjects.html" title="Deprecated">
|
9
9
|
<link rel="prev" href="GtkTooltips.html" title="GtkTooltips">
|
10
10
|
<link rel="next" href="GtkTree.html" title="GtkTree">
|
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="#GtkTipsQuery.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkTipsQuery"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,13 +43,13 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkTipsQuery.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
52
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
51
|
+
struct <a class="link" href="GtkTipsQuery.html#GtkTipsQuery-struct" title="struct GtkTipsQuery">GtkTipsQuery</a>;
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTipsQuery.html#gtk-tips-query-new" title="gtk_tips_query_new ()">gtk_tips_query_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkTipsQuery.html#gtk-tips-query-start-query" title="gtk_tips_query_start_query ()">gtk_tips_query_start_query</a> (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="GtkTipsQuery.html#gtk-tips-query-stop-query" title="gtk_tips_query_stop_query ()">gtk_tips_query_stop_query</a> (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkTipsQuery.html#gtk-tips-query-set-caller" title="gtk_tips_query_set_caller ()">gtk_tips_query_set_caller</a> (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>,
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<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_no_tip</code></em>);
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1"
|
62
|
+
<div class="refsect1">
|
63
63
|
<a name="GtkTipsQuery.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
64
64
|
<pre class="synopsis">
|
65
65
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -71,13 +71,13 @@
|
|
71
71
|
+----GtkTipsQuery
|
72
72
|
</pre>
|
73
73
|
</div>
|
74
|
-
<div class="refsect1"
|
74
|
+
<div class="refsect1">
|
75
75
|
<a name="GtkTipsQuery.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
76
76
|
<p>
|
77
77
|
GtkTipsQuery implements
|
78
78
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
79
79
|
</div>
|
80
|
-
<div class="refsect1"
|
80
|
+
<div class="refsect1">
|
81
81
|
<a name="GtkTipsQuery.properties"></a><h2>Properties</h2>
|
82
82
|
<pre class="synopsis">
|
83
83
|
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery--caller" title='The "caller" property'>caller</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write
|
@@ -86,16 +86,16 @@ GtkTipsQuery implements
|
|
86
86
|
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery--label-no-tip" title='The "label-no-tip" property'>label-no-tip</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
87
87
|
</pre>
|
88
88
|
</div>
|
89
|
-
<div class="refsect1"
|
89
|
+
<div class="refsect1">
|
90
90
|
<a name="GtkTipsQuery.signals"></a><h2>Signals</h2>
|
91
91
|
<pre class="synopsis">
|
92
|
-
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-start-query" title='The "start-query" signal'>start-query</a>" : Run First
|
93
|
-
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-stop-query" title='The "stop-query" signal'>stop-query</a>" : Run First
|
94
|
-
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-entered" title='The "widget-entered" signal'>widget-entered</a>" : Run Last
|
95
|
-
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-selected" title='The "widget-selected" signal'>widget-selected</a>" : Run Last
|
92
|
+
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-start-query" title='The "start-query" signal'>start-query</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
93
|
+
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-stop-query" title='The "stop-query" signal'>stop-query</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
94
|
+
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-entered" title='The "widget-entered" signal'>widget-entered</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
95
|
+
"<a class="link" href="GtkTipsQuery.html#GtkTipsQuery-widget-selected" title='The "widget-selected" signal'>widget-selected</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
96
96
|
</pre>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1"
|
98
|
+
<div class="refsect1">
|
99
99
|
<a name="GtkTipsQuery.description"></a><h2>Description</h2>
|
100
100
|
<p>
|
101
101
|
The <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> widget is a subclass of <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> which is used to display
|
@@ -122,25 +122,25 @@ which the user can select to stop the query (often the same button used to
|
|
122
122
|
start the query).
|
123
123
|
</p>
|
124
124
|
</div>
|
125
|
-
<div class="refsect1"
|
125
|
+
<div class="refsect1">
|
126
126
|
<a name="GtkTipsQuery.details"></a><h2>Details</h2>
|
127
|
-
<div class="refsect2"
|
128
|
-
<a name="GtkTipsQuery-struct"></a><h3>GtkTipsQuery</h3>
|
129
|
-
<pre class="programlisting">
|
130
|
-
<div class="warning"
|
127
|
+
<div class="refsect2">
|
128
|
+
<a name="GtkTipsQuery-struct"></a><h3>struct GtkTipsQuery</h3>
|
129
|
+
<pre class="programlisting">struct GtkTipsQuery;</pre>
|
130
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
131
131
|
<h3 class="title">Warning</h3>
|
132
132
|
<p><code class="literal">GtkTipsQuery</code> is deprecated and should not be used in newly-written code.</p>
|
133
133
|
</div>
|
134
134
|
<p>
|
135
|
-
The <a class="link" href="GtkTipsQuery.html#GtkTipsQuery-struct" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> struct contains private data only, and
|
135
|
+
The <a class="link" href="GtkTipsQuery.html#GtkTipsQuery-struct" title="struct GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> struct contains private data only, and
|
136
136
|
should be accessed using the functions below.
|
137
137
|
</p>
|
138
138
|
</div>
|
139
139
|
<hr>
|
140
|
-
<div class="refsect2"
|
140
|
+
<div class="refsect2">
|
141
141
|
<a name="gtk-tips-query-new"></a><h3>gtk_tips_query_new ()</h3>
|
142
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
143
|
-
<div class="warning"
|
142
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_tips_query_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
143
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
144
144
|
<h3 class="title">Warning</h3>
|
145
145
|
<p><code class="literal">gtk_tips_query_new</code> is deprecated and should not be used in newly-written code.</p>
|
146
146
|
</div>
|
@@ -151,16 +151,15 @@ Creates a new <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><spa
|
|
151
151
|
<col align="left" valign="top">
|
152
152
|
<tbody><tr>
|
153
153
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
154
|
-
<td>a new <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a
|
155
|
-
</td>
|
154
|
+
<td>a new <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>.</td>
|
156
155
|
</tr></tbody>
|
157
156
|
</table></div>
|
158
157
|
</div>
|
159
158
|
<hr>
|
160
|
-
<div class="refsect2"
|
159
|
+
<div class="refsect2">
|
161
160
|
<a name="gtk-tips-query-start-query"></a><h3>gtk_tips_query_start_query ()</h3>
|
162
161
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tips_query_start_query (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>);</pre>
|
163
|
-
<div class="warning"
|
162
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
164
163
|
<h3 class="title">Warning</h3>
|
165
164
|
<p><code class="literal">gtk_tips_query_start_query</code> is deprecated and should not be used in newly-written code.</p>
|
166
165
|
</div>
|
@@ -173,16 +172,15 @@ moves it will display the tooltip of the widget beneath the mouse.
|
|
173
172
|
<col align="left" valign="top">
|
174
173
|
<tbody><tr>
|
175
174
|
<td><p><span class="term"><em class="parameter"><code>tips_query</code></em> :</span></p></td>
|
176
|
-
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a
|
177
|
-
</td>
|
175
|
+
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>.</td>
|
178
176
|
</tr></tbody>
|
179
177
|
</table></div>
|
180
178
|
</div>
|
181
179
|
<hr>
|
182
|
-
<div class="refsect2"
|
180
|
+
<div class="refsect2">
|
183
181
|
<a name="gtk-tips-query-stop-query"></a><h3>gtk_tips_query_stop_query ()</h3>
|
184
182
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tips_query_stop_query (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>);</pre>
|
185
|
-
<div class="warning"
|
183
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
186
184
|
<h3 class="title">Warning</h3>
|
187
185
|
<p><code class="literal">gtk_tips_query_stop_query</code> is deprecated and should not be used in newly-written code.</p>
|
188
186
|
</div>
|
@@ -193,17 +191,16 @@ Stops a query.
|
|
193
191
|
<col align="left" valign="top">
|
194
192
|
<tbody><tr>
|
195
193
|
<td><p><span class="term"><em class="parameter"><code>tips_query</code></em> :</span></p></td>
|
196
|
-
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a
|
197
|
-
</td>
|
194
|
+
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>.</td>
|
198
195
|
</tr></tbody>
|
199
196
|
</table></div>
|
200
197
|
</div>
|
201
198
|
<hr>
|
202
|
-
<div class="refsect2"
|
199
|
+
<div class="refsect2">
|
203
200
|
<a name="gtk-tips-query-set-caller"></a><h3>gtk_tips_query_set_caller ()</h3>
|
204
201
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tips_query_set_caller (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>,
|
205
202
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *caller</code></em>);</pre>
|
206
|
-
<div class="warning"
|
203
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
207
204
|
<h3 class="title">Warning</h3>
|
208
205
|
<p><code class="literal">gtk_tips_query_set_caller</code> is deprecated and should not be used in newly-written code.</p>
|
209
206
|
</div>
|
@@ -217,24 +214,22 @@ automatically stopped.
|
|
217
214
|
<tbody>
|
218
215
|
<tr>
|
219
216
|
<td><p><span class="term"><em class="parameter"><code>tips_query</code></em> :</span></p></td>
|
220
|
-
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a
|
221
|
-
</td>
|
217
|
+
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>.</td>
|
222
218
|
</tr>
|
223
219
|
<tr>
|
224
220
|
<td><p><span class="term"><em class="parameter"><code>caller</code></em> :</span></p></td>
|
225
|
-
<td>the widget which initiates the query
|
226
|
-
</td>
|
221
|
+
<td>the widget which initiates the query.</td>
|
227
222
|
</tr>
|
228
223
|
</tbody>
|
229
224
|
</table></div>
|
230
225
|
</div>
|
231
226
|
<hr>
|
232
|
-
<div class="refsect2"
|
227
|
+
<div class="refsect2">
|
233
228
|
<a name="gtk-tips-query-set-labels"></a><h3>gtk_tips_query_set_labels ()</h3>
|
234
229
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_tips_query_set_labels (<em class="parameter"><code><a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tips_query</code></em>,
|
235
230
|
<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_inactive</code></em>,
|
236
231
|
<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_no_tip</code></em>);</pre>
|
237
|
-
<div class="warning"
|
232
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
238
233
|
<h3 class="title">Warning</h3>
|
239
234
|
<p><code class="literal">gtk_tips_query_set_labels</code> is deprecated and should not be used in newly-written code.</p>
|
240
235
|
</div>
|
@@ -248,27 +243,24 @@ the pointer has no tooltip.
|
|
248
243
|
<tbody>
|
249
244
|
<tr>
|
250
245
|
<td><p><span class="term"><em class="parameter"><code>tips_query</code></em> :</span></p></td>
|
251
|
-
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a
|
252
|
-
</td>
|
246
|
+
<td>a <a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>.</td>
|
253
247
|
</tr>
|
254
248
|
<tr>
|
255
249
|
<td><p><span class="term"><em class="parameter"><code>label_inactive</code></em> :</span></p></td>
|
256
|
-
<td>the text to display when the query is not running
|
257
|
-
</td>
|
250
|
+
<td>the text to display when the query is not running.</td>
|
258
251
|
</tr>
|
259
252
|
<tr>
|
260
253
|
<td><p><span class="term"><em class="parameter"><code>label_no_tip</code></em> :</span></p></td>
|
261
254
|
<td>the text to display when the query is running but the widget
|
262
|
-
beneath the pointer has no tooltip
|
263
|
-
</td>
|
255
|
+
beneath the pointer has no tooltip.</td>
|
264
256
|
</tr>
|
265
257
|
</tbody>
|
266
258
|
</table></div>
|
267
259
|
</div>
|
268
260
|
</div>
|
269
|
-
<div class="refsect1"
|
261
|
+
<div class="refsect1">
|
270
262
|
<a name="GtkTipsQuery.property-details"></a><h2>Property Details</h2>
|
271
|
-
<div class="refsect2"
|
263
|
+
<div class="refsect2">
|
272
264
|
<a name="GtkTipsQuery--caller"></a><h3>The <code class="literal">"caller"</code> property</h3>
|
273
265
|
<pre class="programlisting"> "caller" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
|
274
266
|
<p>
|
@@ -278,7 +270,7 @@ stopped.
|
|
278
270
|
</p>
|
279
271
|
</div>
|
280
272
|
<hr>
|
281
|
-
<div class="refsect2"
|
273
|
+
<div class="refsect2">
|
282
274
|
<a name="GtkTipsQuery--emit-always"></a><h3>The <code class="literal">"emit-always"</code> property</h3>
|
283
275
|
<pre class="programlisting"> "emit-always" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
284
276
|
<p>
|
@@ -288,7 +280,7 @@ the widget has no tooltip set.
|
|
288
280
|
<p>Default value: FALSE</p>
|
289
281
|
</div>
|
290
282
|
<hr>
|
291
|
-
<div class="refsect2"
|
283
|
+
<div class="refsect2">
|
292
284
|
<a name="GtkTipsQuery--label-inactive"></a><h3>The <code class="literal">"label-inactive"</code> property</h3>
|
293
285
|
<pre class="programlisting"> "label-inactive" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
294
286
|
<p>
|
@@ -298,7 +290,7 @@ effect.
|
|
298
290
|
<p>Default value: NULL</p>
|
299
291
|
</div>
|
300
292
|
<hr>
|
301
|
-
<div class="refsect2"
|
293
|
+
<div class="refsect2">
|
302
294
|
<a name="GtkTipsQuery--label-no-tip"></a><h3>The <code class="literal">"label-no-tip"</code> property</h3>
|
303
295
|
<pre class="programlisting"> "label-no-tip" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
304
296
|
<p>
|
@@ -308,12 +300,12 @@ and the widget that the pointer is over has no tooltip.
|
|
308
300
|
<p>Default value: NULL</p>
|
309
301
|
</div>
|
310
302
|
</div>
|
311
|
-
<div class="refsect1"
|
303
|
+
<div class="refsect1">
|
312
304
|
<a name="GtkTipsQuery.signal-details"></a><h2>Signal Details</h2>
|
313
|
-
<div class="refsect2"
|
305
|
+
<div class="refsect2">
|
314
306
|
<a name="GtkTipsQuery-start-query"></a><h3>The <code class="literal">"start-query"</code> signal</h3>
|
315
307
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
|
316
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
308
|
+
<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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
317
309
|
<p>
|
318
310
|
Emitted when the query is started.
|
319
311
|
</p>
|
@@ -322,8 +314,7 @@ Emitted when the query is started.
|
|
322
314
|
<tbody>
|
323
315
|
<tr>
|
324
316
|
<td><p><span class="term"><em class="parameter"><code>tipsquery</code></em> :</span></p></td>
|
325
|
-
<td>the object which received the signal
|
326
|
-
</td>
|
317
|
+
<td>the object which received the signal.</td>
|
327
318
|
</tr>
|
328
319
|
<tr>
|
329
320
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -333,10 +324,10 @@ Emitted when the query is started.
|
|
333
324
|
</table></div>
|
334
325
|
</div>
|
335
326
|
<hr>
|
336
|
-
<div class="refsect2"
|
327
|
+
<div class="refsect2">
|
337
328
|
<a name="GtkTipsQuery-stop-query"></a><h3>The <code class="literal">"stop-query"</code> signal</h3>
|
338
329
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
|
339
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
330
|
+
<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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
340
331
|
<p>
|
341
332
|
Emitted when the query is stopped.
|
342
333
|
</p>
|
@@ -345,8 +336,7 @@ Emitted when the query is stopped.
|
|
345
336
|
<tbody>
|
346
337
|
<tr>
|
347
338
|
<td><p><span class="term"><em class="parameter"><code>tipsquery</code></em> :</span></p></td>
|
348
|
-
<td>the object which received the signal
|
349
|
-
</td>
|
339
|
+
<td>the object which received the signal.</td>
|
350
340
|
</tr>
|
351
341
|
<tr>
|
352
342
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -356,13 +346,13 @@ Emitted when the query is stopped.
|
|
356
346
|
</table></div>
|
357
347
|
</div>
|
358
348
|
<hr>
|
359
|
-
<div class="refsect2"
|
349
|
+
<div class="refsect2">
|
360
350
|
<a name="GtkTipsQuery-widget-entered"></a><h3>The <code class="literal">"widget-entered"</code> signal</h3>
|
361
351
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
|
362
352
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
363
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *
|
364
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *
|
365
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)
|
353
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
|
354
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
|
355
|
+
<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-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
366
356
|
<p>
|
367
357
|
Emitted when a widget is entered by the pointer while the query is in effect.
|
368
358
|
</p>
|
@@ -371,23 +361,19 @@ Emitted when a widget is entered by the pointer while the query is in effect.
|
|
371
361
|
<tbody>
|
372
362
|
<tr>
|
373
363
|
<td><p><span class="term"><em class="parameter"><code>tipsquery</code></em> :</span></p></td>
|
374
|
-
<td>the object which received the signal
|
375
|
-
</td>
|
364
|
+
<td>the object which received the signal.</td>
|
376
365
|
</tr>
|
377
366
|
<tr>
|
378
367
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
379
|
-
<td>the widget that was entered by the pointer
|
380
|
-
</td>
|
368
|
+
<td>the widget that was entered by the pointer.</td>
|
381
369
|
</tr>
|
382
370
|
<tr>
|
383
371
|
<td><p><span class="term"><em class="parameter"><code>tip_text</code></em> :</span></p></td>
|
384
|
-
<td>the widget's tooltip
|
385
|
-
</td>
|
372
|
+
<td>the widget's tooltip.</td>
|
386
373
|
</tr>
|
387
374
|
<tr>
|
388
375
|
<td><p><span class="term"><em class="parameter"><code>tip_private</code></em> :</span></p></td>
|
389
|
-
<td>the widget's private tooltip (see <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" title="gtk_tooltips_set_tip ()"><code class="function">gtk_tooltips_set_tip()</code></a>)
|
390
|
-
</td>
|
376
|
+
<td>the widget's private tooltip (see <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" title="gtk_tooltips_set_tip ()"><code class="function">gtk_tooltips_set_tip()</code></a>).</td>
|
391
377
|
</tr>
|
392
378
|
<tr>
|
393
379
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -397,14 +383,14 @@ Emitted when a widget is entered by the pointer while the query is in effect.
|
|
397
383
|
</table></div>
|
398
384
|
</div>
|
399
385
|
<hr>
|
400
|
-
<div class="refsect2"
|
386
|
+
<div class="refsect2">
|
401
387
|
<a name="GtkTipsQuery-widget-selected"></a><h3>The <code class="literal">"widget-selected"</code> signal</h3>
|
402
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a>
|
403
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>
|
404
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>
|
405
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>
|
406
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#
|
407
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>
|
388
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery"><span class="type">GtkTipsQuery</span></a> *tipsquery,
|
389
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
390
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
|
391
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg2,
|
392
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg3,
|
393
|
+
<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-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
408
394
|
<p>
|
409
395
|
Emitted when a widget is selected during a query.
|
410
396
|
</p>
|
@@ -413,28 +399,23 @@ Emitted when a widget is selected during a query.
|
|
413
399
|
<tbody>
|
414
400
|
<tr>
|
415
401
|
<td><p><span class="term"><em class="parameter"><code>tipsquery</code></em> :</span></p></td>
|
416
|
-
<td>the object which received the signal
|
417
|
-
</td>
|
402
|
+
<td>the object which received the signal.</td>
|
418
403
|
</tr>
|
419
404
|
<tr>
|
420
405
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
421
|
-
<td>the widget that was selected
|
422
|
-
</td>
|
406
|
+
<td>the widget that was selected.</td>
|
423
407
|
</tr>
|
424
408
|
<tr>
|
425
409
|
<td><p><span class="term"><em class="parameter"><code>tip_text</code></em> :</span></p></td>
|
426
|
-
<td>the widget's tooltip
|
427
|
-
</td>
|
410
|
+
<td>the widget's tooltip.</td>
|
428
411
|
</tr>
|
429
412
|
<tr>
|
430
413
|
<td><p><span class="term"><em class="parameter"><code>tip_private</code></em> :</span></p></td>
|
431
|
-
<td>the widget's private tooltip (see <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" title="gtk_tooltips_set_tip ()"><code class="function">gtk_tooltips_set_tip()</code></a>)
|
432
|
-
</td>
|
414
|
+
<td>the widget's private tooltip (see <a class="link" href="GtkTooltips.html#gtk-tooltips-set-tip" title="gtk_tooltips_set_tip ()"><code class="function">gtk_tooltips_set_tip()</code></a>).</td>
|
433
415
|
</tr>
|
434
416
|
<tr>
|
435
417
|
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
436
|
-
<td>the button press or button release event
|
437
|
-
</td>
|
418
|
+
<td>the button press or button release event.</td>
|
438
419
|
</tr>
|
439
420
|
<tr>
|
440
421
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -443,14 +424,13 @@ Emitted when a widget is selected during a query.
|
|
443
424
|
<tr>
|
444
425
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
445
426
|
<td>
|
446
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query should be stopped
|
447
|
-
</td>
|
427
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the query should be stopped.</td>
|
448
428
|
</tr>
|
449
429
|
</tbody>
|
450
430
|
</table></div>
|
451
431
|
</div>
|
452
432
|
</div>
|
453
|
-
<div class="refsect1"
|
433
|
+
<div class="refsect1">
|
454
434
|
<a name="GtkTipsQuery.see-also"></a><h2>See Also</h2>
|
455
435
|
<p>
|
456
436
|
</p>
|
@@ -467,6 +447,6 @@ Emitted when a widget is selected during a query.
|
|
467
447
|
</div>
|
468
448
|
<div class="footer">
|
469
449
|
<hr>
|
470
|
-
Generated by GTK-Doc V1.
|
450
|
+
Generated by GTK-Doc V1.16.1</div>
|
471
451
|
</body>
|
472
452
|
</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="GtkAction.html" title="GtkAction">
|
10
10
|
<link rel="next" href="GtkRadioAction.html" title="GtkRadioAction">
|
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="#GtkToggleAction.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkToggleAction"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,12 +43,12 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkToggleAction.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="GtkToggleAction.html#GtkToggleAction-struct" title="struct GtkToggleAction">GtkToggleAction</a>;
|
52
52
|
<a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="returnvalue">GtkToggleAction</span></a> * <a class="link" href="GtkToggleAction.html#gtk-toggle-action-new" title="gtk_toggle_action_new ()">gtk_toggle_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>,
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkToggleAction.html#gtk-toggle-action-get-draw-as-radio" title="gtk_toggle_action_get_draw_as_radio ()">gtk_toggle_action_get_draw_as_radio</a> (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);
|
63
63
|
</pre>
|
64
64
|
</div>
|
65
|
-
<div class="refsect1"
|
65
|
+
<div class="refsect1">
|
66
66
|
<a name="GtkToggleAction.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
67
67
|
<pre class="synopsis">
|
68
68
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -71,44 +71,44 @@
|
|
71
71
|
+----<a class="link" href="GtkRadioAction.html" title="GtkRadioAction">GtkRadioAction</a>
|
72
72
|
</pre>
|
73
73
|
</div>
|
74
|
-
<div class="refsect1"
|
74
|
+
<div class="refsect1">
|
75
75
|
<a name="GtkToggleAction.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
76
76
|
<p>
|
77
77
|
GtkToggleAction implements
|
78
78
|
<a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
79
79
|
</div>
|
80
|
-
<div class="refsect1"
|
80
|
+
<div class="refsect1">
|
81
81
|
<a name="GtkToggleAction.properties"></a><h2>Properties</h2>
|
82
82
|
<pre class="synopsis">
|
83
83
|
"<a class="link" href="GtkToggleAction.html#GtkToggleAction--active" title='The "active" property'>active</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
84
84
|
"<a class="link" href="GtkToggleAction.html#GtkToggleAction--draw-as-radio" title='The "draw-as-radio" property'>draw-as-radio</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
85
85
|
</pre>
|
86
86
|
</div>
|
87
|
-
<div class="refsect1"
|
87
|
+
<div class="refsect1">
|
88
88
|
<a name="GtkToggleAction.signals"></a><h2>Signals</h2>
|
89
89
|
<pre class="synopsis">
|
90
|
-
"<a class="link" href="GtkToggleAction.html#GtkToggleAction-toggled" title='The "toggled" signal'>toggled</a>" : Run First
|
90
|
+
"<a class="link" href="GtkToggleAction.html#GtkToggleAction-toggled" title='The "toggled" signal'>toggled</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
91
91
|
</pre>
|
92
92
|
</div>
|
93
|
-
<div class="refsect1"
|
93
|
+
<div class="refsect1">
|
94
94
|
<a name="GtkToggleAction.description"></a><h2>Description</h2>
|
95
95
|
<p>
|
96
96
|
A <a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> corresponds roughly to a <a class="link" href="gtk-gtkcheckmenuitem.html#GtkCheckMenuItem"><span class="type">GtkCheckMenuItem</span></a>. It has an
|
97
97
|
"active" state specifying whether the action has been checked or not.
|
98
98
|
</p>
|
99
99
|
</div>
|
100
|
-
<div class="refsect1"
|
100
|
+
<div class="refsect1">
|
101
101
|
<a name="GtkToggleAction.details"></a><h2>Details</h2>
|
102
|
-
<div class="refsect2"
|
103
|
-
<a name="GtkToggleAction-struct"></a><h3>GtkToggleAction</h3>
|
104
|
-
<pre class="programlisting">
|
102
|
+
<div class="refsect2">
|
103
|
+
<a name="GtkToggleAction-struct"></a><h3>struct GtkToggleAction</h3>
|
104
|
+
<pre class="programlisting">struct GtkToggleAction;</pre>
|
105
105
|
<p>
|
106
106
|
The <span class="structname">GtkToggleAction</span> struct contains only
|
107
107
|
private members and should not be accessed directly.
|
108
108
|
</p>
|
109
109
|
</div>
|
110
110
|
<hr>
|
111
|
-
<div class="refsect2"
|
111
|
+
<div class="refsect2">
|
112
112
|
<a name="gtk-toggle-action-new"></a><h3>gtk_toggle_action_new ()</h3>
|
113
113
|
<pre class="programlisting"><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="returnvalue">GtkToggleAction</span></a> * gtk_toggle_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>,
|
114
114
|
<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>,
|
@@ -124,29 +124,27 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
124
124
|
<tbody>
|
125
125
|
<tr>
|
126
126
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
127
|
-
<td>A unique name for the action
|
128
|
-
</td>
|
127
|
+
<td>A unique name for the action</td>
|
129
128
|
</tr>
|
130
129
|
<tr>
|
131
130
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
132
|
-
<td>
|
131
|
+
<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>
|
133
132
|
</td>
|
134
133
|
</tr>
|
135
134
|
<tr>
|
136
135
|
<td><p><span class="term"><em class="parameter"><code>tooltip</code></em> :</span></p></td>
|
137
|
-
<td>
|
136
|
+
<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>
|
138
137
|
</td>
|
139
138
|
</tr>
|
140
139
|
<tr>
|
141
140
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
142
141
|
<td>The stock icon to display in widgets representing the
|
143
|
-
|
142
|
+
action, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
144
143
|
</td>
|
145
144
|
</tr>
|
146
145
|
<tr>
|
147
146
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
148
|
-
<td>
|
149
|
-
|
147
|
+
<td>a new <a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a>
|
150
148
|
</td>
|
151
149
|
</tr>
|
152
150
|
</tbody>
|
@@ -154,7 +152,7 @@ call <a class="link" href="GtkActionGroup.html#gtk-action-group-add-action-with-
|
|
154
152
|
<p class="since">Since 2.4</p>
|
155
153
|
</div>
|
156
154
|
<hr>
|
157
|
-
<div class="refsect2"
|
155
|
+
<div class="refsect2">
|
158
156
|
<a name="gtk-toggle-action-toggled"></a><h3>gtk_toggle_action_toggled ()</h3>
|
159
157
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_toggle_action_toggled (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);</pre>
|
160
158
|
<p>
|
@@ -164,14 +162,13 @@ Emits the "toggled" signal on the toggle action.
|
|
164
162
|
<col align="left" valign="top">
|
165
163
|
<tbody><tr>
|
166
164
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
167
|
-
<td>the action object
|
168
|
-
</td>
|
165
|
+
<td>the action object</td>
|
169
166
|
</tr></tbody>
|
170
167
|
</table></div>
|
171
168
|
<p class="since">Since 2.4</p>
|
172
169
|
</div>
|
173
170
|
<hr>
|
174
|
-
<div class="refsect2"
|
171
|
+
<div class="refsect2">
|
175
172
|
<a name="gtk-toggle-action-set-active"></a><h3>gtk_toggle_action_set_active ()</h3>
|
176
173
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_toggle_action_set_active (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>,
|
177
174
|
<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_active</code></em>);</pre>
|
@@ -183,20 +180,18 @@ Sets the checked state on the toggle action.
|
|
183
180
|
<tbody>
|
184
181
|
<tr>
|
185
182
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
186
|
-
<td>the action object
|
187
|
-
</td>
|
183
|
+
<td>the action object</td>
|
188
184
|
</tr>
|
189
185
|
<tr>
|
190
186
|
<td><p><span class="term"><em class="parameter"><code>is_active</code></em> :</span></p></td>
|
191
|
-
<td>whether the action should be checked or not
|
192
|
-
</td>
|
187
|
+
<td>whether the action should be checked or not</td>
|
193
188
|
</tr>
|
194
189
|
</tbody>
|
195
190
|
</table></div>
|
196
191
|
<p class="since">Since 2.4</p>
|
197
192
|
</div>
|
198
193
|
<hr>
|
199
|
-
<div class="refsect2"
|
194
|
+
<div class="refsect2">
|
200
195
|
<a name="gtk-toggle-action-get-active"></a><h3>gtk_toggle_action_get_active ()</h3>
|
201
196
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_toggle_action_get_active (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);</pre>
|
202
197
|
<p>
|
@@ -207,21 +202,18 @@ Returns the checked state of the toggle action.
|
|
207
202
|
<tbody>
|
208
203
|
<tr>
|
209
204
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
210
|
-
<td>the action object
|
211
|
-
</td>
|
205
|
+
<td>the action object</td>
|
212
206
|
</tr>
|
213
207
|
<tr>
|
214
208
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
215
|
-
<td>
|
216
|
-
|
217
|
-
</td>
|
209
|
+
<td>the checked state of the toggle action</td>
|
218
210
|
</tr>
|
219
211
|
</tbody>
|
220
212
|
</table></div>
|
221
213
|
<p class="since">Since 2.4</p>
|
222
214
|
</div>
|
223
215
|
<hr>
|
224
|
-
<div class="refsect2"
|
216
|
+
<div class="refsect2">
|
225
217
|
<a name="gtk-toggle-action-set-draw-as-radio"></a><h3>gtk_toggle_action_set_draw_as_radio ()</h3>
|
226
218
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_toggle_action_set_draw_as_radio (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>,
|
227
219
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_as_radio</code></em>);</pre>
|
@@ -233,21 +225,19 @@ Sets whether the action should have proxies like a radio action.
|
|
233
225
|
<tbody>
|
234
226
|
<tr>
|
235
227
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
236
|
-
<td>the action object
|
237
|
-
</td>
|
228
|
+
<td>the action object</td>
|
238
229
|
</tr>
|
239
230
|
<tr>
|
240
231
|
<td><p><span class="term"><em class="parameter"><code>draw_as_radio</code></em> :</span></p></td>
|
241
|
-
<td>whether the action should have proxies like a radio
|
242
|
-
|
243
|
-
</td>
|
232
|
+
<td>whether the action should have proxies like a radio
|
233
|
+
action</td>
|
244
234
|
</tr>
|
245
235
|
</tbody>
|
246
236
|
</table></div>
|
247
237
|
<p class="since">Since 2.4</p>
|
248
238
|
</div>
|
249
239
|
<hr>
|
250
|
-
<div class="refsect2"
|
240
|
+
<div class="refsect2">
|
251
241
|
<a name="gtk-toggle-action-get-draw-as-radio"></a><h3>gtk_toggle_action_get_draw_as_radio ()</h3>
|
252
242
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_toggle_action_get_draw_as_radio (<em class="parameter"><code><a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *action</code></em>);</pre>
|
253
243
|
<p>
|
@@ -258,23 +248,20 @@ Returns whether the action should have proxies like a radio action.
|
|
258
248
|
<tbody>
|
259
249
|
<tr>
|
260
250
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
261
|
-
<td>the action object
|
262
|
-
</td>
|
251
|
+
<td>the action object</td>
|
263
252
|
</tr>
|
264
253
|
<tr>
|
265
254
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
266
|
-
<td>
|
267
|
-
|
268
|
-
</td>
|
255
|
+
<td>whether the action should have proxies like a radio action.</td>
|
269
256
|
</tr>
|
270
257
|
</tbody>
|
271
258
|
</table></div>
|
272
259
|
<p class="since">Since 2.4</p>
|
273
260
|
</div>
|
274
261
|
</div>
|
275
|
-
<div class="refsect1"
|
262
|
+
<div class="refsect1">
|
276
263
|
<a name="GtkToggleAction.property-details"></a><h2>Property Details</h2>
|
277
|
-
<div class="refsect2"
|
264
|
+
<div class="refsect2">
|
278
265
|
<a name="GtkToggleAction--active"></a><h3>The <code class="literal">"active"</code> property</h3>
|
279
266
|
<pre class="programlisting"> "active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
280
267
|
<p>
|
@@ -284,7 +271,7 @@ If the toggle action should be active in or not.
|
|
284
271
|
<p class="since">Since 2.10</p>
|
285
272
|
</div>
|
286
273
|
<hr>
|
287
|
-
<div class="refsect2"
|
274
|
+
<div class="refsect2">
|
288
275
|
<a name="GtkToggleAction--draw-as-radio"></a><h3>The <code class="literal">"draw-as-radio"</code> property</h3>
|
289
276
|
<pre class="programlisting"> "draw-as-radio" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
290
277
|
<p>
|
@@ -297,12 +284,12 @@ This is an appearance property and thus only applies if
|
|
297
284
|
<p>Default value: FALSE</p>
|
298
285
|
</div>
|
299
286
|
</div>
|
300
|
-
<div class="refsect1"
|
287
|
+
<div class="refsect1">
|
301
288
|
<a name="GtkToggleAction.signal-details"></a><h2>Signal Details</h2>
|
302
|
-
<div class="refsect2"
|
289
|
+
<div class="refsect2">
|
303
290
|
<a name="GtkToggleAction-toggled"></a><h3>The <code class="literal">"toggled"</code> signal</h3>
|
304
291
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkToggleAction.html" title="GtkToggleAction"><span class="type">GtkToggleAction</span></a> *toggleaction,
|
305
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
292
|
+
<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-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
306
293
|
<p>
|
307
294
|
</p>
|
308
295
|
<div class="variablelist"><table border="0">
|
@@ -310,8 +297,7 @@ This is an appearance property and thus only applies if
|
|
310
297
|
<tbody>
|
311
298
|
<tr>
|
312
299
|
<td><p><span class="term"><em class="parameter"><code>toggleaction</code></em> :</span></p></td>
|
313
|
-
<td>the object which received the signal
|
314
|
-
</td>
|
300
|
+
<td>the object which received the signal.</td>
|
315
301
|
</tr>
|
316
302
|
<tr>
|
317
303
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -324,6 +310,6 @@ This is an appearance property and thus only applies if
|
|
324
310
|
</div>
|
325
311
|
<div class="footer">
|
326
312
|
<hr>
|
327
|
-
Generated by GTK-Doc V1.
|
313
|
+
Generated by GTK-Doc V1.16.1</div>
|
328
314
|
</body>
|
329
315
|
</html>
|