Refine documentation related to wxTimePickerCtrl

Specify event types, corresponding to EVT_TIME_CHANGED and
EVT_DATE_CHANGED macros, and update 'see also' sections.
This commit is contained in:
Pavel Kalugin
2018-12-20 16:58:34 +03:00
committed by Vadim Zeitlin
parent 9877f207d1
commit 7d9675472d
2 changed files with 6 additions and 6 deletions

View File

@@ -38,15 +38,15 @@ enum
@beginEventEmissionTable{wxDateEvent}
@event{EVT_TIME_CHANGED(id, func)}
This event fires when the user changes the current selection in the
control.
Process a wxEVT_TIME_CHANGED event, which fires when the user
changes the current selection in the control.
@endEventTable
@library{wxcore}
@category{pickers}
@appearance{timepickerctrl}
@see wxDatePickerCtrl, wxDateEvent
@see wxDatePickerCtrl, wxCalendarCtrl, wxDateEvent
@since 2.9.3
*/