1. added possibility to test setting tooltip for the widget

2. added WidgetPage::GetWidget2() for pages like the spin one which shows
   2 widgets and not only one


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-28 01:15:46 +00:00
parent cd5e74bad9
commit 1c01dd1629
3 changed files with 63 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ public:
virtual ~SpinBtnWidgetsPage(){};
virtual wxControl *GetWidget() const { return m_spinbtn; }
virtual wxControl *GetWidget2() const { return m_spinctrl; }
protected:
// event handlers