ImGuiWindow

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct ImGuiWindow {}

Members

Variables

Active
bool Active;
Undocumented in source.
Appearing
bool Appearing;
Undocumented in source.
AutoFitChildAxises
ImS8 AutoFitChildAxises;
Undocumented in source.
AutoFitFramesX
ImS8 AutoFitFramesX;
Undocumented in source.
AutoFitFramesY
ImS8 AutoFitFramesY;
Undocumented in source.
AutoFitOnlyGrows
bool AutoFitOnlyGrows;
Undocumented in source.
AutoPosLastDirection
ImGuiDir AutoPosLastDirection;
Undocumented in source.
BeginCount
short BeginCount;
Undocumented in source.
BeginOrderWithinContext
short BeginOrderWithinContext;
Undocumented in source.
BeginOrderWithinParent
short BeginOrderWithinParent;
Undocumented in source.
ChildId
ImGuiID ChildId;
Undocumented in source.
ClipRect
ImRect ClipRect;
Undocumented in source.
Collapsed
bool Collapsed;
Undocumented in source.
ColumnsStorage
ImVector!(ImGuiOldColumns) ColumnsStorage;
Undocumented in source.
ContentRegionRect
ImRect ContentRegionRect;
Undocumented in source.
ContentSize
ImVec2 ContentSize;
Undocumented in source.
ContentSizeExplicit
ImVec2 ContentSizeExplicit;
Undocumented in source.
ContentSizeIdeal
ImVec2 ContentSizeIdeal;
Undocumented in source.
DC
ImGuiWindowTempData DC;
Undocumented in source.
DisableInputsFrames
ImS8 DisableInputsFrames;
Undocumented in source.
DockId
ImGuiID DockId;
Undocumented in source.
DockIsActive
bool DockIsActive;
Undocumented in source.
DockNode
ImGuiDockNode* DockNode;
Undocumented in source.
DockNodeAsHost
ImGuiDockNode* DockNodeAsHost;
Undocumented in source.
DockNodeIsVisible
bool DockNodeIsVisible;
Undocumented in source.
DockOrder
short DockOrder;
Undocumented in source.
DockStyle
ImGuiWindowDockStyle DockStyle;
Undocumented in source.
DockTabIsVisible
bool DockTabIsVisible;
Undocumented in source.
DockTabItemRect
ImRect DockTabItemRect;
Undocumented in source.
DockTabItemStatusFlags
ImGuiItemStatusFlags DockTabItemStatusFlags;
Undocumented in source.
DockTabWantClose
bool DockTabWantClose;
Undocumented in source.
DrawList
ImDrawList* DrawList;
Undocumented in source.
DrawListInst
ImDrawList DrawListInst;
Undocumented in source.
Flags
ImGuiWindowFlags Flags;
Undocumented in source.
FlagsPreviousFrame
ImGuiWindowFlags FlagsPreviousFrame;
Undocumented in source.
FocusOrder
short FocusOrder;
Undocumented in source.
FontDpiScale
float FontDpiScale;
Undocumented in source.
FontWindowScale
float FontWindowScale;
Undocumented in source.
HasCloseButton
bool HasCloseButton;
Undocumented in source.
Hidden
bool Hidden;
Undocumented in source.
HiddenFramesCanSkipItems
ImS8 HiddenFramesCanSkipItems;
Undocumented in source.
HiddenFramesCannotSkipItems
ImS8 HiddenFramesCannotSkipItems;
Undocumented in source.
HiddenFramesForRenderOnly
ImS8 HiddenFramesForRenderOnly;
Undocumented in source.
HitTestHoleOffset
ImVec2ih HitTestHoleOffset;
Undocumented in source.
HitTestHoleSize
ImVec2ih HitTestHoleSize;
Undocumented in source.
ID
ImGuiID ID;
Undocumented in source.
IDStack
ImVector!(ImGuiID) IDStack;
Undocumented in source.
InnerClipRect
ImRect InnerClipRect;
Undocumented in source.
InnerRect
ImRect InnerRect;
Undocumented in source.
IsFallbackWindow
bool IsFallbackWindow;
Undocumented in source.
ItemWidthDefault
float ItemWidthDefault;
Undocumented in source.
LastFrameActive
int LastFrameActive;
Undocumented in source.
LastFrameJustFocused
int LastFrameJustFocused;
Undocumented in source.
LastTimeActive
float LastTimeActive;
Undocumented in source.
MemoryCompacted
bool MemoryCompacted;
Undocumented in source.
MemoryDrawListIdxCapacity
int MemoryDrawListIdxCapacity;
Undocumented in source.
MemoryDrawListVtxCapacity
int MemoryDrawListVtxCapacity;
Undocumented in source.
MoveId
ImGuiID MoveId;
Undocumented in source.
Name
char* Name;
Undocumented in source.
NameBufLen
int NameBufLen;
Undocumented in source.
NavLastChildNavWindow
ImGuiWindow* NavLastChildNavWindow;
Undocumented in source.
NavLastIds
ImGuiID[ImGuiNavLayer.COUNT] NavLastIds;
Undocumented in source.
NavRectRel
ImRect[ImGuiNavLayer.COUNT] NavRectRel;
Undocumented in source.
OuterRectClipped
ImRect OuterRectClipped;
Undocumented in source.
ParentWindow
ImGuiWindow* ParentWindow;
Undocumented in source.
ParentWorkRect
ImRect ParentWorkRect;
Undocumented in source.
PopupId
ImGuiID PopupId;
Undocumented in source.
Pos
ImVec2 Pos;
Undocumented in source.
ResizeBorderHeld
byte ResizeBorderHeld;
Undocumented in source.
RootWindow
ImGuiWindow* RootWindow;
Undocumented in source.
RootWindowDockTree
ImGuiWindow* RootWindowDockTree;
Undocumented in source.
RootWindowForNav
ImGuiWindow* RootWindowForNav;
Undocumented in source.
RootWindowForTitleBarHighlight
ImGuiWindow* RootWindowForTitleBarHighlight;
Undocumented in source.
RootWindowPopupTree
ImGuiWindow* RootWindowPopupTree;
Undocumented in source.
Scroll
ImVec2 Scroll;
Undocumented in source.
ScrollMax
ImVec2 ScrollMax;
Undocumented in source.
ScrollTarget
ImVec2 ScrollTarget;
Undocumented in source.
ScrollTargetCenterRatio
ImVec2 ScrollTargetCenterRatio;
Undocumented in source.
ScrollTargetEdgeSnapDist
ImVec2 ScrollTargetEdgeSnapDist;
Undocumented in source.
ScrollbarSizes
ImVec2 ScrollbarSizes;
Undocumented in source.
ScrollbarX
bool ScrollbarX;
Undocumented in source.
ScrollbarY
bool ScrollbarY;
Undocumented in source.
SetWindowCollapsedAllowFlags
ImGuiCond SetWindowCollapsedAllowFlags;
Undocumented in source.
SetWindowDockAllowFlags
ImGuiCond SetWindowDockAllowFlags;
Undocumented in source.
SetWindowPosAllowFlags
ImGuiCond SetWindowPosAllowFlags;
Undocumented in source.
SetWindowPosPivot
ImVec2 SetWindowPosPivot;
Undocumented in source.
SetWindowPosVal
ImVec2 SetWindowPosVal;
Undocumented in source.
SetWindowSizeAllowFlags
ImGuiCond SetWindowSizeAllowFlags;
Undocumented in source.
SettingsOffset
int SettingsOffset;
Undocumented in source.
Size
ImVec2 Size;
Undocumented in source.
SizeFull
ImVec2 SizeFull;
Undocumented in source.
SkipItems
bool SkipItems;
Undocumented in source.
StateStorage
ImGuiStorage StateStorage;
Undocumented in source.
Viewport
ImGuiViewportP* Viewport;
Undocumented in source.
ViewportAllowPlatformMonitorExtend
int ViewportAllowPlatformMonitorExtend;
Undocumented in source.
ViewportId
ImGuiID ViewportId;
Undocumented in source.
ViewportOwned
bool ViewportOwned;
Undocumented in source.
ViewportPos
ImVec2 ViewportPos;
Undocumented in source.
WantCollapseToggle
bool WantCollapseToggle;
Undocumented in source.
WasActive
bool WasActive;
Undocumented in source.
WindowBorderSize
float WindowBorderSize;
Undocumented in source.
WindowClass
ImGuiWindowClass WindowClass;
Undocumented in source.
WindowPadding
ImVec2 WindowPadding;
Undocumented in source.
WindowRounding
float WindowRounding;
Undocumented in source.
WorkRect
ImRect WorkRect;
Undocumented in source.
WriteAccessed
bool WriteAccessed;
Undocumented in source.

Meta