Class gtk.NoteBook

Object
   |
   +--gtk.Object
         |
         +--gtk.Widget
               |
               +--gtk.Container
                     |
                     +--gtk.NoteBook

class gtk.NoteBook
extends gtk.Container

Defined in jsgtk_min.js


Constructor Summary
gtk.NoteBook()
            A tabbed notebook container
 
Method Summary
 void _appendChild(contents, tabs, hBar)
          
 void _connectChildrenSignal()
          
 void _getMaxSize()
          
 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
 integer appendPage(<object> child, <object> label)
           Appends a page to the notebook using the widget specified by child and the widget specified by tab_label as the label on the tab.
 void appendPages(<object> pages)
           Appends pages to the notebook using the widget specified by child and the widget specified by tab_label as the label on the tab.
 Object getMinHeightComposite()
          
 Object getMinWidthComposite()
          
 void resetHeightComposite()
          
 void resetWidthComposite()
          
 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
 

Constructor Detail

gtk.NoteBook

gtk.NoteBook()

Method Detail

_appendChild

void _appendChild(contents, tabs, hBar)

_connectChildrenSignal

void _connectChildrenSignal()

_getMaxSize

void _getMaxSize()

_resizeHeight

void _resizeHeight(<integer> height)

_resizeWidth

void _resizeWidth(width)

appendPage

integer appendPage(<object> child, <object> label)

appendPages

void appendPages(<object> pages)

getMinHeightComposite

Object getMinHeightComposite()

getMinWidthComposite

Object getMinWidthComposite()

resetHeightComposite

void resetHeightComposite()

resetWidthComposite

void resetWidthComposite()

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