]>
Commit | Line | Data |
---|---|---|
4f6aed9c VZ |
1 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
2 | %% Name: calctrl.tex | |
3 | %% Purpose: wxCalendarCtrl documentation | |
4 | %% Author: Vadim Zeitlin | |
5 | %% Modified by: | |
6 | %% Created: 03.01.00 | |
7 | %% RCS-ID: $Id$ | |
8 | %% Copyright: (c) Vadim Zeitlin | |
9 | %% Licence: wxWindows licence | |
10 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
11 | ||
12 | \section{\class{wxCalendarCtrl}}\label{wxcalendarctrl} | |
13 | ||
14 | The calendar control allows the user to pick a date interactively. | |
15 | ||
16 | \wxheading{Include files} | |
17 | ||
18 | <wx/calctrl.h> | |
19 | ||
20 | \wxheading{See also:} | |
21 | ||
22 | \helpref{Calendar sample}{samplecalendar} | |
457e6c54 | 23 |