switched to using wxPopupWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-21 02:00:07 +00:00
parent 91edf16cb8
commit d5ae99f5e8
2 changed files with 53 additions and 35 deletions

View File

@@ -16,6 +16,8 @@ class WXDLLIMPEXP_ADV wxCalendarDateAttr;
class WXDLLIMPEXP_ADV wxCalendarCtrl;
class WXDLLIMPEXP_ADV wxCalendarEvent;
#include <wx/popupwin.h>
class WXDLLIMPEXP_ADV wxDatePickerCtrl : public wxDatePickerCtrlBase
{
public:
@@ -66,7 +68,7 @@ protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
private:
wxDialog *m_dlg;
wxPopupWindow *m_popup;
wxTextCtrl *m_txt;
wxCalendarCtrl *m_cal;
wxButton *m_btn;