enum Adw::PackDirection

Overview

Describes child packing behavior in a #WrapLayout or #WrapBox.

See [property@WrapLayout:pack-direction] and [property@WrapBox:pack-direction].

Defined in:

lib/gi-crystal/src/auto/adw-1/adw.cr

Enum Members

StartToEnd = 0_u32

Pack children from left to right for LTR languages, or top to bottom vertically.

EndToStart = 1_u32

Pack children from right to left for LTR languages, or bottom to top vertically.

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 end_to_start? #

def start_to_end? #