ui/cocoa/toolkit.h

changeset 112
c3f2f16fa4b8
parent 109
c3dfcb8f0be7
child 113
dde28a806552
--- a/ui/cocoa/toolkit.h	Sat Oct 04 14:54:25 2025 +0200
+++ b/ui/cocoa/toolkit.h	Sun Oct 19 21:20:08 2025 +0200
@@ -44,6 +44,13 @@
 
 @end
 
+@protocol UiToplevelObject
+
+- (BOOL) getIsVisible;
+- (void) setVisible:(BOOL)visible;
+
+@end
+
 void ui_cocoa_onstartup(void);
 void ui_cocoa_onopen(const char *file);
 void ui_cocoa_onexit(void);

mercurial