X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff654490b7cb185631a1dc4621094d88643ccf41..03773e400b6ff2692f2a9ba045d652c3b7b7109d:/include/wx/gtk/collpane.h?ds=sidebyside diff --git a/include/wx/gtk/collpane.h b/include/wx/gtk/collpane.h index ecc8f9bd3a..78c4f26648 100644 --- a/include/wx/gtk/collpane.h +++ b/include/wx/gtk/collpane.h @@ -70,6 +70,8 @@ public: // used by GTK callbacks private: void OnSize(wxSizeEvent&); + virtual void AddChildGTK(wxWindowGTK* child); + GdkWindow *GTKGetWindow(wxArrayGdkWindows& windows) const; DECLARE_DYNAMIC_CLASS(wxCollapsiblePane) DECLARE_EVENT_TABLE()