ImGuiTabBar

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

Members

Variables

BackupCursorPos
ImVec2 BackupCursorPos;
Undocumented in source.
BarRect
ImRect BarRect;
Undocumented in source.
BeginCount
ImS8 BeginCount;
Undocumented in source.
CurrFrameVisible
int CurrFrameVisible;
Undocumented in source.
CurrTabsContentsHeight
float CurrTabsContentsHeight;
Undocumented in source.
Flags
ImGuiTabBarFlags Flags;
Undocumented in source.
FramePadding
ImVec2 FramePadding;
Undocumented in source.
ID
ImGuiID ID;
Undocumented in source.
ItemSpacingY
float ItemSpacingY;
Undocumented in source.
LastTabItemIdx
ImS16 LastTabItemIdx;
Undocumented in source.
NextSelectedTabId
ImGuiID NextSelectedTabId;
Undocumented in source.
PrevFrameVisible
int PrevFrameVisible;
Undocumented in source.
PrevTabsContentsHeight
float PrevTabsContentsHeight;
Undocumented in source.
ReorderRequestOffset
ImS16 ReorderRequestOffset;
Undocumented in source.
ReorderRequestTabId
ImGuiID ReorderRequestTabId;
Undocumented in source.
ScrollingAnim
float ScrollingAnim;
Undocumented in source.
ScrollingRectMaxX
float ScrollingRectMaxX;
Undocumented in source.
ScrollingRectMinX
float ScrollingRectMinX;
Undocumented in source.
ScrollingSpeed
float ScrollingSpeed;
Undocumented in source.
ScrollingTarget
float ScrollingTarget;
Undocumented in source.
ScrollingTargetDistToVisibility
float ScrollingTargetDistToVisibility;
Undocumented in source.
SelectedTabId
ImGuiID SelectedTabId;
Undocumented in source.
Tabs
ImVector!(ImGuiTabItem) Tabs;
Undocumented in source.
TabsActiveCount
ImS16 TabsActiveCount;
Undocumented in source.
TabsAddedNew
bool TabsAddedNew;
Undocumented in source.
TabsNames
ImGuiTextBuffer TabsNames;
Undocumented in source.
VisibleTabId
ImGuiID VisibleTabId;
Undocumented in source.
VisibleTabWasSubmitted
bool VisibleTabWasSubmitted;
Undocumented in source.
WantLayout
bool WantLayout;
Undocumented in source.
WidthAllTabs
float WidthAllTabs;
Undocumented in source.
WidthAllTabsIdeal
float WidthAllTabsIdeal;
Undocumented in source.

Meta