logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxDateEvent - Functions for wxDateEvent class

Data Types

wxDateEvent() = wx:wx_object()

       wxDate() =
           #wxDate{type = wxDateEvent:wxDateEventType(),
                   date = wx:wx_datetime()}

       wxDateEventType() = date_changed

Description

       This  event  class  holds  information about a date change and is used together with wxDatePickerCtrl. It
       also serves as a base class for wxCalendarEvent.

       This class is derived (and can use functions) from: wxCommandEventwxEvent

       wxWidgets docs: wxDateEvent

Exports

getDate(This)->wx:wx_datetime()

              Types:

                 This = wxDateEvent()

              Returns the date.

wxWidgets team.                                     wx 2.1.1                                   wxDateEvent(3erl)

Name

       wxDateEvent - Functions for wxDateEvent class

See Also