Basics
Guides
API Reference
Basics
Guides
API Reference
[19:7] extends: object
Presents a page setup dialog for platforms which don’t provide a native page
setup dialog, like Unix.
GtkPageSetupUnixDialog has a single CSS node with the name window and
style class .pagesetup.
PageSetupUnixDialog (title = null, parent = null)
Creates a new page setup dialog.
title is the title of the dialog.parent is transient parent of the dialog.toNativeHandle (Source)
Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from
fn.call(...), another generated wrapper exposinghandle(), or null. Returns null when the argument carries no pointer.
Source is the raw handle, raw buffer, wrapper, or null.A raw pointer carrier or null when no pointer is present.getLib ()
Returns the opened native library for this generated wrapper.
The opened native library.handle ()
Returns the wrapped NativeHandle.
The wrapped NativeHandle.isNull ()
Returns true when the wrapped handle is null.
A bool.describe ()
Returns a small string for debugging generated wrappers.
A string.asDialog ()
Wraps this handle as
Dialog.
A Dialog object.asAccessible ()
Wraps this handle as
Accessible.
A Accessible object.asBuildable ()
Wraps this handle as
Buildable.
A Buildable object.asConstraintTarget ()
Wraps this handle as
ConstraintTarget.
A ConstraintTarget object.asNative ()
Wraps this handle as
Native.
A Native object.asRoot ()
Wraps this handle as
Root.
A Root object.asShortcutManager ()
Wraps this handle as
ShortcutManager.
A ShortcutManager object.get_page_setup ()
Gets the currently selected page setup from the dialog.
get_print_settings ()
Gets the current print settings from the dialog.
set_page_setup (object page_setup)
Sets the
GtkPageSetupfrom which the page setup dialog takes its values.
page_setup is a GtkPageSetup.None.set_print_settings (object print_settings)
Sets the
GtkPrintSettingsfrom which the page setup dialog takes its values.
print_settings is a GtkPrintSettings.None.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.