ImGuiWindowFlags class

Constructors

ImGuiWindowFlags()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

AlwaysAutoResize → const int
AlwaysHorizontalScrollbar → const int
AlwaysUseWindowPadding → const int
AlwaysVerticalScrollbar → const int
ChildMenu → const int
ChildWindow → const int
DockNodeHost → const int
HorizontalScrollbar → const int
NoBackground → const int
NoBringToFrontOnFocus → const int
NoCollapse → const int
NoDecoration → const int
NoDocking → const int
NoFocusOnAppearing → const int
NoInputs → const int
NoMouseInputs → const int
NoMove → const int
NoNav → const int
NoNavFocus → const int
NoNavInputs → const int
None → const int
NoResize → const int
NoSavedSettings → const int
NoScrollbar → const int
NoScrollWithMouse → const int
NoTitleBar → const int
Tooltip → const int
UnsavedDocument → const int