Fix missing and broken interface items for Phoenix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-04-10 03:27:50 +00:00
parent e5e10e234e
commit 073b976d01
3 changed files with 76 additions and 5 deletions

View File

@@ -19,6 +19,9 @@
class wxDateEvent : public wxCommandEvent
{
public:
wxDateEvent();
wxDateEvent(wxWindow *win, const wxDateTime& dt, wxEventType type);
/**
Returns the date.
*/
@@ -31,3 +34,5 @@ public:
void SetDate(const wxDateTime& date);
};
wxEventType wxEVT_DATE_CHANGED;
wxEventType wxEVT_TIME_CHANGED;