File 'gui/dialog.cls' (part of 'Pool_GuiBase')


Home | Packages | Files | Procedures | Classes | Keywords | External packages


Written by
Andreas Kupries
Description
base class of all megadialogs
Keywords
megadialog base, dialog base class

Class 'dialog'

Description
This is the base class of all megadialogs.
Superclasses
widget
Options
menu, title
Methods
TrackMenu, TrackTitle, createSubwidgets, dialog

-menu
The menubar to display at the top of the dialog.
-title
The string to display as title of the dialog.

TrackMenu (option oldValue)

Configure procedure. Propagates changes to the option -menu into the user interface.
Argument: optionThe name of the changed option.
Argument: oldValueThe value the option had before the change.

TrackTitle (option oldValue)

Configure procedure. Propagates changes to the option -title into the user interface.
Argument: optionThe name of the changed option.
Argument: oldValueThe value the option had before the change.

createSubwidgets ()

We don't construct subwidgets here, there is no need to. But the initial title must be set here.

dialog ()

Dialog constructor. Just change the type of the megawidget container, the superclass (widget) will handle everything else for us.


Generated by AutoDoc 2.1 at 02/20/1999, invoked by Andreas Kupries