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

Description (short)
Choice of a directory
Written by
Andreas Kupries
Description
Choice of a directory
Keywords
Choice of a directory

Class 'dirBrowser'

Description
Instances of this dialog allow the user to select a directory.
Depends on
Tix
Superclasses
okCancelDialog
Methods
public
HandleButton (button)
createSubwidgets ()
dirBrowser ()

Methods

HandleButton (button)

Overrides okCancelDialog:HandleButton
Overide the method from multipleChoiceDialog. This is required as we want to add a second argument to the called command, the path of the chosen directory. For 'cancel' this argument will be empty. Evaluates the script given to the option -command and destroys the dialog afterward.
Argument: button Symbolic name of the invoked button.

createSubwidgets ()

Overrides okCancelDialog:createSubwidgets
Plug the directory browser widget provided by Tix into the childsite of the general dialog.

dirBrowser ()

Constructor. Forces a specific dialog title.


Generated by AutoDoc 2.4 at 09/14/2000, invoked by Andreas Kupries