almost add double click functionality and execution, add the image list and improve readability when my screen is squished

This commit is contained in:
freedom
2023-10-12 14:54:44 -06:00
parent 012ad25462
commit bbf9941fd4
2 changed files with 154 additions and 18 deletions

View File

@@ -78,6 +78,7 @@ BOOL RemoveGroup(_In_ HWND hWndGroup, _In_ BOOL bEliminate);
// Item Management
PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi);
BOOL RemoveItem(_In_ PITEM pi);
BOOL ExecuteItem(_In_ PITEM pi);
// Import/export functions
GROUP SaveGroup(_In_ PGROUP pg);
// Helper functions