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="DeprecatedObjects.html" title="Deprecated">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkOldEditable.html" title="GtkOldEditable">
         | 
| 10 10 | 
             
            <link rel="next" href="GtkPixmap.html" title="GtkPixmap">
         | 
| 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="#GtkOptionMenu.signals" class="shortcut">Signals</a>
         | 
| 37 37 | 
             
            </td></tr>
         | 
| 38 38 | 
             
            </table>
         | 
| 39 | 
            -
            <div class="refentry" | 
| 39 | 
            +
            <div class="refentry">
         | 
| 40 40 | 
             
            <a name="GtkOptionMenu"></a><div class="titlepage"></div>
         | 
| 41 41 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 42 42 | 
             
            <td valign="top">
         | 
| @@ -45,14 +45,14 @@ | |
| 45 45 | 
             
            </td>
         | 
| 46 46 | 
             
            <td valign="top" align="right"></td>
         | 
| 47 47 | 
             
            </tr></table></div>
         | 
| 48 | 
            -
            <div class="refsynopsisdiv" | 
| 48 | 
            +
            <div class="refsynopsisdiv">
         | 
| 49 49 | 
             
            <a name="GtkOptionMenu.synopsis"></a><h2>Synopsis</h2>
         | 
| 50 50 | 
             
            <pre class="synopsis">
         | 
| 51 51 | 
             
            #include <gtk/gtk.h>
         | 
| 52 52 |  | 
| 53 | 
            -
             | 
| 54 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 55 | 
            -
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 53 | 
            +
            struct              <a class="link" href="GtkOptionMenu.html#GtkOptionMenu-struct" title="struct GtkOptionMenu">GtkOptionMenu</a>;
         | 
| 54 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkOptionMenu.html#gtk-option-menu-new" title="gtk_option_menu_new ()">gtk_option_menu_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
         | 
| 55 | 
            +
            <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkOptionMenu.html#gtk-option-menu-get-menu" title="gtk_option_menu_get_menu ()">gtk_option_menu_get_menu</a>            (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
         | 
| 56 56 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-set-menu" title="gtk_option_menu_set_menu ()">gtk_option_menu_set_menu</a>            (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>,
         | 
| 57 57 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu</code></em>);
         | 
| 58 58 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-remove-menu" title="gtk_option_menu_remove_menu ()">gtk_option_menu_remove_menu</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
         | 
| @@ -61,7 +61,7 @@ | |
| 61 61 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GtkOptionMenu.html#gtk-option-menu-get-history" title="gtk_option_menu_get_history ()">gtk_option_menu_get_history</a>         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);
         | 
| 62 62 | 
             
            </pre>
         | 
| 63 63 | 
             
            </div>
         | 
| 64 | 
            -
            <div class="refsect1" | 
| 64 | 
            +
            <div class="refsect1">
         | 
| 65 65 | 
             
            <a name="GtkOptionMenu.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 66 66 | 
             
            <pre class="synopsis">
         | 
| 67 67 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| @@ -74,32 +74,32 @@ | |
| 74 74 | 
             
                                                   +----GtkOptionMenu
         | 
| 75 75 | 
             
            </pre>
         | 
| 76 76 | 
             
            </div>
         | 
| 77 | 
            -
            <div class="refsect1" | 
| 77 | 
            +
            <div class="refsect1">
         | 
| 78 78 | 
             
            <a name="GtkOptionMenu.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
         | 
| 79 79 | 
             
            <p>
         | 
| 80 80 | 
             
            GtkOptionMenu implements
         | 
| 81 81 | 
             
             AtkImplementorIface,  <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and  <a class="link" href="GtkActivatable.html" title="GtkActivatable">GtkActivatable</a>.</p>
         | 
| 82 82 | 
             
            </div>
         | 
| 83 | 
            -
            <div class="refsect1" | 
| 83 | 
            +
            <div class="refsect1">
         | 
| 84 84 | 
             
            <a name="GtkOptionMenu.properties"></a><h2>Properties</h2>
         | 
| 85 85 | 
             
            <pre class="synopsis">
         | 
| 86 86 | 
             
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu--menu" title='The "menu" property'>menu</a>"                     <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>*              : Read / Write
         | 
| 87 87 | 
             
            </pre>
         | 
| 88 88 | 
             
            </div>
         | 
| 89 | 
            -
            <div class="refsect1" | 
| 89 | 
            +
            <div class="refsect1">
         | 
| 90 90 | 
             
            <a name="GtkOptionMenu.style-properties"></a><h2>Style Properties</h2>
         | 
| 91 91 | 
             
            <pre class="synopsis">
         | 
| 92 | 
            -
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu--s-indicator-size" title='The "indicator-size" style property'>indicator-size</a>"           <a class="link" href="GtkWidget.html#GtkRequisition" | 
| 93 | 
            -
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu--s-indicator-spacing" title='The "indicator-spacing" style property'>indicator-spacing</a>"        <a class="link" href="GtkStyle.html#GtkBorder" | 
| 92 | 
            +
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu--s-indicator-size" title='The "indicator-size" style property'>indicator-size</a>"           <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a>*       : Read
         | 
| 93 | 
            +
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu--s-indicator-spacing" title='The "indicator-spacing" style property'>indicator-spacing</a>"        <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read
         | 
| 94 94 | 
             
            </pre>
         | 
| 95 95 | 
             
            </div>
         | 
| 96 | 
            -
            <div class="refsect1" | 
| 96 | 
            +
            <div class="refsect1">
         | 
| 97 97 | 
             
            <a name="GtkOptionMenu.signals"></a><h2>Signals</h2>
         | 
| 98 98 | 
             
            <pre class="synopsis">
         | 
| 99 | 
            -
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
         | 
| 99 | 
            +
              "<a class="link" href="GtkOptionMenu.html#GtkOptionMenu-changed" title='The "changed" signal'>changed</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>
         | 
| 100 100 | 
             
            </pre>
         | 
| 101 101 | 
             
            </div>
         | 
| 102 | 
            -
            <div class="refsect1" | 
| 102 | 
            +
            <div class="refsect1">
         | 
| 103 103 | 
             
            <a name="GtkOptionMenu.description"></a><h2>Description</h2>
         | 
| 104 104 | 
             
            <p>
         | 
| 105 105 | 
             
            A <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> is a widget that allows the user to choose from a
         | 
| @@ -120,25 +120,25 @@ menu item with <a class="link" href="GtkOptionMenu.html#gtk-option-menu-get-hist | |
| 120 120 | 
             
            As of GTK+ 2.4, <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> has been deprecated in favor of <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a>.
         | 
| 121 121 | 
             
            </p>
         | 
| 122 122 | 
             
            </div>
         | 
| 123 | 
            -
            <div class="refsect1" | 
| 123 | 
            +
            <div class="refsect1">
         | 
| 124 124 | 
             
            <a name="GtkOptionMenu.details"></a><h2>Details</h2>
         | 
| 125 | 
            -
            <div class="refsect2" | 
| 126 | 
            -
            <a name="GtkOptionMenu-struct"></a><h3>GtkOptionMenu</h3>
         | 
| 127 | 
            -
            <pre class="programlisting"> | 
| 128 | 
            -
            <div class="warning"  | 
| 125 | 
            +
            <div class="refsect2">
         | 
| 126 | 
            +
            <a name="GtkOptionMenu-struct"></a><h3>struct GtkOptionMenu</h3>
         | 
| 127 | 
            +
            <pre class="programlisting">struct GtkOptionMenu;</pre>
         | 
| 128 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 129 129 | 
             
            <h3 class="title">Warning</h3>
         | 
| 130 130 | 
             
            <p><code class="literal">GtkOptionMenu</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 131 131 | 
             
            </div>
         | 
| 132 132 | 
             
            <p>
         | 
| 133 | 
            -
            The <a class="link" href="GtkOptionMenu.html#GtkOptionMenu-struct" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> struct contains private data only, and
         | 
| 133 | 
            +
            The <a class="link" href="GtkOptionMenu.html#GtkOptionMenu-struct" title="struct GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> struct contains private data only, and
         | 
| 134 134 | 
             
            should be accessed using the functions below.
         | 
| 135 135 | 
             
            </p>
         | 
| 136 136 | 
             
            </div>
         | 
| 137 137 | 
             
            <hr>
         | 
| 138 | 
            -
            <div class="refsect2" | 
| 138 | 
            +
            <div class="refsect2">
         | 
| 139 139 | 
             
            <a name="gtk-option-menu-new"></a><h3>gtk_option_menu_new ()</h3>
         | 
| 140 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 141 | 
            -
            <div class="warning"  | 
