]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkmisc.h
-DGTK_DISABLE_DEPRECATED
[xonotic/netradiant.git] / radiant / gtkmisc.h
index 755c7330f4182ddae5c49ebc68ea8f6be830d46e..867aaccb4f295d98a0eb5dbb0c4de0169736c752 100644 (file)
@@ -60,9 +60,9 @@ typedef struct _GtkToggleButton GtkToggleButton;
 typedef struct _GtkToolbar GtkToolbar;
 
 // this DOES NOT set up the shortcut using command_connect_accelerator
-GtkButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, const char* commandName );
+GtkToolButton* toolbar_append_button( GtkToolbar* toolbar, const char* description, const char* icon, const char* commandName );
 // this DOES NOT set up the shortcut using command_connect_accelerator
-GtkToggleButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const char* icon, const char* commandName );
+GtkToggleToolButton* toolbar_append_toggle_button( GtkToolbar* toolbar, const char* description, const char* icon, const char* commandName );
 
 
 template<typename Element> class BasicVector3;