X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff654490b7cb185631a1dc4621094d88643ccf41..74af0b13434f4fa5c814a19a6d325d271944accf:/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()