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:
Vadim Zeitlin
2000-04-12 00:09:38 +00:00
parent 706e8aa34d
commit d7102a0b12
4 changed files with 15 additions and 15 deletions

View File

@@ -50,7 +50,7 @@ is changed, so you will often want to update them in
\wxheading{Window styles} \wxheading{Window styles}
\twocolwidtha{5cm} \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\_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\_MONDAY\_FIRST}}{Show Monday as the first day in the week}
\twocolitem{\windowstyle{wxCAL\_SHOW\_HOLIDAYS}}{Highlight holidays in the calendar} \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. \helpref{wxCalendarEvent}{wxcalendarevent} argument.
\twocolwidtha{7cm} \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(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\_SEL\_CHANGED(id, func)}}{The selected date changed.}
\twocolitem{{\bf EVT\_CALENDAR\_DAY(id, func)}}{The selected day 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 The following are the possible return values for
\helpref{HitTest}{wxcalendarctrlhittest} method: \helpref{HitTest}{wxcalendarctrlhittest} method:
{\small \begin{verbatim} {\small \begin{verbatim}
enum wxCalendarHitTestResult enum wxCalendarHitTestResult
{ \{
wxCAL_HITTEST_NOWHERE, // outside of anything wxCAL_HITTEST_NOWHERE, // outside of anything
wxCAL_HITTEST_HEADER, // on the header (weekdays) wxCAL_HITTEST_HEADER, // on the header (weekdays)
wxCAL_HITTEST_DAY // on a day in the calendar wxCAL_HITTEST_DAY // on a day in the calendar
}; \};
\end{verbatim}} \end{verbatim}}
\wxheading{See also} \wxheading{See also}
\helpref{Calendar sample}{samplecalendar}\\ \helpref{Calendar sample}{samplecalendar}\\
\helpref{wxCalendarDateAttr}{wxcalendardateattr} \helpref{wxCalendarDateAttr}{wxcalendardateattr}\\
\helpref{wxCalendarEvent}{wxcalendarevent} \helpref{wxCalendarEvent}{wxcalendarevent}
\latexignore{\rtfignore{\wxheading{Members}}} \latexignore{\rtfignore{\wxheading{Members}}}

View File

@@ -26,6 +26,7 @@ wxDateTime object.
All the following constants are defined inside wxDateTime class (i.e., to refer to All the following constants are defined inside wxDateTime class (i.e., to refer to
them you should prepend their names with {\tt wxDateTime::}). them you should prepend their names with {\tt wxDateTime::}).
\label{wxdatetimetimezones}
Time zone symbolic names: Time zone symbolic names:
\begin{verbatim} \begin{verbatim}
@@ -365,7 +366,7 @@ wxDateTime - they only work with the date part of it.
\helpref{SetToPrevWeekDay}{wxdatetimesettoprevweekday}\\ \helpref{SetToPrevWeekDay}{wxdatetimesettoprevweekday}\\
\helpref{GetPrevWeekDay}{wxdatetimegetprevweekday}\\ \helpref{GetPrevWeekDay}{wxdatetimegetprevweekday}\\
\helpref{SetToWeekDay}{wxdatetimesettoweekday}\\ \helpref{SetToWeekDay}{wxdatetimesettoweekday}\\
\helpref{GetWeekDay}{wxdatetimegetweekday}\\ \helpref{GetWeekDay}{wxdatetimegetweekday2}\\
\helpref{SetToLastWeekDay}{wxdatetimesettolastweekday}\\ \helpref{SetToLastWeekDay}{wxdatetimesettolastweekday}\\
\helpref{GetLastWeekDay}{wxdatetimegetlastweekday}\\ \helpref{GetLastWeekDay}{wxdatetimegetlastweekday}\\
\helpref{SetToTheWeek}{wxdatetimesettotheweek}\\ \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 Default constructor. Use one of {\tt Set()} functions to initialize the object
later. later.
\membersection{wxDateTime::wxDateTime}\label{wxdatetimewxdatetime} \membersection{wxDateTime::wxDateTime}\label{wxdatetimewxdatetimetimet}
\func{wxDateTime\&}{wxDateTime}{\param{time\_t }{timet}} \func{wxDateTime\&}{wxDateTime}{\param{time\_t }{timet}}
@@ -916,7 +917,7 @@ this interval.
Adds the given time span to this object. 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}} \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. 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}} \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. 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}} \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. 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}} \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} Returns {\tt TRUE} if the date was modified successfully, {\tt FALSE}
otherwise meaning that the specified date doesn't exist. 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}} \constfunc{wxDateTime}{GetWeekDay}{\param{WeekDay }{weekday}, \param{int }{n = 1}, \param{Month }{month = Inv\_Month}, \param{int }{year = Inv\_Year}}

View File

@@ -24,7 +24,7 @@ macros described below.
This class is different from other wxWindows classes in that there is at most This class is different from other wxWindows classes in that there is at most
one instance of this class in the program accessed via 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. create the objects of this class directly.
\wxheading{Derived from} \wxheading{Derived from}

View File

@@ -123,7 +123,7 @@ dialogs are described in details in the \helpref{Common dialogs overview}{common
\subsection{Dialup sample}\label{sampledialup} \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 class. It displays in the status bar the information gathered through itsi
nterface: in particular, the current connection status (online or offline) and nterface: in particular, the current connection status (online or offline) and
whether the connection is permanent (in which case a string `LAN' appears in whether the connection is permanent (in which case a string `LAN' appears in