Class gtk.TableFactory
Defined in: jsgtk_merge_for_doc.js.
Constructor Attributes | Constructor Name and Description |
---|---|
gtk.TableFactory(rows, columns, homogeneous, resizeable, spacing)
Factory class for gtk.Table
|
Class Detail
gtk.TableFactory(rows, columns, homogeneous, resizeable, spacing)
Factory class for gtk.Table
- Parameters:
- {integer} rows
- number of row of table
- {integer} columns
- number of column of table
- {boolean} homogeneous
- homogeneous = true will return gtk.TableHomogenoues
- homogeneous = false will return gtk.TableNoneHomogenoues- {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