struct GUI::PlacedControl

Defined in:

highlevel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(control : Widget, col : Int32, row : Int32, space : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def col : Int32 #

def control : Widget #

def copy_with(control _control = @control, col _col = @col, row _row = @row, space _space = @space) #

[View source]
def row : Int32 #

def space : Int32 #