Exposed Scrollbar() in imgui_internal.h and removed a bool arg

This commit is contained in:
omar
2017-10-13 13:29:42 +02:00
parent 43b4a81b3e
commit 4be967823f
2 changed files with 11 additions and 8 deletions

View File

@ -789,6 +789,7 @@ namespace ImGui
IMGUI_API int CalcTypematicPressedRepeatAmount(float t, float t_prev, float repeat_delay, float repeat_rate);
IMGUI_API void Scrollbar(ImGuiLayoutType direction);
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