dateevt.tex

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 43 行

TEX
43
字号
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Name:        dateevt.tex%% Purpose:     wxDateEvent documentation%% Author:      Vadim Zeitlin%% Created:     2005-01-15%% RCS-ID:      $Id: dateevt.tex,v 1.4 2005/02/22 15:09:48 ABX Exp $%% Copyright:   (c) 2005 Vadim Zeitlin%% License:     wxWindows license%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\section{\class{wxDateEvent}}\label{wxdateevent}This event class holds information about a date change and is used togetherwith \helpref{wxDatePickerCtrl}{wxdatepickerctrl}. It also serves as a base classfor \helpref{wxCalendarEvent}{wxcalendarevent}.\wxheading{Derived from}\helpref{wxCommandEvent}{wxcommandevent}\\\helpref{wxEvent}{wxevent}\\\helpref{wxObject}{wxobject}\wxheading{Include files}<wx/dateevt.h>\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxDateEvent::GetDate}\label{wxdateeventgetdate}\constfunc{const wxDateTime\&}{GetDate}{\void}Returns the date.\membersection{wxDateEvent::SetDate}\label{wxdateeventsetdate}\func{void}{SetDate}{\param{const wxDateTime\&}{ date}}Sets the date carried by the event, normally only used by the libraryinternally.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?