X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0b042fce9be0fab67f229f35ffd117f4e1e0730..6e7b6cc6f79fdcacfda3cc4e498a6d6f77b75c4d:/docs/latex/wx/grid.tex?ds=inline diff --git a/docs/latex/wx/grid.tex b/docs/latex/wx/grid.tex index 95af331651..540ed2fed1 100644 --- a/docs/latex/wx/grid.tex +++ b/docs/latex/wx/grid.tex @@ -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}} } @@ -608,4 +608,3 @@ Call this function whenever a change has been made via the API that might alter size characteristics. You may also need to follow it with a call to AdjustScrollbars. -