Struct WindowDialog
Base class for window dialogs.
struct WindowDialog
;
Windowdialog is the base class for all window-based dialogs. It's a by-default toplevel Control that draws a window decoration and allows motion and resizing.
Properties
| Name | Type | Description |
|---|---|---|
resizable[get, set]
|
bool | If true, the user can resize the window.
|
windowTitle[get, set]
|
String | The text displayed in the window's title bar. |
Methods
| Name | Description |
|---|---|
_closed
|
|
_guiInput
|
|
getCloseButton
|
Returns the close TextureButton.
|
getResizable
|
|
getTitle
|
|
setResizable
|
|
setTitle
|