Class gtk.Toolbar
Object
|
+--gtk.Object
|
+--gtk.Widget
|
+--gtk.Container
|
+--gtk.Toolbar
- class
gtk.Toolbar
- extends gtk.Container
Defined in jsgtk_min.js
Methods inherited from class gtk.Widget |
setBoldTitle, getNode, show, hide, activate, setActivateSignal, getActivateSignal, setSizeRequest, setSize, setWidth, getWidth, setHeight, getHeight, getSizeRequest, sizeRequest, getSize, _resizeHeight, _resizeWidth, resetHeightComposite, resetWidthComposite
|
gtk.Toolbar
gtk.Toolbar()
_appendChild
void _appendChild(item, pos)
_getChildrenSize
void _getChildrenSize()
_resizeChildrenHeight
void _resizeChildrenHeight(height)
_resizeChildrenWidth
void _resizeChildrenWidth(width)
getItemIndex
void getItemIndex(item)
getMinHeightComposite
integer getMinHeightComposite()
getMinHeightComposite() composite method : get the min height of vbox.
if it has children then the min height of children,
else the min height of vbox itself.
Returns:
minWidth : the min height to be used when need decrease the height of vbox thus the decreasing can't go smaller then the minHeight
getMinWidthComposite
integer getMinWidthComposite()
getMinWidthComposite() composite method : get the min width of vbox. If it has children then the min width of children, else the min width of vbox itself.
Returns:
minWidth : the min width to be used when need decrease the width of vbox thus the decreasing can't go smaller then the minWidth
getNItems
Object getNItems()
getNthItem
Object getNthItem(n)
insert
void insert(item, pos)
resize
void resize(width, height)
resizeChildren
void resizeChildren()
resizeHeightComposite
void resizeHeightComposite(height)
resizeHeightComposite() composite method : decrease the height of vbox.
decrease vbox's height and all the composite children
resizeWidthComposite
void resizeWidthComposite(width)
resizeWidthComposite() composite method : decrease the width of vbox.
decrease vbox's width and all the composite children
Documentation generated by
JSDoc on Thu Jan 21 18:07:55 2010