wxPython doc updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-11-13 08:15:30 +00:00
parent 27df96a8d1
commit 564747ee85
3 changed files with 23 additions and 3 deletions

View File

@@ -513,9 +513,13 @@ field must be -1. You should delete this array after calling {\bf SetStatusWidth
\wxheading{Remarks}
The widths of the variable fields are calculated from the total width of all fields,
minus the sum of widths of the non-variable fields, divided by the number of
minus the sum of widths of the non-variable fields, divided by the number of
variable fields.
\pythonnote{Only a single parameter is required, a Python list of
integers.}
\membersection{wxFrame::SetToolBar}\label{wxframesettoolbar}
\func{void}{SetToolBar}{\param{wxToolBar*}{ toolBar}}