| 140 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_option_menu_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 141 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 142 142 | 
             
            <h3 class="title">Warning</h3>
         | 
| 143 143 | 
             
            <p><code class="literal">gtk_option_menu_new</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 144 144 | 
             
            </div>
         | 
| @@ -149,16 +149,15 @@ Creates a new <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><s | |
| 149 149 | 
             
            <col align="left" valign="top">
         | 
| 150 150 | 
             
            <tbody><tr>
         | 
| 151 151 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 152 | 
            -
            <td>a new <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 153 | 
            -
            </td>
         | 
| 152 | 
            +
            <td>a new <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 154 153 | 
             
            </tr></tbody>
         | 
| 155 154 | 
             
            </table></div>
         | 
| 156 155 | 
             
            </div>
         | 
| 157 156 | 
             
            <hr>
         | 
| 158 | 
            -
            <div class="refsect2" | 
| 157 | 
            +
            <div class="refsect2">
         | 
| 159 158 | 
             
            <a name="gtk-option-menu-get-menu"></a><h3>gtk_option_menu_get_menu ()</h3>
         | 
| 160 | 
            -
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a | 
| 161 | 
            -
            <div class="warning"  | 
| 159 | 
            +
            <pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         gtk_option_menu_get_menu            (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);</pre>
         | 
| 160 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 162 161 | 
             
            <h3 class="title">Warning</h3>
         | 
| 163 162 | 
             
            <p><code class="literal">gtk_option_menu_get_menu</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 164 163 | 
             
            </div>
         | 
| @@ -170,23 +169,21 @@ Returns the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="typ | |
| 170 169 | 
             
            <tbody>
         | 
| 171 170 | 
             
            <tr>
         | 
| 172 171 | 
             
            <td><p><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></p></td>
         | 
| 173 | 
            -
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 174 | 
            -
            </td>
         | 
| 172 | 
            +
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 175 173 | 
             
            </tr>
         | 
| 176 174 | 
             
            <tr>
         | 
| 177 175 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 178 | 
            -
            <td>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> associated with the <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 179 | 
            -
            </td>
         | 
| 176 | 
            +
            <td>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> associated with the <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 180 177 | 
             
            </tr>
         | 
| 181 178 | 
             
            </tbody>
         | 
| 182 179 | 
             
            </table></div>
         | 
| 183 180 | 
             
            </div>
         | 
| 184 181 | 
             
            <hr>
         | 
| 185 | 
            -
            <div class="refsect2" | 
| 182 | 
            +
            <div class="refsect2">
         | 
| 186 183 | 
             
            <a name="gtk-option-menu-set-menu"></a><h3>gtk_option_menu_set_menu ()</h3>
         | 
| 187 184 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_option_menu_set_menu            (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>,
         | 
| 188 185 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *menu</code></em>);</pre>
         | 
| 189 | 
            -
            <div class="warning"  | 
| 186 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 190 187 | 
             
            <h3 class="title">Warning</h3>
         | 
| 191 188 | 
             
            <p><code class="literal">gtk_option_menu_set_menu</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 192 189 | 
             
            </div>
         | 
| @@ -200,22 +197,20 @@ use of tearoff menu items, submenus, and accelerators. | |
| 200 197 | 
             
            <tbody>
         | 
| 201 198 | 
             
            <tr>
         | 
| 202 199 | 
             
            <td><p><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></p></td>
         | 
| 203 | 
            -
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 204 | 
            -
            </td>
         | 
| 200 | 
            +
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 205 201 | 
             
            </tr>
         | 
| 206 202 | 
             
            <tr>
         | 
| 207 203 | 
             
            <td><p><span class="term"><em class="parameter"><code>menu</code></em> :</span></p></td>
         | 
| 208 | 
            -
            <td>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> to associate with the <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 209 | 
            -
            </td>
         | 
| 204 | 
            +
            <td>the <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> to associate with the <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 210 205 | 
             
            </tr>
         | 
| 211 206 | 
             
            </tbody>
         | 
| 212 207 | 
             
            </table></div>
         | 
| 213 208 | 
             
            </div>
         | 
| 214 209 | 
             
            <hr>
         | 
| 215 | 
            -
            <div class="refsect2" | 
| 210 | 
            +
            <div class="refsect2">
         | 
| 216 211 | 
             
            <a name="gtk-option-menu-remove-menu"></a><h3>gtk_option_menu_remove_menu ()</h3>
         | 
| 217 212 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_option_menu_remove_menu         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);</pre>
         | 
| 218 | 
            -
            <div class="warning"  | 
| 213 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 219 214 | 
             
            <h3 class="title">Warning</h3>
         | 
| 220 215 | 
             
            <p><code class="literal">gtk_option_menu_remove_menu</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 221 216 | 
             
            </div>
         | 
| @@ -226,17 +221,16 @@ Removes the menu from the option menu. | |
| 226 221 | 
             
            <col align="left" valign="top">
         | 
| 227 222 | 
             
            <tbody><tr>
         | 
| 228 223 | 
             
            <td><p><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></p></td>
         | 
| 229 | 
            -
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 230 | 
            -
            </td>
         | 
| 224 | 
            +
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 231 225 | 
             
            </tr></tbody>
         | 
| 232 226 | 
             
            </table></div>
         | 
| 233 227 | 
             
            </div>
         | 
| 234 228 | 
             
            <hr>
         | 
| 235 | 
            -
            <div class="refsect2" | 
| 229 | 
            +
            <div class="refsect2">
         | 
| 236 230 | 
             
            <a name="gtk-option-menu-set-history"></a><h3>gtk_option_menu_set_history ()</h3>
         | 
| 237 231 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_option_menu_set_history         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>,
         | 
| 238 232 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index_</code></em>);</pre>
         | 
| 239 | 
            -
            <div class="warning"  | 
| 233 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 240 234 | 
             
            <h3 class="title">Warning</h3>
         | 
| 241 235 | 
             
            <p><code class="literal">gtk_option_menu_set_history</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 242 236 | 
             
            </div>
         | 
| @@ -249,22 +243,20 @@ selected value for the option menu. | |
| 249 243 | 
             
            <tbody>
         | 
| 250 244 | 
             
            <tr>
         | 
| 251 245 | 
             
            <td><p><span class="term"><em class="parameter"><code>option_menu</code></em> :</span></p></td>
         | 
| 252 | 
            -
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a | 
| 253 | 
            -
            </td>
         | 
| 246 | 
            +
            <td>a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.</td>
         | 
| 254 247 | 
             
            </tr>
         | 
| 255 248 | 
             
            <tr>
         | 
| 256 249 | 
             
            <td><p><span class="term"><em class="parameter"><code>index_</code></em> :</span></p></td>
         | 
| 257 | 
            -
            <td>the index of the menu item to select.  Index values are from 0 to n-1 | 
| 258 | 
            -
            </td>
         | 
| 250 | 
            +
            <td>the index of the menu item to select.  Index values are from 0 to n-1.</td>
         | 
| 259 251 | 
             
            </tr>
         | 
| 260 252 | 
             
            </tbody>
         | 
| 261 253 | 
             
            </table></div>
         | 
| 262 254 | 
             
            </div>
         | 
| 263 255 | 
             
            <hr>
         | 
| 264 | 
            -
            <div class="refsect2" | 
| 256 | 
            +
            <div class="refsect2">
         | 
| 265 257 | 
             
            <a name="gtk-option-menu-get-history"></a><h3>gtk_option_menu_get_history ()</h3>
         | 
| 266 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_option_menu_get_history         (<em class="parameter"><code><a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *option_menu</code></em>);</pre>
         | 
| 267 | 
            -
            <div class="warning"  | 
| 259 | 
            +
            <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
         | 
| 268 260 | 
             
            <h3 class="title">Warning</h3>
         | 
| 269 261 | 
             
            <p><code class="literal">gtk_option_menu_get_history</code> has been deprecated since version 2.4 and should not be used in newly-written code. Use <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type">GtkComboBox</span></a> instead.</p>
         | 
| 270 262 | 
             
            </div>
         | 
| @@ -282,41 +274,40 @@ items are numbered from top to bottom, starting with 0. | |
| 282 274 | 
             
            </tr>
         | 
| 283 275 | 
             
            <tr>
         | 
| 284 276 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 285 | 
            -
            <td> | 
| 286 | 
            -
            </td>
         | 
| 277 | 
            +
            <td>index of the selected menu item, or -1 if there are no menu items</td>
         | 
| 287 278 | 
             
            </tr>
         | 
| 288 279 | 
             
            </tbody>
         | 
| 289 280 | 
             
            </table></div>
         | 
