mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Tables: Added TableSetColumnSortDirection() + added in default context menu code (disabled, feels unnecessary, but work is done to ensure programmatic access)
This commit is contained in:
		| @@ -2278,7 +2278,7 @@ namespace ImGui | ||||
|     IMGUI_API void          TableDrawContextMenu(ImGuiTable* table); | ||||
|     IMGUI_API void          TableOpenContextMenu(ImGuiTable* table, int column_n); | ||||
|     IMGUI_API void          TableReorderDrawChannelsForMerge(ImGuiTable* table); | ||||
|     IMGUI_API void          TableSortSpecsClickColumn(ImGuiTable* table, ImGuiTableColumn* column, bool add_to_existing_sort_orders); | ||||
|     IMGUI_API void          TableSetColumnSortDirection(ImGuiTable* table, int column_n, ImGuiSortDirection sort_direction, bool append_to_sort_specs); | ||||
|     IMGUI_API void          TableSortSpecsSanitize(ImGuiTable* table); | ||||
|     IMGUI_API void          TableSortSpecsBuild(ImGuiTable* table); | ||||
|     IMGUI_API void          TableBeginRow(ImGuiTable* table); | ||||
| @@ -2292,7 +2292,7 @@ namespace ImGui | ||||
|     IMGUI_API void          PushTableBackground(); | ||||
|     IMGUI_API void          PopTableBackground(); | ||||
|  | ||||
|     // Tables - Settings | ||||
|     // Tables: Settings | ||||
|     IMGUI_API void                  TableLoadSettings(ImGuiTable* table); | ||||
|     IMGUI_API void                  TableSaveSettings(ImGuiTable* table); | ||||
|     IMGUI_API ImGuiTableSettings*   TableGetBoundSettings(ImGuiTable* table); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user