|
|
@ -2246,6 +2246,7 @@ namespace ImGui
|
|
|
|
IMGUI_API float GetColumnNormFromOffset(const ImGuiOldColumns* columns, float offset);
|
|
|
|
IMGUI_API float GetColumnNormFromOffset(const ImGuiOldColumns* columns, float offset);
|
|
|
|
|
|
|
|
|
|
|
|
// Tables
|
|
|
|
// Tables
|
|
|
|
|
|
|
|
IMGUI_API ImGuiTable* FindTableByID(ImGuiID id);
|
|
|
|
IMGUI_API bool BeginTableEx(const char* name, ImGuiID id, int columns_count, ImGuiTableFlags flags = 0, const ImVec2& outer_size = ImVec2(0, 0), float inner_width = 0.0f);
|
|
|
|
IMGUI_API bool BeginTableEx(const char* name, ImGuiID id, int columns_count, ImGuiTableFlags flags = 0, const ImVec2& outer_size = ImVec2(0, 0), float inner_width = 0.0f);
|
|
|
|
IMGUI_API void TableBeginUpdateColumns(ImGuiTable* table);
|
|
|
|
IMGUI_API void TableBeginUpdateColumns(ImGuiTable* table);
|
|
|
|
IMGUI_API void TableUpdateDrawChannels(ImGuiTable* table);
|
|
|
|
IMGUI_API void TableUpdateDrawChannels(ImGuiTable* table);
|
|
|
|