class Adw::BreakpointCondition
- Adw::BreakpointCondition
- Reference
- Object
Overview
Describes condition for an #Breakpoint
.
Defined in:
lib/gi-crystal/src/auto/adw-1/breakpoint_condition.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new_and(condition_1 : Adw::BreakpointCondition, condition_2 : Adw::BreakpointCondition) : self
- .new_length(type : Adw::BreakpointConditionLengthType, value : Float64, unit : Adw::LengthUnit) : self
- .new_or(condition_1 : Adw::BreakpointCondition, condition_2 : Adw::BreakpointCondition) : self
- .new_ratio(type : Adw::BreakpointConditionRatioType, width : Int32, height : Int32) : self
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
- .parse(str : String) : Adw::BreakpointCondition
Instance Method Summary
- #copy : Adw::BreakpointCondition
- #finalize
- #free : Nil
- #to_string : String
- #to_unsafe : Pointer(Void)
Constructor Detail
def self.new_and(condition_1 : Adw::BreakpointCondition, condition_2 : Adw::BreakpointCondition) : self
#
def self.new_length(type : Adw::BreakpointConditionLengthType, value : Float64, unit : Adw::LengthUnit) : self
#
def self.new_or(condition_1 : Adw::BreakpointCondition, condition_2 : Adw::BreakpointCondition) : self
#
def self.new_ratio(type : Adw::BreakpointConditionRatioType, width : Int32, height : Int32) : self
#