Class gtk.Dom
Object
|
+--gtk.Object
|
+--gtk.Widget
|
+--gtk.Container
|
+--gtk.Dom
- class
gtk.Dom
- extends gtk.Container
Defined in jsgtk_min.js
Constructor Summary |
gtk.Dom(width, height)
class gtk.Dom - a widget which is used to append domObj into.
|
Methods inherited from class gtk.Widget |
setBoldTitle, getNode, show, hide, activate, setActivateSignal, getActivateSignal, setSizeRequest, setSize, setWidth, getWidth, setHeight, getHeight, getSizeRequest, sizeRequest, getSize, getMinWidthComposite, getMinHeightComposite, resetHeightComposite, resetWidthComposite
|
gtk.Dom
gtk.Dom(width, height)
class gtk.Dom - a widget which is used to append domObj into.
this is custom widget, not exist in gtk
_getChildSize
void _getChildSize()
_resizeHeight
void _resizeHeight(<integer> height)
_resizeHeight() method : Resize the height of widget's dom object and height
Parameters:
height
- : the new of height of widget
_resizeWidth
void _resizeWidth(width)
_resizeWidth() method : Resize the width of widget's dom object and width
Parameters:
height
- : the new of height of widget
append
void append(dom)
resize
void resize(width, height)
resizeHeightComposite
void resizeHeightComposite(height)
resizeWidthComposite
void resizeWidthComposite(width)
Documentation generated by
JSDoc on Thu Jan 21 18:07:55 2010