]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/plugintoolbar.h
load notex textures from a builtin vfs
[xonotic/netradiant.git] / radiant / plugintoolbar.h
index 7621cfd2585be7eed7db072fb86baa53fffa822f..9445cdf62c0841e826190600426b8ebd113759ba 100644 (file)
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
+#include <uilib/uilib.h>
+
 #if !defined( INCLUDED_PLUGINTOOLBAR_H )
 #define INCLUDED_PLUGINTOOLBAR_H
 
-typedef struct _GtkToolbar GtkToolbar;
-GtkToolbar* create_plugin_toolbar();
+ui::Toolbar create_plugin_toolbar();
+
 void PluginToolbar_populate();
+
 void PluginToolbar_clear();
 
-typedef struct _GtkImage GtkImage;
-GtkImage* new_plugin_image( const char* filename ); // filename is relative to plugin bitmaps path
+ui::Image new_plugin_image(const char *filename); // filename is relative to plugin bitmaps path
 
 #endif