Table of Contents
label
Lable to appear on the page tab.
createcmd
Function to be called to create the contents of this page.
createnow
Boolean indicating whether or not to create the contents right away (sometimes this is desirable). Defaults to 0.
0
__init__ ( self, notebook, pagename, **kw, )
Instantiate the in-memory, but not on-screen, representation of the widget.
notebook
Notebook parent widget.
pagename
Name of this page being created.
createcontents ( self )
Do not override this method. Instead, specify a createcmd value when the widget is instantiated.