Dialog

Abstract base class for all dialog boxes.

Constructors

this
this(Window parent, string title)

Construct the dialog.

Members

Functions

getResult
string getResult()

Get the dialog result. This varies on the type of dialog used and will reflect the overall result expected of each dialog.

removeBracesFromResults
void removeBracesFromResults()

Remove any leading or trailing braces.

show
auto show()

Show the dialog.

Variables

_parent
Window _parent;
Undocumented in source.
_results
string[] _results;
Undocumented in source.
_title
string _title;
Undocumented in source.

Inherited Members

From Element

_tk
Tk _tk;
Undocumented in source.
_parent
Element _parent;
Undocumented in source.
_manualIdentifier
string _manualIdentifier;
Undocumented in source.
_elementId
string _elementId;
Undocumented in source.
_hash
string _hash;
Undocumented in source.
id
string id [@property getter]

The unique id of this element.

parent
Element parent [@property getter]

The parent element if any.

overrideGeneratedId
void overrideGeneratedId(string identifier)
Undocumented in source. Be warned that the author may not have intended to support it.
generateHash
string generateHash()
Undocumented in source. Be warned that the author may not have intended to support it.
generateHash
string generateHash(string text, A args)
Undocumented in source. Be warned that the author may not have intended to support it.
getCommandName
string getCommandName(string uniqueData)
Undocumented in source. Be warned that the author may not have intended to support it.
createCommand
string createCommand(CommandCallback callback, string uniqueData)
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta