enum Gtk::SizeGroupMode

Overview

The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.

Defined in:

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

Enum Members

None = 0_u32

group has no effect

Horizontal = 1_u32

group affects horizontal requisition

Vertical = 2_u32

group affects vertical requisition

Both = 3_u32

group affects both horizontal and vertical requisition

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.


[View source]

Instance Method Detail

def both? #

[View source]
def horizontal? #

[View source]
def none? #

[View source]
def vertical? #

[View source]