]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/dateevt.tex
better documentation for wxWindow::SetSizerAndFit()
[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
a7af285d
VZ
27\wxheading{Library}
28
29\helpref{wxAdv}{librarieslist}
30
feb72429
VZ
31\latexignore{\rtfignore{\wxheading{Members}}}
32
33\membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate}
34
35\constfunc{const wxDateTime\&}{GetDate}{\void}
36
37Returns the date.
38
39
40\membersection{wxDateEvent::SetDate}\label{wxdateeventsetdate}
41
42\func{void}{SetDate}{\param{const wxDateTime\&}{ date}}
43
44Sets the date carried by the event, normally only used by the library
45internally.
46