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

Description (short)
megadialog base
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
title
menu
Methods
public
TrackMenu (option oldValue)
TrackTitle (option oldValue)
createSubwidgets ()
dialog ()

Options

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

Methods

TrackMenu (option oldValue)

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

TrackTitle (option oldValue)

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

createSubwidgets ()

Overrides widget: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.4 at 09/14/2000, invoked by Andreas Kupries