Module dui.Table
Methods Summary | |
---|---|
static GType |
getType() Gets this class type |
public void |
resize(int rows, int columns) Change the size of the table's grid |
void |
removeAll() Removes all children and resizes the table to 1,1 |
public void |
attach(Widget child, int left, int right, int top, int bottom, AttachOptions xoptions, AttachOptions yoptions, int xpadding, int ypadding) Adds a widget to the table |
public void |
attach(Widget child, int left, int right, int top, int bottom) Adds a widget to the table |
public void |
setRowSpacing(int row, int spacing) Sets the number of pixels between each widget on a spefic row of the table |
public int |
getRowSpacing(int row) Gets the spacing for a row. |
public void |
setColSpacing(int column, int spacing) Sets the number of pixels between each widget on a spefic column of the table |
public int |
getColSpacing(int column) Gets the spacing for a column. |
public void |
setRowSpacings(int spacing) Sets the default row spacing |
int |
getDefaultRowSpacing() Gets the default row spacing |
void |
setColSpacings(int spacing) Sets the default column spacing |
int |
getDefaultColSpacing() Gets the default column spacing |
void |
setHomogeneous(int homogeneous) Sets if the table cells are homogeneous in size |
bit |
getHomogeneous() Checks if the table cells are homogeneous in size |
void |
attach(Widget child) Attach a new widget creating a new row if necessary |