mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-12 07:49:55 +02:00
TabBar, Style: added style.TabBarBorderSize and associated ImGuiStyleVar_TabBarBorderSize. (#6820, #4859, #5022, #5239)
Cherry-picked from docking's 64b1e44
This commit is contained in:
@ -2551,6 +2551,8 @@ struct IMGUI_API ImGuiTabBar
|
||||
float ScrollingSpeed;
|
||||
float ScrollingRectMinX;
|
||||
float ScrollingRectMaxX;
|
||||
float SeparatorMinX;
|
||||
float SeparatorMaxX;
|
||||
ImGuiID ReorderRequestTabId;
|
||||
ImS16 ReorderRequestOffset;
|
||||
ImS8 BeginCount;
|
||||
|
Reference in New Issue
Block a user