Some wxPython doc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2000-03-17 18:59:26 +00:00
parent 6a6d5b4731
commit aa9fb2be6d
2 changed files with 16 additions and 7 deletions

View File

@@ -429,7 +429,7 @@ Returns the state image list (from which application-defined state images are ta
\membersection{wxTreeCtrl::HitTest}\label{wxtreectrlhittest}
\func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}}
\func{wxTreeItemId}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}}
Calculates which (if any) item is under the given point, returning extra information
in {\it flags}. {\it flags} is a bitlist of the following:
@@ -449,6 +449,9 @@ in {\it flags}. {\it flags} is a bitlist of the following:
\twocolitem{wxTREE\_HITTEST\_TORIGHT}{To the left of the client area.}
\end{twocollist}
\pythonnote{in wxPython both the wxTreeItemId and the flags are
returned as a tuple.}
\membersection{wxTreeCtrl::InsertItem}\label{wxtreectrlinsertitem}
\func{wxTreeItemId}{InsertItem}{\param{const wxTreeItemId\& }{parent}, \param{const wxTreeItemId\& }{previous}, \param{const wxString\&}{ text},