X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c1f50b06ec36d87bfe2c2f559b1b323121b922f8..aaedb44c5e7169db22d32e8a335936e3213da33a:/include/wx/gtk/statbox.h diff --git a/include/wx/gtk/statbox.h b/include/wx/gtk/statbox.h index 437e1836f2..2c9a5c3cba 100644 --- a/include/wx/gtk/statbox.h +++ b/include/wx/gtk/statbox.h @@ -44,12 +44,14 @@ public: virtual void GetBordersForSizer(int *borderTop, int *borderOther) const; + virtual void AddChild( wxWindowBase *child ); + protected: virtual bool GTKWidgetNeedsMnemonic() const; virtual void GTKWidgetDoSetMnemonic(GtkWidget* w); void DoApplyWidgetStyle(GtkRcStyle *style); - + private: DECLARE_DYNAMIC_CLASS(wxStaticBox) };