]> git.saurik.com Git - wxWidgets.git/commitdiff
Closed doc bug [ 412032 ] wxGrid SetCellAlignment
authorJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 15:51:13 +0000 (15:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 8 Feb 2004 15:51:13 +0000 (15:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/grid.tex

index 4dcd0089f58792c782f7cec8b9365528f7b707b8..3c16a30999b173cf223a52707228e44e958459b0 100644 (file)
@@ -462,8 +462,8 @@ and the \helpref{wxGrid overview}{gridoverview} for more information.
 
 Sets the arguments to the current column label alignment values.
 
 
 Sets the arguments to the current column label alignment values.
 
-Horizontal alignment will be one of wxLEFT, wxCENTRE or wxRIGHT. \\
-Vertical alignment will be one of wxTOP, wxCENTRE or wxBOTTOM.
+Horizontal alignment will be one of wxALIGN\_LEFT, wxALIGN\_CENTRE or wxALIGN\_RIGHT.\\
+Vertical alignment will be one of wxALIGN\_TOP, wxALIGN\_CENTRE or wxALIGN\_BOTTOM.
 
 \perlnote{This method takes no parameters and
 returns a 2-element list {\tt ( horiz, vert )}.}
 
 \perlnote{This method takes no parameters and
 returns a 2-element list {\tt ( horiz, vert )}.}