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="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkAlignment.html" title="GtkAlignment">
|
10
10
|
<link rel="next" href="GtkHBox.html" title="GtkHBox">
|
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="#GtkAspectFrame.properties" class="shortcut">Properties</a>
|
33
33
|
</td></tr>
|
34
34
|
</table>
|
35
|
-
<div class="refentry"
|
35
|
+
<div class="refentry">
|
36
36
|
<a name="GtkAspectFrame"></a><div class="titlepage"></div>
|
37
37
|
<div class="refnamediv"><table width="100%"><tr>
|
38
38
|
<td valign="top">
|
@@ -41,13 +41,13 @@
|
|
41
41
|
</td>
|
42
42
|
<td valign="top" align="right"></td>
|
43
43
|
</tr></table></div>
|
44
|
-
<div class="refsynopsisdiv"
|
44
|
+
<div class="refsynopsisdiv">
|
45
45
|
<a name="GtkAspectFrame.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="GtkAspectFrame.html#GtkAspectFrame-struct" title="struct GtkAspectFrame">GtkAspectFrame</a>;
|
50
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAspectFrame.html#gtk-aspect-frame-new" title="gtk_aspect_frame_new ()">gtk_aspect_frame_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> *label</code></em>,
|
51
51
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>,
|
53
53
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> ratio</code></em>,
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> obey_child</code></em>);
|
60
60
|
</pre>
|
61
61
|
</div>
|
62
|
-
<div class="refsect1"
|
62
|
+
<div class="refsect1">
|
63
63
|
<a name="GtkAspectFrame.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>
|
@@ -72,13 +72,13 @@
|
|
72
72
|
+----GtkAspectFrame
|
73
73
|
</pre>
|
74
74
|
</div>
|
75
|
-
<div class="refsect1"
|
75
|
+
<div class="refsect1">
|
76
76
|
<a name="GtkAspectFrame.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
77
77
|
<p>
|
78
78
|
GtkAspectFrame implements
|
79
79
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
80
80
|
</div>
|
81
|
-
<div class="refsect1"
|
81
|
+
<div class="refsect1">
|
82
82
|
<a name="GtkAspectFrame.properties"></a><h2>Properties</h2>
|
83
83
|
<pre class="synopsis">
|
84
84
|
"<a class="link" href="GtkAspectFrame.html#GtkAspectFrame--obey-child" title='The "obey-child" property'>obey-child</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -87,7 +87,7 @@ GtkAspectFrame implements
|
|
87
87
|
"<a class="link" href="GtkAspectFrame.html#GtkAspectFrame--yalign" title='The "yalign" property'>yalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
88
88
|
</pre>
|
89
89
|
</div>
|
90
|
-
<div class="refsect1"
|
90
|
+
<div class="refsect1">
|
91
91
|
<a name="GtkAspectFrame.description"></a><h2>Description</h2>
|
92
92
|
<p>
|
93
93
|
The <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a> is useful when you want
|
@@ -99,18 +99,18 @@ a frame around the child. The frame will be
|
|
99
99
|
"shrink-wrapped" to the size of the child.
|
100
100
|
</p>
|
101
101
|
</div>
|
102
|
-
<div class="refsect1"
|
102
|
+
<div class="refsect1">
|
103
103
|
<a name="GtkAspectFrame.details"></a><h2>Details</h2>
|
104
|
-
<div class="refsect2"
|
105
|
-
<a name="GtkAspectFrame-struct"></a><h3>GtkAspectFrame</h3>
|
106
|
-
<pre class="programlisting">
|
104
|
+
<div class="refsect2">
|
105
|
+
<a name="GtkAspectFrame-struct"></a><h3>struct GtkAspectFrame</h3>
|
106
|
+
<pre class="programlisting">struct GtkAspectFrame;</pre>
|
107
107
|
<p>
|
108
108
|
</p>
|
109
109
|
</div>
|
110
110
|
<hr>
|
111
|
-
<div class="refsect2"
|
111
|
+
<div class="refsect2">
|
112
112
|
<a name="gtk-aspect-frame-new"></a><h3>gtk_aspect_frame_new ()</h3>
|
113
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
113
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_aspect_frame_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> *label</code></em>,
|
114
114
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
115
115
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>,
|
116
116
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> ratio</code></em>,
|
@@ -123,44 +123,38 @@ Create a new <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><
|
|
123
123
|
<tbody>
|
124
124
|
<tr>
|
125
125
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
126
|
-
<td>Label text
|
127
|
-
</td>
|
126
|
+
<td>Label text.</td>
|
128
127
|
</tr>
|
129
128
|
<tr>
|
130
129
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
131
130
|
<td>Horizontal alignment of the child within the allocation of
|
132
|
-
|
133
|
-
|
134
|
-
</td>
|
131
|
+
the <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>. This ranges from 0.0 (left aligned)
|
132
|
+
to 1.0 (right aligned)</td>
|
135
133
|
</tr>
|
136
134
|
<tr>
|
137
135
|
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
138
136
|
<td>Vertical alignment of the child within the allocation of
|
139
|
-
|
140
|
-
|
141
|
-
</td>
|
137
|
+
the <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>. This ranges from 0.0 (left aligned)
|
138
|
+
to 1.0 (right aligned)</td>
|
142
139
|
</tr>
|
143
140
|
<tr>
|
144
141
|
<td><p><span class="term"><em class="parameter"><code>ratio</code></em> :</span></p></td>
|
145
|
-
<td>The desired aspect ratio
|
146
|
-
</td>
|
142
|
+
<td>The desired aspect ratio.</td>
|
147
143
|
</tr>
|
148
144
|
<tr>
|
149
145
|
<td><p><span class="term"><em class="parameter"><code>obey_child</code></em> :</span></p></td>
|
150
146
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <em class="parameter"><code>ratio</code></em> is ignored, and the aspect
|
151
|
-
|
152
|
-
</td>
|
147
|
+
ratio is taken from the requistion of the child.</td>
|
153
148
|
</tr>
|
154
149
|
<tr>
|
155
150
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
156
|
-
<td>
|
157
|
-
</td>
|
151
|
+
<td>the new <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>.</td>
|
158
152
|
</tr>
|
159
153
|
</tbody>
|
160
154
|
</table></div>
|
161
155
|
</div>
|
162
156
|
<hr>
|
163
|
-
<div class="refsect2"
|
157
|
+
<div class="refsect2">
|
164
158
|
<a name="gtk-aspect-frame-set"></a><h3>gtk_aspect_frame_set ()</h3>
|
165
159
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_aspect_frame_set (<em class="parameter"><code><a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a> *aspect_frame</code></em>,
|
166
160
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
@@ -181,42 +175,38 @@ Set parameters for an existing <a class="link" href="GtkAspectFrame.html" title=
|
|
181
175
|
<tr>
|
182
176
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
183
177
|
<td>Horizontal alignment of the child within the allocation of
|
184
|
-
|
185
|
-
|
186
|
-
</td>
|
178
|
+
the <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>. This ranges from 0.0 (left aligned)
|
179
|
+
to 1.0 (right aligned)</td>
|
187
180
|
</tr>
|
188
181
|
<tr>
|
189
182
|
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
190
183
|
<td>Vertical alignment of the child within the allocation of
|
191
|
-
|
192
|
-
|
193
|
-
</td>
|
184
|
+
the <a class="link" href="GtkAspectFrame.html" title="GtkAspectFrame"><span class="type">GtkAspectFrame</span></a>. This ranges from 0.0 (left aligned)
|
185
|
+
to 1.0 (right aligned)</td>
|
194
186
|
</tr>
|
195
187
|
<tr>
|
196
188
|
<td><p><span class="term"><em class="parameter"><code>ratio</code></em> :</span></p></td>
|
197
|
-
<td>The desired aspect ratio
|
198
|
-
</td>
|
189
|
+
<td>The desired aspect ratio.</td>
|
199
190
|
</tr>
|
200
191
|
<tr>
|
201
192
|
<td><p><span class="term"><em class="parameter"><code>obey_child</code></em> :</span></p></td>
|
202
193
|
<td>If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, <em class="parameter"><code>ratio</code></em> is ignored, and the aspect
|
203
|
-
|
204
|
-
</td>
|
194
|
+
ratio is taken from the requistion of the child.</td>
|
205
195
|
</tr>
|
206
196
|
</tbody>
|
207
197
|
</table></div>
|
208
198
|
</div>
|
209
199
|
</div>
|
210
|
-
<div class="refsect1"
|
200
|
+
<div class="refsect1">
|
211
201
|
<a name="GtkAspectFrame.property-details"></a><h2>Property Details</h2>
|
212
|
-
<div class="refsect2"
|
202
|
+
<div class="refsect2">
|
213
203
|
<a name="GtkAspectFrame--obey-child"></a><h3>The <code class="literal">"obey-child"</code> property</h3>
|
214
204
|
<pre class="programlisting"> "obey-child" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
215
205
|
<p>Force aspect ratio to match that of the frame's child.</p>
|
216
206
|
<p>Default value: TRUE</p>
|
217
207
|
</div>
|
218
208
|
<hr>
|
219
|
-
<div class="refsect2"
|
209
|
+
<div class="refsect2">
|
220
210
|
<a name="GtkAspectFrame--ratio"></a><h3>The <code class="literal">"ratio"</code> property</h3>
|
221
211
|
<pre class="programlisting"> "ratio" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
222
212
|
<p>Aspect ratio if obey_child is FALSE.</p>
|
@@ -224,7 +214,7 @@ Set parameters for an existing <a class="link" href="GtkAspectFrame.html" title=
|
|
224
214
|
<p>Default value: 1</p>
|
225
215
|
</div>
|
226
216
|
<hr>
|
227
|
-
<div class="refsect2"
|
217
|
+
<div class="refsect2">
|
228
218
|
<a name="GtkAspectFrame--xalign"></a><h3>The <code class="literal">"xalign"</code> property</h3>
|
229
219
|
<pre class="programlisting"> "xalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
230
220
|
<p>X alignment of the child.</p>
|
@@ -232,7 +222,7 @@ Set parameters for an existing <a class="link" href="GtkAspectFrame.html" title=
|
|
232
222
|
<p>Default value: 0.5</p>
|
233
223
|
</div>
|
234
224
|
<hr>
|
235
|
-
<div class="refsect2"
|
225
|
+
<div class="refsect2">
|
236
226
|
<a name="GtkAspectFrame--yalign"></a><h3>The <code class="literal">"yalign"</code> property</h3>
|
237
227
|
<pre class="programlisting"> "yalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
238
228
|
<p>Y alignment of the child.</p>
|
@@ -243,6 +233,6 @@ Set parameters for an existing <a class="link" href="GtkAspectFrame.html" title=
|
|
243
233
|
</div>
|
244
234
|
<div class="footer">
|
245
235
|
<hr>
|
246
|
-
Generated by GTK-Doc V1.
|
236
|
+
Generated by GTK-Doc V1.16.1</div>
|
247
237
|
</body>
|
248
238
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="WindowWidgets.html" title="Windows">
|
9
9
|
<link rel="prev" href="GtkAboutDialog.html" title="GtkAboutDialog">
|
10
10
|
<link rel="next" href="GtkOffscreenWindow.html" title="GtkOffscreenWindow">
|
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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkAssistant.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry"
|
39
|
+
<div class="refentry">
|
40
40
|
<a name="GtkAssistant"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,12 +45,12 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="assistant.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv"
|
48
|
+
<div class="refsynopsisdiv">
|
49
49
|
<a name="GtkAssistant.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
53
|
+
struct <a class="link" href="GtkAssistant.html#GtkAssistant-struct" title="struct GtkAssistant">GtkAssistant</a>;
|
54
54
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkAssistant.html#gtk-assistant-new" title="gtk_assistant_new ()">gtk_assistant_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
55
55
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkAssistant.html#gtk-assistant-get-current-page" title="gtk_assistant_get_current_page ()">gtk_assistant_get_current_page</a> (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);
|
56
56
|
<span class="returnvalue">void</span> <a class="link" href="GtkAssistant.html#gtk-assistant-set-current-page" title="gtk_assistant_set_current_page ()">gtk_assistant_set_current_page</a> (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
@@ -105,7 +105,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
105
105
|
<span class="returnvalue">void</span> <a class="link" href="GtkAssistant.html#gtk-assistant-commit" title="gtk_assistant_commit ()">gtk_assistant_commit</a> (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);
|
106
106
|
</pre>
|
107
107
|
</div>
|
108
|
-
<div class="refsect1"
|
108
|
+
<div class="refsect1">
|
109
109
|
<a name="GtkAssistant.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
110
110
|
<pre class="synopsis">
|
111
111
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -118,13 +118,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
118
118
|
+----GtkAssistant
|
119
119
|
</pre>
|
120
120
|
</div>
|
121
|
-
<div class="refsect1"
|
121
|
+
<div class="refsect1">
|
122
122
|
<a name="GtkAssistant.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
123
123
|
<p>
|
124
124
|
GtkAssistant implements
|
125
125
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
126
126
|
</div>
|
127
|
-
<div class="refsect1"
|
127
|
+
<div class="refsect1">
|
128
128
|
<a name="GtkAssistant.child-properties"></a><h2>Child Properties</h2>
|
129
129
|
<pre class="synopsis">
|
130
130
|
"<a class="link" href="GtkAssistant.html#GtkAssistant--c-complete" title='The "complete" child property'>complete</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -134,30 +134,32 @@ GtkAssistant implements
|
|
134
134
|
"<a class="link" href="GtkAssistant.html#GtkAssistant--c-title" title='The "title" child property'>title</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
135
135
|
</pre>
|
136
136
|
</div>
|
137
|
-
<div class="refsect1"
|
137
|
+
<div class="refsect1">
|
138
138
|
<a name="GtkAssistant.style-properties"></a><h2>Style Properties</h2>
|
139
139
|
<pre class="synopsis">
|
140
140
|
"<a class="link" href="GtkAssistant.html#GtkAssistant--s-content-padding" title='The "content-padding" style property'>content-padding</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
141
141
|
"<a class="link" href="GtkAssistant.html#GtkAssistant--s-header-padding" title='The "header-padding" style property'>header-padding</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read
|
142
142
|
</pre>
|
143
143
|
</div>
|
144
|
-
<div class="refsect1"
|
144
|
+
<div class="refsect1">
|
145
145
|
<a name="GtkAssistant.signals"></a><h2>Signals</h2>
|
146
146
|
<pre class="synopsis">
|
147
|
-
"<a class="link" href="GtkAssistant.html#GtkAssistant-apply" title='The "apply" signal'>apply</a>" : Run Last
|
148
|
-
"<a class="link" href="GtkAssistant.html#GtkAssistant-cancel" title='The "cancel" signal'>cancel</a>" : Run Last
|
149
|
-
"<a class="link" href="GtkAssistant.html#GtkAssistant-close" title='The "close" signal'>close</a>" : Run Last
|
150
|
-
"<a class="link" href="GtkAssistant.html#GtkAssistant-prepare" title='The "prepare" signal'>prepare</a>" : Run Last
|
147
|
+
"<a class="link" href="GtkAssistant.html#GtkAssistant-apply" title='The "apply" signal'>apply</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>
|
148
|
+
"<a class="link" href="GtkAssistant.html#GtkAssistant-cancel" title='The "cancel" signal'>cancel</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>
|
149
|
+
"<a class="link" href="GtkAssistant.html#GtkAssistant-close" title='The "close" signal'>close</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>
|
150
|
+
"<a class="link" href="GtkAssistant.html#GtkAssistant-prepare" title='The "prepare" signal'>prepare</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>
|
151
151
|
</pre>
|
152
152
|
</div>
|
153
|
-
<div class="refsect1"
|
153
|
+
<div class="refsect1">
|
154
154
|
<a name="GtkAssistant.description"></a><h2>Description</h2>
|
155
155
|
<p>
|
156
156
|
A <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> is a widget used to represent a generally complex
|
157
157
|
operation splitted in several steps, guiding the user through its pages
|
158
158
|
and controlling the page flow to collect the necessary data.
|
159
159
|
</p>
|
160
|
-
<
|
160
|
+
<p>
|
161
|
+
</p>
|
162
|
+
<div class="refsect2">
|
161
163
|
<a name="GtkAssistant-BUILDER-UI"></a><h3>GtkAssistant as GtkBuildable</h3>
|
162
164
|
<p>
|
163
165
|
The GtkAssistant implementation of the GtkBuildable interface exposes the
|
@@ -169,17 +171,19 @@ To add pages to an assistant in GtkBuilder, simply add it as a
|
|
169
171
|
as necessary.
|
170
172
|
</p>
|
171
173
|
</div>
|
174
|
+
<p>
|
175
|
+
</p>
|
172
176
|
</div>
|
173
|
-
<div class="refsect1"
|
177
|
+
<div class="refsect1">
|
174
178
|
<a name="GtkAssistant.details"></a><h2>Details</h2>
|
175
|
-
<div class="refsect2"
|
176
|
-
<a name="GtkAssistant-struct"></a><h3>GtkAssistant</h3>
|
177
|
-
<pre class="programlisting">
|
179
|
+
<div class="refsect2">
|
180
|
+
<a name="GtkAssistant-struct"></a><h3>struct GtkAssistant</h3>
|
181
|
+
<pre class="programlisting">struct GtkAssistant;</pre>
|
178
182
|
<p>
|
179
183
|
</p>
|
180
184
|
</div>
|
181
185
|
<hr>
|
182
|
-
<div class="refsect2"
|
186
|
+
<div class="refsect2">
|
183
187
|
<a name="gtk-assistant-new"></a><h3>gtk_assistant_new ()</h3>
|
184
188
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_assistant_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
185
189
|
<p>
|
@@ -189,15 +193,14 @@ Creates a new <a class="link" href="GtkAssistant.html" title="GtkAssistant"><spa
|
|
189
193
|
<col align="left" valign="top">
|
190
194
|
<tbody><tr>
|
191
195
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
192
|
-
<td>
|
193
|
-
|
196
|
+
<td>a newly created <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a>
|
194
197
|
</td>
|
195
198
|
</tr></tbody>
|
196
199
|
</table></div>
|
197
200
|
<p class="since">Since 2.10</p>
|
198
201
|
</div>
|
199
202
|
<hr>
|
200
|
-
<div class="refsect2"
|
203
|
+
<div class="refsect2">
|
201
204
|
<a name="gtk-assistant-get-current-page"></a><h3>gtk_assistant_get_current_page ()</h3>
|
202
205
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_assistant_get_current_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);</pre>
|
203
206
|
<p>
|
@@ -213,17 +216,15 @@ Returns the page number of the current page
|
|
213
216
|
</tr>
|
214
217
|
<tr>
|
215
218
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
216
|
-
<td>
|
217
|
-
the <em class="parameter"><code>assistant</code></em>, if the <em class="parameter"><code>assistant</code></em> has no pages, -1 will be returned
|
218
|
-
|
219
|
-
</td>
|
219
|
+
<td>The index (starting from 0) of the current page in
|
220
|
+
the <em class="parameter"><code>assistant</code></em>, if the <em class="parameter"><code>assistant</code></em> has no pages, -1 will be returned</td>
|
220
221
|
</tr>
|
221
222
|
</tbody>
|
222
223
|
</table></div>
|
223
224
|
<p class="since">Since 2.10</p>
|
224
225
|
</div>
|
225
226
|
<hr>
|
226
|
-
<div class="refsect2"
|
227
|
+
<div class="refsect2">
|
227
228
|
<a name="gtk-assistant-set-current-page"></a><h3>gtk_assistant_set_current_page ()</h3>
|
228
229
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_current_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
229
230
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
|
@@ -243,17 +244,16 @@ in custom buttons, as the <em class="parameter"><code>assistant</code></em> flow
|
|
243
244
|
<tr>
|
244
245
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
245
246
|
<td>index of the page to switch to, starting from 0.
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
</td>
|
247
|
+
If negative, the last page will be used. If greater
|
248
|
+
than the number of pages in the <em class="parameter"><code>assistant</code></em>, nothing
|
249
|
+
will be done.</td>
|
250
250
|
</tr>
|
251
251
|
</tbody>
|
252
252
|
</table></div>
|
253
253
|
<p class="since">Since 2.10</p>
|
254
254
|
</div>
|
255
255
|
<hr>
|
256
|
-
<div class="refsect2"
|
256
|
+
<div class="refsect2">
|
257
257
|
<a name="gtk-assistant-get-n-pages"></a><h3>gtk_assistant_get_n_pages ()</h3>
|
258
258
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_assistant_get_n_pages (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);</pre>
|
259
259
|
<p>
|
@@ -269,16 +269,14 @@ Returns the number of pages in the <em class="parameter"><code>assistant</code><
|
|
269
269
|
</tr>
|
270
270
|
<tr>
|
271
271
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
272
|
-
<td>
|
273
|
-
|
274
|
-
</td>
|
272
|
+
<td>The number of pages in the <em class="parameter"><code>assistant</code></em>.</td>
|
275
273
|
</tr>
|
276
274
|
</tbody>
|
277
275
|
</table></div>
|
278
276
|
<p class="since">Since 2.10</p>
|
279
277
|
</div>
|
280
278
|
<hr>
|
281
|
-
<div class="refsect2"
|
279
|
+
<div class="refsect2">
|
282
280
|
<a name="gtk-assistant-get-nth-page"></a><h3>gtk_assistant_get_nth_page ()</h3>
|
283
281
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_assistant_get_nth_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
284
282
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_num</code></em>);</pre>
|
@@ -295,13 +293,12 @@ Returns the child widget contained in page number <em class="parameter"><code>pa
|
|
295
293
|
</tr>
|
296
294
|
<tr>
|
297
295
|
<td><p><span class="term"><em class="parameter"><code>page_num</code></em> :</span></p></td>
|
298
|
-
<td>The index of a page in the <em class="parameter"><code>assistant</code></em>, or -1 to get the last page
|
299
|
-
</td>
|
296
|
+
<td>The index of a page in the <em class="parameter"><code>assistant</code></em>, or -1 to get the last page;</td>
|
300
297
|
</tr>
|
301
298
|
<tr>
|
302
299
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
303
|
-
<td>
|
304
|
-
|
300
|
+
<td>The child widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
301
|
+
if <em class="parameter"><code>page_num</code></em> is out of bounds. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
305
302
|
</td>
|
306
303
|
</tr>
|
307
304
|
</tbody>
|
@@ -309,7 +306,7 @@ Returns the child widget contained in page number <em class="parameter"><code>pa
|
|
309
306
|
<p class="since">Since 2.10</p>
|
310
307
|
</div>
|
311
308
|
<hr>
|
312
|
-
<div class="refsect2"
|
309
|
+
<div class="refsect2">
|
313
310
|
<a name="gtk-assistant-prepend-page"></a><h3>gtk_assistant_prepend_page ()</h3>
|
314
311
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_assistant_prepend_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
315
312
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -331,16 +328,14 @@ Prepends a page to the <em class="parameter"><code>assistant</code></em>.
|
|
331
328
|
</tr>
|
332
329
|
<tr>
|
333
330
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
334
|
-
<td>
|
335
|
-
|
336
|
-
</td>
|
331
|
+
<td>the index (starting at 0) of the inserted page</td>
|
337
332
|
</tr>
|
338
333
|
</tbody>
|
339
334
|
</table></div>
|
340
335
|
<p class="since">Since 2.10</p>
|
341
336
|
</div>
|
342
337
|
<hr>
|
343
|
-
<div class="refsect2"
|
338
|
+
<div class="refsect2">
|
344
339
|
<a name="gtk-assistant-append-page"></a><h3>gtk_assistant_append_page ()</h3>
|
345
340
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_assistant_append_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
346
341
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -362,16 +357,14 @@ Appends a page to the <em class="parameter"><code>assistant</code></em>.
|
|
362
357
|
</tr>
|
363
358
|
<tr>
|
364
359
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
365
|
-
<td>
|
366
|
-
|
367
|
-
</td>
|
360
|
+
<td>the index (starting at 0) of the inserted page</td>
|
368
361
|
</tr>
|
369
362
|
</tbody>
|
370
363
|
</table></div>
|
371
364
|
<p class="since">Since 2.10</p>
|
372
365
|
</div>
|
373
366
|
<hr>
|
374
|
-
<div class="refsect2"
|
367
|
+
<div class="refsect2">
|
375
368
|
<a name="gtk-assistant-insert-page"></a><h3>gtk_assistant_insert_page ()</h3>
|
376
369
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_assistant_insert_page (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
377
370
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -395,21 +388,19 @@ Inserts a page in the <em class="parameter"><code>assistant</code></em> at a giv
|
|
395
388
|
<tr>
|
396
389
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
397
390
|
<td>the index (starting at 0) at which to insert the page,
|
398
|
-
|
391
|
+
or -1 to append the page to the <em class="parameter"><code>assistant</code></em>
|
399
392
|
</td>
|
400
393
|
</tr>
|
401
394
|
<tr>
|
402
395
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
403
|
-
<td>
|
404
|
-
|
405
|
-
</td>
|
396
|
+
<td>the index (starting from 0) of the inserted page</td>
|
406
397
|
</tr>
|
407
398
|
</tbody>
|
408
399
|
</table></div>
|
409
400
|
<p class="since">Since 2.10</p>
|
410
401
|
</div>
|
411
402
|
<hr>
|
412
|
-
<div class="refsect2"
|
403
|
+
<div class="refsect2">
|
413
404
|
<a name="GtkAssistantPageFunc"></a><h3>GtkAssistantPageFunc ()</h3>
|
414
405
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> (*GtkAssistantPageFunc) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> current_page</code></em>,
|
415
406
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
@@ -424,24 +415,21 @@ the behavior of the "last" button.
|
|
424
415
|
<tbody>
|
425
416
|
<tr>
|
426
417
|
<td><p><span class="term"><em class="parameter"><code>current_page</code></em> :</span></p></td>
|
427
|
-
<td>The page number used to calculate the next page
|
428
|
-
</td>
|
418
|
+
<td>The page number used to calculate the next page.</td>
|
429
419
|
</tr>
|
430
420
|
<tr>
|
431
421
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
432
|
-
<td>user data
|
433
|
-
</td>
|
422
|
+
<td>user data.</td>
|
434
423
|
</tr>
|
435
424
|
<tr>
|
436
425
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
437
|
-
<td>
|
438
|
-
</td>
|
426
|
+
<td>The next page number.</td>
|
439
427
|
</tr>
|
440
428
|
</tbody>
|
441
429
|
</table></div>
|
442
430
|
</div>
|
443
431
|
<hr>
|
444
|
-
<div class="refsect2"
|
432
|
+
<div class="refsect2">
|
445
433
|
<a name="gtk-assistant-set-forward-page-func"></a><h3>gtk_assistant_set_forward_page_func ()</h3>
|
446
434
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_forward_page_func (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
447
435
|
<em class="parameter"><code><a class="link" href="GtkAssistant.html#GtkAssistantPageFunc" title="GtkAssistantPageFunc ()"><span class="type">GtkAssistantPageFunc</span></a> page_func</code></em>,
|
@@ -464,7 +452,7 @@ page.
|
|
464
452
|
</tr>
|
465
453
|
<tr>
|
466
454
|
<td><p><span class="term"><em class="parameter"><code>page_func</code></em> :</span></p></td>
|
467
|
-
<td>
|
455
|
+
<td>the <a class="link" href="GtkAssistant.html#GtkAssistantPageFunc" title="GtkAssistantPageFunc ()"><span class="type">GtkAssistantPageFunc</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the default one. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
468
456
|
</td>
|
469
457
|
</tr>
|
470
458
|
<tr>
|
@@ -482,7 +470,7 @@ page.
|
|
482
470
|
<p class="since">Since 2.10</p>
|
483
471
|
</div>
|
484
472
|
<hr>
|
485
|
-
<div class="refsect2"
|
473
|
+
<div class="refsect2">
|
486
474
|
<a name="GtkAssistantPageType"></a><h3>enum GtkAssistantPageType</h3>
|
487
475
|
<pre class="programlisting">typedef enum
|
488
476
|
{
|
@@ -538,7 +526,7 @@ Note that an assistant needs to end its page flow with a page of type
|
|
538
526
|
</table></div>
|
539
527
|
</div>
|
540
528
|
<hr>
|
541
|
-
<div class="refsect2"
|
529
|
+
<div class="refsect2">
|
542
530
|
<a name="gtk-assistant-set-page-type"></a><h3>gtk_assistant_set_page_type ()</h3>
|
543
531
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_page_type (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
544
532
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -570,7 +558,7 @@ behavior in the <em class="parameter"><code>assistant</code></em>.
|
|
570
558
|
<p class="since">Since 2.10</p>
|
571
559
|
</div>
|
572
560
|
<hr>
|
573
|
-
<div class="refsect2"
|
561
|
+
<div class="refsect2">
|
574
562
|
<a name="gtk-assistant-get-page-type"></a><h3>gtk_assistant_get_page_type ()</h3>
|
575
563
|
<pre class="programlisting"><a class="link" href="GtkAssistant.html#GtkAssistantPageType" title="enum GtkAssistantPageType"><span class="returnvalue">GtkAssistantPageType</span></a> gtk_assistant_get_page_type (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
576
564
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -592,16 +580,14 @@ Gets the page type of <em class="parameter"><code>page</code></em>.
|
|
592
580
|
</tr>
|
593
581
|
<tr>
|
594
582
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
595
|
-
<td>
|
596
|
-
|
597
|
-
</td>
|
583
|
+
<td>the page type of <em class="parameter"><code>page</code></em>.</td>
|
598
584
|
</tr>
|
599
585
|
</tbody>
|
600
586
|
</table></div>
|
601
587
|
<p class="since">Since 2.10</p>
|
602
588
|
</div>
|
603
589
|
<hr>
|
604
|
-
<div class="refsect2"
|
590
|
+
<div class="refsect2">
|
605
591
|
<a name="gtk-assistant-set-page-title"></a><h3>gtk_assistant_set_page_title ()</h3>
|
606
592
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_page_title (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
607
593
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -633,7 +619,7 @@ area of the assistant when <em class="parameter"><code>page</code></em> is the c
|
|
633
619
|
<p class="since">Since 2.10</p>
|
634
620
|
</div>
|
635
621
|
<hr>
|
636
|
-
<div class="refsect2"
|
622
|
+
<div class="refsect2">
|
637
623
|
<a name="gtk-assistant-get-page-title"></a><h3>gtk_assistant_get_page_title ()</h3>
|
638
624
|
<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_assistant_get_page_title (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
639
625
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -655,16 +641,14 @@ Gets the title for <em class="parameter"><code>page</code></em>.
|
|
655
641
|
</tr>
|
656
642
|
<tr>
|
657
643
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
658
|
-
<td>
|
659
|
-
|
660
|
-
</td>
|
644
|
+
<td>the title for <em class="parameter"><code>page</code></em>.</td>
|
661
645
|
</tr>
|
662
646
|
</tbody>
|
663
647
|
</table></div>
|
664
648
|
<p class="since">Since 2.10</p>
|
665
649
|
</div>
|
666
650
|
<hr>
|
667
|
-
<div class="refsect2"
|
651
|
+
<div class="refsect2">
|
668
652
|
<a name="gtk-assistant-set-page-header-image"></a><h3>gtk_assistant_set_page_header_image ()</h3>
|
669
653
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
670
654
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -688,7 +672,7 @@ area of the assistant when <em class="parameter"><code>page</code></em> is the c
|
|
688
672
|
</tr>
|
689
673
|
<tr>
|
690
674
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
691
|
-
<td>
|
675
|
+
<td>the new header image <em class="parameter"><code>page</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
692
676
|
</td>
|
693
677
|
</tr>
|
694
678
|
</tbody>
|
@@ -696,7 +680,7 @@ area of the assistant when <em class="parameter"><code>page</code></em> is the c
|
|
696
680
|
<p class="since">Since 2.10</p>
|
697
681
|
</div>
|
698
682
|
<hr>
|
699
|
-
<div class="refsect2"
|
683
|
+
<div class="refsect2">
|
700
684
|
<a name="gtk-assistant-get-page-header-image"></a><h3>gtk_assistant_get_page_header_image ()</h3>
|
701
685
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_assistant_get_page_header_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
702
686
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -718,9 +702,8 @@ Gets the header image for <em class="parameter"><code>page</code></em>.
|
|
718
702
|
</tr>
|
719
703
|
<tr>
|
720
704
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
721
|
-
<td>
|
722
|
-
if there's no header image for the page.
|
723
|
-
|
705
|
+
<td>the header image for <em class="parameter"><code>page</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
706
|
+
if there's no header image for the page. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
724
707
|
</td>
|
725
708
|
</tr>
|
726
709
|
</tbody>
|
@@ -728,7 +711,7 @@ if there's no header image for the page.
|
|
728
711
|
<p class="since">Since 2.10</p>
|
729
712
|
</div>
|
730
713
|
<hr>
|
731
|
-
<div class="refsect2"
|
714
|
+
<div class="refsect2">
|
732
715
|
<a name="gtk-assistant-set-page-side-image"></a><h3>gtk_assistant_set_page_side_image ()</h3>
|
733
716
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
734
717
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -752,7 +735,7 @@ area of the assistant when <em class="parameter"><code>page</code></em> is the c
|
|
752
735
|
</tr>
|
753
736
|
<tr>
|
754
737
|
<td><p><span class="term"><em class="parameter"><code>pixbuf</code></em> :</span></p></td>
|
755
|
-
<td>
|
738
|
+
<td>the new header image <em class="parameter"><code>page</code></em>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
756
739
|
</td>
|
757
740
|
</tr>
|
758
741
|
</tbody>
|
@@ -760,7 +743,7 @@ area of the assistant when <em class="parameter"><code>page</code></em> is the c
|
|
760
743
|
<p class="since">Since 2.10</p>
|
761
744
|
</div>
|
762
745
|
<hr>
|
763
|
-
<div class="refsect2"
|
746
|
+
<div class="refsect2">
|
764
747
|
<a name="gtk-assistant-get-page-side-image"></a><h3>gtk_assistant_get_page_side_image ()</h3>
|
765
748
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_assistant_get_page_side_image (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
766
749
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -782,9 +765,8 @@ Gets the header image for <em class="parameter"><code>page</code></em>.
|
|
782
765
|
</tr>
|
783
766
|
<tr>
|
784
767
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
785
|
-
<td>
|
786
|
-
if there's no side image for the page.
|
787
|
-
|
768
|
+
<td>the side image for <em class="parameter"><code>page</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
769
|
+
if there's no side image for the page. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
788
770
|
</td>
|
789
771
|
</tr>
|
790
772
|
</tbody>
|
@@ -792,7 +774,7 @@ if there's no side image for the page.
|
|
792
774
|
<p class="since">Since 2.10</p>
|
793
775
|
</div>
|
794
776
|
<hr>
|
795
|
-
<div class="refsect2"
|
777
|
+
<div class="refsect2">
|
796
778
|
<a name="gtk-assistant-set-page-complete"></a><h3>gtk_assistant_set_page_complete ()</h3>
|
797
779
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_set_page_complete (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
798
780
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>,
|
@@ -816,15 +798,14 @@ Sets whether <em class="parameter"><code>page</code></em> contents are complete.
|
|
816
798
|
</tr>
|
817
799
|
<tr>
|
818
800
|
<td><p><span class="term"><em class="parameter"><code>complete</code></em> :</span></p></td>
|
819
|
-
<td>the completeness status of the page
|
820
|
-
</td>
|
801
|
+
<td>the completeness status of the page</td>
|
821
802
|
</tr>
|
822
803
|
</tbody>
|
823
804
|
</table></div>
|
824
805
|
<p class="since">Since 2.10</p>
|
825
806
|
</div>
|
826
807
|
<hr>
|
827
|
-
<div class="refsect2"
|
808
|
+
<div class="refsect2">
|
828
809
|
<a name="gtk-assistant-get-page-complete"></a><h3>gtk_assistant_get_page_complete ()</h3>
|
829
810
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_assistant_get_page_complete (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
830
811
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page</code></em>);</pre>
|
@@ -846,16 +827,15 @@ Gets whether <em class="parameter"><code>page</code></em> is complete.
|
|
846
827
|
</tr>
|
847
828
|
<tr>
|
848
829
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
849
|
-
<td>
|
850
|
-
|
851
|
-
</td>
|
830
|
+
<td>
|
831
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>page</code></em> is complete.</td>
|
852
832
|
</tr>
|
853
833
|
</tbody>
|
854
834
|
</table></div>
|
855
835
|
<p class="since">Since 2.10</p>
|
856
836
|
</div>
|
857
837
|
<hr>
|
858
|
-
<div class="refsect2"
|
838
|
+
<div class="refsect2">
|
859
839
|
<a name="gtk-assistant-add-action-widget"></a><h3>gtk_assistant_add_action_widget ()</h3>
|
860
840
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_add_action_widget (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
861
841
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -880,7 +860,7 @@ Adds a widget to the action area of a <a class="link" href="GtkAssistant.html" t
|
|
880
860
|
<p class="since">Since 2.10</p>
|
881
861
|
</div>
|
882
862
|
<hr>
|
883
|
-
<div class="refsect2"
|
863
|
+
<div class="refsect2">
|
884
864
|
<a name="gtk-assistant-remove-action-widget"></a><h3>gtk_assistant_remove_action_widget ()</h3>
|
885
865
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_remove_action_widget (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>,
|
886
866
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>);</pre>
|
@@ -905,7 +885,7 @@ Removes a widget from the action area of a <a class="link" href="GtkAssistant.ht
|
|
905
885
|
<p class="since">Since 2.10</p>
|
906
886
|
</div>
|
907
887
|
<hr>
|
908
|
-
<div class="refsect2"
|
888
|
+
<div class="refsect2">
|
909
889
|
<a name="gtk-assistant-update-buttons-state"></a><h3>gtk_assistant_update_buttons_state ()</h3>
|
910
890
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_update_buttons_state (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);</pre>
|
911
891
|
<p>
|
@@ -932,7 +912,7 @@ affects the future page flow of the assistant.
|
|
932
912
|
<p class="since">Since 2.10</p>
|
933
913
|
</div>
|
934
914
|
<hr>
|
935
|
-
<div class="refsect2"
|
915
|
+
<div class="refsect2">
|
936
916
|
<a name="gtk-assistant-commit"></a><h3>gtk_assistant_commit ()</h3>
|
937
917
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_assistant_commit (<em class="parameter"><code><a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant</code></em>);</pre>
|
938
918
|
<p>
|
@@ -958,9 +938,9 @@ clicked apply on a confirmation page.
|
|
958
938
|
<p class="since">Since 2.22</p>
|
959
939
|
</div>
|
960
940
|
</div>
|
961
|
-
<div class="refsect1"
|
941
|
+
<div class="refsect1">
|
962
942
|
<a name="GtkAssistant.child-property-details"></a><h2>Child Property Details</h2>
|
963
|
-
<div class="refsect2"
|
943
|
+
<div class="refsect2">
|
964
944
|
<a name="GtkAssistant--c-complete"></a><h3>The <code class="literal">"complete"</code> child property</h3>
|
965
945
|
<pre class="programlisting"> "complete" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
966
946
|
<p>
|
@@ -972,7 +952,7 @@ to control the sensitivity of the navigation buttons.
|
|
972
952
|
<p class="since">Since 2.10</p>
|
973
953
|
</div>
|
974
954
|
<hr>
|
975
|
-
<div class="refsect2"
|
955
|
+
<div class="refsect2">
|
976
956
|
<a name="GtkAssistant--c-header-image"></a><h3>The <code class="literal">"header-image"</code> child property</h3>
|
977
957
|
<pre class="programlisting"> "header-image" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
978
958
|
<p>
|
@@ -984,7 +964,7 @@ Set this to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-
|
|
984
964
|
<p class="since">Since 2.10</p>
|
985
965
|
</div>
|
986
966
|
<hr>
|
987
|
-
<div class="refsect2"
|
967
|
+
<div class="refsect2">
|
988
968
|
<a name="GtkAssistant--c-page-type"></a><h3>The <code class="literal">"page-type"</code> child property</h3>
|
989
969
|
<pre class="programlisting"> "page-type" <a class="link" href="GtkAssistant.html#GtkAssistantPageType" title="enum GtkAssistantPageType"><span class="type">GtkAssistantPageType</span></a> : Read / Write</pre>
|
990
970
|
<p>
|
@@ -994,13 +974,13 @@ The type of the assistant page.
|
|
994
974
|
<p class="since">Since 2.10</p>
|
995
975
|
</div>
|
996
976
|
<hr>
|
997
|
-
<div class="refsect2"
|
977
|
+
<div class="refsect2">
|
998
978
|
<a name="GtkAssistant--c-sidebar-image"></a><h3>The <code class="literal">"sidebar-image"</code> child property</h3>
|
999
979
|
<pre class="programlisting"> "sidebar-image" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
1000
980
|
<p>Sidebar image for the assistant page.</p>
|
1001
981
|
</div>
|
1002
982
|
<hr>
|
1003
|
-
<div class="refsect2"
|
983
|
+
<div class="refsect2">
|
1004
984
|
<a name="GtkAssistant--c-title"></a><h3>The <code class="literal">"title"</code> child property</h3>
|
1005
985
|
<pre class="programlisting"> "title" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1006
986
|
<p>
|
@@ -1013,9 +993,9 @@ If title and header-image are both <a href="http://library.gnome.org/devel/glib/
|
|
1013
993
|
<p class="since">Since 2.10</p>
|
1014
994
|
</div>
|
1015
995
|
</div>
|
1016
|
-
<div class="refsect1"
|
996
|
+
<div class="refsect1">
|
1017
997
|
<a name="GtkAssistant.style-property-details"></a><h2>Style Property Details</h2>
|
1018
|
-
<div class="refsect2"
|
998
|
+
<div class="refsect2">
|
1019
999
|
<a name="GtkAssistant--s-content-padding"></a><h3>The <code class="literal">"content-padding"</code> style property</h3>
|
1020
1000
|
<pre class="programlisting"> "content-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1021
1001
|
<p>Number of pixels around the content pages.</p>
|
@@ -1023,7 +1003,7 @@ If title and header-image are both <a href="http://library.gnome.org/devel/glib/
|
|
1023
1003
|
<p>Default value: 1</p>
|
1024
1004
|
</div>
|
1025
1005
|
<hr>
|
1026
|
-
<div class="refsect2"
|
1006
|
+
<div class="refsect2">
|
1027
1007
|
<a name="GtkAssistant--s-header-padding"></a><h3>The <code class="literal">"header-padding"</code> style property</h3>
|
1028
1008
|
<pre class="programlisting"> "header-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1029
1009
|
<p>Number of pixels around the header.</p>
|
@@ -1031,12 +1011,12 @@ If title and header-image are both <a href="http://library.gnome.org/devel/glib/
|
|
1031
1011
|
<p>Default value: 6</p>
|
1032
1012
|
</div>
|
1033
1013
|
</div>
|
1034
|
-
<div class="refsect1"
|
1014
|
+
<div class="refsect1">
|
1035
1015
|
<a name="GtkAssistant.signal-details"></a><h2>Signal Details</h2>
|
1036
|
-
<div class="refsect2"
|
1016
|
+
<div class="refsect2">
|
1037
1017
|
<a name="GtkAssistant-apply"></a><h3>The <code class="literal">"apply"</code> signal</h3>
|
1038
1018
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant,
|
1039
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1019
|
+
<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>
|
1040
1020
|
<p>
|
1041
1021
|
The ::apply signal is emitted when the apply button is clicked. The default
|
1042
1022
|
behavior of the <a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> is to switch to the page after the current
|
@@ -1066,10 +1046,10 @@ after the confirmation page and handle this operation within the
|
|
1066
1046
|
<p class="since">Since 2.10</p>
|
1067
1047
|
</div>
|
1068
1048
|
<hr>
|
1069
|
-
<div class="refsect2"
|
1049
|
+
<div class="refsect2">
|
1070
1050
|
<a name="GtkAssistant-cancel"></a><h3>The <code class="literal">"cancel"</code> signal</h3>
|
1071
1051
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant,
|
1072
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1052
|
+
<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>
|
1073
1053
|
<p>
|
1074
1054
|
The ::cancel signal is emitted when then the cancel button is clicked.
|
1075
1055
|
</p>
|
@@ -1090,10 +1070,10 @@ The ::cancel signal is emitted when then the cancel button is clicked.
|
|
1090
1070
|
<p class="since">Since 2.10</p>
|
1091
1071
|
</div>
|
1092
1072
|
<hr>
|
1093
|
-
<div class="refsect2"
|
1073
|
+
<div class="refsect2">
|
1094
1074
|
<a name="GtkAssistant-close"></a><h3>The <code class="literal">"close"</code> signal</h3>
|
1095
1075
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant,
|
1096
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1076
|
+
<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>
|
1097
1077
|
<p>
|
1098
1078
|
The ::close signal is emitted either when the close button of
|
1099
1079
|
a summary page is clicked, or when the apply button in the last
|
@@ -1116,11 +1096,11 @@ page in the flow (of type <a class="link" href="GtkAssistant.html#GTK-ASSISTANT-
|
|
1116
1096
|
<p class="since">Since 2.10</p>
|
1117
1097
|
</div>
|
1118
1098
|
<hr>
|
1119
|
-
<div class="refsect2"
|
1099
|
+
<div class="refsect2">
|
1120
1100
|
<a name="GtkAssistant-prepare"></a><h3>The <code class="literal">"prepare"</code> signal</h3>
|
1121
1101
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkAssistant.html" title="GtkAssistant"><span class="type">GtkAssistant</span></a> *assistant,
|
1122
1102
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *page,
|
1123
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1103
|
+
<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>
|
1124
1104
|
<p>
|
1125
1105
|
The ::prepare signal is emitted when a new page is set as the assistant's
|
1126
1106
|
current page, before making the new page visible. A handler for this signal
|
@@ -1136,8 +1116,7 @@ can do any preparation which are necessary before showing <em class="parameter">
|
|
1136
1116
|
</tr>
|
1137
1117
|
<tr>
|
1138
1118
|
<td><p><span class="term"><em class="parameter"><code>page</code></em> :</span></p></td>
|
1139
|
-
<td>the current page
|
1140
|
-
</td>
|
1119
|
+
<td>the current page</td>
|
1141
1120
|
</tr>
|
1142
1121
|
<tr>
|
1143
1122
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1151,6 +1130,6 @@ can do any preparation which are necessary before showing <em class="parameter">
|
|
1151
1130
|
</div>
|
1152
1131
|
<div class="footer">
|
1153
1132
|
<hr>
|
1154
|
-
Generated by GTK-Doc V1.
|
1133
|
+
Generated by GTK-Doc V1.16.1</div>
|
1155
1134
|
</body>
|
1156
1135
|
</html>
|