Package ch.bailu.gtk.gtk
Klasse PrintSetup
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gtk.PrintSetup
- Alle implementierten Schnittstellen:
PointerInterface
An auxiliary object for printing that allows decoupling the setup from the printing.
A print setup is obtained by calling [method@Gtk.PrintDialog.setup],
and can later be passed to print functions such as [method@Gtk.PrintDialog.print].
Print setups can be reused for multiple print calls.
Applications may wish to store the page_setup and print_settings from the print setup
and copy them to the PrintDialog if they want to keep using them.
A print setup is obtained by calling [method@Gtk.PrintDialog.setup],
and can later be passed to print functions such as [method@Gtk.PrintDialog.print].
Print setups can be reused for multiple print calls.
Applications may wish to store the page_setup and print_settings from the print setup
and copy them to the PrintDialog if they want to keep using them.
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
static int
Returns the page setup of @setup.static long
static TypeSystem.TypeSize
Returns the print settings of @setup.static long
static TypeSystem.TypeSize
ref()
Increase the reference count of @setup.void
unref()
Decrease the reference count of @setup.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
PrintSetup
-
-
Methodendetails
-
getClassHandler
-
getPageSetup
Returns the page setup of @setup.
It may be different from the `GtkPrintDialog`'s page setup
if the user changed it during the setup process.- Gibt zurück:
- the page setup, or `NULL`
-
getPrintSettings
Returns the print settings of @setup.
They may be different from the `GtkPrintDialog`'s settings
if the user changed them during the setup process.- Gibt zurück:
- the print settings, or `NULL`
-
ref
Increase the reference count of @setup.- Gibt zurück:
- the print setup
-
unref
public void unref()Decrease the reference count of @setup.
If the reference count reaches zero,
the object is freed. -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-