]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/grid.tex
Manual fixes
[wxWidgets.git] / docs / latex / wx / grid.tex
index 95af3316519490f1853418ce389a97a73928901f..384d32438c9a27045ede6dc5de5b465296f1cd0f 100644 (file)
@@ -85,7 +85,7 @@ and widths, and/or default cell width and height.
 
 Call this function after creating the wxGrid object.
 
-\pythonnote{Currently the \tt{cellValues} and \tt{widths} parameters
+\pythonnote{Currently the {\tt cellValues} and {\tt widths} parameters
 don't exisit in the wxPython version of this method.  So in other
 words, the definition of the  wxPython version of this method looks like this:
 \begin{verbatim}
@@ -157,8 +157,8 @@ The return value is wxLEFT, wxRIGHT or wxCENTRE.
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{GetCellAlignment(row, col)}}{}
-\twocolitem{\bf{GetDefCellAlignment()}}{}
+\twocolitem{{\bf GetCellAlignment(row, col)}}{}
+\twocolitem{{\bf GetDefCellAlignment()}}{}
 \end{twocollist}}
 }
 
@@ -173,8 +173,8 @@ Gets the background colour for the cell at the given position, or the global bac
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{GetCellBackgroundColour(row, col)}}{}
-\twocolitem{\bf{GetDefCellBackgroundColourt()}}{}
+\twocolitem{{\bf GetCellBackgroundColour(row, col)}}{}
+\twocolitem{{\bf GetDefCellBackgroundColourt()}}{}
 \end{twocollist}}
 }
 
@@ -195,8 +195,8 @@ Gets the text colour for the cell at the given position, or the global text colo
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{GetCellTextColour(row, col)}}{}
-\twocolitem{\bf{GetDefCellTextColour()}}{}
+\twocolitem{{\bf GetCellTextColour(row, col)}}{}
+\twocolitem{{\bf GetDefCellTextColour()}}{}
 \end{twocollist}}
 }
 
@@ -211,8 +211,8 @@ Gets the text font for the cell at the given position, or the global text font.
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{GetCellTextFont(row, col)}}{}
-\twocolitem{\bf{GetDefCellTextFont()}}{}
+\twocolitem{{\bf GetCellTextFont(row, col)}}{}
+\twocolitem{{\bf GetDefCellTextFont()}}{}
 \end{twocollist}}
 }
 
@@ -456,8 +456,8 @@ Sets the text alignment for the cell at the given position, or for the whole gri
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{SetCellAlignment(alignment, row, col)}}{}
-\twocolitem{\bf{SetDefCellAlignment(alignment)}}{}
+\twocolitem{{\bf SetCellAlignment(alignment, row, col)}}{}
+\twocolitem{{\bf SetDefCellAlignment(alignment)}}{}
 \end{twocollist}}
 }
 
@@ -472,8 +472,8 @@ Sets the background colour for the cell at the given position, or for the whole
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{SetCellBackgroundColour(colour, row, col)}}{}
-\twocolitem{\bf{SetDefCellBackgroundColour(colour)}}{}
+\twocolitem{{\bf SetCellBackgroundColour(colour, row, col)}}{}
+\twocolitem{{\bf SetDefCellBackgroundColour(colour)}}{}
 \end{twocollist}}
 }
 
@@ -488,8 +488,8 @@ Sets the text colour for the cell at the given position, or for the whole grid.
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{SetCellTextColour(colour, row, col)}}{}
-\twocolitem{\bf{SetDefCellTextColour(colour)}}{}
+\twocolitem{{\bf SetCellTextColour(colour, row, col)}}{}
+\twocolitem{{\bf SetDefCellTextColour(colour)}}{}
 \end{twocollist}}
 }
 
@@ -504,8 +504,8 @@ Sets the text font for the cell at the given position, or for the whole grid.
 \pythonnote{In place of a single overloaded method name, wxPython
 implements the following methods:\par
 \indented{2cm}{\begin{twocollist}
-\twocolitem{\bf{SetCellTextFont(font, row, col)}}{}
-\twocolitem{\bf{SetDefCellTextFont(font)}}{}
+\twocolitem{{\bf SetCellTextFont(font, row, col)}}{}
+\twocolitem{{\bf SetDefCellTextFont(font)}}{}
 \end{twocollist}}
 }