Table of Contents


NAME

FrameNotebook - tab notebook for frames (Decida Itcl Class)

USAGE

             FrameNotebook fn_handle ?-config-options?
             fn_handle configure ?-config-option value ..?
             fn_handle cget ?-config-option?
             fn_handle <method>
             delete object fn_handle

CONSTRUCTOR-ARGUMENTS

fn_handle FrameNotebook instance handle

CONFIG-OPTIONS

-tiers Maximum number of tiers of notebook tabs

METHODS

newpage {title {highlight 0}} Add new page/tab to the notebook. If highlight is 1, highlight the tab.
status {message} Configure status bar with message.
wait {{text continue}} Add a wait button configured with text. FrameNotebook waits until wait button is pressed to continue.
raise {tabname} Raise the page associated with tabname
busy {mode} configure the FrameNotebook busy mode mode is busy release or status
frames Return list of frames in the FrameNotebook
tab Return current tab

AUTHORS

Richard Booth, Michael McLennan, George Howlett

Table of Contents