Table of Contents

Class: DelayedCreatePage PmwContribD-r2_0_1/DelayedCreatePage.py

A notebook page which does not create its contents lifted.

Options

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.

Base Classes   
Pmw.NoteBookPage
Methods   
__init__
createcontents
  __init__ 
__init__ (
        self,
        notebook,
        pagename,
        **kw,
        )

Create the DelayedCreatePage.

Instantiate the in-memory, but not on-screen, representation of the widget.

Arguments

notebook

Notebook parent widget.

pagename

Name of this page being created.

  createcontents 
createcontents ( self )

Called when lifted to create the contained widgets.

Do not override this method. Instead, specify a createcmd value when the widget is instantiated.


Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0