Enumeration of the window styles. More...
Enumerations | |
enum | { None = 0, Titlebar = 1 << 0, Resize = 1 << 1, Close = 1 << 2, Fullscreen = 1 << 3, Default = Titlebar | Resize | Close } |
Enumeration of the window styles.
anonymous enum |
Definition at line 37 of file WindowStyle.hpp.