enum Gtk::NumberUpLayout

Overview

Used to determine the layout of pages on a sheet when printing multiple pages per sheet.

Defined in:

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

Enum Members

Lrtb = 0_u32

Lrbt = 1_u32

Rltb = 2_u32

Rlbt = 3_u32

Tblr = 4_u32

Tbrl = 5_u32

Btlr = 6_u32

Btrl = 7_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 btlr? #

def btrl? #

def lrbt? #

def lrtb? #

def rlbt? #

def rltb? #

def tblr? #

def tbrl? #