From a3dafe878440adc1f09d6d0eed8670ee290bc2e5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 May 2001 13:07:37 +0000 Subject: [PATCH] removed \small before \verbatim git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/calctrl.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/latex/wx/calctrl.tex b/docs/latex/wx/calctrl.tex index 1142228f1f..1c223d58b1 100644 --- a/docs/latex/wx/calctrl.tex +++ b/docs/latex/wx/calctrl.tex @@ -84,14 +84,15 @@ 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} + +\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}} +\end{verbatim} \wxheading{See also} @@ -292,14 +293,14 @@ No base class Here are the possible kinds of borders which may be used to decorate a date: -{\small \begin{verbatim} +\begin{verbatim} enum wxCalendarDateBorder { wxCAL\_BORDER\_NONE, // no border (default) wxCAL\_BORDER\_SQUARE, // a rectangular border wxCAL\_BORDER\_ROUND // a round border } -\end{verbatim}} +\end{verbatim} \wxheading{See also}