enum
   Gtk::Ordering
 
  Overview
Describes the way two values can be compared.
These values can be used with a GLib::CompareFunc. However,
a GCompareFunc is allowed to return any integer values.
For converting such a value to a Gtk::Ordering value, use
Gtk::Ordering#from_cmpfunc.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
- 
        Smaller = -1
- 
        the first value is smaller than the second 
- 
        Equal = 0
- 
        the two values are equal 
- 
        Larger = 1
- 
        the first value is larger than the second 
Class Method Summary
- 
        .g_type : UInt64
        
          Returns the type id (GType) registered in GLib type system. 
Instance Method Summary
- 
        #equal?
        
          Returns trueif this enum value equalsEqual
- 
        #larger?
        
          Returns trueif this enum value equalsLarger
- 
        #smaller?
        
          Returns trueif this enum value equalsSmaller
Class methods inherited from struct Enum
  
  
    
      g_type : UInt64
    g_type
    
  
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
  Class Method Detail
Returns the type id (GType) registered in GLib type system.