enum Gtk::ConstraintRelation

Overview

The relation between two terms of a constraint.

Defined in:

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

Enum Members

Le = -1

Less than, or equal

Eq = 0

Equal

Ge = 1

Greater than, or equal

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

[View source]
def ge? #

[View source]
def le? #

[View source]