30 #ifndef PT_FORMS_WINDOWHOST_H
31 #define PT_FORMS_WINDOWHOST_H
33 #include <Pt/Forms/Api.h>
34 #include <Pt/Forms/Widget.h>
35 #include <Pt/Gfx/Point.h>
36 #include <Pt/Gfx/Size.h>
37 #include <Pt/Gfx/Rect.h>
38 #include <Pt/Signal.h>
39 #include <Pt/Connectable.h>
52 Frameless = Borderless,
56 WindowType(Type t = Default)
60 WindowType& operator=(Type t)
85 WindowState(State t = Normal)
89 WindowState& operator=(State t)
108 #endif // include guard
uint_type uint32_t
Unsigned 32-bit integer type.
Definition: Types.h:42