X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Fplugintoolbar.h;h=9445cdf62c0841e826190600426b8ebd113759ba;hp=7621cfd2585be7eed7db072fb86baa53fffa822f;hb=0c748cb13b9eee76674ef72fa4751590ee223956;hpb=62d99f889c0e98be65f779d3983109c84ce58cec diff --git a/radiant/plugintoolbar.h b/radiant/plugintoolbar.h index 7621cfd2..9445cdf6 100644 --- a/radiant/plugintoolbar.h +++ b/radiant/plugintoolbar.h @@ -19,15 +19,17 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #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