]> git.saurik.com Git - wxWidgets.git/commitdiff
Some minor fixes to satisfy Latex. Tex2rtf works ok.
authorHarco de Hilster <harcoh@caos.kun.nl>
Tue, 23 Mar 1999 22:51:44 +0000 (22:51 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Tue, 23 Mar 1999 22:51:44 +0000 (22:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/ogl/docs/classes.tex

index 768d28a0a207157d4ce661081277a1933691db0d..a72adb3887677edfb8a6516e02e17d3cf930e466 100644 (file)
@@ -475,10 +475,10 @@ Draws an arc (see wxWindows documentation for details).
 Sets the metafile for the given orientation, which can be one of:
 
 \begin{itemize}\itemsep=0pt
-\item oglDRAWN\_ANGLE_0
-\item oglDRAWN\_ANGLE_90
-\item oglDRAWN\_ANGLE_180
-\item oglDRAWN\_ANGLE_270
+\item oglDRAWN\_ANGLE\_0
+\item oglDRAWN\_ANGLE\_90
+\item oglDRAWN\_ANGLE\_180
+\item oglDRAWN\_ANGLE\_270
 \end{itemize}
 
 See also \helpref{wxDrawnShape::GetAngle}{wxdrawnshapegetangle}.
@@ -546,10 +546,10 @@ Draws text at the given point.
 Returns the current orientation, which can be one of:
 
 \begin{itemize}\itemsep=0pt
-\item oglDRAWN\_ANGLE_0
-\item oglDRAWN\_ANGLE_90
-\item oglDRAWN\_ANGLE_180
-\item oglDRAWN\_ANGLE_270
+\item oglDRAWN\_ANGLE\_0
+\item oglDRAWN\_ANGLE\_90
+\item oglDRAWN\_ANGLE\_180
+\item oglDRAWN\_ANGLE\_270
 \end{itemize}
 
 See also \helpref{wxDrawnShape::DrawAtAngle}{wxdrawnshapedrawatangle}.