Drag[en]gine Script Module DragonScript  1.21
Dragengine.Gui.Window.WindowState Enum Reference

Window.WindowState.. More...

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...
 

Detailed Description

Member Data Documentation

◆ maximized

Dragengine.Gui.Window.WindowState.maximized

Window is maximized filling the entire screen.

◆ minimized

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.

◆ normal

Dragengine.Gui.Window.WindowState.normal

Window is displayed normally on the screen.


The documentation for this enum was generated from the following file: