Window

A Widget

Constructors

this
this(string name)

Constructs a frame

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
disable
void disable()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
ImVec2 getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
onBeginUpdate
void onBeginUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onEndUpdate
void onEndUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source.
restore
void restore()
Undocumented in source. Be warned that the author may not have intended to support it.
setTitle
void setTitle(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()

Draws the frame

Variables

flags
ImGuiWindowFlags flags;
Undocumented in source.
onlyOne
bool onlyOne;
Undocumented in source.

Meta