module Gtk::PrintOperationPreview

Overview

Gtk::PrintOperationPreview is the interface that is used to implement print preview.

A Gtk::PrintOperationPreview object is passed to the Gtk::PrintOperation::#preview signal by Gtk::PrintOperation.

Direct including types

Defined in:

lib/gi-crystal/src/auto/gtk-4.0/print_operation_preview.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.cast(obj : GObject::Object) : self #

Cast a GObject::Object to self, throws a TypeCastError if the cast can't be made.


[View source]

Class Method Detail

def self.cast?(obj : GObject::Object) : self | Nil #

[View source]
def self.g_type : UInt64 #

[View source]

Instance Method Detail

def end_preview : Nil #

[View source]
def got_page_size_signal #

[View source]
def is_selected(page_nr : Int32) : Bool #

[View source]
def ready_signal #

[View source]
def render_page(page_nr : Int32) : Nil #

[View source]
abstract def to_unsafe #

[View source]