+ virtual Widgets GetWidgets() const
+ {
+ Widgets widgets;
+ widgets.push_back(m_sizerStatBox->GetStaticBox());
+ widgets.push_back(m_statText);
+#if wxUSE_MARKUP
+ widgets.push_back(m_statMarkup);
+#endif // wxUSE_MARKUP
+#if wxUSE_STATLINE
+ widgets.push_back(m_statLine);
+#endif // wxUSE_STATLINE
+
+ return widgets;
+ }