| 290 281 | 
             
            </div>
         | 
| 291 282 | 
             
            </div>
         | 
| 292 | 
            -
            <div class="refsect1" | 
| 283 | 
            +
            <div class="refsect1">
         | 
| 293 284 | 
             
            <a name="GtkOptionMenu.property-details"></a><h2>Property Details</h2>
         | 
| 294 | 
            -
            <div class="refsect2" | 
| 285 | 
            +
            <div class="refsect2">
         | 
| 295 286 | 
             
            <a name="GtkOptionMenu--menu"></a><h3>The <code class="literal">"menu"</code> property</h3>
         | 
| 296 287 | 
             
            <pre class="programlisting">  "menu"                     <a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a>*              : Read / Write</pre>
         | 
| 297 288 | 
             
            <p>The menu of options.</p>
         | 
| 298 289 | 
             
            </div>
         | 
| 299 290 | 
             
            </div>
         | 
| 300 | 
            -
            <div class="refsect1" | 
| 291 | 
            +
            <div class="refsect1">
         | 
| 301 292 | 
             
            <a name="GtkOptionMenu.style-property-details"></a><h2>Style Property Details</h2>
         | 
| 302 | 
            -
            <div class="refsect2" | 
| 293 | 
            +
            <div class="refsect2">
         | 
| 303 294 | 
             
            <a name="GtkOptionMenu--s-indicator-size"></a><h3>The <code class="literal">"indicator-size"</code> style property</h3>
         | 
| 304 | 
            -
            <pre class="programlisting">  "indicator-size"           <a class="link" href="GtkWidget.html#GtkRequisition" | 
| 295 | 
            +
            <pre class="programlisting">  "indicator-size"           <a class="link" href="GtkWidget.html#GtkRequisition"><span class="type">GtkRequisition</span></a>*       : Read</pre>
         | 
| 305 296 | 
             
            <p>Size of dropdown indicator.</p>
         | 
| 306 297 | 
             
            </div>
         | 
| 307 298 | 
             
            <hr>
         | 
| 308 | 
            -
            <div class="refsect2" | 
| 299 | 
            +
            <div class="refsect2">
         | 
| 309 300 | 
             
            <a name="GtkOptionMenu--s-indicator-spacing"></a><h3>The <code class="literal">"indicator-spacing"</code> style property</h3>
         | 
| 310 | 
            -
            <pre class="programlisting">  "indicator-spacing"        <a class="link" href="GtkStyle.html#GtkBorder" | 
| 301 | 
            +
            <pre class="programlisting">  "indicator-spacing"        <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>*            : Read</pre>
         | 
| 311 302 | 
             
            <p>Spacing around indicator.</p>
         | 
| 312 303 | 
             
            </div>
         | 
| 313 304 | 
             
            </div>
         | 
| 314 | 
            -
            <div class="refsect1" | 
| 305 | 
            +
            <div class="refsect1">
         | 
| 315 306 | 
             
            <a name="GtkOptionMenu.signal-details"></a><h2>Signal Details</h2>
         | 
| 316 | 
            -
            <div class="refsect2" | 
| 307 | 
            +
            <div class="refsect2">
         | 
| 317 308 | 
             
            <a name="GtkOptionMenu-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
         | 
| 318 309 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a> *optionmenu,
         | 
| 319 | 
            -
                                                                    <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>
         | 
| 310 | 
            +
                                                                    <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>
         | 
| 320 311 | 
             
            <p>
         | 
| 321 312 | 
             
            </p>
         | 
| 322 313 | 
             
            <div class="variablelist"><table border="0">
         | 
| @@ -324,8 +315,7 @@ items are numbered from top to bottom, starting with 0. | |
| 324 315 | 
             
            <tbody>
         | 
| 325 316 | 
             
            <tr>
         | 
| 326 317 | 
             
            <td><p><span class="term"><em class="parameter"><code>optionmenu</code></em> :</span></p></td>
         | 
| 327 | 
            -
            <td>the object which received the signal | 
| 328 | 
            -
            </td>
         | 
| 318 | 
            +
            <td>the object which received the signal.</td>
         | 
| 329 319 | 
             
            </tr>
         | 
| 330 320 | 
             
            <tr>
         | 
| 331 321 | 
             
            <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
         | 
| @@ -338,6 +328,6 @@ items are numbered from top to bottom, starting with 0. | |
| 338 328 | 
             
            </div>
         | 
| 339 329 | 
             
            <div class="footer">
         | 
| 340 330 | 
             
            <hr>
         | 
| 341 | 
            -
                      Generated by GTK-Doc V1. | 
| 331 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 342 332 | 
             
            </body>
         | 
| 343 333 | 
             
            </html>
         | 
| @@ -7,8 +7,8 @@ | |
| 7 7 | 
             
            <link rel="home" href="index.html" title="GTK+ Reference Manual">
         | 
| 8 8 | 
             
            <link rel="up" href="Printing.html" title="Printing">
         | 
| 9 9 | 
             
            <link rel="prev" href="GtkPrintSettings.html" title="GtkPrintSettings">
         | 
| 10 | 
            -
            <link rel="next" href=" | 
| 11 | 
            -
            <meta name="generator" content="GTK-Doc V1. | 
| 10 | 
            +
            <link rel="next" href="GtkPaperSize.html" title="GtkPaperSize">
         | 
| 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">
         | 
| @@ -18,7 +18,7 @@ | |
| 18 18 | 
             
            <td><a accesskey="u" href="Printing.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
         | 
| 19 19 | 
             
            <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
         | 
| 20 20 | 
             
            <th width="100%" align="center">GTK+ Reference Manual</th>
         | 
| 21 | 
            -
            <td><a accesskey="n" href=" | 
| 21 | 
            +
            <td><a accesskey="n" href="GtkPaperSize.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
         | 
| 22 22 | 
             
            </tr>
         | 
| 23 23 | 
             
            <tr><td colspan="5" class="shortcuts">
         | 
| 24 24 | 
             
            <a href="#GtkPageSetup.synopsis" class="shortcut">Top</a>
         | 
| @@ -28,7 +28,7 @@ | |
| 28 28 | 
             
                              <a href="#GtkPageSetup.object-hierarchy" class="shortcut">Object Hierarchy</a>
         | 
| 29 29 | 
             
            </td></tr>
         | 
| 30 30 | 
             
            </table>
         | 
| 31 | 
            -
            <div class="refentry" | 
| 31 | 
            +
            <div class="refentry">
         | 
| 32 32 | 
             
            <a name="GtkPageSetup"></a><div class="titlepage"></div>
         | 
| 33 33 | 
             
            <div class="refnamediv"><table width="100%"><tr>
         | 
| 34 34 | 
             
            <td valign="top">
         | 
| @@ -37,7 +37,7 @@ | |
| 37 37 | 
             
            </td>
         | 
| 38 38 | 
             
            <td valign="top" align="right"></td>
         | 
| 39 39 | 
             
            </tr></table></div>
         | 
| 40 | 
            -
            <div class="refsynopsisdiv" | 
| 40 | 
            +
            <div class="refsynopsisdiv">
         | 
| 41 41 | 
             
            <a name="GtkPageSetup.synopsis"></a><h2>Synopsis</h2>
         | 
| 42 42 | 
             
            <pre class="synopsis">
         | 
| 43 43 | 
             
            #include <gtk/gtk.h>
         | 
| @@ -48,40 +48,40 @@ | |
| 48 48 | 
             
            <a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="returnvalue">GtkPageOrientation</span></a>  <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-orientation" title="gtk_page_setup_get_orientation ()">gtk_page_setup_get_orientation</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>);
         | 
| 49 49 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-orientation" title="gtk_page_setup_set_orientation ()">gtk_page_setup_set_orientation</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 50 50 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> orientation</code></em>);
         | 
| 51 | 
            -
            <a class="link" href=" | 
| 51 | 
            +
            <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> *      <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-paper-size" title="gtk_page_setup_get_paper_size ()">gtk_page_setup_get_paper_size</a>       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>);
         | 
| 52 52 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-paper-size" title="gtk_page_setup_set_paper_size ()">gtk_page_setup_set_paper_size</a>       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 53 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 53 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
         | 
| 54 54 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-top-margin" title="gtk_page_setup_get_top_margin ()">gtk_page_setup_get_top_margin</a>       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 55 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 55 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 56 56 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-top-margin" title="gtk_page_setup_set_top_margin ()">gtk_page_setup_set_top_margin</a>       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 57 57 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 58 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 58 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 59 59 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-bottom-margin" title="gtk_page_setup_get_bottom_margin ()">gtk_page_setup_get_bottom_margin</a>    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 60 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 60 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 61 61 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-bottom-margin" title="gtk_page_setup_set_bottom_margin ()">gtk_page_setup_set_bottom_margin</a>    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 62 62 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 63 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 63 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 64 64 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-left-margin" title="gtk_page_setup_get_left_margin ()">gtk_page_setup_get_left_margin</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 65 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 65 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 66 66 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-left-margin" title="gtk_page_setup_set_left_margin ()">gtk_page_setup_set_left_margin</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 67 67 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 68 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 68 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 69 69 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-right-margin" title="gtk_page_setup_get_right_margin ()">gtk_page_setup_get_right_margin</a>     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 70 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 70 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 71 71 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-right-margin" title="gtk_page_setup_set_right_margin ()">gtk_page_setup_set_right_margin</a>     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 72 72 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 73 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 73 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 74 74 | 
             
            <span class="returnvalue">void</span>                <a class="link" href="GtkPageSetup.html#gtk-page-setup-set-paper-size-and-default-margins" title="gtk_page_setup_set_paper_size_and_default_margins ()">gtk_page_setup_set_paper_size_and_default_margins</a>
         | 
| 75 75 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 76 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 76 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);
         | 
| 77 77 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-paper-width" title="gtk_page_setup_get_paper_width ()">gtk_page_setup_get_paper_width</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 78 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 78 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 79 79 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-paper-height" title="gtk_page_setup_get_paper_height ()">gtk_page_setup_get_paper_height</a>     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 80 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 80 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 81 81 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-page-width" title="gtk_page_setup_get_page_width ()">gtk_page_setup_get_page_width</a>       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 82 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 82 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 83 83 | 
             
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-page-height" title="gtk_page_setup_get_page_height ()">gtk_page_setup_get_page_height</a>      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 84 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 84 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
         | 
| 85 85 |  | 
| 86 86 | 
             
            <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *      <a class="link" href="GtkPageSetup.html#gtk-page-setup-new-from-file" title="gtk_page_setup_new_from_file ()">gtk_page_setup_new_from_file</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> *file_name</code></em>,
         | 
| 87 87 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
         | 
| @@ -103,14 +103,14 @@ | |
| 103 103 | 
             
                                                                     <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> *group_name</code></em>);
         | 
| 104 104 | 
             
            </pre>
         | 
| 105 105 | 
             
            </div>
         | 
| 106 | 
            -
            <div class="refsect1" | 
| 106 | 
            +
            <div class="refsect1">
         | 
| 107 107 | 
             
            <a name="GtkPageSetup.object-hierarchy"></a><h2>Object Hierarchy</h2>
         | 
| 108 108 | 
             
            <pre class="synopsis">
         | 
| 109 109 | 
             
              <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
         | 
| 110 110 | 
             
               +----GtkPageSetup
         | 
| 111 111 | 
             
            </pre>
         | 
| 112 112 | 
             
            </div>
         | 
| 113 | 
            -
            <div class="refsect1" | 
| 113 | 
            +
            <div class="refsect1">
         | 
| 114 114 | 
             
            <a name="GtkPageSetup.description"></a><h2>Description</h2>
         | 
| 115 115 | 
             
            <p>
         | 
| 116 116 | 
             
            A GtkPageSetup object stores the page size, orientation and margins.
         | 
| @@ -133,7 +133,7 @@ to get the defaults, or use <a class="link" href="gtk-High-level-Printing-API.ht | |
| 133 133 | 
             
            the page setup dialog and receive the resulting page setup.
         | 
| 134 134 | 
             
            </p>
         | 
| 135 135 | 
             
            <div class="example">
         | 
| 136 | 
            -
            <a name=" | 
| 136 | 
            +
            <a name="id1186687"></a><p class="title"><b>Example 51. A page setup dialog</b></p>
         | 
| 137 137 | 
             
            <div class="example-contents">
         | 
| 138 138 | 
             
              <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
         | 
| 139 139 | 
             
                <tbody>
         | 
| @@ -176,16 +176,16 @@ the page setup dialog and receive the resulting page setup. | |
| 176 176 | 
             
            Printing support was added in GTK+ 2.10.
         | 
| 177 177 | 
             
            </p>
         | 
| 178 178 | 
             
            </div>
         | 
| 179 | 
            -
            <div class="refsect1" | 
| 179 | 
            +
            <div class="refsect1">
         | 
| 180 180 | 
             
            <a name="GtkPageSetup.details"></a><h2>Details</h2>
         | 
| 181 | 
            -
            <div class="refsect2" | 
| 181 | 
            +
            <div class="refsect2">
         | 
| 182 182 | 
             
            <a name="GtkPageSetup-struct"></a><h3>GtkPageSetup</h3>
         | 
| 183 183 | 
             
            <pre class="programlisting">typedef struct _GtkPageSetup GtkPageSetup;</pre>
         | 
| 184 184 | 
             
            <p>
         | 
| 185 185 | 
             
            </p>
         | 
| 186 186 | 
             
            </div>
         | 
| 187 187 | 
             
            <hr>
         | 
| 188 | 
            -
            <div class="refsect2" | 
| 188 | 
            +
            <div class="refsect2">
         | 
| 189 189 | 
             
            <a name="gtk-page-setup-new"></a><h3>gtk_page_setup_new ()</h3>
         | 
| 190 190 | 
             
            <pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *      gtk_page_setup_new                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
         | 
| 191 191 | 
             
            <p>
         | 
| @@ -195,15 +195,13 @@ Creates a new <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><spa | |
| 195 195 | 
             
            <col align="left" valign="top">
         | 
| 196 196 | 
             
            <tbody><tr>
         | 
| 197 197 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 198 | 
            -
            <td> | 
| 199 | 
            -
             | 
| 200 | 
            -
            </td>
         | 
| 198 | 
            +
            <td>a new <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.</td>
         | 
| 201 199 | 
             
            </tr></tbody>
         | 
| 202 200 | 
             
            </table></div>
         | 
| 203 201 | 
             
            <p class="since">Since 2.10</p>
         | 
| 204 202 | 
             
            </div>
         | 
| 205 203 | 
             
            <hr>
         | 
| 206 | 
            -
            <div class="refsect2" | 
| 204 | 
            +
            <div class="refsect2">
         | 
| 207 205 | 
             
            <a name="gtk-page-setup-copy"></a><h3>gtk_page_setup_copy ()</h3>
         | 
| 208 206 | 
             
            <pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *      gtk_page_setup_copy                 (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *other</code></em>);</pre>
         | 
| 209 207 | 
             
            <p>
         | 
| @@ -214,13 +212,11 @@ Copies a <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span cla | |
| 214 212 | 
             
            <tbody>
         | 
| 215 213 | 
             
            <tr>
         | 
| 216 214 | 
             
            <td><p><span class="term"><em class="parameter"><code>other</code></em> :</span></p></td>
         | 
| 217 | 
            -
            <td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> to copy
         | 
| 218 | 
            -
            </td>
         | 
| 215 | 
            +
            <td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> to copy</td>
         | 
| 219 216 | 
             
            </tr>
         | 
| 220 217 | 
             
            <tr>
         | 
| 221 218 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 222 | 
            -
            <td> | 
| 223 | 
            -
             | 
| 219 | 
            +
            <td>a copy of <em class="parameter"><code>other</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
         | 
| 224 220 | 
             
            </td>
         | 
| 225 221 | 
             
            </tr>
         | 
| 226 222 | 
             
            </tbody>
         | 
| @@ -228,7 +224,7 @@ Copies a <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span cla | |
| 228 224 | 
             
            <p class="since">Since 2.10</p>
         | 
| 229 225 | 
             
            </div>
         | 
| 230 226 | 
             
            <hr>
         | 
| 231 | 
            -
            <div class="refsect2" | 
| 227 | 
            +
            <div class="refsect2">
         | 
| 232 228 | 
             
            <a name="gtk-page-setup-get-orientation"></a><h3>gtk_page_setup_get_orientation ()</h3>
         | 
| 233 229 | 
             
            <pre class="programlisting"><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="returnvalue">GtkPageOrientation</span></a>  gtk_page_setup_get_orientation      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>);</pre>
         | 
| 234 230 | 
             
            <p>
         | 
| @@ -244,16 +240,14 @@ Gets the page orientation of the <a class="link" href="GtkPageSetup.html" title= | |
| 244 240 | 
             
            </tr>
         | 
| 245 241 | 
             
            <tr>
         | 
| 246 242 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 247 | 
            -
            <td> | 
| 248 | 
            -
             | 
| 249 | 
            -
            </td>
         | 
| 243 | 
            +
            <td>the page orientation</td>
         | 
| 250 244 | 
             
            </tr>
         | 
| 251 245 | 
             
            </tbody>
         | 
| 252 246 | 
             
            </table></div>
         | 
| 253 247 | 
             
            <p class="since">Since 2.10</p>
         | 
| 254 248 | 
             
            </div>
         | 
| 255 249 | 
             
            <hr>
         | 
| 256 | 
            -
            <div class="refsect2" | 
| 250 | 
            +
            <div class="refsect2">
         | 
| 257 251 | 
             
            <a name="gtk-page-setup-set-orientation"></a><h3>gtk_page_setup_set_orientation ()</h3>
         | 
| 258 252 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_orientation      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 259 253 | 
             
                                                                     <em class="parameter"><code><a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> orientation</code></em>);</pre>
         | 
| @@ -270,17 +264,16 @@ Sets the page orientation of the <a class="link" href="GtkPageSetup.html" title= | |
| 270 264 | 
             
            </tr>
         | 
| 271 265 | 
             
            <tr>
         | 
| 272 266 | 
             
            <td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
         | 
| 273 | 
            -
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> value
         | 
| 274 | 
            -
            </td>
         | 
| 267 | 
            +
            <td>a <a class="link" href="GtkPrintSettings.html#GtkPageOrientation" title="enum GtkPageOrientation"><span class="type">GtkPageOrientation</span></a> value</td>
         | 
| 275 268 | 
             
            </tr>
         | 
| 276 269 | 
             
            </tbody>
         | 
| 277 270 | 
             
            </table></div>
         | 
| 278 271 | 
             
            <p class="since">Since 2.10</p>
         | 
| 279 272 | 
             
            </div>
         | 
| 280 273 | 
             
            <hr>
         | 
| 281 | 
            -
            <div class="refsect2" | 
| 274 | 
            +
            <div class="refsect2">
         | 
| 282 275 | 
             
            <a name="gtk-page-setup-get-paper-size"></a><h3>gtk_page_setup_get_paper_size ()</h3>
         | 
| 283 | 
            -
            <pre class="programlisting"><a class="link" href=" | 
| 276 | 
            +
            <pre class="programlisting"><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="returnvalue">GtkPaperSize</span></a> *      gtk_page_setup_get_paper_size       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>);</pre>
         | 
| 284 277 | 
             
            <p>
         | 
| 285 278 | 
             
            Gets the paper size of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.
         | 
| 286 279 | 
             
            </p>
         | 
| @@ -294,19 +287,17 @@ Gets the paper size of the <a class="link" href="GtkPageSetup.html" title="GtkPa | |
| 294 287 | 
             
            </tr>
         | 
| 295 288 | 
             
            <tr>
         | 
| 296 289 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 297 | 
            -
            <td> | 
| 298 | 
            -
             | 
| 299 | 
            -
            </td>
         | 
| 290 | 
            +
            <td>the paper size</td>
         | 
| 300 291 | 
             
            </tr>
         | 
| 301 292 | 
             
            </tbody>
         | 
| 302 293 | 
             
            </table></div>
         | 
| 303 294 | 
             
            <p class="since">Since 2.10</p>
         | 
| 304 295 | 
             
            </div>
         | 
| 305 296 | 
             
            <hr>
         | 
| 306 | 
            -
            <div class="refsect2" | 
| 297 | 
            +
            <div class="refsect2">
         | 
| 307 298 | 
             
            <a name="gtk-page-setup-set-paper-size"></a><h3>gtk_page_setup_set_paper_size ()</h3>
         | 
| 308 299 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_paper_size       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 309 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 300 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
         | 
| 310 301 | 
             
            <p>
         | 
| 311 302 | 
             
            Sets the paper size of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> without
         | 
| 312 303 | 
             
            changing the margins. See 
         | 
| @@ -322,7 +313,7 @@ changing the margins. See | |
| 322 313 | 
             
            </tr>
         | 
| 323 314 | 
             
            <tr>
         | 
| 324 315 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 325 | 
            -
            <td>a <a class="link" href=" | 
| 316 | 
            +
            <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>
         | 
| 326 317 | 
             
            </td>
         | 
| 327 318 | 
             
            </tr>
         | 
| 328 319 | 
             
            </tbody>
         | 
| @@ -330,10 +321,10 @@ changing the margins. See | |
| 330 321 | 
             
            <p class="since">Since 2.10</p>
         | 
| 331 322 | 
             
            </div>
         | 
| 332 323 | 
             
            <hr>
         | 
| 333 | 
            -
            <div class="refsect2" | 
| 324 | 
            +
            <div class="refsect2">
         | 
| 334 325 | 
             
            <a name="gtk-page-setup-get-top-margin"></a><h3>gtk_page_setup_get_top_margin ()</h3>
         | 
| 335 326 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_top_margin       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 336 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 327 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 337 328 | 
             
            <p>
         | 
| 338 329 | 
             
            Gets the top margin in units of <em class="parameter"><code>unit</code></em>.
         | 
| 339 330 | 
             
            </p>
         | 
| @@ -347,25 +338,22 @@ Gets the top margin in units of <em class="parameter"><code>unit</code></em>. | |
| 347 338 | 
             
            </tr>
         | 
| 348 339 | 
             
            <tr>
         | 
| 349 340 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 350 | 
            -
            <td>the unit for the return value
         | 
| 351 | 
            -
            </td>
         | 
| 341 | 
            +
            <td>the unit for the return value</td>
         | 
| 352 342 | 
             
            </tr>
         | 
| 353 343 | 
             
            <tr>
         | 
| 354 344 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 355 | 
            -
            <td> | 
| 356 | 
            -
             | 
| 357 | 
            -
            </td>
         | 
| 345 | 
            +
            <td>the top margin</td>
         | 
| 358 346 | 
             
            </tr>
         | 
| 359 347 | 
             
            </tbody>
         | 
| 360 348 | 
             
            </table></div>
         | 
| 361 349 | 
             
            <p class="since">Since 2.10</p>
         | 
| 362 350 | 
             
            </div>
         | 
| 363 351 | 
             
            <hr>
         | 
| 364 | 
            -
            <div class="refsect2" | 
| 352 | 
            +
            <div class="refsect2">
         | 
| 365 353 | 
             
            <a name="gtk-page-setup-set-top-margin"></a><h3>gtk_page_setup_set_top_margin ()</h3>
         | 
| 366 354 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_top_margin       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 367 355 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 368 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 356 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 369 357 | 
             
            <p>
         | 
| 370 358 | 
             
            Sets the top margin of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.
         | 
| 371 359 | 
             
            </p>
         | 
| @@ -392,10 +380,10 @@ Sets the top margin of the <a class="link" href="GtkPageSetup.html" title="GtkPa | |
| 392 380 | 
             
            <p class="since">Since 2.10</p>
         | 
| 393 381 | 
             
            </div>
         | 
| 394 382 | 
             
            <hr>
         | 
| 395 | 
            -
            <div class="refsect2" | 
| 383 | 
            +
            <div class="refsect2">
         | 
| 396 384 | 
             
            <a name="gtk-page-setup-get-bottom-margin"></a><h3>gtk_page_setup_get_bottom_margin ()</h3>
         | 
| 397 385 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_bottom_margin    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 398 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 386 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 399 387 | 
             
            <p>
         | 
| 400 388 | 
             
            Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>.
         | 
| 401 389 | 
             
            </p>
         | 
| @@ -409,25 +397,22 @@ Gets the bottom margin in units of <em class="parameter"><code>unit</code></em>. | |
| 409 397 | 
             
            </tr>
         | 
| 410 398 | 
             
            <tr>
         | 
| 411 399 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 412 | 
            -
            <td>the unit for the return value
         | 
| 413 | 
            -
            </td>
         | 
| 400 | 
            +
            <td>the unit for the return value</td>
         | 
| 414 401 | 
             
            </tr>
         | 
| 415 402 | 
             
            <tr>
         | 
| 416 403 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 417 | 
            -
            <td> | 
| 418 | 
            -
             | 
| 419 | 
            -
            </td>
         | 
| 404 | 
            +
            <td>the bottom margin</td>
         | 
| 420 405 | 
             
            </tr>
         | 
| 421 406 | 
             
            </tbody>
         | 
| 422 407 | 
             
            </table></div>
         | 
| 423 408 | 
             
            <p class="since">Since 2.10</p>
         | 
| 424 409 | 
             
            </div>
         | 
| 425 410 | 
             
            <hr>
         | 
| 426 | 
            -
            <div class="refsect2" | 
