WindowHandler.message

Adds a DefaultDialog as a message box.

class WindowHandler
void
message
(
dstring title
,
dstring message
,
int width = 256
)

Parameters

title dstring

Title of the window.

message dstring

The text that appears in the window.

width int

The width of the dialog window. 256 pixels is default.

Meta