enum
   Gtk::WrapMode
 
  Overview
Describes a type of line wrapping.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
- 
        None = 0_u32
- 
        do not wrap lines; just make the text area wider 
- 
        Char = 1_u32
- 
        wrap text, breaking lines anywhere the cursor can appear (between characters, usually - if you want to be technical, between graphemes, see pango_get_log_attrs()) 
- 
        Word = 2_u32
- 
        wrap text, breaking lines in between words 
- 
        WordChar = 3_u32
- 
        wrap text, breaking lines in between words, or if that is not enough, also between graphemes 
Class Method Summary
- 
        .g_type : UInt64
        
          Returns the type id (GType) registered in GLib type system. 
Instance Method Summary
- 
        #char?
        
          Returns trueif this enum value equalsChar
- 
        #none?
        
          Returns trueif this enum value equalsNone
- 
        #word?
        
          Returns trueif this enum value equalsWord
- 
        #word_char?
        
          Returns trueif this enum value equalsWordChar
Class methods inherited from struct Enum
  
  
    
      g_type : UInt64
    g_type
    
  
      
    
      
      
      
      
    
      
      
      
      
    
      
      
      
      
    
  Class Method Detail
Returns the type id (GType) registered in GLib type system.