Searched refs:EndColumns (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1423 IMGUI_API void BeginColumns(const char* str_id, int count, ImGuiColumnsFlags flags = 0); // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns().
1424 IMGUI_API void EndColumns(); // close columns
H A Dimgui.cpp5517 EndColumns();
8385 void ImGui::EndColumns() function in class:ImGui
8452 // [2018-03: This is currently the only public API, while we are working on making BeginColumns/EndColumns user-facing]
8464 EndColumns();
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1423 IMGUI_API void BeginColumns(const char* str_id, int count, ImGuiColumnsFlags flags = 0); // setup number of columns. use an identifier to distinguish multiple column sets. close with EndColumns().
1424 IMGUI_API void EndColumns(); // close columns
H A Dimgui.cpp5517 EndColumns();
8385 void ImGui::EndColumns() function in class:ImGui
8452 // [2018-03: This is currently the only public API, while we are working on making BeginColumns/EndColumns user-facing]
8464 EndColumns();

Completed in 66 milliseconds