Added VerticalSeparator() entry point in imgui_internal. Seperator() in an horizontal layout context still does that.

This commit is contained in:
omar
2017-09-28 16:41:01 +02:00
parent 9142002121
commit f99348711b
3 changed files with 49 additions and 42 deletions

View File

@ -789,6 +789,8 @@ namespace ImGui
IMGUI_API int CalcTypematicPressedRepeatAmount(float t, float t_prev, float repeat_delay, float repeat_rate);
IMGUI_API void VerticalSeparator(); // Vertical separator, for menu bars (use current line height). not exposed because it is misleading what it doesn't have an effect on regular layout.
// FIXME-WIP: New Columns API
IMGUI_API void BeginColumns(const char* id, int count, ImGuiColumnsFlags flags = 0); // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns().
IMGUI_API void EndColumns(); // close columns