ImGuiWindowTempData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

ChildWindows
ImVector!(ImGuiWindow*) ChildWindows;
Undocumented in source.
ColumnsOffset
ImVec1 ColumnsOffset;
Undocumented in source.
CurrLineSize
ImVec2 CurrLineSize;
Undocumented in source.
CurrLineTextBaseOffset
float CurrLineTextBaseOffset;
Undocumented in source.
CurrentColumns
ImGuiOldColumns* CurrentColumns;
Undocumented in source.
CurrentTableIdx
int CurrentTableIdx;
Undocumented in source.
CursorMaxPos
ImVec2 CursorMaxPos;
Undocumented in source.
CursorPos
ImVec2 CursorPos;
Undocumented in source.
CursorPosPrevLine
ImVec2 CursorPosPrevLine;
Undocumented in source.
CursorStartPos
ImVec2 CursorStartPos;
Undocumented in source.
FocusCounterRegular
int FocusCounterRegular;
Undocumented in source.
FocusCounterTabStop
int FocusCounterTabStop;
Undocumented in source.
GroupOffset
ImVec1 GroupOffset;
Undocumented in source.
IdealMaxPos
ImVec2 IdealMaxPos;
Undocumented in source.
Indent
ImVec1 Indent;
Undocumented in source.
ItemWidth
float ItemWidth;
Undocumented in source.
ItemWidthStack
ImVector!(float) ItemWidthStack;
Undocumented in source.
LayoutType
ImGuiLayoutType LayoutType;
Undocumented in source.
MenuBarAppending
bool MenuBarAppending;
Undocumented in source.
MenuBarOffset
ImVec2 MenuBarOffset;
Undocumented in source.
MenuColumns
ImGuiMenuColumns MenuColumns;
Undocumented in source.
NavFocusScopeIdCurrent
ImGuiID NavFocusScopeIdCurrent;
Undocumented in source.
NavHasScroll
bool NavHasScroll;
Undocumented in source.
NavHideHighlightOneFrame
bool NavHideHighlightOneFrame;
Undocumented in source.
NavLayerCurrent
ImGuiNavLayer NavLayerCurrent;
Undocumented in source.
NavLayersActiveMask
short NavLayersActiveMask;
Undocumented in source.
NavLayersActiveMaskNext
short NavLayersActiveMaskNext;
Undocumented in source.
ParentLayoutType
ImGuiLayoutType ParentLayoutType;
Undocumented in source.
PrevLineSize
ImVec2 PrevLineSize;
Undocumented in source.
PrevLineTextBaseOffset
float PrevLineTextBaseOffset;
Undocumented in source.
StateStorage
ImGuiStorage* StateStorage;
Undocumented in source.
TextWrapPos
float TextWrapPos;
Undocumented in source.
TextWrapPosStack
ImVector!(float) TextWrapPosStack;
Undocumented in source.
TreeDepth
int TreeDepth;
Undocumented in source.
TreeJumpToParentOnPopMask
ImU32 TreeJumpToParentOnPopMask;
Undocumented in source.

Meta