enum Adw::BreakpointConditionRatioType

Overview

Describes ratio types for #BreakpointCondition.

See BreakpointCondition::new_ratio.

New values may be added to this enumeration over time.

Defined in:

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

Enum Members

MinAspectRatio = 0_u32

true if the aspect ratio is greater than or equal to the condition value

MaxAspectRatio = 1_u32

true if the aspect ratio 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_aspect_ratio? #

def min_aspect_ratio? #