pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
DefaultDialog
pixelperfectengine
concrete
dialogs
defaultdialog
Default dialog for simple messageboxes.
public
class
DefaultDialog : Window {
public
void
delegate
(
Event
ev
)
output
;
this
(Box size, string source, Text title, Text[] message, Text[] options, string[] values, StyleSheet customStyle);
this
(Box size, string source, dstring title, dstring[] message, dstring[] options, string[] values, StyleSheet customStyle);
void
actionEvent
(Event ev);
}
Constructors
this
this
(Box size, string source, Text title, Text[] message, Text[] options, string[] values, StyleSheet customStyle)
Undocumented in source.
this
this
(Box size, string source, dstring title, dstring[] message, dstring[] options, string[] values, StyleSheet customStyle)
Ditto
Members
Functions
actionEvent
void
actionEvent
(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
output
void
delegate
(
Event
ev
)
output
;
Undocumented in source.
Meta
Source
See Implementation
pixelperfectengine
concrete
dialogs
defaultdialog
classes
DefaultDialog
Default dialog for simple messageboxes.