gtk2 1.0.0-x86-mingw32 → 1.0.1-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 +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- 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 +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- 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.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- 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 +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- 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 +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- 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 +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- 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 +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- 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 +1 -2
- 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 +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- 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 +11 -17
- 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-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 +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- 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 +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- 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 +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- 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 +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- 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 +10 -5
- 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 +31 -39
- 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 +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- 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 +5 -8
- 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 +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- 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 +1 -2
- 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/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/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.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
9
9
|
<link rel="prev" href="GtkTreeView.html" title="GtkTreeView">
|
10
10
|
<link rel="next" href="GtkCellView.html" title="GtkCellView">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#gtk-GtkTreeView-drag-and-drop.implementations" class="shortcut">Known Implementations</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="GtkTreeView drag-and-drop">
|
34
34
|
<a name="gtk-GtkTreeView-drag-and-drop"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,40 +39,40 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="gtk-GtkTreeView-drag-and-drop.synopsis"></a><h2>Synopsis</h2>
|
44
44
|
<a name="GtkTreeDragSource"></a><a name="GtkTreeDragDest"></a><pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
<a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource-struct" title="GtkTreeDragSource">GtkTreeDragSource</a>;
|
48
|
-
|
48
|
+
<a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSourceIface" title="GtkTreeDragSourceIface">GtkTreeDragSourceIface</a>;
|
49
49
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-delete" title="gtk_tree_drag_source_drag_data_delete ()">gtk_tree_drag_source_drag_data_delete</a>
|
50
50
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
51
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
51
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
52
52
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-drag-data-get" title="gtk_tree_drag_source_drag_data_get ()">gtk_tree_drag_source_drag_data_get</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
53
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
54
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
53
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
54
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
55
55
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-source-row-draggable" title="gtk_tree_drag_source_row_draggable ()">gtk_tree_drag_source_row_draggable</a> (<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
56
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
56
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
57
57
|
<a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest-struct" title="GtkTreeDragDest">GtkTreeDragDest</a>;
|
58
|
-
|
58
|
+
<a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDestIface" title="GtkTreeDragDestIface">GtkTreeDragDestIface</a>;
|
59
59
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-drag-data-received" title="gtk_tree_drag_dest_drag_data_received ()">gtk_tree_drag_dest_drag_data_received</a>
|
60
60
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
61
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest</code></em>,
|
62
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
61
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *dest</code></em>,
|
62
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
63
63
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-drag-dest-row-drop-possible" title="gtk_tree_drag_dest_row_drop_possible ()">gtk_tree_drag_dest_row_drop_possible</a>
|
64
64
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
65
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest_path</code></em>,
|
66
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
67
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-set-row-drag-data" title="gtk_tree_set_row_drag_data ()">gtk_tree_set_row_drag_data</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
65
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *dest_path</code></em>,
|
66
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);
|
67
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-set-row-drag-data" title="gtk_tree_set_row_drag_data ()">gtk_tree_set_row_drag_data</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
68
68
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
69
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
70
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-get-row-drag-data" title="gtk_tree_get_row_drag_data ()">gtk_tree_get_row_drag_data</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
69
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
|
70
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#gtk-tree-get-row-drag-data" title="gtk_tree_get_row_drag_data ()">gtk_tree_get_row_drag_data</a> (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
71
71
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **tree_model</code></em>,
|
72
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>);
|
72
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>);
|
73
73
|
</pre>
|
74
74
|
</div>
|
75
|
-
<div class="refsect1">
|
75
|
+
<div class="refsect1" title="Object Hierarchy">
|
76
76
|
<a name="gtk-GtkTreeView-drag-and-drop.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
77
77
|
<pre class="synopsis">
|
78
78
|
GInterface
|
@@ -83,7 +83,7 @@ struct <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#Gtk
|
|
83
83
|
+----GtkTreeDragDest
|
84
84
|
</pre>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1">
|
86
|
+
<div class="refsect1" title="Known Implementations">
|
87
87
|
<a name="gtk-GtkTreeView-drag-and-drop.implementations"></a><h2>Known Implementations</h2>
|
88
88
|
<p>
|
89
89
|
GtkTreeDragSource is implemented by
|
@@ -92,7 +92,7 @@ GtkTreeDragSource is implemented by
|
|
92
92
|
GtkTreeDragDest is implemented by
|
93
93
|
<a class="link" href="GtkListStore.html" title="GtkListStore">GtkListStore</a> and <a class="link" href="GtkTreeStore.html" title="GtkTreeStore">GtkTreeStore</a>.</p>
|
94
94
|
</div>
|
95
|
-
<div class="refsect1">
|
95
|
+
<div class="refsect1" title="Description">
|
96
96
|
<a name="gtk-GtkTreeView-drag-and-drop.description"></a><h2>Description</h2>
|
97
97
|
<p>
|
98
98
|
GTK+ supports Drag-and-Drop in tree views with a high-level and a low-level
|
@@ -114,18 +114,18 @@ and auto-scroll, but your models have to implement the
|
|
114
114
|
<a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> and <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> interfaces.
|
115
115
|
</p>
|
116
116
|
</div>
|
117
|
-
<div class="refsect1">
|
117
|
+
<div class="refsect1" title="Details">
|
118
118
|
<a name="gtk-GtkTreeView-drag-and-drop.details"></a><h2>Details</h2>
|
119
|
-
<div class="refsect2">
|
119
|
+
<div class="refsect2" title="GtkTreeDragSource">
|
120
120
|
<a name="GtkTreeDragSource-struct"></a><h3>GtkTreeDragSource</h3>
|
121
121
|
<pre class="programlisting">typedef struct _GtkTreeDragSource GtkTreeDragSource;</pre>
|
122
122
|
<p>
|
123
123
|
</p>
|
124
124
|
</div>
|
125
125
|
<hr>
|
126
|
-
<div class="refsect2">
|
127
|
-
<a name="GtkTreeDragSourceIface"></a><h3>
|
128
|
-
<pre class="programlisting">struct
|
126
|
+
<div class="refsect2" title="GtkTreeDragSourceIface">
|
127
|
+
<a name="GtkTreeDragSourceIface"></a><h3>GtkTreeDragSourceIface</h3>
|
128
|
+
<pre class="programlisting">typedef struct {
|
129
129
|
GTypeInterface g_iface;
|
130
130
|
|
131
131
|
/* VTable - not signals */
|
@@ -139,17 +139,17 @@ and auto-scroll, but your models have to implement the
|
|
139
139
|
|
140
140
|
gboolean (* drag_data_delete) (GtkTreeDragSource *drag_source,
|
141
141
|
GtkTreePath *path);
|
142
|
-
};
|
142
|
+
} GtkTreeDragSourceIface;
|
143
143
|
</pre>
|
144
144
|
<p>
|
145
145
|
</p>
|
146
146
|
</div>
|
147
147
|
<hr>
|
148
|
-
<div class="refsect2">
|
148
|
+
<div class="refsect2" title="gtk_tree_drag_source_drag_data_delete ()">
|
149
149
|
<a name="gtk-tree-drag-source-drag-data-delete"></a><h3>gtk_tree_drag_source_drag_data_delete ()</h3>
|
150
150
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_drag_source_drag_data_delete
|
151
151
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
152
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
152
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
153
153
|
<p>
|
154
154
|
Asks the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> to delete the row at <em class="parameter"><code>path</code></em>, because
|
155
155
|
it was moved somewhere else via drag-and-drop. Returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
|
@@ -167,22 +167,23 @@ longer found in the model!
|
|
167
167
|
</tr>
|
168
168
|
<tr>
|
169
169
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
170
|
-
<td>row that was being dragged
|
170
|
+
<td>row that was being dragged
|
171
|
+
</td>
|
171
172
|
</tr>
|
172
173
|
<tr>
|
173
174
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
174
|
-
<td>
|
175
|
-
|
175
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row was successfully deleted
|
176
|
+
</td>
|
176
177
|
</tr>
|
177
178
|
</tbody>
|
178
179
|
</table></div>
|
179
180
|
</div>
|
180
181
|
<hr>
|
181
|
-
<div class="refsect2">
|
182
|
+
<div class="refsect2" title="gtk_tree_drag_source_drag_data_get ()">
|
182
183
|
<a name="gtk-tree-drag-source-drag-data-get"></a><h3>gtk_tree_drag_source_drag_data_get ()</h3>
|
183
184
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_drag_source_drag_data_get (<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
184
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
185
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
185
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
186
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
186
187
|
<p>
|
187
188
|
Asks the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> to fill in <em class="parameter"><code>selection_data</code></em> with a
|
188
189
|
representation of the row at <em class="parameter"><code>path</code></em>. <em class="parameter"><code>selection_data->target</code></em> gives
|
@@ -199,25 +200,27 @@ longer found in the model!
|
|
199
200
|
</tr>
|
200
201
|
<tr>
|
201
202
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
202
|
-
<td>row that was dragged
|
203
|
+
<td>row that was dragged
|
204
|
+
</td>
|
203
205
|
</tr>
|
204
206
|
<tr>
|
205
207
|
<td><p><span class="term"><em class="parameter"><code>selection_data</code></em> :</span></p></td>
|
206
|
-
<td>a <a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> to fill with data from the dragged row
|
208
|
+
<td>a <a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> to fill with data from the dragged row
|
209
|
+
</td>
|
207
210
|
</tr>
|
208
211
|
<tr>
|
209
212
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
210
|
-
<td>
|
211
|
-
|
213
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if data of the required type was provided
|
214
|
+
</td>
|
212
215
|
</tr>
|
213
216
|
</tbody>
|
214
217
|
</table></div>
|
215
218
|
</div>
|
216
219
|
<hr>
|
217
|
-
<div class="refsect2">
|
220
|
+
<div class="refsect2" title="gtk_tree_drag_source_row_draggable ()">
|
218
221
|
<a name="gtk-tree-drag-source-row-draggable"></a><h3>gtk_tree_drag_source_row_draggable ()</h3>
|
219
222
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_drag_source_row_draggable (<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> *drag_source</code></em>,
|
220
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
223
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
221
224
|
<p>
|
222
225
|
Asks the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"><span class="type">GtkTreeDragSource</span></a> whether a particular row can be used as
|
223
226
|
the source of a DND operation. If the source doesn't implement
|
@@ -233,27 +236,28 @@ this interface, the row is assumed draggable.
|
|
233
236
|
</tr>
|
234
237
|
<tr>
|
235
238
|
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
|
236
|
-
<td>row on which user is initiating a drag
|
239
|
+
<td>row on which user is initiating a drag
|
240
|
+
</td>
|
237
241
|
</tr>
|
238
242
|
<tr>
|
239
243
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
240
|
-
<td>
|
241
|
-
|
244
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the row can be dragged
|
245
|
+
</td>
|
242
246
|
</tr>
|
243
247
|
</tbody>
|
244
248
|
</table></div>
|
245
249
|
</div>
|
246
250
|
<hr>
|
247
|
-
<div class="refsect2">
|
251
|
+
<div class="refsect2" title="GtkTreeDragDest">
|
248
252
|
<a name="GtkTreeDragDest-struct"></a><h3>GtkTreeDragDest</h3>
|
249
253
|
<pre class="programlisting">typedef struct _GtkTreeDragDest GtkTreeDragDest;</pre>
|
250
254
|
<p>
|
251
255
|
</p>
|
252
256
|
</div>
|
253
257
|
<hr>
|
254
|
-
<div class="refsect2">
|
255
|
-
<a name="GtkTreeDragDestIface"></a><h3>
|
256
|
-
<pre class="programlisting">struct
|
258
|
+
<div class="refsect2" title="GtkTreeDragDestIface">
|
259
|
+
<a name="GtkTreeDragDestIface"></a><h3>GtkTreeDragDestIface</h3>
|
260
|
+
<pre class="programlisting">typedef struct {
|
257
261
|
GTypeInterface g_iface;
|
258
262
|
|
259
263
|
/* VTable - not signals */
|
@@ -265,18 +269,18 @@ this interface, the row is assumed draggable.
|
|
265
269
|
gboolean (* row_drop_possible) (GtkTreeDragDest *drag_dest,
|
266
270
|
GtkTreePath *dest_path,
|
267
271
|
GtkSelectionData *selection_data);
|
268
|
-
};
|
272
|
+
} GtkTreeDragDestIface;
|
269
273
|
</pre>
|
270
274
|
<p>
|
271
275
|
</p>
|
272
276
|
</div>
|
273
277
|
<hr>
|
274
|
-
<div class="refsect2">
|
278
|
+
<div class="refsect2" title="gtk_tree_drag_dest_drag_data_received ()">
|
275
279
|
<a name="gtk-tree-drag-dest-drag-data-received"></a><h3>gtk_tree_drag_dest_drag_data_received ()</h3>
|
276
280
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_drag_dest_drag_data_received
|
277
281
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
278
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest</code></em>,
|
279
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
282
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *dest</code></em>,
|
283
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
280
284
|
<p>
|
281
285
|
Asks the <a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> to insert a row before the path <em class="parameter"><code>dest</code></em>,
|
282
286
|
deriving the contents of the row from <em class="parameter"><code>selection_data</code></em>. If <em class="parameter"><code>dest</code></em> is
|
@@ -295,27 +299,29 @@ a <em class="parameter"><code>dest</code></em> no longer found in the model!
|
|
295
299
|
</tr>
|
296
300
|
<tr>
|
297
301
|
<td><p><span class="term"><em class="parameter"><code>dest</code></em> :</span></p></td>
|
298
|
-
<td>row to drop in front of
|
302
|
+
<td>row to drop in front of
|
303
|
+
</td>
|
299
304
|
</tr>
|
300
305
|
<tr>
|
301
306
|
<td><p><span class="term"><em class="parameter"><code>selection_data</code></em> :</span></p></td>
|
302
|
-
<td>data to drop
|
307
|
+
<td>data to drop
|
308
|
+
</td>
|
303
309
|
</tr>
|
304
310
|
<tr>
|
305
311
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
306
|
-
<td>whether a new row was created before position <em class="parameter"><code>dest</code></em>
|
312
|
+
<td> whether a new row was created before position <em class="parameter"><code>dest</code></em>
|
307
313
|
</td>
|
308
314
|
</tr>
|
309
315
|
</tbody>
|
310
316
|
</table></div>
|
311
317
|
</div>
|
312
318
|
<hr>
|
313
|
-
<div class="refsect2">
|
319
|
+
<div class="refsect2" title="gtk_tree_drag_dest_row_drop_possible ()">
|
314
320
|
<a name="gtk-tree-drag-dest-row-drop-possible"></a><h3>gtk_tree_drag_dest_row_drop_possible ()</h3>
|
315
321
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_drag_dest_row_drop_possible
|
316
322
|
(<em class="parameter"><code><a class="link" href="gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"><span class="type">GtkTreeDragDest</span></a> *drag_dest</code></em>,
|
317
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *dest_path</code></em>,
|
318
|
-
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
323
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *dest_path</code></em>,
|
324
|
+
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>);</pre>
|
319
325
|
<p>
|
320
326
|
Determines whether a drop is possible before the given <em class="parameter"><code>dest_path</code></em>,
|
321
327
|
at the same depth as <em class="parameter"><code>dest_path</code></em>. i.e., can we drop the data in
|
@@ -333,27 +339,28 @@ parent of <em class="parameter"><code>dest_path</code></em> doesn't exist, thoug
|
|
333
339
|
</tr>
|
334
340
|
<tr>
|
335
341
|
<td><p><span class="term"><em class="parameter"><code>dest_path</code></em> :</span></p></td>
|
336
|
-
<td>destination row
|
342
|
+
<td>destination row
|
343
|
+
</td>
|
337
344
|
</tr>
|
338
345
|
<tr>
|
339
346
|
<td><p><span class="term"><em class="parameter"><code>selection_data</code></em> :</span></p></td>
|
340
|
-
<td>the data being dragged
|
347
|
+
<td>the data being dragged
|
348
|
+
</td>
|
341
349
|
</tr>
|
342
350
|
<tr>
|
343
351
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
344
|
-
<td>
|
345
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a drop is possible before <em class="parameter"><code>dest_path</code></em>
|
352
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a drop is possible before <em class="parameter"><code>dest_path</code></em>
|
346
353
|
</td>
|
347
354
|
</tr>
|
348
355
|
</tbody>
|
349
356
|
</table></div>
|
350
357
|
</div>
|
351
358
|
<hr>
|
352
|
-
<div class="refsect2">
|
359
|
+
<div class="refsect2" title="gtk_tree_set_row_drag_data ()">
|
353
360
|
<a name="gtk-tree-set-row-drag-data"></a><h3>gtk_tree_set_row_drag_data ()</h3>
|
354
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_set_row_drag_data (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
361
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_set_row_drag_data (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
355
362
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> *tree_model</code></em>,
|
356
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
363
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
|
357
364
|
<p>
|
358
365
|
Sets selection data of target type <code class="literal">GTK_TREE_MODEL_ROW</code>. Normally used
|
359
366
|
in a drag_data_get handler.
|
@@ -363,7 +370,7 @@ in a drag_data_get handler.
|
|
363
370
|
<tbody>
|
364
371
|
<tr>
|
365
372
|
<td><p><span class="term"><em class="parameter"><code>selection_data</code></em> :</span></p></td>
|
366
|
-
<td>some <a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a>
|
373
|
+
<td>some <a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a>
|
367
374
|
</td>
|
368
375
|
</tr>
|
369
376
|
<tr>
|
@@ -378,18 +385,18 @@ in a drag_data_get handler.
|
|
378
385
|
</tr>
|
379
386
|
<tr>
|
380
387
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
381
|
-
<td>
|
382
|
-
|
388
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> had the proper target type to allow us to set a tree row
|
389
|
+
</td>
|
383
390
|
</tr>
|
384
391
|
</tbody>
|
385
392
|
</table></div>
|
386
393
|
</div>
|
387
394
|
<hr>
|
388
|
-
<div class="refsect2">
|
395
|
+
<div class="refsect2" title="gtk_tree_get_row_drag_data ()">
|
389
396
|
<a name="gtk-tree-get-row-drag-data"></a><h3>gtk_tree_get_row_drag_data ()</h3>
|
390
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_get_row_drag_data (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
397
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_tree_get_row_drag_data (<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a> *selection_data</code></em>,
|
391
398
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span class="type">GtkTreeModel</span></a> **tree_model</code></em>,
|
392
|
-
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>);</pre>
|
399
|
+
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath" title="GtkTreePath"><span class="type">GtkTreePath</span></a> **path</code></em>);</pre>
|
393
400
|
<p>
|
394
401
|
Obtains a <em class="parameter"><code>tree_model</code></em> and <em class="parameter"><code>path</code></em> from selection data of target type
|
395
402
|
<code class="literal">GTK_TREE_MODEL_ROW</code>. Normally called from a drag_data_received handler.
|
@@ -406,7 +413,7 @@ in from the current process. The returned path must be freed with
|
|
406
413
|
<tbody>
|
407
414
|
<tr>
|
408
415
|
<td><p><span class="term"><em class="parameter"><code>selection_data</code></em> :</span></p></td>
|
409
|
-
<td>a <a class="link" href="GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a>
|
416
|
+
<td>a <a class="link" href="GtkWidget.html#GtkSelectionData" title="GtkSelectionData"><span class="type">GtkSelectionData</span></a>
|
410
417
|
</td>
|
411
418
|
</tr>
|
412
419
|
<tr>
|
@@ -421,9 +428,9 @@ in from the current process. The returned path must be freed with
|
|
421
428
|
</tr>
|
422
429
|
<tr>
|
423
430
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
424
|
-
<td>
|
425
|
-
|
426
|
-
|
431
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>selection_data</code></em> had target type <code class="literal">GTK_TREE_MODEL_ROW</code> and
|
432
|
+
is otherwise valid
|
433
|
+
</td>
|
427
434
|
</tr>
|
428
435
|
</tbody>
|
429
436
|
</table></div>
|
@@ -432,6 +439,6 @@ is otherwise valid</td>
|
|
432
439
|
</div>
|
433
440
|
<div class="footer">
|
434
441
|
<hr>
|
435
|
-
Generated by GTK-Doc V1.
|
442
|
+
Generated by GTK-Doc V1.15</div>
|
436
443
|
</body>
|
437
444
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="Printing.html" title="Printing">
|
9
9
|
<link rel="prev" href="Printing.html" title="Printing">
|
10
10
|
<link rel="next" href="GtkPrintContext.html" title="GtkPrintContext">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -38,7 +38,7 @@
|
|
38
38
|
<a href="#gtk-High-level-Printing-API.signals" class="shortcut">Signals</a>
|
39
39
|
</td></tr>
|
40
40
|
</table>
|
41
|
-
<div class="refentry">
|
41
|
+
<div class="refentry" title="GtkPrintOperation">
|
42
42
|
<a name="gtk-High-level-Printing-API"></a><div class="titlepage"></div>
|
43
43
|
<div class="refnamediv"><table width="100%"><tr>
|
44
44
|
<td valign="top">
|
@@ -47,18 +47,18 @@
|
|
47
47
|
</td>
|
48
48
|
<td valign="top" align="right"></td>
|
49
49
|
</tr></table></div>
|
50
|
-
<div class="refsynopsisdiv">
|
50
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
51
51
|
<a name="gtk-High-level-Printing-API.synopsis"></a><h2>Synopsis</h2>
|
52
52
|
<a name="GtkPrintOperation"></a><a name="GtkPrintOperationPreview"></a><pre class="synopsis">
|
53
53
|
#include <gtk/gtk.h>
|
54
54
|
|
55
|
-
|
55
|
+
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-struct" title="GtkPrintOperation">GtkPrintOperation</a>;
|
56
56
|
enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintStatus" title="enum GtkPrintStatus">GtkPrintStatus</a>;
|
57
57
|
enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationAction" title="enum GtkPrintOperationAction">GtkPrintOperationAction</a>;
|
58
58
|
enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationResult" title="enum GtkPrintOperationResult">GtkPrintOperationResult</a>;
|
59
59
|
enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintError" title="enum GtkPrintError">GtkPrintError</a>;
|
60
60
|
#define <a class="link" href="gtk-High-level-Printing-API.html#GTK-PRINT-ERROR:CAPS" title="GTK_PRINT_ERROR">GTK_PRINT_ERROR</a>
|
61
|
-
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="returnvalue">GtkPrintOperation</span></a> *
|
61
|
+
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="returnvalue">GtkPrintOperation</span></a> * <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-new" title="gtk_print_operation_new ()">gtk_print_operation_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
62
62
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-allow-async" title="gtk_print_operation_set_allow_async ()">gtk_print_operation_set_allow_async</a> (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
63
63
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allow_async</code></em>);
|
64
64
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-get-error" title="gtk_print_operation_get_error ()">gtk_print_operation_get_error</a> (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -66,12 +66,12 @@ enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPr
|
|
66
66
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-default-page-setup" title="gtk_print_operation_set_default_page_setup ()">gtk_print_operation_set_default_page_setup</a>
|
67
67
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
68
68
|
<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *default_page_setup</code></em>);
|
69
|
-
<a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *
|
69
|
+
<a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> * <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-get-default-page-setup" title="gtk_print_operation_get_default_page_setup ()">gtk_print_operation_get_default_page_setup</a>
|
70
70
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);
|
71
71
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-print-settings" title="gtk_print_operation_set_print_settings ()">gtk_print_operation_set_print_settings</a>
|
72
72
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *print_settings</code></em>);
|
74
|
-
<a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *
|
74
|
+
<a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> * <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-get-print-settings" title="gtk_print_operation_get_print_settings ()">gtk_print_operation_get_print_settings</a>
|
75
75
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);
|
76
76
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-job-name" title="gtk_print_operation_set_job_name ()">gtk_print_operation_set_job_name</a> (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
77
77
|
<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> *job_name</code></em>);
|
@@ -86,7 +86,7 @@ enum <a class="link" href="gtk-High-level-Printing-API.html#GtkPr
|
|
86
86
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
87
87
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> full_page</code></em>);
|
88
88
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-unit" title="gtk_print_operation_set_unit ()">gtk_print_operation_set_unit</a> (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
89
|
-
<em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
89
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-export-filename" title="gtk_print_operation_set_export_filename ()">gtk_print_operation_set_export_filename</a>
|
91
91
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
92
92
|
<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> *filename</code></em>);
|
@@ -150,7 +150,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
150
150
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr</code></em>);
|
151
151
|
</pre>
|
152
152
|
</div>
|
153
|
-
<div class="refsect1">
|
153
|
+
<div class="refsect1" title="Object Hierarchy">
|
154
154
|
<a name="gtk-High-level-Printing-API.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
155
155
|
<pre class="synopsis">
|
156
156
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -161,25 +161,25 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
161
161
|
+----GtkPrintOperationPreview
|
162
162
|
</pre>
|
163
163
|
</div>
|
164
|
-
<div class="refsect1">
|
164
|
+
<div class="refsect1" title="Prerequisites">
|
165
165
|
<a name="gtk-High-level-Printing-API.prerequisites"></a><h2>Prerequisites</h2>
|
166
166
|
<p>
|
167
167
|
GtkPrintOperationPreview requires
|
168
168
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
|
169
169
|
</div>
|
170
|
-
<div class="refsect1">
|
170
|
+
<div class="refsect1" title="Implemented Interfaces">
|
171
171
|
<a name="gtk-High-level-Printing-API.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
172
172
|
<p>
|
173
173
|
GtkPrintOperation implements
|
174
174
|
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview">GtkPrintOperationPreview</a>.</p>
|
175
175
|
</div>
|
176
|
-
<div class="refsect1">
|
176
|
+
<div class="refsect1" title="Known Implementations">
|
177
177
|
<a name="gtk-High-level-Printing-API.implementations"></a><h2>Known Implementations</h2>
|
178
178
|
<p>
|
179
179
|
GtkPrintOperationPreview is implemented by
|
180
180
|
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation">GtkPrintOperation</a>.</p>
|
181
181
|
</div>
|
182
|
-
<div class="refsect1">
|
182
|
+
<div class="refsect1" title="Properties">
|
183
183
|
<a name="gtk-High-level-Printing-API.properties"></a><h2>Properties</h2>
|
184
184
|
<pre class="synopsis">
|
185
185
|
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--allow-async" title='The "allow-async" property'>allow-async</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -198,29 +198,29 @@ GtkPrintOperationPreview is implemented by
|
|
198
198
|
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--status-string" title='The "status-string" property'>status-string</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read
|
199
199
|
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--support-selection" title='The "support-selection" property'>support-selection</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
200
200
|
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--track-print-status" title='The "track-print-status" property'>track-print-status</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
201
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--unit" title='The "unit" property'>unit</a>" <a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> : Read / Write
|
201
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--unit" title='The "unit" property'>unit</a>" <a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> : Read / Write
|
202
202
|
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation--use-full-page" title='The "use-full-page" property'>use-full-page</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
203
203
|
</pre>
|
204
204
|
</div>
|
205
|
-
<div class="refsect1">
|
205
|
+
<div class="refsect1" title="Signals">
|
206
206
|
<a name="gtk-High-level-Printing-API.signals"></a><h2>Signals</h2>
|
207
207
|
<pre class="synopsis">
|
208
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-begin-print" title='The "begin-print" signal'>begin-print</a>" :
|
209
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-create-custom-widget" title='The "create-custom-widget" signal'>create-custom-widget</a>" :
|
210
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-custom-widget-apply" title='The "custom-widget-apply" signal'>custom-widget-apply</a>" :
|
211
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-done" title='The "done" signal'>done</a>" :
|
212
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-draw-page" title='The "draw-page" signal'>draw-page</a>" :
|
213
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-end-print" title='The "end-print" signal'>end-print</a>" :
|
214
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-paginate" title='The "paginate" signal'>paginate</a>" :
|
215
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-preview" title='The "preview" signal'>preview</a>" :
|
216
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-request-page-setup" title='The "request-page-setup" signal'>request-page-setup</a>" :
|
217
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-status-changed" title='The "status-changed" signal'>status-changed</a>" :
|
218
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-update-custom-widget" title='The "update-custom-widget" signal'>update-custom-widget</a>" :
|
219
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview-got-page-size" title='The "got-page-size" signal'>got-page-size</a>" :
|
220
|
-
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview-ready" title='The "ready" signal'>ready</a>" :
|
208
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-begin-print" title='The "begin-print" signal'>begin-print</a>" : Run Last
|
209
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-create-custom-widget" title='The "create-custom-widget" signal'>create-custom-widget</a>" : Run Last
|
210
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-custom-widget-apply" title='The "custom-widget-apply" signal'>custom-widget-apply</a>" : Run Last
|
211
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-done" title='The "done" signal'>done</a>" : Run Last
|
212
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-draw-page" title='The "draw-page" signal'>draw-page</a>" : Run Last
|
213
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-end-print" title='The "end-print" signal'>end-print</a>" : Run Last
|
214
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-paginate" title='The "paginate" signal'>paginate</a>" : Run Last
|
215
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-preview" title='The "preview" signal'>preview</a>" : Run Last
|
216
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-request-page-setup" title='The "request-page-setup" signal'>request-page-setup</a>" : Run Last
|
217
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-status-changed" title='The "status-changed" signal'>status-changed</a>" : Run Last
|
218
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-update-custom-widget" title='The "update-custom-widget" signal'>update-custom-widget</a>" : Run Last
|
219
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview-got-page-size" title='The "got-page-size" signal'>got-page-size</a>" : Run Last
|
220
|
+
"<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview-ready" title='The "ready" signal'>ready</a>" : Run Last
|
221
221
|
</pre>
|
222
222
|
</div>
|
223
|
-
<div class="refsect1">
|
223
|
+
<div class="refsect1" title="Description">
|
224
224
|
<a name="gtk-High-level-Printing-API.description"></a><h2>Description</h2>
|
225
225
|
<p>
|
226
226
|
GtkPrintOperation is the high-level, portable printing API. It looks
|
@@ -245,7 +245,7 @@ When the user finished the dialog various signals will be emitted on the
|
|
245
245
|
to catch and render the page on the provided <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> using Cairo.
|
246
246
|
</p>
|
247
247
|
<div class="example">
|
248
|
-
<a name="
|
248
|
+
<a name="id1144871"></a><p class="title"><b>Example 46. The high-level printing API</b></p>
|
249
249
|
<div class="example-contents">
|
250
250
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
251
251
|
<tbody>
|
@@ -311,16 +311,16 @@ when implementing a print preview.
|
|
311
311
|
Printing support was added in GTK+ 2.10.
|
312
312
|
</p>
|
313
313
|
</div>
|
314
|
-
<div class="refsect1">
|
314
|
+
<div class="refsect1" title="Details">
|
315
315
|
<a name="gtk-High-level-Printing-API.details"></a><h2>Details</h2>
|
316
|
-
<div class="refsect2">
|
317
|
-
<a name="GtkPrintOperation-struct"></a><h3>
|
318
|
-
<pre class="programlisting">struct GtkPrintOperation;</pre>
|
316
|
+
<div class="refsect2" title="GtkPrintOperation">
|
317
|
+
<a name="GtkPrintOperation-struct"></a><h3>GtkPrintOperation</h3>
|
318
|
+
<pre class="programlisting">typedef struct _GtkPrintOperation GtkPrintOperation;</pre>
|
319
319
|
<p>
|
320
320
|
</p>
|
321
321
|
</div>
|
322
322
|
<hr>
|
323
|
-
<div class="refsect2">
|
323
|
+
<div class="refsect2" title="enum GtkPrintStatus">
|
324
324
|
<a name="GtkPrintStatus"></a><h3>enum GtkPrintStatus</h3>
|
325
325
|
<pre class="programlisting">typedef enum {
|
326
326
|
GTK_PRINT_STATUS_INITIAL,
|
@@ -396,7 +396,7 @@ of a running print operation.
|
|
396
396
|
</table></div>
|
397
397
|
</div>
|
398
398
|
<hr>
|
399
|
-
<div class="refsect2">
|
399
|
+
<div class="refsect2" title="enum GtkPrintOperationAction">
|
400
400
|
<a name="GtkPrintOperationAction"></a><h3>enum GtkPrintOperationAction</h3>
|
401
401
|
<pre class="programlisting">typedef enum {
|
402
402
|
GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
|
@@ -438,7 +438,7 @@ determines what action the print operation should perform.
|
|
438
438
|
</table></div>
|
439
439
|
</div>
|
440
440
|
<hr>
|
441
|
-
<div class="refsect2">
|
441
|
+
<div class="refsect2" title="enum GtkPrintOperationResult">
|
442
442
|
<a name="GtkPrintOperationResult"></a><h3>enum GtkPrintOperationResult</h3>
|
443
443
|
<pre class="programlisting">typedef enum {
|
444
444
|
GTK_PRINT_OPERATION_RESULT_ERROR,
|
@@ -479,7 +479,7 @@ A value of this type is returned by <a class="link" href="gtk-High-level-Printin
|
|
479
479
|
</table></div>
|
480
480
|
</div>
|
481
481
|
<hr>
|
482
|
-
<div class="refsect2">
|
482
|
+
<div class="refsect2" title="enum GtkPrintError">
|
483
483
|
<a name="GtkPrintError"></a><h3>enum GtkPrintError</h3>
|
484
484
|
<pre class="programlisting">typedef enum
|
485
485
|
{
|
@@ -521,7 +521,7 @@ using the GTK+ printing support.
|
|
521
521
|
</table></div>
|
522
522
|
</div>
|
523
523
|
<hr>
|
524
|
-
<div class="refsect2">
|
524
|
+
<div class="refsect2" title="GTK_PRINT_ERROR">
|
525
525
|
<a name="GTK-PRINT-ERROR:CAPS"></a><h3>GTK_PRINT_ERROR</h3>
|
526
526
|
<pre class="programlisting">#define GTK_PRINT_ERROR gtk_print_error_quark ()
|
527
527
|
</pre>
|
@@ -530,9 +530,9 @@ The <a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuar
|
|
530
530
|
</p>
|
531
531
|
</div>
|
532
532
|
<hr>
|
533
|
-
<div class="refsect2">
|
533
|
+
<div class="refsect2" title="gtk_print_operation_new ()">
|
534
534
|
<a name="gtk-print-operation-new"></a><h3>gtk_print_operation_new ()</h3>
|
535
|
-
<pre class="programlisting"><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="returnvalue">GtkPrintOperation</span></a> *
|
535
|
+
<pre class="programlisting"><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="returnvalue">GtkPrintOperation</span></a> * gtk_print_operation_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
536
536
|
<p>
|
537
537
|
Creates a new <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a>.
|
538
538
|
</p>
|
@@ -540,14 +540,15 @@ Creates a new <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOpe
|
|
540
540
|
<col align="left" valign="top">
|
541
541
|
<tbody><tr>
|
542
542
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
543
|
-
<td>a new <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a>
|
543
|
+
<td> a new <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a>
|
544
|
+
|
544
545
|
</td>
|
545
546
|
</tr></tbody>
|
546
547
|
</table></div>
|
547
548
|
<p class="since">Since 2.10</p>
|
548
549
|
</div>
|
549
550
|
<hr>
|
550
|
-
<div class="refsect2">
|
551
|
+
<div class="refsect2" title="gtk_print_operation_set_allow_async ()">
|
551
552
|
<a name="gtk-print-operation-set-allow-async"></a><h3>gtk_print_operation_set_allow_async ()</h3>
|
552
553
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_allow_async (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
553
554
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> allow_async</code></em>);</pre>
|
@@ -567,14 +568,15 @@ some platforms may not allow asynchronous operation.
|
|
567
568
|
<tr>
|
568
569
|
<td><p><span class="term"><em class="parameter"><code>allow_async</code></em> :</span></p></td>
|
569
570
|
<td>
|
570
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow asynchronous operation
|
571
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow asynchronous operation
|
572
|
+
</td>
|
571
573
|
</tr>
|
572
574
|
</tbody>
|
573
575
|
</table></div>
|
574
576
|
<p class="since">Since 2.10</p>
|
575
577
|
</div>
|
576
578
|
<hr>
|
577
|
-
<div class="refsect2">
|
579
|
+
<div class="refsect2" title="gtk_print_operation_get_error ()">
|
578
580
|
<a name="gtk-print-operation-get-error"></a><h3>gtk_print_operation_get_error ()</h3>
|
579
581
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_get_error (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
580
582
|
<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>
|
@@ -594,14 +596,15 @@ handler. The returned <a href="http://library.gnome.org/devel/glib/unstable/glib
|
|
594
596
|
</tr>
|
595
597
|
<tr>
|
596
598
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
597
|
-
<td>return location for the error
|
599
|
+
<td>return location for the error
|
600
|
+
</td>
|
598
601
|
</tr>
|
599
602
|
</tbody>
|
600
603
|
</table></div>
|
601
604
|
<p class="since">Since 2.10</p>
|
602
605
|
</div>
|
603
606
|
<hr>
|
604
|
-
<div class="refsect2">
|
607
|
+
<div class="refsect2" title="gtk_print_operation_set_default_page_setup ()">
|
605
608
|
<a name="gtk-print-operation-set-default-page-setup"></a><h3>gtk_print_operation_set_default_page_setup ()</h3>
|
606
609
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_default_page_setup
|
607
610
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -624,7 +627,7 @@ to the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-
|
|
624
627
|
</tr>
|
625
628
|
<tr>
|
626
629
|
<td><p><span class="term"><em class="parameter"><code>default_page_setup</code></em> :</span></p></td>
|
627
|
-
<td>a <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
630
|
+
<td> a <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
628
631
|
</td>
|
629
632
|
</tr>
|
630
633
|
</tbody>
|
@@ -632,12 +635,12 @@ to the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-
|
|
632
635
|
<p class="since">Since 2.10</p>
|
633
636
|
</div>
|
634
637
|
<hr>
|
635
|
-
<div class="refsect2">
|
638
|
+
<div class="refsect2" title="gtk_print_operation_get_default_page_setup ()">
|
636
639
|
<a name="gtk-print-operation-get-default-page-setup"></a><h3>gtk_print_operation_get_default_page_setup ()</h3>
|
637
|
-
<pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> *
|
640
|
+
<pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> * gtk_print_operation_get_default_page_setup
|
638
641
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
639
642
|
<p>
|
640
|
-
Returns the default page setup, see
|
643
|
+
Returns the default page setup, see
|
641
644
|
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-default-page-setup" title="gtk_print_operation_set_default_page_setup ()"><code class="function">gtk_print_operation_set_default_page_setup()</code></a>.
|
642
645
|
</p>
|
643
646
|
<div class="variablelist"><table border="0">
|
@@ -650,7 +653,8 @@ Returns the default page setup, see
|
|
650
653
|
</tr>
|
651
654
|
<tr>
|
652
655
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
653
|
-
<td>the default page setup
|
656
|
+
<td> the default page setup
|
657
|
+
|
654
658
|
</td>
|
655
659
|
</tr>
|
656
660
|
</tbody>
|
@@ -658,7 +662,7 @@ Returns the default page setup, see
|
|
658
662
|
<p class="since">Since 2.10</p>
|
659
663
|
</div>
|
660
664
|
<hr>
|
661
|
-
<div class="refsect2">
|
665
|
+
<div class="refsect2" title="gtk_print_operation_set_print_settings ()">
|
662
666
|
<a name="gtk-print-operation-set-print-settings"></a><h3>gtk_print_operation_set_print_settings ()</h3>
|
663
667
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_print_settings
|
664
668
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -678,8 +682,7 @@ see <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-r
|
|
678
682
|
</tr>
|
679
683
|
<tr>
|
680
684
|
<td><p><span class="term"><em class="parameter"><code>print_settings</code></em> :</span></p></td>
|
681
|
-
<td>
|
682
|
-
<a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
685
|
+
<td> <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
683
686
|
</td>
|
684
687
|
</tr>
|
685
688
|
</tbody>
|
@@ -687,16 +690,16 @@ see <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-r
|
|
687
690
|
<p class="since">Since 2.10</p>
|
688
691
|
</div>
|
689
692
|
<hr>
|
690
|
-
<div class="refsect2">
|
693
|
+
<div class="refsect2" title="gtk_print_operation_get_print_settings ()">
|
691
694
|
<a name="gtk-print-operation-get-print-settings"></a><h3>gtk_print_operation_get_print_settings ()</h3>
|
692
|
-
<pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> *
|
695
|
+
<pre class="programlisting"><a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="returnvalue">GtkPrintSettings</span></a> * gtk_print_operation_get_print_settings
|
693
696
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
694
697
|
<p>
|
695
|
-
Returns the current print settings.
|
698
|
+
Returns the current print settings.
|
696
699
|
</p>
|
697
700
|
<p>
|
698
|
-
Note that the return value is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> until either
|
699
|
-
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-print-settings" title="gtk_print_operation_set_print_settings ()"><code class="function">gtk_print_operation_set_print_settings()</code></a> or
|
701
|
+
Note that the return value is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> until either
|
702
|
+
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-set-print-settings" title="gtk_print_operation_set_print_settings ()"><code class="function">gtk_print_operation_set_print_settings()</code></a> or
|
700
703
|
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-run" title="gtk_print_operation_run ()"><code class="function">gtk_print_operation_run()</code></a> have been called.
|
701
704
|
</p>
|
702
705
|
<div class="variablelist"><table border="0">
|
@@ -709,7 +712,8 @@ Note that the return value is <a href="http://library.gnome.org/devel/glib/unsta
|
|
709
712
|
</tr>
|
710
713
|
<tr>
|
711
714
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
712
|
-
<td>the current print settings of <em class="parameter"><code>op</code></em>.
|
715
|
+
<td> the current print settings of <em class="parameter"><code>op</code></em>.
|
716
|
+
|
713
717
|
</td>
|
714
718
|
</tr>
|
715
719
|
</tbody>
|
@@ -717,7 +721,7 @@ Note that the return value is <a href="http://library.gnome.org/devel/glib/unsta
|
|
717
721
|
<p class="since">Since 2.10</p>
|
718
722
|
</div>
|
719
723
|
<hr>
|
720
|
-
<div class="refsect2">
|
724
|
+
<div class="refsect2" title="gtk_print_operation_set_job_name ()">
|
721
725
|
<a name="gtk-print-operation-set-job-name"></a><h3>gtk_print_operation_set_job_name ()</h3>
|
722
726
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_job_name (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
723
727
|
<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> *job_name</code></em>);</pre>
|
@@ -739,14 +743,15 @@ numbering successive print jobs.
|
|
739
743
|
</tr>
|
740
744
|
<tr>
|
741
745
|
<td><p><span class="term"><em class="parameter"><code>job_name</code></em> :</span></p></td>
|
742
|
-
<td>a string that identifies the print job
|
746
|
+
<td>a string that identifies the print job
|
747
|
+
</td>
|
743
748
|
</tr>
|
744
749
|
</tbody>
|
745
750
|
</table></div>
|
746
751
|
<p class="since">Since 2.10</p>
|
747
752
|
</div>
|
748
753
|
<hr>
|
749
|
-
<div class="refsect2">
|
754
|
+
<div class="refsect2" title="gtk_print_operation_set_n_pages ()">
|
750
755
|
<a name="gtk-print-operation-set-n-pages"></a><h3>gtk_print_operation_set_n_pages ()</h3>
|
751
756
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_n_pages (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
752
757
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_pages</code></em>);</pre>
|
@@ -775,14 +780,15 @@ will be for page <em class="parameter"><code>n_pages</code></em> - 1.
|
|
775
780
|
</tr>
|
776
781
|
<tr>
|
777
782
|
<td><p><span class="term"><em class="parameter"><code>n_pages</code></em> :</span></p></td>
|
778
|
-
<td>the number of pages
|
783
|
+
<td>the number of pages
|
784
|
+
</td>
|
779
785
|
</tr>
|
780
786
|
</tbody>
|
781
787
|
</table></div>
|
782
788
|
<p class="since">Since 2.10</p>
|
783
789
|
</div>
|
784
790
|
<hr>
|
785
|
-
<div class="refsect2">
|
791
|
+
<div class="refsect2" title="gtk_print_operation_get_n_pages_to_print ()">
|
786
792
|
<a name="gtk-print-operation-get-n-pages-to-print"></a><h3>gtk_print_operation_get_n_pages_to_print ()</h3>
|
787
793
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_print_operation_get_n_pages_to_print
|
788
794
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -808,14 +814,16 @@ This is typically used to track the progress of print operation.
|
|
808
814
|
</tr>
|
809
815
|
<tr>
|
810
816
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
811
|
-
<td>the number of pages that will be printed
|
817
|
+
<td> the number of pages that will be printed
|
818
|
+
|
819
|
+
</td>
|
812
820
|
</tr>
|
813
821
|
</tbody>
|
814
822
|
</table></div>
|
815
823
|
<p class="since">Since 2.18</p>
|
816
824
|
</div>
|
817
825
|
<hr>
|
818
|
-
<div class="refsect2">
|
826
|
+
<div class="refsect2" title="gtk_print_operation_set_current_page ()">
|
819
827
|
<a name="gtk-print-operation-set-current-page"></a><h3>gtk_print_operation_set_current_page ()</h3>
|
820
828
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_current_page
|
821
829
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -840,14 +848,15 @@ Note that this only makes sense for pre-paginated documents.
|
|
840
848
|
</tr>
|
841
849
|
<tr>
|
842
850
|
<td><p><span class="term"><em class="parameter"><code>current_page</code></em> :</span></p></td>
|
843
|
-
<td>the current page, 0-based
|
851
|
+
<td>the current page, 0-based
|
852
|
+
</td>
|
844
853
|
</tr>
|
845
854
|
</tbody>
|
846
855
|
</table></div>
|
847
856
|
<p class="since">Since 2.10</p>
|
848
857
|
</div>
|
849
858
|
<hr>
|
850
|
-
<div class="refsect2">
|
859
|
+
<div class="refsect2" title="gtk_print_operation_set_use_full_page ()">
|
851
860
|
<a name="gtk-print-operation-set-use-full-page"></a><h3>gtk_print_operation_set_use_full_page ()</h3>
|
852
861
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_use_full_page
|
853
862
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -871,17 +880,18 @@ imageable area (i.e. inside the margins).
|
|
871
880
|
<tr>
|
872
881
|
<td><p><span class="term"><em class="parameter"><code>full_page</code></em> :</span></p></td>
|
873
882
|
<td>
|
874
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set up the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the full page
|
883
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set up the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the full page
|
884
|
+
</td>
|
875
885
|
</tr>
|
876
886
|
</tbody>
|
877
887
|
</table></div>
|
878
888
|
<p class="since">Since 2.10</p>
|
879
889
|
</div>
|
880
890
|
<hr>
|
881
|
-
<div class="refsect2">
|
891
|
+
<div class="refsect2" title="gtk_print_operation_set_unit ()">
|
882
892
|
<a name="gtk-print-operation-set-unit"></a><h3>gtk_print_operation_set_unit ()</h3>
|
883
893
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_unit (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
884
|
-
<em class="parameter"><code><a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
894
|
+
<em class="parameter"><code><a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> unit</code></em>);</pre>
|
885
895
|
<p>
|
886
896
|
Sets up the transformation for the cairo context obtained from
|
887
897
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> in such a way that distances are measured in
|
@@ -897,14 +907,15 @@ units of <em class="parameter"><code>unit</code></em>.
|
|
897
907
|
</tr>
|
898
908
|
<tr>
|
899
909
|
<td><p><span class="term"><em class="parameter"><code>unit</code></em> :</span></p></td>
|
900
|
-
<td>the unit to use
|
910
|
+
<td>the unit to use
|
911
|
+
</td>
|
901
912
|
</tr>
|
902
913
|
</tbody>
|
903
914
|
</table></div>
|
904
915
|
<p class="since">Since 2.10</p>
|
905
916
|
</div>
|
906
917
|
<hr>
|
907
|
-
<div class="refsect2">
|
918
|
+
<div class="refsect2" title="gtk_print_operation_set_export_filename ()">
|
908
919
|
<a name="gtk-print-operation-set-export-filename"></a><h3>gtk_print_operation_set_export_filename ()</h3>
|
909
920
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_export_filename
|
910
921
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -930,14 +941,15 @@ of printers in the print dialog.
|
|
930
941
|
</tr>
|
931
942
|
<tr>
|
932
943
|
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
933
|
-
<td>the filename for the exported file
|
944
|
+
<td>the filename for the exported file
|
945
|
+
</td>
|
934
946
|
</tr>
|
935
947
|
</tbody>
|
936
948
|
</table></div>
|
937
949
|
<p class="since">Since 2.10</p>
|
938
950
|
</div>
|
939
951
|
<hr>
|
940
|
-
<div class="refsect2">
|
952
|
+
<div class="refsect2" title="gtk_print_operation_set_show_progress ()">
|
941
953
|
<a name="gtk-print-operation-set-show-progress"></a><h3>gtk_print_operation_set_show_progress ()</h3>
|
942
954
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_show_progress
|
943
955
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -957,14 +969,15 @@ progress dialog during the print operation.
|
|
957
969
|
<tr>
|
958
970
|
<td><p><span class="term"><em class="parameter"><code>show_progress</code></em> :</span></p></td>
|
959
971
|
<td>
|
960
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show a progress dialog
|
972
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to show a progress dialog
|
973
|
+
</td>
|
961
974
|
</tr>
|
962
975
|
</tbody>
|
963
976
|
</table></div>
|
964
977
|
<p class="since">Since 2.10</p>
|
965
978
|
</div>
|
966
979
|
<hr>
|
967
|
-
<div class="refsect2">
|
980
|
+
<div class="refsect2" title="gtk_print_operation_set_track_print_status ()">
|
968
981
|
<a name="gtk-print-operation-set-track-print-status"></a><h3>gtk_print_operation_set_track_print_status ()</h3>
|
969
982
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_track_print_status
|
970
983
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -990,14 +1003,15 @@ not be enabled unless needed.
|
|
990
1003
|
<tr>
|
991
1004
|
<td><p><span class="term"><em class="parameter"><code>track_status</code></em> :</span></p></td>
|
992
1005
|
<td>
|
993
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track status after printing
|
1006
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track status after printing
|
1007
|
+
</td>
|
994
1008
|
</tr>
|
995
1009
|
</tbody>
|
996
1010
|
</table></div>
|
997
1011
|
<p class="since">Since 2.10</p>
|
998
1012
|
</div>
|
999
1013
|
<hr>
|
1000
|
-
<div class="refsect2">
|
1014
|
+
<div class="refsect2" title="gtk_print_operation_set_custom_tab_label ()">
|
1001
1015
|
<a name="gtk-print-operation-set-custom-tab-label"></a><h3>gtk_print_operation_set_custom_tab_label ()</h3>
|
1002
1016
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_custom_tab_label
|
1003
1017
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -1015,7 +1029,7 @@ Sets the label for the tab holding custom widgets.
|
|
1015
1029
|
</tr>
|
1016
1030
|
<tr>
|
1017
1031
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
1018
|
-
<td>the label to use, 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 label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1032
|
+
<td> the label to use, 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 label. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1019
1033
|
</td>
|
1020
1034
|
</tr>
|
1021
1035
|
</tbody>
|
@@ -1023,7 +1037,7 @@ Sets the label for the tab holding custom widgets.
|
|
1023
1037
|
<p class="since">Since 2.10</p>
|
1024
1038
|
</div>
|
1025
1039
|
<hr>
|
1026
|
-
<div class="refsect2">
|
1040
|
+
<div class="refsect2" title="gtk_print_operation_run ()">
|
1027
1041
|
<a name="gtk-print-operation-run"></a><h3>gtk_print_operation_run ()</h3>
|
1028
1042
|
<pre class="programlisting"><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationResult" title="enum GtkPrintOperationResult"><span class="returnvalue">GtkPrintOperationResult</span></a> gtk_print_operation_run (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
1029
1043
|
<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationAction" title="enum GtkPrintOperationAction"><span class="type">GtkPrintOperationAction</span></a> action</code></em>,
|
@@ -1143,35 +1157,38 @@ given <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation">
|
|
1143
1157
|
</tr>
|
1144
1158
|
<tr>
|
1145
1159
|
<td><p><span class="term"><em class="parameter"><code>action</code></em> :</span></p></td>
|
1146
|
-
<td>the action to start
|
1160
|
+
<td>the action to start
|
1161
|
+
</td>
|
1147
1162
|
</tr>
|
1148
1163
|
<tr>
|
1149
1164
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
1150
|
-
<td>Transient parent of the dialog. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1165
|
+
<td> Transient parent of the dialog. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1151
1166
|
</td>
|
1152
1167
|
</tr>
|
1153
1168
|
<tr>
|
1154
1169
|
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
|
1155
|
-
<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>
|
1170
|
+
<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>
|
1156
1171
|
</td>
|
1157
1172
|
</tr>
|
1158
1173
|
<tr>
|
1159
1174
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1160
|
-
<td>the result of the print operation. A return value of
|
1161
|
-
<a class="link" href="gtk-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-APPLY:CAPS"><code class="literal">GTK_PRINT_OPERATION_RESULT_APPLY</code></a> indicates that the printing was
|
1162
|
-
completed successfully. In this case, it is a good idea to obtain
|
1163
|
-
the used print settings with <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-get-print-settings" title="gtk_print_operation_get_print_settings ()"><code class="function">gtk_print_operation_get_print_settings()</code></a>
|
1164
|
-
and store them for reuse with the next print operation. A value of
|
1165
|
-
<a class="link" href="gtk-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-IN-PROGRESS:CAPS"><code class="literal">GTK_PRINT_OPERATION_RESULT_IN_PROGRESS</code></a> means the operation is running
|
1166
|
-
asynchronously, and will emit the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-done" title='The "done" signal'><span class="type">"done"</span></a> signal when
|
1167
|
-
done
|
1175
|
+
<td> the result of the print operation. A return value of
|
1176
|
+
<a class="link" href="gtk-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-APPLY:CAPS"><code class="literal">GTK_PRINT_OPERATION_RESULT_APPLY</code></a> indicates that the printing was
|
1177
|
+
completed successfully. In this case, it is a good idea to obtain
|
1178
|
+
the used print settings with <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operation-get-print-settings" title="gtk_print_operation_get_print_settings ()"><code class="function">gtk_print_operation_get_print_settings()</code></a>
|
1179
|
+
and store them for reuse with the next print operation. A value of
|
1180
|
+
<a class="link" href="gtk-High-level-Printing-API.html#GTK-PRINT-OPERATION-RESULT-IN-PROGRESS:CAPS"><code class="literal">GTK_PRINT_OPERATION_RESULT_IN_PROGRESS</code></a> means the operation is running
|
1181
|
+
asynchronously, and will emit the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-done" title='The "done" signal'><span class="type">"done"</span></a> signal when
|
1182
|
+
done.
|
1183
|
+
|
1184
|
+
</td>
|
1168
1185
|
</tr>
|
1169
1186
|
</tbody>
|
1170
1187
|
</table></div>
|
1171
1188
|
<p class="since">Since 2.10</p>
|
1172
1189
|
</div>
|
1173
1190
|
<hr>
|
1174
|
-
<div class="refsect2">
|
1191
|
+
<div class="refsect2" title="gtk_print_operation_cancel ()">
|
1175
1192
|
<a name="gtk-print-operation-cancel"></a><h3>gtk_print_operation_cancel ()</h3>
|
1176
1193
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_cancel (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
1177
1194
|
<p>
|
@@ -1192,7 +1209,7 @@ operation.
|
|
1192
1209
|
<p class="since">Since 2.10</p>
|
1193
1210
|
</div>
|
1194
1211
|
<hr>
|
1195
|
-
<div class="refsect2">
|
1212
|
+
<div class="refsect2" title="gtk_print_operation_draw_page_finish ()">
|
1196
1213
|
<a name="gtk-print-operation-draw-page-finish"></a><h3>gtk_print_operation_draw_page_finish ()</h3>
|
1197
1214
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_draw_page_finish
|
1198
1215
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1217,7 +1234,7 @@ itself.
|
|
1217
1234
|
<p class="since">Since 2.16</p>
|
1218
1235
|
</div>
|
1219
1236
|
<hr>
|
1220
|
-
<div class="refsect2">
|
1237
|
+
<div class="refsect2" title="gtk_print_operation_set_defer_drawing ()">
|
1221
1238
|
<a name="gtk-print-operation-set-defer-drawing"></a><h3>gtk_print_operation_set_defer_drawing ()</h3>
|
1222
1239
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_defer_drawing
|
1223
1240
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1240,7 +1257,7 @@ This function must be called in the callback of "draw-page" signal.
|
|
1240
1257
|
<p class="since">Since 2.16</p>
|
1241
1258
|
</div>
|
1242
1259
|
<hr>
|
1243
|
-
<div class="refsect2">
|
1260
|
+
<div class="refsect2" title="gtk_print_operation_get_status ()">
|
1244
1261
|
<a name="gtk-print-operation-get-status"></a><h3>gtk_print_operation_get_status ()</h3>
|
1245
1262
|
<pre class="programlisting"><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintStatus" title="enum GtkPrintStatus"><span class="returnvalue">GtkPrintStatus</span></a> gtk_print_operation_get_status (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
1246
1263
|
<p>
|
@@ -1257,14 +1274,16 @@ Also see <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-operat
|
|
1257
1274
|
</tr>
|
1258
1275
|
<tr>
|
1259
1276
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1260
|
-
<td>the status of the print operation
|
1277
|
+
<td> the status of the print operation
|
1278
|
+
|
1279
|
+
</td>
|
1261
1280
|
</tr>
|
1262
1281
|
</tbody>
|
1263
1282
|
</table></div>
|
1264
1283
|
<p class="since">Since 2.10</p>
|
1265
1284
|
</div>
|
1266
1285
|
<hr>
|
1267
|
-
<div class="refsect2">
|
1286
|
+
<div class="refsect2" title="gtk_print_operation_get_status_string ()">
|
1268
1287
|
<a name="gtk-print-operation-get-status-string"></a><h3>gtk_print_operation_get_status_string ()</h3>
|
1269
1288
|
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_print_operation_get_status_string
|
1270
1289
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1287,15 +1306,17 @@ value that is suitable for programmatic use.
|
|
1287
1306
|
</tr>
|
1288
1307
|
<tr>
|
1289
1308
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1290
|
-
<td>a string representation of the status
|
1291
|
-
of the print operation
|
1309
|
+
<td> a string representation of the status
|
1310
|
+
of the print operation
|
1311
|
+
|
1312
|
+
</td>
|
1292
1313
|
</tr>
|
1293
1314
|
</tbody>
|
1294
1315
|
</table></div>
|
1295
1316
|
<p class="since">Since 2.10</p>
|
1296
1317
|
</div>
|
1297
1318
|
<hr>
|
1298
|
-
<div class="refsect2">
|
1319
|
+
<div class="refsect2" title="gtk_print_operation_is_finished ()">
|
1299
1320
|
<a name="gtk-print-operation-is-finished"></a><h3>gtk_print_operation_is_finished ()</h3>
|
1300
1321
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_print_operation_is_finished (<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
1301
1322
|
<p>
|
@@ -1318,15 +1339,16 @@ the operation status then tracks the print job status on the printer.
|
|
1318
1339
|
</tr>
|
1319
1340
|
<tr>
|
1320
1341
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1321
|
-
<td>
|
1322
|
-
|
1342
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, if the print operation is finished.
|
1343
|
+
|
1344
|
+
</td>
|
1323
1345
|
</tr>
|
1324
1346
|
</tbody>
|
1325
1347
|
</table></div>
|
1326
1348
|
<p class="since">Since 2.10</p>
|
1327
1349
|
</div>
|
1328
1350
|
<hr>
|
1329
|
-
<div class="refsect2">
|
1351
|
+
<div class="refsect2" title="gtk_print_operation_set_support_selection ()">
|
1330
1352
|
<a name="gtk-print-operation-set-support-selection"></a><h3>gtk_print_operation_set_support_selection ()</h3>
|
1331
1353
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_support_selection
|
1332
1354
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -1345,14 +1367,15 @@ Sets whether selection is supported by <a class="link" href="gtk-High-level-Prin
|
|
1345
1367
|
<tr>
|
1346
1368
|
<td><p><span class="term"><em class="parameter"><code>support_selection</code></em> :</span></p></td>
|
1347
1369
|
<td>
|
1348
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to support selection
|
1370
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to support selection
|
1371
|
+
</td>
|
1349
1372
|
</tr>
|
1350
1373
|
</tbody>
|
1351
1374
|
</table></div>
|
1352
1375
|
<p class="since">Since 2.18</p>
|
1353
1376
|
</div>
|
1354
1377
|
<hr>
|
1355
|
-
<div class="refsect2">
|
1378
|
+
<div class="refsect2" title="gtk_print_operation_get_support_selection ()">
|
1356
1379
|
<a name="gtk-print-operation-get-support-selection"></a><h3>gtk_print_operation_get_support_selection ()</h3>
|
1357
1380
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_print_operation_get_support_selection
|
1358
1381
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1369,14 +1392,16 @@ Gets the value of <span class="type">"support-selection"</span> property.
|
|
1369
1392
|
</tr>
|
1370
1393
|
<tr>
|
1371
1394
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1372
|
-
<td>whether the application supports print of selection
|
1395
|
+
<td> whether the application supports print of selection
|
1396
|
+
|
1397
|
+
</td>
|
1373
1398
|
</tr>
|
1374
1399
|
</tbody>
|
1375
1400
|
</table></div>
|
1376
1401
|
<p class="since">Since 2.18</p>
|
1377
1402
|
</div>
|
1378
1403
|
<hr>
|
1379
|
-
<div class="refsect2">
|
1404
|
+
<div class="refsect2" title="gtk_print_operation_set_has_selection ()">
|
1380
1405
|
<a name="gtk-print-operation-set-has-selection"></a><h3>gtk_print_operation_set_has_selection ()</h3>
|
1381
1406
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_has_selection
|
1382
1407
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -1400,14 +1425,15 @@ will draw by <a class="link" href="gtk-High-level-Printing-API.html#gtk-print-op
|
|
1400
1425
|
<tr>
|
1401
1426
|
<td><p><span class="term"><em class="parameter"><code>has_selection</code></em> :</span></p></td>
|
1402
1427
|
<td>
|
1403
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates that a selection exists
|
1428
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates that a selection exists
|
1429
|
+
</td>
|
1404
1430
|
</tr>
|
1405
1431
|
</tbody>
|
1406
1432
|
</table></div>
|
1407
1433
|
<p class="since">Since 2.18</p>
|
1408
1434
|
</div>
|
1409
1435
|
<hr>
|
1410
|
-
<div class="refsect2">
|
1436
|
+
<div class="refsect2" title="gtk_print_operation_get_has_selection ()">
|
1411
1437
|
<a name="gtk-print-operation-get-has-selection"></a><h3>gtk_print_operation_get_has_selection ()</h3>
|
1412
1438
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_print_operation_get_has_selection
|
1413
1439
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1424,14 +1450,16 @@ Gets the value of <span class="type">"has-selection"</span> property.
|
|
1424
1450
|
</tr>
|
1425
1451
|
<tr>
|
1426
1452
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1427
|
-
<td>whether there is a selection
|
1453
|
+
<td> whether there is a selection
|
1454
|
+
|
1455
|
+
</td>
|
1428
1456
|
</tr>
|
1429
1457
|
</tbody>
|
1430
1458
|
</table></div>
|
1431
1459
|
<p class="since">Since 2.18</p>
|
1432
1460
|
</div>
|
1433
1461
|
<hr>
|
1434
|
-
<div class="refsect2">
|
1462
|
+
<div class="refsect2" title="gtk_print_operation_set_embed_page_setup ()">
|
1435
1463
|
<a name="gtk-print-operation-set-embed-page-setup"></a><h3>gtk_print_operation_set_embed_page_setup ()</h3>
|
1436
1464
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_set_embed_page_setup
|
1437
1465
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>,
|
@@ -1459,7 +1487,7 @@ Selected page setup is stored as default page setup in <a class="link" href="gtk
|
|
1459
1487
|
<p class="since">Since 2.18</p>
|
1460
1488
|
</div>
|
1461
1489
|
<hr>
|
1462
|
-
<div class="refsect2">
|
1490
|
+
<div class="refsect2" title="gtk_print_operation_get_embed_page_setup ()">
|
1463
1491
|
<a name="gtk-print-operation-get-embed-page-setup"></a><h3>gtk_print_operation_get_embed_page_setup ()</h3>
|
1464
1492
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_print_operation_get_embed_page_setup
|
1465
1493
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *op</code></em>);</pre>
|
@@ -1476,14 +1504,16 @@ Gets the value of <span class="type">"embed-page-setup"</span> property.
|
|
1476
1504
|
</tr>
|
1477
1505
|
<tr>
|
1478
1506
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1479
|
-
<td>whether page setup selection combos are embedded
|
1507
|
+
<td> whether page setup selection combos are embedded
|
1508
|
+
|
1509
|
+
</td>
|
1480
1510
|
</tr>
|
1481
1511
|
</tbody>
|
1482
1512
|
</table></div>
|
1483
1513
|
<p class="since">Since 2.18</p>
|
1484
1514
|
</div>
|
1485
1515
|
<hr>
|
1486
|
-
<div class="refsect2">
|
1516
|
+
<div class="refsect2" title="gtk_print_run_page_setup_dialog ()">
|
1487
1517
|
<a name="gtk-print-run-page-setup-dialog"></a><h3>gtk_print_run_page_setup_dialog ()</h3>
|
1488
1518
|
<pre class="programlisting"><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="returnvalue">GtkPageSetup</span></a> * gtk_print_run_page_setup_dialog (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>,
|
1489
1519
|
<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *page_setup</code></em>,
|
@@ -1504,12 +1534,12 @@ a problem.
|
|
1504
1534
|
<tbody>
|
1505
1535
|
<tr>
|
1506
1536
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
1507
|
-
<td>transient parent. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1537
|
+
<td> transient parent. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1508
1538
|
</td>
|
1509
1539
|
</tr>
|
1510
1540
|
<tr>
|
1511
1541
|
<td><p><span class="term"><em class="parameter"><code>page_setup</code></em> :</span></p></td>
|
1512
|
-
<td>an existing <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1542
|
+
<td> an existing <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1513
1543
|
</td>
|
1514
1544
|
</tr>
|
1515
1545
|
<tr>
|
@@ -1519,7 +1549,8 @@ a problem.
|
|
1519
1549
|
</tr>
|
1520
1550
|
<tr>
|
1521
1551
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1522
|
-
<td>a new <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a
|
1552
|
+
<td> a new <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>
|
1553
|
+
|
1523
1554
|
</td>
|
1524
1555
|
</tr>
|
1525
1556
|
</tbody>
|
@@ -1527,7 +1558,7 @@ a problem.
|
|
1527
1558
|
<p class="since">Since 2.10</p>
|
1528
1559
|
</div>
|
1529
1560
|
<hr>
|
1530
|
-
<div class="refsect2">
|
1561
|
+
<div class="refsect2" title="GtkPageSetupDoneFunc ()">
|
1531
1562
|
<a name="GtkPageSetupDoneFunc"></a><h3>GtkPageSetupDoneFunc ()</h3>
|
1532
1563
|
<pre class="programlisting"><span class="returnvalue">void</span> (*GtkPageSetupDoneFunc) (<em class="parameter"><code><a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *page_setup</code></em>,
|
1533
1564
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
|
@@ -1541,18 +1572,20 @@ also serves as destroy notify for <em class="parameter"><code>data</code></em>.
|
|
1541
1572
|
<tbody>
|
1542
1573
|
<tr>
|
1543
1574
|
<td><p><span class="term"><em class="parameter"><code>page_setup</code></em> :</span></p></td>
|
1544
|
-
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> that has been
|
1575
|
+
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> that has been
|
1576
|
+
</td>
|
1545
1577
|
</tr>
|
1546
1578
|
<tr>
|
1547
1579
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
1548
|
-
<td>user data that has been passed to
|
1549
|
-
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-run-page-setup-dialog-async" title="gtk_print_run_page_setup_dialog_async ()"><code class="function">gtk_print_run_page_setup_dialog_async()</code></a
|
1580
|
+
<td>user data that has been passed to
|
1581
|
+
<a class="link" href="gtk-High-level-Printing-API.html#gtk-print-run-page-setup-dialog-async" title="gtk_print_run_page_setup_dialog_async ()"><code class="function">gtk_print_run_page_setup_dialog_async()</code></a>.
|
1582
|
+
</td>
|
1550
1583
|
</tr>
|
1551
1584
|
</tbody>
|
1552
1585
|
</table></div>
|
1553
1586
|
</div>
|
1554
1587
|
<hr>
|
1555
|
-
<div class="refsect2">
|
1588
|
+
<div class="refsect2" title="gtk_print_run_page_setup_dialog_async ()">
|
1556
1589
|
<a name="gtk-print-run-page-setup-dialog-async"></a><h3>gtk_print_run_page_setup_dialog_async ()</h3>
|
1557
1590
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_run_page_setup_dialog_async
|
1558
1591
|
(<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>,
|
@@ -1573,12 +1606,12 @@ from a signal handler for the ::response signal of the dialog.
|
|
1573
1606
|
<tbody>
|
1574
1607
|
<tr>
|
1575
1608
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
1576
|
-
<td>transient parent, 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>
|
1609
|
+
<td> transient parent, 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>
|
1577
1610
|
</td>
|
1578
1611
|
</tr>
|
1579
1612
|
<tr>
|
1580
1613
|
<td><p><span class="term"><em class="parameter"><code>page_setup</code></em> :</span></p></td>
|
1581
|
-
<td>an existing <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1614
|
+
<td> an existing <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1582
1615
|
</td>
|
1583
1616
|
</tr>
|
1584
1617
|
<tr>
|
@@ -1588,7 +1621,8 @@ from a signal handler for the ::response signal of the dialog.
|
|
1588
1621
|
</tr>
|
1589
1622
|
<tr>
|
1590
1623
|
<td><p><span class="term"><em class="parameter"><code>done_cb</code></em> :</span></p></td>
|
1591
|
-
<td>a function to call when the user saves the modified page setup
|
1624
|
+
<td>a function to call when the user saves the modified page setup
|
1625
|
+
</td>
|
1592
1626
|
</tr>
|
1593
1627
|
<tr>
|
1594
1628
|
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
|
@@ -1600,14 +1634,14 @@ from a signal handler for the ::response signal of the dialog.
|
|
1600
1634
|
<p class="since">Since 2.10</p>
|
1601
1635
|
</div>
|
1602
1636
|
<hr>
|
1603
|
-
<div class="refsect2">
|
1637
|
+
<div class="refsect2" title="GtkPrintOperationPreview">
|
1604
1638
|
<a name="GtkPrintOperationPreview-struct"></a><h3>GtkPrintOperationPreview</h3>
|
1605
1639
|
<pre class="programlisting">typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;</pre>
|
1606
1640
|
<p>
|
1607
1641
|
</p>
|
1608
1642
|
</div>
|
1609
1643
|
<hr>
|
1610
|
-
<div class="refsect2">
|
1644
|
+
<div class="refsect2" title="gtk_print_operation_preview_end_preview ()">
|
1611
1645
|
<a name="gtk-print-operation-preview-end-preview"></a><h3>gtk_print_operation_preview_end_preview ()</h3>
|
1612
1646
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_preview_end_preview
|
1613
1647
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview</code></em>);</pre>
|
@@ -1628,7 +1662,7 @@ This function must be called to finish a custom print preview.
|
|
1628
1662
|
<p class="since">Since 2.10</p>
|
1629
1663
|
</div>
|
1630
1664
|
<hr>
|
1631
|
-
<div class="refsect2">
|
1665
|
+
<div class="refsect2" title="gtk_print_operation_preview_is_selected ()">
|
1632
1666
|
<a name="gtk-print-operation-preview-is-selected"></a><h3>gtk_print_operation_preview_is_selected ()</h3>
|
1633
1667
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_print_operation_preview_is_selected
|
1634
1668
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview</code></em>,
|
@@ -1647,19 +1681,21 @@ have been selected for printing.
|
|
1647
1681
|
</tr>
|
1648
1682
|
<tr>
|
1649
1683
|
<td><p><span class="term"><em class="parameter"><code>page_nr</code></em> :</span></p></td>
|
1650
|
-
<td>a page number
|
1684
|
+
<td>a page number
|
1685
|
+
</td>
|
1651
1686
|
</tr>
|
1652
1687
|
<tr>
|
1653
1688
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1654
|
-
<td>
|
1655
|
-
|
1689
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the page has been selected for printing
|
1690
|
+
|
1691
|
+
</td>
|
1656
1692
|
</tr>
|
1657
1693
|
</tbody>
|
1658
1694
|
</table></div>
|
1659
1695
|
<p class="since">Since 2.10</p>
|
1660
1696
|
</div>
|
1661
1697
|
<hr>
|
1662
|
-
<div class="refsect2">
|
1698
|
+
<div class="refsect2" title="gtk_print_operation_preview_render_page ()">
|
1663
1699
|
<a name="gtk-print-operation-preview-render-page"></a><h3>gtk_print_operation_preview_render_page ()</h3>
|
1664
1700
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_print_operation_preview_render_page
|
1665
1701
|
(<em class="parameter"><code><a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview</code></em>,
|
@@ -1687,16 +1723,17 @@ be associated with the print context.
|
|
1687
1723
|
</tr>
|
1688
1724
|
<tr>
|
1689
1725
|
<td><p><span class="term"><em class="parameter"><code>page_nr</code></em> :</span></p></td>
|
1690
|
-
<td>the page to render
|
1726
|
+
<td>the page to render
|
1727
|
+
</td>
|
1691
1728
|
</tr>
|
1692
1729
|
</tbody>
|
1693
1730
|
</table></div>
|
1694
1731
|
<p class="since">Since 2.10</p>
|
1695
1732
|
</div>
|
1696
1733
|
</div>
|
1697
|
-
<div class="refsect1">
|
1734
|
+
<div class="refsect1" title="Property Details">
|
1698
1735
|
<a name="gtk-High-level-Printing-API.property-details"></a><h2>Property Details</h2>
|
1699
|
-
<div class="refsect2">
|
1736
|
+
<div class="refsect2" title='The "allow-async" property'>
|
1700
1737
|
<a name="GtkPrintOperation--allow-async"></a><h3>The <code class="literal">"allow-async"</code> property</h3>
|
1701
1738
|
<pre class="programlisting"> "allow-async" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1702
1739
|
<p>
|
@@ -1717,7 +1754,7 @@ is unlikely to change). On other platforms, all actions except for
|
|
1717
1754
|
<p class="since">Since 2.10</p>
|
1718
1755
|
</div>
|
1719
1756
|
<hr>
|
1720
|
-
<div class="refsect2">
|
1757
|
+
<div class="refsect2" title='The "current-page" property'>
|
1721
1758
|
<a name="GtkPrintOperation--current-page"></a><h3>The <code class="literal">"current-page"</code> property</h3>
|
1722
1759
|
<pre class="programlisting"> "current-page" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1723
1760
|
<p>
|
@@ -1735,7 +1772,7 @@ Note that this only makes sense for pre-paginated documents.
|
|
1735
1772
|
<p class="since">Since 2.10</p>
|
1736
1773
|
</div>
|
1737
1774
|
<hr>
|
1738
|
-
<div class="refsect2">
|
1775
|
+
<div class="refsect2" title='The "custom-tab-label" property'>
|
1739
1776
|
<a name="GtkPrintOperation--custom-tab-label"></a><h3>The <code class="literal">"custom-tab-label"</code> property</h3>
|
1740
1777
|
<pre class="programlisting"> "custom-tab-label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1741
1778
|
<p>
|
@@ -1749,7 +1786,7 @@ If this is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-M
|
|
1749
1786
|
<p class="since">Since 2.10</p>
|
1750
1787
|
</div>
|
1751
1788
|
<hr>
|
1752
|
-
<div class="refsect2">
|
1789
|
+
<div class="refsect2" title='The "default-page-setup" property'>
|
1753
1790
|
<a name="GtkPrintOperation--default-page-setup"></a><h3>The <code class="literal">"default-page-setup"</code> property</h3>
|
1754
1791
|
<pre class="programlisting"> "default-page-setup" <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>* : Read / Write</pre>
|
1755
1792
|
<p>
|
@@ -1763,7 +1800,7 @@ to the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-
|
|
1763
1800
|
<p class="since">Since 2.10</p>
|
1764
1801
|
</div>
|
1765
1802
|
<hr>
|
1766
|
-
<div class="refsect2">
|
1803
|
+
<div class="refsect2" title='The "embed-page-setup" property'>
|
1767
1804
|
<a name="GtkPrintOperation--embed-page-setup"></a><h3>The <code class="literal">"embed-page-setup"</code> property</h3>
|
1768
1805
|
<pre class="programlisting"> "embed-page-setup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1769
1806
|
<p>
|
@@ -1773,7 +1810,7 @@ If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
1773
1810
|
<p class="since">Since 2.18</p>
|
1774
1811
|
</div>
|
1775
1812
|
<hr>
|
1776
|
-
<div class="refsect2">
|
1813
|
+
<div class="refsect2" title='The "export-filename" property'>
|
1777
1814
|
<a name="GtkPrintOperation--export-filename"></a><h3>The <code class="literal">"export-filename"</code> property</h3>
|
1778
1815
|
<pre class="programlisting"> "export-filename" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1779
1816
|
<p>
|
@@ -1793,7 +1830,7 @@ list of printers in the print dialog.
|
|
1793
1830
|
<p class="since">Since 2.10</p>
|
1794
1831
|
</div>
|
1795
1832
|
<hr>
|
1796
|
-
<div class="refsect2">
|
1833
|
+
<div class="refsect2" title='The "has-selection" property'>
|
1797
1834
|
<a name="GtkPrintOperation--has-selection"></a><h3>The <code class="literal">"has-selection"</code> property</h3>
|
1798
1835
|
<pre class="programlisting"> "has-selection" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1799
1836
|
<p>
|
@@ -1805,7 +1842,7 @@ This is typically used to make a "Selection" button sensitive.
|
|
1805
1842
|
<p class="since">Since 2.18</p>
|
1806
1843
|
</div>
|
1807
1844
|
<hr>
|
1808
|
-
<div class="refsect2">
|
1845
|
+
<div class="refsect2" title='The "job-name" property'>
|
1809
1846
|
<a name="GtkPrintOperation--job-name"></a><h3>The <code class="literal">"job-name"</code> property</h3>
|
1810
1847
|
<pre class="programlisting"> "job-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
1811
1848
|
<p>
|
@@ -1820,7 +1857,7 @@ by numbering successive print jobs.
|
|
1820
1857
|
<p class="since">Since 2.10</p>
|
1821
1858
|
</div>
|
1822
1859
|
<hr>
|
1823
|
-
<div class="refsect2">
|
1860
|
+
<div class="refsect2" title='The "n-pages" property'>
|
1824
1861
|
<a name="GtkPrintOperation--n-pages"></a><h3>The <code class="literal">"n-pages"</code> property</h3>
|
1825
1862
|
<pre class="programlisting"> "n-pages" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1826
1863
|
<p>
|
@@ -1843,7 +1880,7 @@ will be for page <em class="parameter"><code>n_pages</code></em> - 1.
|
|
1843
1880
|
<p class="since">Since 2.10</p>
|
1844
1881
|
</div>
|
1845
1882
|
<hr>
|
1846
|
-
<div class="refsect2">
|
1883
|
+
<div class="refsect2" title='The "n-pages-to-print" property'>
|
1847
1884
|
<a name="GtkPrintOperation--n-pages-to-print"></a><h3>The <code class="literal">"n-pages-to-print"</code> property</h3>
|
1848
1885
|
<pre class="programlisting"> "n-pages-to-print" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1849
1886
|
<p>
|
@@ -1863,7 +1900,7 @@ This is typically used to track the progress of print operation.
|
|
1863
1900
|
<p class="since">Since 2.18</p>
|
1864
1901
|
</div>
|
1865
1902
|
<hr>
|
1866
|
-
<div class="refsect2">
|
1903
|
+
<div class="refsect2" title='The "print-settings" property'>
|
1867
1904
|
<a name="GtkPrintOperation--print-settings"></a><h3>The <code class="literal">"print-settings"</code> property</h3>
|
1868
1905
|
<pre class="programlisting"> "print-settings" <a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a>* : Read / Write</pre>
|
1869
1906
|
<p>
|
@@ -1877,7 +1914,7 @@ print settings from a previous print operation, see
|
|
1877
1914
|
<p class="since">Since 2.10</p>
|
1878
1915
|
</div>
|
1879
1916
|
<hr>
|
1880
|
-
<div class="refsect2">
|
1917
|
+
<div class="refsect2" title='The "show-progress" property'>
|
1881
1918
|
<a name="GtkPrintOperation--show-progress"></a><h3>The <code class="literal">"show-progress"</code> property</h3>
|
1882
1919
|
<pre class="programlisting"> "show-progress" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1883
1920
|
<p>
|
@@ -1888,7 +1925,7 @@ print operation.
|
|
1888
1925
|
<p class="since">Since 2.10</p>
|
1889
1926
|
</div>
|
1890
1927
|
<hr>
|
1891
|
-
<div class="refsect2">
|
1928
|
+
<div class="refsect2" title='The "status" property'>
|
1892
1929
|
<a name="GtkPrintOperation--status"></a><h3>The <code class="literal">"status"</code> property</h3>
|
1893
1930
|
<pre class="programlisting"> "status" <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintStatus" title="enum GtkPrintStatus"><span class="type">GtkPrintStatus</span></a> : Read</pre>
|
1894
1931
|
<p>
|
@@ -1898,7 +1935,7 @@ The status of the print operation.
|
|
1898
1935
|
<p class="since">Since 2.10</p>
|
1899
1936
|
</div>
|
1900
1937
|
<hr>
|
1901
|
-
<div class="refsect2">
|
1938
|
+
<div class="refsect2" title='The "status-string" property'>
|
1902
1939
|
<a name="GtkPrintOperation--status-string"></a><h3>The <code class="literal">"status-string"</code> property</h3>
|
1903
1940
|
<pre class="programlisting"> "status-string" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
|
1904
1941
|
<p>
|
@@ -1914,7 +1951,7 @@ is suitable for programmatic use.
|
|
1914
1951
|
<p class="since">Since 2.10</p>
|
1915
1952
|
</div>
|
1916
1953
|
<hr>
|
1917
|
-
<div class="refsect2">
|
1954
|
+
<div class="refsect2" title='The "support-selection" property'>
|
1918
1955
|
<a name="GtkPrintOperation--support-selection"></a><h3>The <code class="literal">"support-selection"</code> property</h3>
|
1919
1956
|
<pre class="programlisting"> "support-selection" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1920
1957
|
<p>
|
@@ -1925,7 +1962,7 @@ This allows the print dialog to show a "Selection" button.
|
|
1925
1962
|
<p class="since">Since 2.18</p>
|
1926
1963
|
</div>
|
1927
1964
|
<hr>
|
1928
|
-
<div class="refsect2">
|
1965
|
+
<div class="refsect2" title='The "track-print-status" property'>
|
1929
1966
|
<a name="GtkPrintOperation--track-print-status"></a><h3>The <code class="literal">"track-print-status"</code> property</h3>
|
1930
1967
|
<pre class="programlisting"> "track-print-status" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1931
1968
|
<p>
|
@@ -1940,9 +1977,9 @@ not be enabled unless needed.
|
|
1940
1977
|
<p class="since">Since 2.10</p>
|
1941
1978
|
</div>
|
1942
1979
|
<hr>
|
1943
|
-
<div class="refsect2">
|
1980
|
+
<div class="refsect2" title='The "unit" property'>
|
1944
1981
|
<a name="GtkPrintOperation--unit"></a><h3>The <code class="literal">"unit"</code> property</h3>
|
1945
|
-
<pre class="programlisting"> "unit" <a class="link" href="GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> : Read / Write</pre>
|
1982
|
+
<pre class="programlisting"> "unit" <a class="link" href="gtk-GtkPaperSize.html#GtkUnit" title="enum GtkUnit"><span class="type">GtkUnit</span></a> : Read / Write</pre>
|
1946
1983
|
<p>
|
1947
1984
|
The transformation for the cairo context obtained from
|
1948
1985
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> is set up in such a way that distances
|
@@ -1952,7 +1989,7 @@ are measured in units of <em class="parameter"><code>unit</code></em>.
|
|
1952
1989
|
<p class="since">Since 2.10</p>
|
1953
1990
|
</div>
|
1954
1991
|
<hr>
|
1955
|
-
<div class="refsect2">
|
1992
|
+
<div class="refsect2" title='The "use-full-page" property'>
|
1956
1993
|
<a name="GtkPrintOperation--use-full-page"></a><h3>The <code class="literal">"use-full-page"</code> property</h3>
|
1957
1994
|
<pre class="programlisting"> "use-full-page" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1958
1995
|
<p>
|
@@ -1967,13 +2004,13 @@ area (i.e. inside the margins).
|
|
1967
2004
|
<p class="since">Since 2.10</p>
|
1968
2005
|
</div>
|
1969
2006
|
</div>
|
1970
|
-
<div class="refsect1">
|
2007
|
+
<div class="refsect1" title="Signal Details">
|
1971
2008
|
<a name="gtk-High-level-Printing-API.signal-details"></a><h2>Signal Details</h2>
|
1972
|
-
<div class="refsect2">
|
2009
|
+
<div class="refsect2" title='The "begin-print" signal'>
|
1973
2010
|
<a name="GtkPrintOperation-begin-print"></a><h3>The <code class="literal">"begin-print"</code> signal</h3>
|
1974
2011
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
1975
2012
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
1976
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2013
|
+
<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>
|
1977
2014
|
<p>
|
1978
2015
|
Emitted after the user has finished changing print settings
|
1979
2016
|
in the dialog, before the actual rendering starts.
|
@@ -1988,11 +2025,13 @@ set the number of pages with <a class="link" href="gtk-High-level-Printing-API.h
|
|
1988
2025
|
<tbody>
|
1989
2026
|
<tr>
|
1990
2027
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
1991
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2028
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2029
|
+
</td>
|
1992
2030
|
</tr>
|
1993
2031
|
<tr>
|
1994
2032
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
1995
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2033
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2034
|
+
</td>
|
1996
2035
|
</tr>
|
1997
2036
|
<tr>
|
1998
2037
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2003,10 +2042,10 @@ set the number of pages with <a class="link" href="gtk-High-level-Printing-API.h
|
|
2003
2042
|
<p class="since">Since 2.10</p>
|
2004
2043
|
</div>
|
2005
2044
|
<hr>
|
2006
|
-
<div class="refsect2">
|
2045
|
+
<div class="refsect2" title='The "create-custom-widget" signal'>
|
2007
2046
|
<a name="GtkPrintOperation-create-custom-widget"></a><h3>The <code class="literal">"create-custom-widget"</code> signal</h3>
|
2008
2047
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a>* user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2009
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2048
|
+
<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>
|
2010
2049
|
<p>
|
2011
2050
|
Emitted when displaying the print dialog. If you return a
|
2012
2051
|
widget in a handler for this signal it will be added to a custom
|
@@ -2025,7 +2064,8 @@ information you need from the widgets.
|
|
2025
2064
|
<tbody>
|
2026
2065
|
<tr>
|
2027
2066
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2028
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2067
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2068
|
+
</td>
|
2029
2069
|
</tr>
|
2030
2070
|
<tr>
|
2031
2071
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2033,8 +2073,9 @@ information you need from the widgets.
|
|
2033
2073
|
</tr>
|
2034
2074
|
<tr>
|
2035
2075
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2036
|
-
<td>A custom widget that gets embedded in
|
2037
|
-
|
2076
|
+
<td> A custom widget that gets embedded in the print dialog,
|
2077
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2078
|
+
|
2038
2079
|
</td>
|
2039
2080
|
</tr>
|
2040
2081
|
</tbody>
|
@@ -2042,11 +2083,11 @@ the print dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-
|
|
2042
2083
|
<p class="since">Since 2.10</p>
|
2043
2084
|
</div>
|
2044
2085
|
<hr>
|
2045
|
-
<div class="refsect2">
|
2086
|
+
<div class="refsect2" title='The "custom-widget-apply" signal'>
|
2046
2087
|
<a name="GtkPrintOperation-custom-widget-apply"></a><h3>The <code class="literal">"custom-widget-apply"</code> signal</h3>
|
2047
2088
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2048
2089
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
2049
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2090
|
+
<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>
|
2050
2091
|
<p>
|
2051
2092
|
Emitted right before <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-begin-print" title='The "begin-print" signal'><span class="type">"begin-print"</span></a> if you added
|
2052
2093
|
a custom widget in the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-create-custom-widget" title='The "create-custom-widget" signal'><span class="type">"create-custom-widget"</span></a> handler.
|
@@ -2059,11 +2100,13 @@ later time.
|
|
2059
2100
|
<tbody>
|
2060
2101
|
<tr>
|
2061
2102
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2062
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2103
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2104
|
+
</td>
|
2063
2105
|
</tr>
|
2064
2106
|
<tr>
|
2065
2107
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2066
|
-
<td>the custom widget added in create-custom-widget
|
2108
|
+
<td>the custom widget added in create-custom-widget
|
2109
|
+
</td>
|
2067
2110
|
</tr>
|
2068
2111
|
<tr>
|
2069
2112
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2074,11 +2117,11 @@ later time.
|
|
2074
2117
|
<p class="since">Since 2.10</p>
|
2075
2118
|
</div>
|
2076
2119
|
<hr>
|
2077
|
-
<div class="refsect2">
|
2120
|
+
<div class="refsect2" title='The "done" signal'>
|
2078
2121
|
<a name="GtkPrintOperation-done"></a><h3>The <code class="literal">"done"</code> signal</h3>
|
2079
2122
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2080
2123
|
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationResult" title="enum GtkPrintOperationResult"><span class="type">GtkPrintOperationResult</span></a> result,
|
2081
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2124
|
+
<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>
|
2082
2125
|
<p>
|
2083
2126
|
Emitted when the print operation run has finished doing
|
2084
2127
|
everything required for printing.
|
@@ -2098,11 +2141,13 @@ after <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-d
|
|
2098
2141
|
<tbody>
|
2099
2142
|
<tr>
|
2100
2143
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2101
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2144
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2145
|
+
</td>
|
2102
2146
|
</tr>
|
2103
2147
|
<tr>
|
2104
2148
|
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
|
2105
|
-
<td>the result of the print operation
|
2149
|
+
<td>the result of the print operation
|
2150
|
+
</td>
|
2106
2151
|
</tr>
|
2107
2152
|
<tr>
|
2108
2153
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2113,12 +2158,12 @@ after <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-d
|
|
2113
2158
|
<p class="since">Since 2.10</p>
|
2114
2159
|
</div>
|
2115
2160
|
<hr>
|
2116
|
-
<div class="refsect2">
|
2161
|
+
<div class="refsect2" title='The "draw-page" signal'>
|
2117
2162
|
<a name="GtkPrintOperation-draw-page"></a><h3>The <code class="literal">"draw-page"</code> signal</h3>
|
2118
2163
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2119
2164
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2120
2165
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr,
|
2121
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2166
|
+
<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>
|
2122
2167
|
<p>
|
2123
2168
|
Emitted for every page that is printed. The signal handler
|
2124
2169
|
must render the <em class="parameter"><code>page_nr</code></em>'s page onto the cairo context obtained
|
@@ -2222,15 +2267,18 @@ needs.
|
|
2222
2267
|
<tbody>
|
2223
2268
|
<tr>
|
2224
2269
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2225
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2270
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2271
|
+
</td>
|
2226
2272
|
</tr>
|
2227
2273
|
<tr>
|
2228
2274
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
2229
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2275
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2276
|
+
</td>
|
2230
2277
|
</tr>
|
2231
2278
|
<tr>
|
2232
2279
|
<td><p><span class="term"><em class="parameter"><code>page_nr</code></em> :</span></p></td>
|
2233
|
-
<td>the number of the currently printed page (0-based)
|
2280
|
+
<td>the number of the currently printed page (0-based)
|
2281
|
+
</td>
|
2234
2282
|
</tr>
|
2235
2283
|
<tr>
|
2236
2284
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2241,11 +2289,11 @@ needs.
|
|
2241
2289
|
<p class="since">Since 2.10</p>
|
2242
2290
|
</div>
|
2243
2291
|
<hr>
|
2244
|
-
<div class="refsect2">
|
2292
|
+
<div class="refsect2" title='The "end-print" signal'>
|
2245
2293
|
<a name="GtkPrintOperation-end-print"></a><h3>The <code class="literal">"end-print"</code> signal</h3>
|
2246
2294
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2247
2295
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2248
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2296
|
+
<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>
|
2249
2297
|
<p>
|
2250
2298
|
Emitted after all pages have been rendered.
|
2251
2299
|
A handler for this signal can clean up any resources that have
|
@@ -2256,11 +2304,13 @@ been allocated in the <a class="link" href="gtk-High-level-Printing-API.html#Gtk
|
|
2256
2304
|
<tbody>
|
2257
2305
|
<tr>
|
2258
2306
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2259
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2307
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2308
|
+
</td>
|
2260
2309
|
</tr>
|
2261
2310
|
<tr>
|
2262
2311
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
2263
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2312
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2313
|
+
</td>
|
2264
2314
|
</tr>
|
2265
2315
|
<tr>
|
2266
2316
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2271,11 +2321,11 @@ been allocated in the <a class="link" href="gtk-High-level-Printing-API.html#Gtk
|
|
2271
2321
|
<p class="since">Since 2.10</p>
|
2272
2322
|
</div>
|
2273
2323
|
<hr>
|
2274
|
-
<div class="refsect2">
|
2324
|
+
<div class="refsect2" title='The "paginate" signal'>
|
2275
2325
|
<a name="GtkPrintOperation-paginate"></a><h3>The <code class="literal">"paginate"</code> signal</h3>
|
2276
2326
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2277
2327
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2278
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2328
|
+
<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>
|
2279
2329
|
<p>
|
2280
2330
|
Emitted after the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation-begin-print" title='The "begin-print" signal'><span class="type">"begin-print"</span></a> signal, but before
|
2281
2331
|
the actual rendering starts. It keeps getting emitted until a connected
|
@@ -2298,11 +2348,13 @@ from there.
|
|
2298
2348
|
<tbody>
|
2299
2349
|
<tr>
|
2300
2350
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2301
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2351
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2352
|
+
</td>
|
2302
2353
|
</tr>
|
2303
2354
|
<tr>
|
2304
2355
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
2305
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2356
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2357
|
+
</td>
|
2306
2358
|
</tr>
|
2307
2359
|
<tr>
|
2308
2360
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2310,21 +2362,22 @@ from there.
|
|
2310
2362
|
</tr>
|
2311
2363
|
<tr>
|
2312
2364
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2313
|
-
<td>
|
2314
|
-
|
2365
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if pagination is complete
|
2366
|
+
|
2367
|
+
</td>
|
2315
2368
|
</tr>
|
2316
2369
|
</tbody>
|
2317
2370
|
</table></div>
|
2318
2371
|
<p class="since">Since 2.10</p>
|
2319
2372
|
</div>
|
2320
2373
|
<hr>
|
2321
|
-
<div class="refsect2">
|
2374
|
+
<div class="refsect2" title='The "preview" signal'>
|
2322
2375
|
<a name="GtkPrintOperation-preview"></a><h3>The <code class="literal">"preview"</code> signal</h3>
|
2323
2376
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2324
2377
|
<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview,
|
2325
2378
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2326
2379
|
<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent,
|
2327
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2380
|
+
<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>
|
2328
2381
|
<p>
|
2329
2382
|
Gets emitted when a preview is requested from the native dialog.
|
2330
2383
|
</p>
|
@@ -2351,19 +2404,22 @@ finished by calling <a class="link" href="gtk-High-level-Printing-API.html#gtk-p
|
|
2351
2404
|
<tbody>
|
2352
2405
|
<tr>
|
2353
2406
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2354
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2407
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2408
|
+
</td>
|
2355
2409
|
</tr>
|
2356
2410
|
<tr>
|
2357
2411
|
<td><p><span class="term"><em class="parameter"><code>preview</code></em> :</span></p></td>
|
2358
|
-
<td>the <span class="type">GtkPrintPreviewOperation</span> for the current operation
|
2412
|
+
<td>the <span class="type">GtkPrintPreviewOperation</span> for the current operation
|
2413
|
+
</td>
|
2359
2414
|
</tr>
|
2360
2415
|
<tr>
|
2361
2416
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
2362
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> that will be used
|
2417
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> that will be used
|
2418
|
+
</td>
|
2363
2419
|
</tr>
|
2364
2420
|
<tr>
|
2365
2421
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
2366
|
-
<td>the <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> to use as window parent, 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>
|
2422
|
+
<td> the <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> to use as window parent, 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>
|
2367
2423
|
</td>
|
2368
2424
|
</tr>
|
2369
2425
|
<tr>
|
@@ -2372,21 +2428,22 @@ finished by calling <a class="link" href="gtk-High-level-Printing-API.html#gtk-p
|
|
2372
2428
|
</tr>
|
2373
2429
|
<tr>
|
2374
2430
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2375
|
-
<td>
|
2376
|
-
|
2431
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the listener wants to take over control of the preview
|
2432
|
+
|
2433
|
+
</td>
|
2377
2434
|
</tr>
|
2378
2435
|
</tbody>
|
2379
2436
|
</table></div>
|
2380
2437
|
<p class="since">Since 2.10</p>
|
2381
2438
|
</div>
|
2382
2439
|
<hr>
|
2383
|
-
<div class="refsect2">
|
2440
|
+
<div class="refsect2" title='The "request-page-setup" signal'>
|
2384
2441
|
<a name="GtkPrintOperation-request-page-setup"></a><h3>The <code class="literal">"request-page-setup"</code> signal</h3>
|
2385
2442
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2386
2443
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2387
2444
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> page_nr,
|
2388
2445
|
<a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup,
|
2389
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2446
|
+
<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>
|
2390
2447
|
<p>
|
2391
2448
|
Emitted once for every page that is printed, to give
|
2392
2449
|
the application a chance to modify the page setup. Any changes
|
@@ -2397,19 +2454,22 @@ done to <em class="parameter"><code>setup</code></em> will be in force only for
|
|
2397
2454
|
<tbody>
|
2398
2455
|
<tr>
|
2399
2456
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2400
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2457
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2458
|
+
</td>
|
2401
2459
|
</tr>
|
2402
2460
|
<tr>
|
2403
2461
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
2404
|
-
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2462
|
+
<td>the <a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> for the current operation
|
2463
|
+
</td>
|
2405
2464
|
</tr>
|
2406
2465
|
<tr>
|
2407
2466
|
<td><p><span class="term"><em class="parameter"><code>page_nr</code></em> :</span></p></td>
|
2408
|
-
<td>the number of the currently printed page (0-based)
|
2467
|
+
<td>the number of the currently printed page (0-based)
|
2468
|
+
</td>
|
2409
2469
|
</tr>
|
2410
2470
|
<tr>
|
2411
2471
|
<td><p><span class="term"><em class="parameter"><code>setup</code></em> :</span></p></td>
|
2412
|
-
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>
|
2472
|
+
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a>
|
2413
2473
|
</td>
|
2414
2474
|
</tr>
|
2415
2475
|
<tr>
|
@@ -2421,10 +2481,10 @@ done to <em class="parameter"><code>setup</code></em> will be in force only for
|
|
2421
2481
|
<p class="since">Since 2.10</p>
|
2422
2482
|
</div>
|
2423
2483
|
<hr>
|
2424
|
-
<div class="refsect2">
|
2484
|
+
<div class="refsect2" title='The "status-changed" signal'>
|
2425
2485
|
<a name="GtkPrintOperation-status-changed"></a><h3>The <code class="literal">"status-changed"</code> signal</h3>
|
2426
2486
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2427
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2487
|
+
<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>
|
2428
2488
|
<p>
|
2429
2489
|
Emitted at between the various phases of the print operation.
|
2430
2490
|
See <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintStatus" title="enum GtkPrintStatus"><span class="type">GtkPrintStatus</span></a> for the phases that are being discriminated.
|
@@ -2436,7 +2496,8 @@ status.
|
|
2436
2496
|
<tbody>
|
2437
2497
|
<tr>
|
2438
2498
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2439
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2499
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2500
|
+
</td>
|
2440
2501
|
</tr>
|
2441
2502
|
<tr>
|
2442
2503
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2447,13 +2508,13 @@ status.
|
|
2447
2508
|
<p class="since">Since 2.10</p>
|
2448
2509
|
</div>
|
2449
2510
|
<hr>
|
2450
|
-
<div class="refsect2">
|
2511
|
+
<div class="refsect2" title='The "update-custom-widget" signal'>
|
2451
2512
|
<a name="GtkPrintOperation-update-custom-widget"></a><h3>The <code class="literal">"update-custom-widget"</code> signal</h3>
|
2452
2513
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> *operation,
|
2453
2514
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
2454
2515
|
<a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *setup,
|
2455
2516
|
<a class="link" href="GtkPrintSettings.html" title="GtkPrintSettings"><span class="type">GtkPrintSettings</span></a> *settings,
|
2456
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2517
|
+
<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>
|
2457
2518
|
<p>
|
2458
2519
|
Emitted after change of selected printer. The actual page setup and
|
2459
2520
|
print settings are passed to the custom widget, which can actualize
|
@@ -2464,19 +2525,23 @@ itself according to this change.
|
|
2464
2525
|
<tbody>
|
2465
2526
|
<tr>
|
2466
2527
|
<td><p><span class="term"><em class="parameter"><code>operation</code></em> :</span></p></td>
|
2467
|
-
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2528
|
+
<td>the <a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperation"><span class="type">GtkPrintOperation</span></a> on which the signal was emitted
|
2529
|
+
</td>
|
2468
2530
|
</tr>
|
2469
2531
|
<tr>
|
2470
2532
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2471
|
-
<td>the custom widget added in create-custom-widget
|
2533
|
+
<td>the custom widget added in create-custom-widget
|
2534
|
+
</td>
|
2472
2535
|
</tr>
|
2473
2536
|
<tr>
|
2474
2537
|
<td><p><span class="term"><em class="parameter"><code>setup</code></em> :</span></p></td>
|
2475
|
-
<td>actual page setup
|
2538
|
+
<td>actual page setup
|
2539
|
+
</td>
|
2476
2540
|
</tr>
|
2477
2541
|
<tr>
|
2478
2542
|
<td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td>
|
2479
|
-
<td>actual print settings
|
2543
|
+
<td>actual print settings
|
2544
|
+
</td>
|
2480
2545
|
</tr>
|
2481
2546
|
<tr>
|
2482
2547
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2487,12 +2552,12 @@ itself according to this change.
|
|
2487
2552
|
<p class="since">Since 2.18</p>
|
2488
2553
|
</div>
|
2489
2554
|
<hr>
|
2490
|
-
<div class="refsect2">
|
2555
|
+
<div class="refsect2" title='The "got-page-size" signal'>
|
2491
2556
|
<a name="GtkPrintOperationPreview-got-page-size"></a><h3>The <code class="literal">"got-page-size"</code> signal</h3>
|
2492
2557
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview,
|
2493
2558
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2494
2559
|
<a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> *page_setup,
|
2495
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2560
|
+
<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>
|
2496
2561
|
<p>
|
2497
2562
|
The ::got-page-size signal is emitted once for each page
|
2498
2563
|
that gets rendered to the preview.
|
@@ -2507,7 +2572,8 @@ context, using <a class="link" href="GtkPrintContext.html#gtk-print-context-set-
|
|
2507
2572
|
<tbody>
|
2508
2573
|
<tr>
|
2509
2574
|
<td><p><span class="term"><em class="parameter"><code>preview</code></em> :</span></p></td>
|
2510
|
-
<td>the object on which the signal is emitted
|
2575
|
+
<td>the object on which the signal is emitted
|
2576
|
+
</td>
|
2511
2577
|
</tr>
|
2512
2578
|
<tr>
|
2513
2579
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
@@ -2516,7 +2582,8 @@ context, using <a class="link" href="GtkPrintContext.html#gtk-print-context-set-
|
|
2516
2582
|
</tr>
|
2517
2583
|
<tr>
|
2518
2584
|
<td><p><span class="term"><em class="parameter"><code>page_setup</code></em> :</span></p></td>
|
2519
|
-
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> for the current page
|
2585
|
+
<td>the <a class="link" href="GtkPageSetup.html" title="GtkPageSetup"><span class="type">GtkPageSetup</span></a> for the current page
|
2586
|
+
</td>
|
2520
2587
|
</tr>
|
2521
2588
|
<tr>
|
2522
2589
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2526,11 +2593,11 @@ context, using <a class="link" href="GtkPrintContext.html#gtk-print-context-set-
|
|
2526
2593
|
</table></div>
|
2527
2594
|
</div>
|
2528
2595
|
<hr>
|
2529
|
-
<div class="refsect2">
|
2596
|
+
<div class="refsect2" title='The "ready" signal'>
|
2530
2597
|
<a name="GtkPrintOperationPreview-ready"></a><h3>The <code class="literal">"ready"</code> signal</h3>
|
2531
2598
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="gtk-High-level-Printing-API.html#GtkPrintOperationPreview"><span class="type">GtkPrintOperationPreview</span></a> *preview,
|
2532
2599
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a> *context,
|
2533
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
2600
|
+
<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>
|
2534
2601
|
<p>
|
2535
2602
|
The ::ready signal gets emitted once per preview operation,
|
2536
2603
|
before the first page is rendered.
|
@@ -2543,7 +2610,8 @@ A handler for this signal can be used for setup tasks.
|
|
2543
2610
|
<tbody>
|
2544
2611
|
<tr>
|
2545
2612
|
<td><p><span class="term"><em class="parameter"><code>preview</code></em> :</span></p></td>
|
2546
|
-
<td>the object on which the signal is emitted
|
2613
|
+
<td>the object on which the signal is emitted
|
2614
|
+
</td>
|
2547
2615
|
</tr>
|
2548
2616
|
<tr>
|
2549
2617
|
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
|
@@ -2558,7 +2626,7 @@ A handler for this signal can be used for setup tasks.
|
|
2558
2626
|
</table></div>
|
2559
2627
|
</div>
|
2560
2628
|
</div>
|
2561
|
-
<div class="refsect1">
|
2629
|
+
<div class="refsect1" title="See Also">
|
2562
2630
|
<a name="gtk-High-level-Printing-API.see-also"></a><h2>See Also</h2>
|
2563
2631
|
<p>
|
2564
2632
|
<a class="link" href="GtkPrintContext.html" title="GtkPrintContext"><span class="type">GtkPrintContext</span></a>, <a class="link" href="GtkPrintUnixDialog.html" title="GtkPrintUnixDialog"><span class="type">GtkPrintUnixDialog</span></a>
|
@@ -2567,6 +2635,6 @@ A handler for this signal can be used for setup tasks.
|
|
2567
2635
|
</div>
|
2568
2636
|
<div class="footer">
|
2569
2637
|
<hr>
|
2570
|
-
Generated by GTK-Doc V1.
|
2638
|
+
Generated by GTK-Doc V1.15</div>
|
2571
2639
|
</body>
|
2572
2640
|
</html>
|