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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user