enum Adw::BreakpointConditionLengthType

Overview

Describes length types for #BreakpointCondition.

See BreakpointCondition::new_length.

New values may be added to this enumeration over time.

Defined in:

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

Enum Members

MinWidth = 0_u32

true if the width is greater than or equal to the condition value

MaxWidth = 1_u32

true if the width is less than or equal to the condition value

MinHeight = 2_u32

true if the height is greater than or equal to the condition value

MaxHeight = 3_u32

true if the height is less than or equal to the condition value

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

def max_width? #

def min_height? #

def min_width? #