dfl.messagebox

Undocumented in source.

Members

Aliases

MessageBoxButtons
deprecated alias MessageBoxButtons = MsgBoxButtons
Undocumented in source.
MessageBoxDefaultButton
deprecated alias MessageBoxDefaultButton = MsgBoxDefaultButton
Undocumented in source.
MessageBoxIcon
deprecated alias MessageBoxIcon = MsgBoxIcon
Undocumented in source.
MessageBoxOptions
deprecated alias MessageBoxOptions = MsgBoxOptions
Undocumented in source.
messageBox
deprecated alias messageBox = msgBox
Undocumented in source.

Classes

MessageBox
deprecated class MessageBox
Undocumented in source.

Enums

MsgBoxButtons
enum MsgBoxButtons
Undocumented in source.
MsgBoxDefaultButton
enum MsgBoxDefaultButton
Undocumented in source.
MsgBoxIcon
enum MsgBoxIcon
Undocumented in source.
MsgBoxOptions
enum MsgBoxOptions
Undocumented in source.

Functions

msgBox
DialogResult msgBox(Dstring txt)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(Dstring txt, Dstring caption)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton)
Undocumented in source. Be warned that the author may not have intended to support it.
msgBox
DialogResult msgBox(IWindow owner, Dstring txt, Dstring caption, MsgBoxButtons buttons, MsgBoxIcon icon, MsgBoxDefaultButton defaultButton, MsgBoxOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta