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.
 
Method Summary
 void _getChildSize()
          
 void _resizeHeight(<integer> height)
           _resizeHeight() method : Resize the height of widget's dom object and height
 void _resizeWidth(width)
           _resizeWidth() method : Resize the width of widget's dom object and width
 void append(dom)
          
 void resize(width, height)
          
 void resizeHeightComposite(height)
          
 void resizeWidthComposite(width)
          
 
Methods inherited from class gtk.Container
add, remove, getBorderWidth, setBorderWidth
   
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
 

Constructor Detail

gtk.Dom

gtk.Dom(width, height)

Method Detail

_getChildSize

void _getChildSize()

_resizeHeight

void _resizeHeight(<integer> height)

_resizeWidth

void _resizeWidth(width)

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