ui/gtk/toolkit.h

branch
newapi
changeset 282
3a77b9048664
parent 280
e3565cf7c831
child 293
736c962f1011
--- a/ui/gtk/toolkit.h	Sun Jun 09 10:24:49 2024 +0200
+++ b/ui/gtk/toolkit.h	Sun Jun 09 15:26:20 2024 +0200
@@ -76,6 +76,10 @@
 void ui_set_active_window(UiObject *obj);
 UiObject *ui_get_active_window();
 
+#if GTK_MAJOR_VERSION >= 3
+void ui_css_init(void);
+#endif
+
 #ifdef	__cplusplus
 }
 #endif

mercurial