ui/gtk/toolbar.h

changeset 42
9af327d0e0e4
parent 32
e5f4d8af567e
--- a/ui/gtk/toolbar.h	Fri Jun 14 18:24:31 2024 +0200
+++ b/ui/gtk/toolbar.h	Sun Jun 16 11:36:27 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