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.crConstructors
-
.cast(obj : GObject::Object) : self
Cast a
GObject::Object
toself
, throws aTypeCastError
if the cast can't be made.
Class Method Summary
Instance Method Summary
- #end_preview : Nil
- #got_page_size_signal
- #is_selected(page_nr : Int32) : Bool
- #ready_signal
- #render_page(page_nr : Int32) : Nil
- #to_unsafe
Constructor Detail
Cast a GObject::Object
to self
, throws a TypeCastError
if the cast can't be made.