From: Robin Dunn Date: Thu, 7 Oct 1999 22:16:50 +0000 (+0000) Subject: wxPython documentation updates X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86e7822245592f36cd04022c15690b226494cb65 wxPython documentation updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index 1cda5c4df9..99d110b092 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -418,6 +418,9 @@ Gets the current pen (see \helpref{wxDC::SetPen}{wxdcsetpen}). Sets {\it colour} to the colour at the specified location. Windows only; an X implementation is being worked on. Not available for wxPostScriptDC or wxMetafileDC. +\pythonnote{For wxPython the wxColour value is returned and is not +required as a parameter.} + \membersection{wxDC::GetSize}\label{wxdcgetsize} \func{void}{GetSize}{\param{long *}{width}, \param{long *}{height}} diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 2d74590a74..ba963b06b5 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -376,6 +376,10 @@ giving details in {\it flags}. {\it flags} will be a combination of the followin wxLIST\_HITTEST\_ONITEMSTATEICON.} \end{twocollist} +\pythonnote{A tuple of values is returned in the wxPython version of +thsi method. The first value is the item id and the second is the +flags value mentioned above.} + \membersection{wxListCtrl::InsertColumn}\label{wxlistctrlinsertcolumn} \func{long}{InsertColumn}{\param{long }{col}, \param{wxListItem\& }{info}} diff --git a/docs/latex/wx/wxPython.tex b/docs/latex/wx/wxPython.tex index 0e5ad990c6..37a22553af 100644 --- a/docs/latex/wx/wxPython.tex +++ b/docs/latex/wx/wxPython.tex @@ -365,10 +365,11 @@ as possible to the C++ spec over time. \item \helpref{wxBitmapButton}{wxbitmapbutton} \item \helpref{wxBitmap}{wxbitmap} \item wxBMPHandler -\item \helpref{wxBoxSizer}{wxBoxSizer} +\item \helpref{wxBoxSizer}{wxboxsizer} \item \helpref{wxBrush}{wxbrush} \item \helpref{wxButton}{wxbutton} \item \helpref{wxCalculateLayoutEvent}{wxcalculatelayoutevent} +\item wxCaret \item \helpref{wxCheckBox}{wxcheckbox} \item \helpref{wxCheckListBox}{wxchecklistbox} \item \helpref{wxChoice}{wxchoice} @@ -401,14 +402,14 @@ as possible to the C++ spec over time. \item wxGridCell \item wxGridEvent \item \helpref{wxGrid}{wxgrid} -\item \helpref{wxHtmlCell}{wxHtmlCell} -\item \helpref{wxHtmlContainerCell}{wxHtmlContainerCell} -\item \helpref{wxHtmlParser}{wxHtmlParser} -\item \helpref{wxHtmlTagHandler}{wxHtmlTagHandler} -\item \helpref{wxHtmlTag}{wxHtmlTag} -\item \helpref{wxHtmlWinParser}{wxHtmlWinParser} -\item \helpref{wxHtmlWinTagHandler}{wxHtmlWinTagHandler} -\item \helpref{wxHtmlWindow}{wxHtmlWindow} +\item \helpref{wxHtmlCell}{wxhtmlcell} +\item \helpref{wxHtmlContainerCell}{wxhtmlcontainercell} +\item \helpref{wxHtmlParser}{wxhtmlparser} +\item \helpref{wxHtmlTagHandler}{wxhtmltaghandler} +\item \helpref{wxHtmlTag}{wxhtmltag} +\item \helpref{wxHtmlWinParser}{wxhtmlwinparser} +\item \helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler} +\item \helpref{wxHtmlWindow}{wxhtmlwindow} \item wxIconizeEvent \item \helpref{wxIcon}{wxicon} \item \helpref{wxIdleEvent}{wxidleevent} @@ -480,7 +481,7 @@ as possible to the C++ spec over time. \item \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog} \item \helpref{wxSizeEvent}{wxsizeevent} \item \helpref{wxSize}{wxsize} -\item \helpref{wxSizer}{wxSizer} +\item \helpref{wxSizer}{wxsizer} \item wxSizerItem \item \helpref{wxSlider}{wxslider} \item \helpref{wxSpinButton}{wxspinbutton} @@ -488,7 +489,7 @@ as possible to the C++ spec over time. \item \helpref{wxSplitterWindow}{wxsplitterwindow} \item \helpref{wxStaticBitmap}{wxstaticbitmap} \item \helpref{wxStaticBox}{wxstaticbox} -\item \helpref{wxStaticBoxSizer}{wxStaticBoxSizer} +\item \helpref{wxStaticBoxSizer}{wxstaticboxsizer} \item wxStaticLine \item \helpref{wxStaticText}{wxstatictext} \item \helpref{wxStatusBar}{wxstatusbar}