class GUI::ColumnsBuilder
  
  
    
  
    Defined in:
  
  
    
      
        highlevel.cr
      
    
    
  
  
    
  
    Instance Method Summary
  
  
  
    
  
  
  
    
      button(*args, **args2)
    button, 
    
  
    
      label(*args, **args2)
    label, 
    
  
    
      textview(*args, **args2)
    textview
    
  
    
  
  
  
    
      new(owner : GUI::Application, window : GUI::Window, layout : GUI::Layout, column = 0, row = 0)
    new
    
  
    
    
  
    
  Instance methods inherited from class GUI::GUIBuilder
  
  
    
      column : Int32
    column, 
    
  
    
      next_cell
    next_cell, 
    
  
    
      row : Int32
    row, 
    
  
    
      space(value : Int32)
    space
    
  
    
  Constructor methods inherited from class GUI::GUIBuilder
  
  
    
      new(column : Int32 = 0, row : Int32 = 0)
    new
    
  
    
    
  
    
    
    
    
  
    
    
    
    
  
 
  
    
  
    Instance Method Detail