ui/win32/button.h

changeset 112
c3f2f16fa4b8
parent 108
77254bd6dccb
--- a/ui/win32/button.h	Sat Oct 04 14:54:25 2025 +0200
+++ b/ui/win32/button.h	Sun Oct 19 21:20:08 2025 +0200
@@ -32,4 +32,8 @@
 #include "../ui/button.h"
 #include "container.h"
 
+W32Size ui_button_get_preferred_size(W32Widget *widget);
+
+void ui_button_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
+
 #endif //BUTTON_H

mercurial