some fixes for missing/incorrect links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,7 @@ is changed, so you will often want to update them in
|
||||
\wxheading{Window styles}
|
||||
|
||||
\twocolwidtha{5cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\begin{twocollist}\itemsep=4pt
|
||||
\twocolitem{\windowstyle{wxCAL\_SUNDAY\_FIRST}}{Show Sunday as the first day in the week}
|
||||
\twocolitem{\windowstyle{wxCAL\_MONDAY\_FIRST}}{Show Monday as the first day in the week}
|
||||
\twocolitem{\windowstyle{wxCAL\_SHOW\_HOLIDAYS}}{Highlight holidays in the calendar}
|
||||
@@ -67,7 +67,7 @@ direct input to member functions that take a
|
||||
\helpref{wxCalendarEvent}{wxcalendarevent} argument.
|
||||
|
||||
\twocolwidtha{7cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\begin{twocollist}\itemsep=7pt
|
||||
\twocolitem{{\bf EVT\_CALENDAR(id, func)}}{A day was double clickedi n the calendar.}
|
||||
\twocolitem{{\bf EVT\_CALENDAR\_SEL\_CHANGED(id, func)}}{The selected date changed.}
|
||||
\twocolitem{{\bf EVT\_CALENDAR\_DAY(id, func)}}{The selected day changed.}
|
||||
@@ -84,20 +84,19 @@ Note that changing the selected date will result in either of
|
||||
|
||||
The following are the possible return values for
|
||||
\helpref{HitTest}{wxcalendarctrlhittest} method:
|
||||
|
||||
{\small \begin{verbatim}
|
||||
enum wxCalendarHitTestResult
|
||||
{
|
||||
\{
|
||||
wxCAL_HITTEST_NOWHERE, // outside of anything
|
||||
wxCAL_HITTEST_HEADER, // on the header (weekdays)
|
||||
wxCAL_HITTEST_DAY // on a day in the calendar
|
||||
};
|
||||
\};
|
||||
\end{verbatim}}
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{Calendar sample}{samplecalendar}\\
|
||||
\helpref{wxCalendarDateAttr}{wxcalendardateattr}
|
||||
\helpref{wxCalendarDateAttr}{wxcalendardateattr}\\
|
||||
\helpref{wxCalendarEvent}{wxcalendarevent}
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
@@ -26,6 +26,7 @@ wxDateTime object.
|
||||
All the following constants are defined inside wxDateTime class (i.e., to refer to
|
||||
them you should prepend their names with {\tt wxDateTime::}).
|
||||
|
||||
\label{wxdatetimetimezones}
|
||||
Time zone symbolic names:
|
||||
|
||||
\begin{verbatim}
|
||||
@@ -365,7 +366,7 @@ wxDateTime - they only work with the date part of it.
|
||||
\helpref{SetToPrevWeekDay}{wxdatetimesettoprevweekday}\\
|
||||
\helpref{GetPrevWeekDay}{wxdatetimegetprevweekday}\\
|
||||
\helpref{SetToWeekDay}{wxdatetimesettoweekday}\\
|
||||
\helpref{GetWeekDay}{wxdatetimegetweekday}\\
|
||||
\helpref{GetWeekDay}{wxdatetimegetweekday2}\\
|
||||
\helpref{SetToLastWeekDay}{wxdatetimesettolastweekday}\\
|
||||
\helpref{GetLastWeekDay}{wxdatetimegetlastweekday}\\
|
||||
\helpref{SetToTheWeek}{wxdatetimesettotheweek}\\
|
||||
@@ -597,7 +598,7 @@ same as \helpref{Now()}{wxdatetimenow}, but the time part is set to $0$).
|
||||
Default constructor. Use one of {\tt Set()} functions to initialize the object
|
||||
later.
|
||||
|
||||
\membersection{wxDateTime::wxDateTime}\label{wxdatetimewxdatetime}
|
||||
\membersection{wxDateTime::wxDateTime}\label{wxdatetimewxdatetimetimet}
|
||||
|
||||
\func{wxDateTime\&}{wxDateTime}{\param{time\_t }{timet}}
|
||||
|
||||
@@ -916,7 +917,7 @@ this interval.
|
||||
|
||||
Adds the given time span to this object.
|
||||
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtract}
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtractts}
|
||||
|
||||
\constfunc{wxDateTime}{Subtract}{\param{const wxTimeSpan\& }{diff}}
|
||||
|
||||
@@ -926,7 +927,7 @@ Adds the given time span to this object.
|
||||
|
||||
Subtracts the given time span from this object.
|
||||
|
||||
\membersection{wxDateTime::Add}\label{wxdatetimeadd}
|
||||
\membersection{wxDateTime::Add}\label{wxdatetimeaddds}
|
||||
|
||||
\constfunc{wxDateTime}{Add}{\param{const wxDateSpan\& }{diff}}
|
||||
|
||||
@@ -936,7 +937,7 @@ Subtracts the given time span from this object.
|
||||
|
||||
Adds the given date span to this object.
|
||||
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtract}
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtractds}
|
||||
|
||||
\constfunc{wxDateTime}{Subtract}{\param{const wxDateSpan\& }{diff}}
|
||||
|
||||
@@ -946,7 +947,7 @@ Adds the given date span to this object.
|
||||
|
||||
Subtracts the given date span from this object.
|
||||
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtract}
|
||||
\membersection{wxDateTime::Subtract}\label{wxdatetimesubtractdt}
|
||||
|
||||
\constfunc{wxTimeSpan}{Subtract}{\param{const wxDateTime\& }{dt}}
|
||||
|
||||
@@ -1139,7 +1140,7 @@ second Wednesday in the current month and
|
||||
Returns {\tt TRUE} if the date was modified successfully, {\tt FALSE}
|
||||
otherwise meaning that the specified date doesn't exist.
|
||||
|
||||
\membersection{wxDateTime::GetWeekDay}\label{wxdatetimegetweekday}
|
||||
\membersection{wxDateTime::GetWeekDay}\label{wxdatetimegetweekday2}
|
||||
|
||||
\constfunc{wxDateTime}{GetWeekDay}{\param{WeekDay }{weekday}, \param{int }{n = 1}, \param{Month }{month = Inv\_Month}, \param{int }{year = Inv\_Year}}
|
||||
|
||||
|
@@ -24,7 +24,7 @@ macros described below.
|
||||
|
||||
This class is different from other wxWindows classes in that there is at most
|
||||
one instance of this class in the program accessed via
|
||||
\helpref{GetDialUpManager()}{wxdialupmanagergetdialupmanager} and you can't
|
||||
\helpref{wxDialUpManager::Create()}{wxdialupmanagercreate} and you can't
|
||||
create the objects of this class directly.
|
||||
|
||||
\wxheading{Derived from}
|
||||
|
@@ -123,7 +123,7 @@ dialogs are described in details in the \helpref{Common dialogs overview}{common
|
||||
|
||||
\subsection{Dialup sample}\label{sampledialup}
|
||||
|
||||
This sample shows \helpref{wxDialUpManager}{wxdialupmanagerwxdialupmanager}
|
||||
This sample shows \helpref{wxDialUpManager}{wxdialupmanager}
|
||||
class. It displays in the status bar the information gathered through itsi
|
||||
nterface: in particular, the current connection status (online or offline) and
|
||||
whether the connection is permanent (in which case a string `LAN' appears in
|
||||
|
Reference in New Issue
Block a user