]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/brushexport/support.h
Wrap GTK
[xonotic/netradiant.git] / contrib / brushexport / support.h
index e8f4cb045d5d75ba3d0fc308242c86cd49bae524..8a64631dc9d6fd2ef995c91edec3b63310987f4c 100644 (file)
@@ -7,6 +7,7 @@
 #endif
 
 #include <gtk/gtk.h>
+#include <uilib/uilib.h>
 
 /*
  * Public Functions.
@@ -18,5 +19,5 @@
  * or alternatively any widget in the component, and the name of the widget
  * you want returned.
  */
-GtkWidget*  lookup_widget( GtkWidget       *widget,
+ui::Widget lookup_widget( GtkWidget       *widget,
                                                   const gchar     *widget_name );