ui/cocoa/toolkit.h

changeset 864
d39301e8f962
parent 721
e9f655afc7ed
child 868
be3df094f8db
--- a/ui/cocoa/toolkit.h	Sun Oct 19 10:10:06 2025 +0200
+++ b/ui/cocoa/toolkit.h	Sun Oct 19 12:08:32 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