Class Index | File Index

Classes


Class gtk.TableHomogenoues


Defined in: jsgtk_merge_for_doc.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
gtk.TableHomogenoues(rows, columns, resizeable, spacing)
Method Summary
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

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