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

NameTypeDescription
resizable[get, set] boolIf true, the user can resize the window.
windowTitle[get, set] StringThe text displayed in the window's title bar.

Methods

NameDescription
_closed
_guiInput
getCloseButton Returns the close TextureButton.
getResizable
getTitle
setResizable
setTitle