X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a1b3ead3fd406e870042014eb7bd117586f4fff..5a3ef19432acb30174a8b7eb5c8c56e568fb8a3a:/include/wx/gtk/tbargtk.h diff --git a/include/wx/gtk/tbargtk.h b/include/wx/gtk/tbargtk.h index cc064460cd..28fc7ee00b 100644 --- a/include/wx/gtk/tbargtk.h +++ b/include/wx/gtk/tbargtk.h @@ -71,6 +71,8 @@ protected: // set the GTK toolbar style and orientation void GtkSetStyle(); + virtual GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; + // implement base class pure virtuals virtual bool DoInsertTool(size_t pos, wxToolBarToolBase *tool); virtual bool DoDeleteTool(size_t pos, wxToolBarToolBase *tool);