| 411 | 
            +
            <div class="refsect2">
         | 
| 427 412 | 
             
            <a name="gtk-page-setup-set-bottom-margin"></a><h3>gtk_page_setup_set_bottom_margin ()</h3>
         | 
| 428 413 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_bottom_margin    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 429 414 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 430 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 415 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 431 416 | 
             
            <p>
         | 
| 432 417 | 
             
            Sets the bottom margin of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.
         | 
| 433 418 | 
             
            </p>
         | 
| @@ -454,10 +439,10 @@ Sets the bottom margin of the <a class="link" href="GtkPageSetup.html" title="Gt | |
| 454 439 | 
             
            <p class="since">Since 2.10</p>
         | 
| 455 440 | 
             
            </div>
         | 
| 456 441 | 
             
            <hr>
         | 
| 457 | 
            -
            <div class="refsect2" | 
| 442 | 
            +
            <div class="refsect2">
         | 
| 458 443 | 
             
            <a name="gtk-page-setup-get-left-margin"></a><h3>gtk_page_setup_get_left_margin ()</h3>
         | 
| 459 444 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_left_margin      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 460 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 445 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 461 446 | 
             
            <p>
         | 
| 462 447 | 
             
            Gets the left margin in units of <em class="parameter"><code>unit</code></em>.
         | 
| 463 448 | 
             
            </p>
         | 
| @@ -471,25 +456,22 @@ Gets the left margin in units of <em class="parameter"><code>unit</code></em>. | |
| 471 456 | 
             
            </tr>
         | 
| 472 457 | 
             
            <tr>
         | 
| 473 458 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 474 | 
            -
            <td>the unit for the return value
         | 
| 475 | 
            -
            </td>
         | 
| 459 | 
            +
            <td>the unit for the return value</td>
         | 
| 476 460 | 
             
            </tr>
         | 
| 477 461 | 
             
            <tr>
         | 
| 478 462 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 479 | 
            -
            <td> | 
| 480 | 
            -
             | 
| 481 | 
            -
            </td>
         | 
| 463 | 
            +
            <td>the left margin</td>
         | 
| 482 464 | 
             
            </tr>
         | 
| 483 465 | 
             
            </tbody>
         | 
| 484 466 | 
             
            </table></div>
         | 
| 485 467 | 
             
            <p class="since">Since 2.10</p>
         | 
| 486 468 | 
             
            </div>
         | 
| 487 469 | 
             
            <hr>
         | 
| 488 | 
            -
            <div class="refsect2" | 
| 470 | 
            +
            <div class="refsect2">
         | 
| 489 471 | 
             
            <a name="gtk-page-setup-set-left-margin"></a><h3>gtk_page_setup_set_left_margin ()</h3>
         | 
| 490 472 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_left_margin      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 491 473 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 492 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 474 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 493 475 | 
             
            <p>
         | 
| 494 476 | 
             
            Sets the left margin of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.
         | 
| 495 477 | 
             
            </p>
         | 
| @@ -516,10 +498,10 @@ Sets the left margin of the <a class="link" href="GtkPageSetup.html" title="GtkP | |
| 516 498 | 
             
            <p class="since">Since 2.10</p>
         | 
| 517 499 | 
             
            </div>
         | 
| 518 500 | 
             
            <hr>
         | 
| 519 | 
            -
            <div class="refsect2" | 
| 501 | 
            +
            <div class="refsect2">
         | 
| 520 502 | 
             
            <a name="gtk-page-setup-get-right-margin"></a><h3>gtk_page_setup_get_right_margin ()</h3>
         | 
| 521 503 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_right_margin     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 522 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 504 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 523 505 | 
             
            <p>
         | 
| 524 506 | 
             
            Gets the right margin in units of <em class="parameter"><code>unit</code></em>.
         | 
| 525 507 | 
             
            </p>
         | 
| @@ -533,25 +515,22 @@ Gets the right margin in units of <em class="parameter"><code>unit</code></em>. | |
| 533 515 | 
             
            </tr>
         | 
| 534 516 | 
             
            <tr>
         | 
| 535 517 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 536 | 
            -
            <td>the unit for the return value
         | 
| 537 | 
            -
            </td>
         | 
| 518 | 
            +
            <td>the unit for the return value</td>
         | 
| 538 519 | 
             
            </tr>
         | 
| 539 520 | 
             
            <tr>
         | 
| 540 521 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 541 | 
            -
            <td> | 
| 542 | 
            -
             | 
| 543 | 
            -
            </td>
         | 
| 522 | 
            +
            <td>the right margin</td>
         | 
| 544 523 | 
             
            </tr>
         | 
| 545 524 | 
             
            </tbody>
         | 
| 546 525 | 
             
            </table></div>
         | 
| 547 526 | 
             
            <p class="since">Since 2.10</p>
         | 
| 548 527 | 
             
            </div>
         | 
| 549 528 | 
             
            <hr>
         | 
| 550 | 
            -
            <div class="refsect2" | 
| 529 | 
            +
            <div class="refsect2">
         | 
| 551 530 | 
             
            <a name="gtk-page-setup-set-right-margin"></a><h3>gtk_page_setup_set_right_margin ()</h3>
         | 
| 552 531 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_right_margin     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 553 532 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> margin</code></em>,
         | 
| 554 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 533 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 555 534 | 
             
            <p>
         | 
| 556 535 | 
             
            Sets the right margin of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>.
         | 
| 557 536 | 
             
            </p>
         | 
| @@ -578,11 +557,11 @@ Sets the right margin of the <a class="link" href="GtkPageSetup.html" title="Gtk | |
| 578 557 | 
             
            <p class="since">Since 2.10</p>
         | 
| 579 558 | 
             
            </div>
         | 
| 580 559 | 
             
            <hr>
         | 
| 581 | 
            -
            <div class="refsect2" | 
| 560 | 
            +
            <div class="refsect2">
         | 
| 582 561 | 
             
            <a name="gtk-page-setup-set-paper-size-and-default-margins"></a><h3>gtk_page_setup_set_paper_size_and_default_margins ()</h3>
         | 
| 583 562 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_set_paper_size_and_default_margins
         | 
| 584 563 | 
             
                                                                    (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 585 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 564 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a> *size</code></em>);</pre>
         | 
| 586 565 | 
             
            <p>
         | 
| 587 566 | 
             
            Sets the paper size of the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> and modifies
         | 
| 588 567 | 
             
            the margins according to the new paper size.
         | 
| @@ -597,7 +576,7 @@ the margins according to the new paper size. | |
| 597 576 | 
             
            </tr>
         | 
| 598 577 | 
             
            <tr>
         | 
| 599 578 | 
             
            <td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
         | 
| 600 | 
            -
            <td>a <a class="link" href=" | 
| 579 | 
            +
            <td>a <a class="link" href="GtkPaperSize.html" title="GtkPaperSize"><span class="type">GtkPaperSize</span></a>
         | 
| 601 580 | 
             
            </td>
         | 
| 602 581 | 
             
            </tr>
         | 
| 603 582 | 
             
            </tbody>
         | 
| @@ -605,10 +584,10 @@ the margins according to the new paper size. | |
| 605 584 | 
             
            <p class="since">Since 2.10</p>
         | 
| 606 585 | 
             
            </div>
         | 
| 607 586 | 
             
            <hr>
         | 
| 608 | 
            -
            <div class="refsect2" | 
| 587 | 
            +
            <div class="refsect2">
         | 
| 609 588 | 
             
            <a name="gtk-page-setup-get-paper-width"></a><h3>gtk_page_setup_get_paper_width ()</h3>
         | 
| 610 589 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_paper_width      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 611 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 590 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 612 591 | 
             
            <p>
         | 
| 613 592 | 
             
            Returns the paper width in units of <em class="parameter"><code>unit</code></em>.
         | 
| 614 593 | 
             
            </p>
         | 
| @@ -627,24 +606,21 @@ See <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-page-width" title | |
| 627 606 | 
             
            </tr>
         | 
| 628 607 | 
             
            <tr>
         | 
| 629 608 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 630 | 
            -
            <td>the unit for the return value
         | 
| 631 | 
            -
            </td>
         | 
| 609 | 
            +
            <td>the unit for the return value</td>
         | 
| 632 610 | 
             
            </tr>
         | 
| 633 611 | 
             
            <tr>
         | 
| 634 612 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 635 | 
            -
            <td> | 
| 636 | 
            -
             | 
| 637 | 
            -
            </td>
         | 
| 613 | 
            +
            <td>the paper width.</td>
         | 
| 638 614 | 
             
            </tr>
         | 
| 639 615 | 
             
            </tbody>
         | 
