enum Gtk::PrintCapabilities

Defined in:

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

Enum Members

PageSet = 1_u32
Copies = 2_u32
Collate = 4_u32
Reverse = 8_u32
Scale = 16_u32
GeneratePdf = 32_u32
GeneratePs = 64_u32
Preview = 128_u32
NumberUp = 256_u32
NumberUpLayout = 512_u32

Class Method Summary

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def collate? #

def copies? #

def generate_pdf? #

def generate_ps? #

def none? #

def number_up? #

def number_up_layout? #

def page_set? #

def preview? #

def reverse? #

def scale? #