WT Toolkit 0.3.2

Class wtNotebookPage

Object
   |
   +--wtObject
         |
         +--wtNotebookPage

class wtNotebookPage
extends wtObject


A tabbed page container for use with wtNotebook. Available signals:


Defined in wt_widget.js

See:


Constructor Summary
wtNotebookPage(<wtNotebook> notebook, <String|wtWidget> title)
            Constructs a tabbed page container for use with wtNotebook.
 
Method Summary
 void addWidget(<wtWidget|String> widget)
           Adds a widget into the notebook page.
 void clearAll()
           Clears the contents of the notebook page.
 void deselect()
           Deselects the notebook page.
 void removeSelf()
           Removes a notebook page.
 void select()
           Selects a notebook page and makes it the page being displayed in the wtNotebook.
 void setTitle(<String|wtWidget> title)
           Sets the tab caption of the notebook page.
 
Methods inherited from class wtObject
startProxy, endProxy, toString, connect, disconnect, emit, setSlot, removeSlot, setSignal, removeSignal, get, set, addDependency
 

Constructor Detail

wtNotebookPage

wtNotebookPage(<wtNotebook> notebook, <String|wtWidget> title)

Method Detail

addWidget

void addWidget(<wtWidget|String> widget)

clearAll

void clearAll()

deselect

void deselect()

removeSelf

void removeSelf()

select

void select()

setTitle

void setTitle(<String|wtWidget> title)

WT Toolkit 0.3.2

Documentation generated by JSDoc on Tue Apr 10 22:43:45 2007