wxPython documentation updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-10-07 22:16:50 +00:00
parent 4f63da7e98
commit 86e7822245
3 changed files with 19 additions and 11 deletions

View File

@@ -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 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. 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} \membersection{wxDC::GetSize}\label{wxdcgetsize}
\func{void}{GetSize}{\param{long *}{width}, \param{long *}{height}} \func{void}{GetSize}{\param{long *}{width}, \param{long *}{height}}

View File

@@ -376,6 +376,10 @@ giving details in {\it flags}. {\it flags} will be a combination of the followin
wxLIST\_HITTEST\_ONITEMSTATEICON.} wxLIST\_HITTEST\_ONITEMSTATEICON.}
\end{twocollist} \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} \membersection{wxListCtrl::InsertColumn}\label{wxlistctrlinsertcolumn}
\func{long}{InsertColumn}{\param{long }{col}, \param{wxListItem\& }{info}} \func{long}{InsertColumn}{\param{long }{col}, \param{wxListItem\& }{info}}

View File

@@ -365,10 +365,11 @@ as possible to the C++ spec over time.
\item \helpref{wxBitmapButton}{wxbitmapbutton} \item \helpref{wxBitmapButton}{wxbitmapbutton}
\item \helpref{wxBitmap}{wxbitmap} \item \helpref{wxBitmap}{wxbitmap}
\item wxBMPHandler \item wxBMPHandler
\item \helpref{wxBoxSizer}{wxBoxSizer} \item \helpref{wxBoxSizer}{wxboxsizer}
\item \helpref{wxBrush}{wxbrush} \item \helpref{wxBrush}{wxbrush}
\item \helpref{wxButton}{wxbutton} \item \helpref{wxButton}{wxbutton}
\item \helpref{wxCalculateLayoutEvent}{wxcalculatelayoutevent} \item \helpref{wxCalculateLayoutEvent}{wxcalculatelayoutevent}
\item wxCaret
\item \helpref{wxCheckBox}{wxcheckbox} \item \helpref{wxCheckBox}{wxcheckbox}
\item \helpref{wxCheckListBox}{wxchecklistbox} \item \helpref{wxCheckListBox}{wxchecklistbox}
\item \helpref{wxChoice}{wxchoice} \item \helpref{wxChoice}{wxchoice}
@@ -401,14 +402,14 @@ as possible to the C++ spec over time.
\item wxGridCell \item wxGridCell
\item wxGridEvent \item wxGridEvent
\item \helpref{wxGrid}{wxgrid} \item \helpref{wxGrid}{wxgrid}
\item \helpref{wxHtmlCell}{wxHtmlCell} \item \helpref{wxHtmlCell}{wxhtmlcell}
\item \helpref{wxHtmlContainerCell}{wxHtmlContainerCell} \item \helpref{wxHtmlContainerCell}{wxhtmlcontainercell}
\item \helpref{wxHtmlParser}{wxHtmlParser} \item \helpref{wxHtmlParser}{wxhtmlparser}
\item \helpref{wxHtmlTagHandler}{wxHtmlTagHandler} \item \helpref{wxHtmlTagHandler}{wxhtmltaghandler}
\item \helpref{wxHtmlTag}{wxHtmlTag} \item \helpref{wxHtmlTag}{wxhtmltag}
\item \helpref{wxHtmlWinParser}{wxHtmlWinParser} \item \helpref{wxHtmlWinParser}{wxhtmlwinparser}
\item \helpref{wxHtmlWinTagHandler}{wxHtmlWinTagHandler} \item \helpref{wxHtmlWinTagHandler}{wxhtmlwintaghandler}
\item \helpref{wxHtmlWindow}{wxHtmlWindow} \item \helpref{wxHtmlWindow}{wxhtmlwindow}
\item wxIconizeEvent \item wxIconizeEvent
\item \helpref{wxIcon}{wxicon} \item \helpref{wxIcon}{wxicon}
\item \helpref{wxIdleEvent}{wxidleevent} \item \helpref{wxIdleEvent}{wxidleevent}
@@ -480,7 +481,7 @@ as possible to the C++ spec over time.
\item \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog} \item \helpref{wxSingleChoiceDialog}{wxsinglechoicedialog}
\item \helpref{wxSizeEvent}{wxsizeevent} \item \helpref{wxSizeEvent}{wxsizeevent}
\item \helpref{wxSize}{wxsize} \item \helpref{wxSize}{wxsize}
\item \helpref{wxSizer}{wxSizer} \item \helpref{wxSizer}{wxsizer}
\item wxSizerItem \item wxSizerItem
\item \helpref{wxSlider}{wxslider} \item \helpref{wxSlider}{wxslider}
\item \helpref{wxSpinButton}{wxspinbutton} \item \helpref{wxSpinButton}{wxspinbutton}
@@ -488,7 +489,7 @@ as possible to the C++ spec over time.
\item \helpref{wxSplitterWindow}{wxsplitterwindow} \item \helpref{wxSplitterWindow}{wxsplitterwindow}
\item \helpref{wxStaticBitmap}{wxstaticbitmap} \item \helpref{wxStaticBitmap}{wxstaticbitmap}
\item \helpref{wxStaticBox}{wxstaticbox} \item \helpref{wxStaticBox}{wxstaticbox}
\item \helpref{wxStaticBoxSizer}{wxStaticBoxSizer} \item \helpref{wxStaticBoxSizer}{wxstaticboxsizer}
\item wxStaticLine \item wxStaticLine
\item \helpref{wxStaticText}{wxstatictext} \item \helpref{wxStaticText}{wxstatictext}
\item \helpref{wxStatusBar}{wxstatusbar} \item \helpref{wxStatusBar}{wxstatusbar}