]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tbargtk.cpp
support mnemonics for wxStatic/RadioBox and made it easier to add support for more...
[wxWidgets.git] / src / gtk / tbargtk.cpp
index b46fe7af5fc468e567618c18c298ee33f5575258..ee9725a088ebc706e6ff932f5675cf4c54f29039 100644 (file)
 
 #include "wx/frame.h"
 
-#include <glib.h>
+// FIXME: Use GtkImage instead of GtkPixmap. Use the new toolbar API for when gtk runtime is new enough?
+// Beware that the new and old toolbar API may not be mixed in usage.
+#include <gtk/gtkversion.h>
+#ifdef GTK_DISABLE_DEPRECATED
+#undef GTK_DISABLE_DEPRECATED
+#endif
+
 #include "wx/gtk/private.h"
 
 // ----------------------------------------------------------------------------
 // globals
 // ----------------------------------------------------------------------------
 
-// idle system
-extern void wxapp_install_idle_handler();
-extern bool g_isIdle;
-
 // data
 extern bool       g_blockEventsOnDrag;
 extern wxCursor   g_globalCursor;