Class Index | File Index

Classes


Class gtk.TableFactory


Defined in: jsgtk_merge_for_doc.js.

Class Summary
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

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Jul 06 2010 11:13:56 GMT+0700 (ICT)