Class gtk.TableHomogenoues
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.TableHomogenoues(rows, columns, resizeable, spacing)
|
Method Attributes | Method Name and Description |
---|---|
attach(child, left, right, top, bottom, xoptions, yoptions, xpadding, ypadding)
Attach each gtk.Widget to gtk.Table
|
Class Detail
gtk.TableHomogenoues(rows, columns, resizeable, spacing)
- Parameters:
- {integer} rows
- number of row of table
- {integer} columns
- number of column of table
- {boolean} resizeable
- resizeable = true will make all children expand to fill table- resizeable = false all children will be packed to the most top and most left of table - {integer} spacing
- between each child
Method Detail
attach(child, left, right, top, bottom, xoptions, yoptions, xpadding, ypadding)
Attach each gtk.Widget to gtk.Table
- Parameters:
- {gtk.Widget} child
- {intger} left
- x1
- {integer} right
- x2
- {integer} top
- y1
- {integer} bottom
- y2
- {object} xoptions
- {align: gtk.JUSTIFY_LEFT || gtk.JUSTIFY_RIGHT, fill: false || true}
- {object} yoptions
- {align: gtk.JUSTIFY_TOP || gtk.JUSTIFY_BOTTOM, fill: false || true}
- {integer} xpadding
- {integer} ypadding