ui/gtk/toolbar.h

branch
newapi
changeset 293
736c962f1011
parent 276
376921880a7f
child 310
4918f9132552
--- a/ui/gtk/toolbar.h	Sun Jun 16 10:42:22 2024 +0200
+++ b/ui/gtk/toolbar.h	Sun Jun 16 11:23:21 2024 +0200
@@ -40,6 +40,8 @@
 extern "C" {
 #endif
 
+#if UI_GTK2 || UI_GTK3
+    
 typedef struct UiToolItemI      UiToolItemI;
 typedef struct UiToolItem       UiToolItem;
 typedef struct UiStToolItem     UiStToolItem;
@@ -139,6 +141,8 @@
 void ui_combobox_update(UiEvent *event, void *combobox);
 */
 
+#endif
+
 #ifdef	__cplusplus
 }
 #endif

mercurial