fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -200,9 +200,9 @@ the item after {\it start} or the beginning if {\it start} is -1.
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{\bf{FindItem(start, str, partial=FALSE)}}{}
|
||||
\twocolitem{\bf{FindItemData(start, data)}}{}
|
||||
\twocolitem{\bf{FindItemAtPos(start, point, direction)}}{}
|
||||
\twocolitem{{\bf FindItem(start, str, partial=FALSE)}}{}
|
||||
\twocolitem{{\bf FindItemData(start, data)}}{}
|
||||
\twocolitem{{\bf FindItemAtPos(start, point, direction)}}{}
|
||||
\end{twocollist}}
|
||||
}
|
||||
|
||||
@@ -402,9 +402,9 @@ For list view mode (only), inserts a column. For more details, see \helpref{wxLi
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{\bf{InsertColumn(col, heading, format=wxLIST\_FORMAT\_LEFT,
|
||||
\twocolitem{{\bf InsertColumn(col, heading, format=wxLIST\_FORMAT\_LEFT,
|
||||
width=-1)}}{Creates a column using a header string only.}
|
||||
\twocolitem{\bf{InsertColumnInfo(col, item)}}{Creates a column using a
|
||||
\twocolitem{{\bf InsertColumnInfo(col, item)}}{Creates a column using a
|
||||
wxListInfo.}
|
||||
\end{twocollist}}
|
||||
}
|
||||
@@ -441,10 +441,10 @@ Insert an image/string item.
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{\bf{InsertItem(item)}}{Inserts an item using a wxListItem.}
|
||||
\twocolitem{\bf{InsertStringItem(index, label)}}{Inserts a string item.}
|
||||
\twocolitem{\bf{InsertImageItem(index, imageIndex)}}{Inserts an image item.}
|
||||
\twocolitem{\bf{InsertImageStringItem(index, label, imageIndex)}}{Insert an image/string item.}
|
||||
\twocolitem{{\bf InsertItem(item)}}{Inserts an item using a wxListItem.}
|
||||
\twocolitem{{\bf InsertStringItem(index, label)}}{Inserts a string item.}
|
||||
\twocolitem{{\bf InsertImageItem(index, imageIndex)}}{Inserts an image item.}
|
||||
\twocolitem{{\bf InsertImageStringItem(index, label, imageIndex)}}{Insert an image/string item.}
|
||||
\end{twocollist}}
|
||||
}
|
||||
|
||||
@@ -551,8 +551,8 @@ Sets a string field at a particular column.
|
||||
\pythonnote{In place of a single overloaded method name, wxPython
|
||||
implements the following methods:\par
|
||||
\indented{2cm}{\begin{twocollist}
|
||||
\twocolitem{\bf{SetItem(item)}}{Sets information about the given wxListItem.}
|
||||
\twocolitem{\bf{SetStringItem(index, col, label, imageId)}}{Sets a
|
||||
\twocolitem{{\bf SetItem(item)}}{Sets information about the given wxListItem.}
|
||||
\twocolitem{{\bf SetStringItem(index, col, label, imageId)}}{Sets a
|
||||
string or image at a given location.}
|
||||
\end{twocollist}}
|
||||
}
|
||||
|
Reference in New Issue
Block a user