Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxDateEvent (3erl)

Name

wxDateEvent - Functions for wxDateEvent class

Synopsis

Please see following description for synopsis

Description

wxDateEvent(3)             Erlang Module Definition             wxDateEvent(3)



NAME
       wxDateEvent - Functions for wxDateEvent class

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: wxCommandEvent
       wxEvent

       wxWidgets docs: wxDateEvent

DATA TYPES
       wxDateEvent() = wx:wx_object()

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

       wxDateEventType() = date_changed

EXPORTS
       getDate(This) -> wx:wx_datetime()

              Types:

                 This = wxDateEvent()

              Returns the date.



wxWidgets team.                    wx 2.1.1                     wxDateEvent(3)