#include <Pt/Forms/WindowType.h>
Frame style of a window. More...
Public Types | |
| enum | Type { Default = 0, Borderless = 1, Frameless = Borderless, Popup = Borderless } |
| Defines a window frame style. More... | |
Public Member Functions | |
| WindowType (Type type=Default) | |
| Creates a window type with type. | |
| WindowType & | operator= (Type type) |
| Sets the window type to type and returns this object. | |
| operator Pt::uint32_t () const | |
| Returns the window type as an unsigned integer value. | |
Default is a normal decorated window. Borderless is a window without decoration.
| enum Type |