Class gtk.VBox

Object
   |
   +--gtk.Object
         |
         +--gtk.Widget
               |
               +--gtk.Container
                     |
                     +--gtk.Box
                           |
                           +--gtk.VBox

class gtk.VBox
extends gtk.Box

Defined in jsgtk_min.js


Constructor Summary
gtk.VBox(<boolean> homogeneous, <integer> spacing)
            Class gtk.VBox : Create a vertical box
 
Method Summary
 Object _createElement(packType)
          
 Object _createSpace()
          
 Object _getChildHeight(child)
           PRIVATE METHODS * **********************************************************************************
 void _getMaxChildSize()
          
 void _getWidgetsSizeNoHomo()
          
 void _handleH()
          
 void _handleNH()
          
 void _resizeElement(<object> element, <object> domObj, <integer> width, <integer> height, <integer> padding)
           _resizeElement() method : resize the element which hold the widget that have added into vbox
 void _resizeWidgetsHomo(wi, hi)
          
 void _resizeWidgetsNoHomo(containerWidth, containerHeight)
          
 integer getMinHeightComposite()
           getMinHeightComposite() composite method : get the min height of vbox.
 Object getMinHeightCompositeH()
          
 Object getMinHeightCompositeNH()
          
 integer getMinWidthComposite()
           getMinWidthComposite() composite method : get the min width of vbox.
 void resizeHeightComposite(height)
           resizeHeightComposite() composite method : decrease the height of vbox.
 void resizeWidthComposite(width)
           resizeWidthComposite() composite method : decrease the width of vbox.
 
Methods inherited from class gtk.Box
packChildren, packStart, packEnd, setSpace, getSpace, queryChildPacking, packStartDefaults, packEndDefaults, setHomogeneous, getHomogeneous, reorderChild, setSize, _packChild, _connectChildrenSignal, _appendPackChild, _isChild, _getChildDomByPos, _getLastPackEndChild, _hideLastSpace, getMinWidth, getMinHeight, resize, resetWidthComposite, resetHeightComposite
   
Methods inherited from class gtk.Container
add, remove, getBorderWidth, setBorderWidth
   
Methods inherited from class gtk.Widget
setBoldTitle, getNode, show, hide, activate, setActivateSignal, getActivateSignal, setSizeRequest, setWidth, getWidth, setHeight, getHeight, getSizeRequest, sizeRequest, getSize, _resizeHeight, _resizeWidth
 

Constructor Detail

gtk.VBox

gtk.VBox(<boolean> homogeneous, <integer> spacing)

Method Detail

_createElement

Object _createElement(packType)

_createSpace

Object _createSpace()

_getChildHeight

Object _getChildHeight(child)

_getMaxChildSize

void _getMaxChildSize()

_getWidgetsSizeNoHomo

void _getWidgetsSizeNoHomo()

_handleH

void _handleH()

_handleNH

void _handleNH()

_resizeElement

void _resizeElement(<object> element, <object> domObj, <integer> width, <integer> height, <integer> padding)

_resizeWidgetsHomo

void _resizeWidgetsHomo(wi, hi)

_resizeWidgetsNoHomo

void _resizeWidgetsNoHomo(containerWidth, containerHeight)

getMinHeightComposite

integer getMinHeightComposite()

getMinHeightCompositeH

Object getMinHeightCompositeH()

getMinHeightCompositeNH

Object getMinHeightCompositeNH()

getMinWidthComposite

integer getMinWidthComposite()

resizeHeightComposite

void resizeHeightComposite(height)

resizeWidthComposite

void resizeWidthComposite(width)


Documentation generated by JSDoc on Thu Jan 21 18:07:55 2010