class Adw::BreakpointCondition

Overview

Describes condition for an #Breakpoint.

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

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 #

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


def self.parse(str : String) : Adw::BreakpointCondition #

Instance Method Detail


def finalize #

def free : Nil #

def to_string : String #

def to_unsafe : Pointer(Void) #