| 640 616 | 
             
            </table></div>
         | 
| 641 617 | 
             
            <p class="since">Since 2.10</p>
         | 
| 642 618 | 
             
            </div>
         | 
| 643 619 | 
             
            <hr>
         | 
| 644 | 
            -
            <div class="refsect2" | 
| 620 | 
            +
            <div class="refsect2">
         | 
| 645 621 | 
             
            <a name="gtk-page-setup-get-paper-height"></a><h3>gtk_page_setup_get_paper_height ()</h3>
         | 
| 646 622 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_paper_height     (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 647 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 623 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 648 624 | 
             
            <p>
         | 
| 649 625 | 
             
            Returns the paper height in units of <em class="parameter"><code>unit</code></em>.
         | 
| 650 626 | 
             
            </p>
         | 
| @@ -663,24 +639,21 @@ See <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-page-height" titl | |
| 663 639 | 
             
            </tr>
         | 
| 664 640 | 
             
            <tr>
         | 
| 665 641 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 666 | 
            -
            <td>the unit for the return value
         | 
| 667 | 
            -
            </td>
         | 
| 642 | 
            +
            <td>the unit for the return value</td>
         | 
| 668 643 | 
             
            </tr>
         | 
| 669 644 | 
             
            <tr>
         | 
| 670 645 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 671 | 
            -
            <td> | 
| 672 | 
            -
             | 
| 673 | 
            -
            </td>
         | 
| 646 | 
            +
            <td>the paper height.</td>
         | 
| 674 647 | 
             
            </tr>
         | 
| 675 648 | 
             
            </tbody>
         | 
| 676 649 | 
             
            </table></div>
         | 
| 677 650 | 
             
            <p class="since">Since 2.10</p>
         | 
| 678 651 | 
             
            </div>
         | 
| 679 652 | 
             
            <hr>
         | 
| 680 | 
            -
            <div class="refsect2" | 
| 653 | 
            +
            <div class="refsect2">
         | 
| 681 654 | 
             
            <a name="gtk-page-setup-get-page-width"></a><h3>gtk_page_setup_get_page_width ()</h3>
         | 
| 682 655 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_page_width       (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 683 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 656 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 684 657 | 
             
            <p>
         | 
| 685 658 | 
             
            Returns the page width in units of <em class="parameter"><code>unit</code></em>.
         | 
| 686 659 | 
             
            </p>
         | 
| @@ -699,24 +672,21 @@ See <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-paper-width" titl | |
| 699 672 | 
             
            </tr>
         | 
| 700 673 | 
             
            <tr>
         | 
| 701 674 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 702 | 
            -
            <td>the unit for the return value
         | 
| 703 | 
            -
            </td>
         | 
| 675 | 
            +
            <td>the unit for the return value</td>
         | 
| 704 676 | 
             
            </tr>
         | 
| 705 677 | 
             
            <tr>
         | 
| 706 678 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 707 | 
            -
            <td> | 
| 708 | 
            -
             | 
| 709 | 
            -
            </td>
         | 
| 679 | 
            +
            <td>the page width.</td>
         | 
| 710 680 | 
             
            </tr>
         | 
| 711 681 | 
             
            </tbody>
         | 
| 712 682 | 
             
            </table></div>
         | 
| 713 683 | 
             
            <p class="since">Since 2.10</p>
         | 
| 714 684 | 
             
            </div>
         | 
| 715 685 | 
             
            <hr>
         | 
| 716 | 
            -
            <div class="refsect2" | 
| 686 | 
            +
            <div class="refsect2">
         | 
| 717 687 | 
             
            <a name="gtk-page-setup-get-page-height"></a><h3>gtk_page_setup_get_page_height ()</h3>
         | 
| 718 688 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a>             gtk_page_setup_get_page_height      (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 719 | 
            -
                                                                     <em class="parameter"><code><a class="link" href=" | 
| 689 | 
            +
                                                                     <em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
         | 
| 720 690 | 
             
            <p>
         | 
| 721 691 | 
             
            Returns the page height in units of <em class="parameter"><code>unit</code></em>.
         | 
| 722 692 | 
             
            </p>
         | 
| @@ -735,21 +705,18 @@ See <a class="link" href="GtkPageSetup.html#gtk-page-setup-get-paper-height" tit | |
| 735 705 | 
             
            </tr>
         | 
| 736 706 | 
             
            <tr>
         | 
| 737 707 | 
             
            <td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
         | 
| 738 | 
            -
            <td>the unit for the return value
         | 
| 739 | 
            -
            </td>
         | 
| 708 | 
            +
            <td>the unit for the return value</td>
         | 
| 740 709 | 
             
            </tr>
         | 
| 741 710 | 
             
            <tr>
         | 
| 742 711 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 743 | 
            -
            <td> | 
| 744 | 
            -
             | 
| 745 | 
            -
            </td>
         | 
| 712 | 
            +
            <td>the page height.</td>
         | 
| 746 713 | 
             
            </tr>
         | 
| 747 714 | 
             
            </tbody>
         | 
| 748 715 | 
             
            </table></div>
         | 
| 749 716 | 
             
            <p class="since">Since 2.10</p>
         | 
| 750 717 | 
             
            </div>
         | 
| 751 718 | 
             
            <hr>
         | 
| 752 | 
            -
            <div class="refsect2" | 
| 719 | 
            +
            <div class="refsect2">
         | 
| 753 720 | 
             
            <a name="gtk-page-setup-new-from-file"></a><h3>gtk_page_setup_new_from_file ()</h3>
         | 
| 754 721 | 
             
            <pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *      gtk_page_setup_new_from_file        (<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> *file_name</code></em>,
         | 
| 755 722 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
         | 
| @@ -763,18 +730,16 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht | |
| 763 730 | 
             
            <tbody>
         | 
| 764 731 | 
             
            <tr>
         | 
| 765 732 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 766 | 
            -
            <td>the filename to read the page setup from
         | 
| 767 | 
            -
            </td>
         | 
| 733 | 
            +
            <td>the filename to read the page setup from</td>
         | 
| 768 734 | 
             
            </tr>
         | 
| 769 735 | 
             
            <tr>
         | 
| 770 736 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 771 | 
            -
            <td> | 
| 737 | 
            +
            <td>return location for an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 772 738 | 
             
            </td>
         | 
| 773 739 | 
             
            </tr>
         | 
| 774 740 | 
             
            <tr>
         | 
| 775 741 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 776 | 
            -
            <td> | 
| 777 | 
            -
             | 
| 742 | 
            +
            <td>the restored <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>
         | 
| 778 743 | 
             
            </td>
         | 
| 779 744 | 
             
            </tr>
         | 
| 780 745 | 
             
            </tbody>
         | 
| @@ -782,7 +747,7 @@ or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht | |
| 782 747 | 
             
            <p class="since">Since 2.12</p>
         | 
| 783 748 | 
             
            </div>
         | 
| 784 749 | 
             
            <hr>
         | 
| 785 | 
            -
            <div class="refsect2" | 
| 750 | 
            +
            <div class="refsect2">
         | 
| 786 751 | 
             
            <a name="gtk-page-setup-new-from-key-file"></a><h3>gtk_page_setup_new_from_key_file ()</h3>
         | 
| 787 752 | 
             
            <pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *      gtk_page_setup_new_from_key_file    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| 788 753 | 
             
                                                                     <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> *group_name</code></em>,
         | 
| @@ -797,24 +762,22 @@ page setup, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standa | |
| 797 762 | 
             
            <tbody>
         | 
| 798 763 | 
             
            <tr>
         | 
| 799 764 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 800 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the page_setup from
         | 
| 801 | 
            -
            </td>
         | 
| 765 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the page_setup from</td>
         | 
| 802 766 | 
             
            </tr>
         | 
| 803 767 | 
             
            <tr>
         | 
| 804 768 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 805 | 
            -
            <td> | 
| 806 | 
            -
             | 
| 769 | 
            +
            <td>the name of the group in the key_file to read, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 770 | 
            +
            to use the default name "Page Setup". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 807 771 | 
             
            </td>
         | 
| 808 772 | 
             
            </tr>
         | 
| 809 773 | 
             
            <tr>
         | 
| 810 774 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 811 | 
            -
            <td> | 
| 775 | 
            +
            <td>return location for an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 812 776 | 
             
            </td>
         | 
| 813 777 | 
             
            </tr>
         | 
| 814 778 | 
             
            <tr>
         | 
| 815 779 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 816 | 
            -
            <td> | 
| 817 | 
            -
             | 
| 780 | 
            +
            <td>the restored <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>
         | 
| 818 781 | 
             
            </td>
         | 
| 819 782 | 
             
            </tr>
         | 
| 820 783 | 
             
            </tbody>
         | 
| @@ -822,7 +785,7 @@ page setup, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standa | |
| 822 785 | 
             
            <p class="since">Since 2.12</p>
         | 
| 823 786 | 
             
            </div>
         | 
| 824 787 | 
             
            <hr>
         | 
| 825 | 
            -
            <div class="refsect2" | 
| 788 | 
            +
            <div class="refsect2">
         | 
| 826 789 | 
             
            <a name="gtk-page-setup-load-file"></a><h3>gtk_page_setup_load_file ()</h3>
         | 
| 827 790 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_page_setup_load_file            (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 828 791 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *file_name</code></em>,
         | 
| @@ -841,26 +804,24 @@ See <a class="link" href="GtkPageSetup.html#gtk-page-setup-to-file" title="gtk_p | |
| 841 804 | 
             
            </tr>
         | 
| 842 805 | 
             
            <tr>
         | 
| 843 806 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 844 | 
            -
            <td>the filename to read the page setup from
         | 
| 845 | 
            -
            </td>
         | 
| 807 | 
            +
            <td>the filename to read the page setup from</td>
         | 
| 846 808 | 
             
            </tr>
         | 
| 847 809 | 
             
            <tr>
         | 
| 848 810 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 849 | 
            -
            <td> | 
| 811 | 
            +
            <td>return location for an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 850 812 | 
             
            </td>
         | 
| 851 813 | 
             
            </tr>
         | 
| 852 814 | 
             
            <tr>
         | 
| 853 815 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 854 | 
            -
            <td> | 
| 855 | 
            -
             | 
| 856 | 
            -
            </td>
         | 
| 816 | 
            +
            <td>
         | 
| 817 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 857 818 | 
             
            </tr>
         | 
| 858 819 | 
             
            </tbody>
         | 
| 859 820 | 
             
            </table></div>
         | 
| 860 821 | 
             
            <p class="since">Since 2.14</p>
         | 
| 861 822 | 
             
            </div>
         | 
| 862 823 | 
             
            <hr>
         | 
| 863 | 
            -
            <div class="refsect2" | 
| 824 | 
            +
            <div class="refsect2">
         | 
| 864 825 | 
             
            <a name="gtk-page-setup-load-key-file"></a><h3>gtk_page_setup_load_key_file ()</h3>
         | 
| 865 826 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_page_setup_load_key_file        (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 866 827 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| @@ -880,32 +841,30 @@ Reads the page setup from the group <em class="parameter"><code>group_name</code | |
| 880 841 | 
             
            </tr>
         | 
| 881 842 | 
             
            <tr>
         | 
| 882 843 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 883 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the page_setup from
         | 
| 884 | 
            -
            </td>
         | 
| 844 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to retrieve the page_setup from</td>
         | 
| 885 845 | 
             
            </tr>
         | 
| 886 846 | 
             
            <tr>
         | 
| 887 847 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 888 | 
            -
            <td> | 
| 889 | 
            -
             | 
| 848 | 
            +
            <td>the name of the group in the key_file to read, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
         | 
| 849 | 
            +
            to use the default name "Page Setup". <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 890 850 | 
             
            </td>
         | 
| 891 851 | 
             
            </tr>
         | 
| 892 852 | 
             
            <tr>
         | 
| 893 853 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 894 | 
            -
            <td> | 
| 854 | 
            +
            <td>return location for an error, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 895 855 | 
             
            </td>
         | 
| 896 856 | 
             
            </tr>
         | 
| 897 857 | 
             
            <tr>
         | 
| 898 858 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 899 | 
            -
            <td> | 
| 900 | 
            -
             | 
| 901 | 
            -
            </td>
         | 
| 859 | 
            +
            <td>
         | 
| 860 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 902 861 | 
             
            </tr>
         | 
| 903 862 | 
             
            </tbody>
         | 
| 904 863 | 
             
            </table></div>
         | 
| 905 864 | 
             
            <p class="since">Since 2.14</p>
         | 
| 906 865 | 
             
            </div>
         | 
| 907 866 | 
             
            <hr>
         | 
| 908 | 
            -
            <div class="refsect2" | 
| 867 | 
            +
            <div class="refsect2">
         | 
| 909 868 | 
             
            <a name="gtk-page-setup-to-file"></a><h3>gtk_page_setup_to_file ()</h3>
         | 
| 910 869 | 
             
            <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_page_setup_to_file              (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 911 870 | 
             
                                                                     <em class="parameter"><code>const <span class="type">char</span> *file_name</code></em>,
         | 
| @@ -923,26 +882,24 @@ This function saves the information from <em class="parameter"><code>setup</code | |
| 923 882 | 
             
            </tr>
         | 
| 924 883 | 
             
            <tr>
         | 
| 925 884 | 
             
            <td><p><span class="term"><em class="parameter"><code>file_name</code></em> :</span></p></td>
         | 
| 926 | 
            -
            <td>the file to save to
         | 
| 927 | 
            -
            </td>
         | 
| 885 | 
            +
            <td>the file to save to</td>
         | 
| 928 886 | 
             
            </tr>
         | 
| 929 887 | 
             
            <tr>
         | 
| 930 888 | 
             
            <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
         | 
| 931 | 
            -
            <td> | 
| 889 | 
            +
            <td>return location for errors, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
         | 
| 932 890 | 
             
            </td>
         | 
| 933 891 | 
             
            </tr>
         | 
| 934 892 | 
             
            <tr>
         | 
| 935 893 | 
             
            <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
         | 
| 936 | 
            -
            <td> | 
| 937 | 
            -
             | 
| 938 | 
            -
            </td>
         | 
| 894 | 
            +
            <td>
         | 
| 895 | 
            +
            <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> on success</td>
         | 
| 939 896 | 
             
            </tr>
         | 
| 940 897 | 
             
            </tbody>
         | 
| 941 898 | 
             
            </table></div>
         | 
| 942 899 | 
             
            <p class="since">Since 2.12</p>
         | 
| 943 900 | 
             
            </div>
         | 
| 944 901 | 
             
            <hr>
         | 
| 945 | 
            -
            <div class="refsect2" | 
| 902 | 
            +
            <div class="refsect2">
         | 
| 946 903 | 
             
            <a name="gtk-page-setup-to-key-file"></a><h3>gtk_page_setup_to_key_file ()</h3>
         | 
| 947 904 | 
             
            <pre class="programlisting"><span class="returnvalue">void</span>                gtk_page_setup_to_key_file          (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup</code></em>,
         | 
| 948 905 | 
             
                                                                     <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> *key_file</code></em>,
         | 
| @@ -960,14 +917,12 @@ This function adds the page setup from <em class="parameter"><code>setup</code>< | |
| 960 917 | 
             
            </tr>
         | 
| 961 918 | 
             
            <tr>
         | 
| 962 919 | 
             
            <td><p><span class="term"><em class="parameter"><code>key_file</code></em> :</span></p></td>
         | 
| 963 | 
            -
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to save the page setup to
         | 
| 964 | 
            -
            </td>
         | 
| 920 | 
            +
            <td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Key-value-file-parser.html#GKeyFile"><span class="type">GKeyFile</span></a> to save the page setup to</td>
         | 
| 965 921 | 
             
            </tr>
         | 
| 966 922 | 
             
            <tr>
         | 
| 967 923 | 
             
            <td><p><span class="term"><em class="parameter"><code>group_name</code></em> :</span></p></td>
         | 
| 968 | 
            -
            <td>the group to add the settings to in <em class="parameter"><code>key_file</code></em>, | 
| 969 | 
            -
             | 
| 970 | 
            -
            </td>
         | 
| 924 | 
            +
            <td>the group to add the settings to in <em class="parameter"><code>key_file</code></em>,
         | 
| 925 | 
            +
            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 name "Page Setup"</td>
         | 
| 971 926 | 
             
            </tr>
         | 
| 972 927 | 
             
            </tbody>
         | 
| 973 928 | 
             
            </table></div>
         | 
| @@ -977,6 +932,6 @@ This function adds the page setup from <em class="parameter"><code>setup</code>< | |
| 977 932 | 
             
            </div>
         | 
| 978 933 | 
             
            <div class="footer">
         | 
| 979 934 | 
             
            <hr>
         | 
| 980 | 
            -
                      Generated by GTK-Doc V1. | 
| 935 | 
            +
                      Generated by GTK-Doc V1.16.1</div>
         | 
| 981 936 | 
             
            </body>
         | 
| 982 937 | 
             
            </html>
         |