Drag[en]gine Script Module DragonScript
1.23
|
Public Attributes | |
maximized | |
Window is maximized filling the entire screen. More... | |
minimized | |
Window is minimized to an icon or otherwise symbol representing the window. More... | |
normal | |
Window is displayed normally on the screen. More... | |
Dragengine.Gui.Window.WindowState.maximized |
Window is maximized filling the entire screen.
Dragengine.Gui.Window.WindowState.minimized |
Window is minimized to an icon or otherwise symbol representing the window.
This style requires that you render the icon for this window. you also have to change the window style back to Window.WindowState.normal once the icon is used.
Dragengine.Gui.Window.WindowState.normal |
Window is displayed normally on the screen.