Skip to content

Commit 5180025

Browse files
committed
Tables: moved + renamed TableSetupDrawChannels(), TableMergeDrawChannels() to their own section.
1 parent b7c83e4 commit 5180025

File tree

2 files changed

+257
-247
lines changed

2 files changed

+257
-247
lines changed

imgui_internal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2283,12 +2283,12 @@ namespace ImGui
22832283
IMGUI_API ImGuiTable* TableFindByID(ImGuiID id);
22842284
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);
22852285
IMGUI_API void TableBeginApplyRequests(ImGuiTable* table);
2286-
IMGUI_API void TableUpdateDrawChannels(ImGuiTable* table);
2286+
IMGUI_API void TableSetupDrawChannels(ImGuiTable* table);
22872287
IMGUI_API void TableUpdateLayout(ImGuiTable* table);
22882288
IMGUI_API void TableUpdateBorders(ImGuiTable* table);
22892289
IMGUI_API void TableDrawBorders(ImGuiTable* table);
22902290
IMGUI_API void TableDrawContextMenu(ImGuiTable* table);
2291-
IMGUI_API void TableReorderDrawChannelsForMerge(ImGuiTable* table);
2291+
IMGUI_API void TableMergeDrawChannels(ImGuiTable* table);
22922292
IMGUI_API void TableSortSpecsSanitize(ImGuiTable* table);
22932293
IMGUI_API void TableSortSpecsBuild(ImGuiTable* table);
22942294
IMGUI_API void TableFixColumnSortDirection(ImGuiTableColumn* column);

0 commit comments

Comments
 (0)