wxDateEvent (wx v2.5.4)

Copy Markdown View Source

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:

wxWidgets docs: wxDateEvent

Summary

Functions

Returns the date.

Types

wxDate()

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

wxDateEvent()

-type wxDateEvent() :: wx:wx_object().

wxDateEventType()

-type wxDateEventType() :: date_changed.

Functions

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

Returns the date.