• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:date

14 The calendar control allows the user to pick a date. For this,
18 current selection using the keyboard and select the date (generating
74 \twocolitem{{\bf EVT\_CALENDAR\_SEL\_CHANGED(id, func)}}{The selected date changed.}
81 Note that changing the selected date will result in either of
116 \func{}{wxCalendarCtrl}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
123 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
138 \func{void}{SetDate}{\param{const wxDateTime\& }{date}}
140 Sets the current date.
147 Gets the currently selected date.
211 Set the colours to be used for highlighting the currently selected date.
270 Returns the attribute for the given date (should be in the range $1\ldots31$).
279 Associates the attribute with the specified date (in the range $1\ldots31$).
301 \func{wxCalendarHitTestResult}{HitTest}{\param{const wxPoint\& }{pos}, \param{wxDateTime* }{date = NULL}, \param{wxDateTime::WeekDay* }{wd = NULL}}
304 \helpref{constants}{wxcalendarctrl} and fills either {\it date} or
309 wxCalendarDateAttr is a custom attributes for a calendar date. The objects of
318 Here are the possible kinds of borders which may be used to decorate a date:
390 Display the date with this attribute as a holiday.