]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/dateevt.tex
one more fix for tree selection
[wxWidgets.git] / docs / latex / wx / dateevt.tex
CommitLineData
feb72429
VZ
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: dateevt.tex
3%% Purpose: wxDateEvent documentation
4%% Author: Vadim Zeitlin
5%% Created: 2005-01-15
6%% RCS-ID: $Id$
7%% Copyright: (c) 2005 Vadim Zeitlin
8795498c 8%% License: wxWindows license
feb72429
VZ
9%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10
11\section{\class{wxDateEvent}}\label{wxdateevent}
12
dceb1c09
JS
13This event class holds information about a date change and is used together
14with \helpref{wxDatePickerCtrl}{wxdatepickerctrl}. It also serves as a base class
23bec39a 15for \helpref{wxCalendarEvent}{wxcalendarevent}.
feb72429
VZ
16
17\wxheading{Derived from}
18
19\helpref{wxCommandEvent}{wxcommandevent}\\
20\helpref{wxEvent}{wxevent}\\
21\helpref{wxObject}{wxobject}
22
23\wxheading{Include files}
24
25<wx/dateevt.h>
26
feb72429
VZ
27\latexignore{\rtfignore{\wxheading{Members}}}
28
29\membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate}
30
31\constfunc{const wxDateTime\&}{GetDate}{\void}
32
33Returns the date.
34
35
36\membersection{wxDateEvent::SetDate}\label{wxdateeventsetdate}
37
38\func{void}{SetDate}{\param{const wxDateTime\&}{ date}}
39
40Sets the date carried by the event, normally only used by the library
41internally.
42