PageSetupUnixDialogRef

public struct PageSetupUnixDialogRef : PageSetupUnixDialogProtocol, GWeakCapturing

GtkPageSetupUnixDialog implements a page setup dialog for platforms which don’t provide a native page setup dialog, like Unix.

An example GtkPageSetupUnixDialog

It can be used very much like any other GTK dialog, at the cost of the portability offered by the high-level printing API in [classGtk.PrintOperation].

The PageSetupUnixDialogRef type acts as a lightweight Swift reference to an underlying GtkPageSetupUnixDialog instance. It exposes methods that can operate on this data type through PageSetupUnixDialogProtocol conformance. Use PageSetupUnixDialogRef only as an unowned reference to an existing GtkPageSetupUnixDialog instance.

  • ptr
    Untyped pointer to the underlying `GtkPageSetupUnixDialog` instance.
    

    For type-safe access, use the generated, typed pointer page_setup_unix_dialog_ptr property instead.

    Declaration

    Swift

    public let ptr: UnsafeMutableRawPointer!

PageSetupUnixDialog Class