]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/toolbar.h
Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event. Implement for all backends, exten...
[wxWidgets.git] / include / wx / gtk / toolbar.h
index c752a8dd45f1855eb31ee41990b3f3cdb25a40f1..ca8699031a3d6ddf7c166955c454343a46766736 100644 (file)
@@ -12,6 +12,8 @@
 
 #if wxUSE_TOOLBAR
 
+typedef struct _GtkTooltips GtkTooltips;
+
 // ----------------------------------------------------------------------------
 // wxToolBar
 // ----------------------------------------------------------------------------
@@ -59,8 +61,6 @@ public:
     // implementation from now on
     // --------------------------
 
-    void OnInternalIdle();
-
 protected:
     virtual wxSize DoGetBestSize() const;
     virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const;