]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPython doc updates
authorRobin Dunn <robin@alldunn.com>
Sat, 13 Nov 1999 08:15:30 +0000 (08:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 13 Nov 1999 08:15:30 +0000 (08:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/frame.tex
docs/latex/wx/statusbr.tex
docs/latex/wx/wxPython.tex

index 88dff01dc1924282c164d083ae3726aa6fde7ef8..7c8c2895a88bd089e9ccd2f50885921ac59507fd 100644 (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,
 \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.
 
 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}}
 \membersection{wxFrame::SetToolBar}\label{wxframesettoolbar}
 
 \func{void}{SetToolBar}{\param{wxToolBar*}{ toolBar}}
index 13160da737e25c2d586bf521c308c14202ad222e..924eb542d2749215de673424916a1bcdd85f3062 100644 (file)
@@ -245,11 +245,14 @@ 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,
 \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.
 
 \wxheading{See also}
 
 \helpref{wxStatusBar::SetFieldsCount}{wxstatusbarsetfieldscount}, \helpref{wxFrame::SetStatusWidths}{wxframesetstatuswidths}
 
 variable fields.
 
 \wxheading{See also}
 
 \helpref{wxStatusBar::SetFieldsCount}{wxstatusbarsetfieldscount}, \helpref{wxFrame::SetStatusWidths}{wxframesetstatuswidths}
 
+\pythonnote{Only a single parameter is required, a Python list of
+integers.}
+
 
 
index 0670ae6bf1eb2bd80cb98804dabd43f15f36b4f1..7a5a8b230f1b002c40cc43affc745346bc3f0541 100644 (file)
@@ -350,8 +350,9 @@ as possible to the C++ spec over time.
 \item \helpref{wxAcceleratorEntry}{wxacceleratorentry}
 \item \helpref{wxAcceleratorTable}{wxacceleratortable}
 \item \helpref{wxActivateEvent}{wxactivateevent}
 \item \helpref{wxAcceleratorEntry}{wxacceleratorentry}
 \item \helpref{wxAcceleratorTable}{wxacceleratortable}
 \item \helpref{wxActivateEvent}{wxactivateevent}
-\item \helpref{wxBitmapButton}{wxbitmapbutton}
 \item \helpref{wxBitmap}{wxbitmap}
 \item \helpref{wxBitmap}{wxbitmap}
+\item \helpref{wxBitmapButton}{wxbitmapbutton}
+\item \helpref{wxBitmapDataObject}{wxbitmapdataobject}
 \item wxBMPHandler
 \item \helpref{wxBoxSizer}{wxboxsizer}
 \item \helpref{wxBrush}{wxbrush}
 \item wxBMPHandler
 \item \helpref{wxBoxSizer}{wxboxsizer}
 \item \helpref{wxBrush}{wxbrush}
@@ -364,6 +365,7 @@ as possible to the C++ spec over time.
 \item \helpref{wxCheckListBox}{wxchecklistbox}
 \item \helpref{wxChoice}{wxchoice}
 \item \helpref{wxClientDC}{wxclientdc}
 \item \helpref{wxCheckListBox}{wxchecklistbox}
 \item \helpref{wxChoice}{wxchoice}
 \item \helpref{wxClientDC}{wxclientdc}
+\item \helpref{wxClipboard}{wxclipboard}
 \item \helpref{wxCloseEvent}{wxcloseevent}
 \item \helpref{wxColourData}{wxcolourdata}
 \item \helpref{wxColourDialog}{wxcolourdialog}
 \item \helpref{wxCloseEvent}{wxcloseevent}
 \item \helpref{wxColourData}{wxcolourdata}
 \item \helpref{wxColourDialog}{wxcolourdialog}
@@ -373,14 +375,23 @@ as possible to the C++ spec over time.
 \item \helpref{wxConfig}{wxconfigbase}
 \item \helpref{wxControl}{wxcontrol}
 \item \helpref{wxCursor}{wxcursor}
 \item \helpref{wxConfig}{wxconfigbase}
 \item \helpref{wxControl}{wxcontrol}
 \item \helpref{wxCursor}{wxcursor}
+\item \helpref{wxCustomDataObject}{wxcustomdataobject}
+\item \helpref{wxDataFormat}{wxdataformat}
+\item \helpref{wxDataObject}{wxdataobject}
+\item \helpref{wxDataObjectComposite}{wxdataobjectcomposite}
+\item \helpref{wxDataObjectSimple}{wxdataobjectsimple}
 \item \helpref{wxDC}{wxdc}
 \item \helpref{wxDialog}{wxdialog}
 \item \helpref{wxDirDialog}{wxdirdialog}
 \item \helpref{wxDropFilesEvent}{wxdropfilesevent}
 \item \helpref{wxDC}{wxdc}
 \item \helpref{wxDialog}{wxdialog}
 \item \helpref{wxDirDialog}{wxdirdialog}
 \item \helpref{wxDropFilesEvent}{wxdropfilesevent}
+\item \helpref{wxDropSource}{wxdropsource}
+\item \helpref{wxDropTarget}{wxdroptarget}
 \item \helpref{wxEraseEvent}{wxeraseevent}
 \item \helpref{wxEvent}{wxevent}
 \item \helpref{wxEvtHandler}{wxevthandler}
 \item \helpref{wxEraseEvent}{wxeraseevent}
 \item \helpref{wxEvent}{wxevent}
 \item \helpref{wxEvtHandler}{wxevthandler}
+\item \helpref{wxFileDataObject}{wxfiledataobject}
 \item \helpref{wxFileDialog}{wxfiledialog}
 \item \helpref{wxFileDialog}{wxfiledialog}
+\item \helpref{wxFileDropTarget}{wxfiledroptarget}
 \item \helpref{wxFocusEvent}{wxfocusevent}
 \item \helpref{wxFontData}{wxfontdata}
 \item \helpref{wxFontDialog}{wxfontdialog}
 \item \helpref{wxFocusEvent}{wxfocusevent}
 \item \helpref{wxFontData}{wxfontdata}
 \item \helpref{wxFontDialog}{wxfontdialog}
@@ -489,6 +500,8 @@ as possible to the C++ spec over time.
 \item \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent}
 \item \helpref{wxTaskBarIcon}{wxtaskbaricon}
 \item \helpref{wxTextCtrl}{wxtextctrl}
 \item \helpref{wxSysColourChangedEvent}{wxsyscolourchangedevent}
 \item \helpref{wxTaskBarIcon}{wxtaskbaricon}
 \item \helpref{wxTextCtrl}{wxtextctrl}
+\item \helpref{wxTextDataObject}{wxtextdataobject}
+\item \helpref{wxTextDropTarget}{wxtextdroptarget}
 \item \helpref{wxTextEntryDialog}{wxtextentrydialog}
 \item \helpref{wxTimer}{wxtimer}
 \item wxToolBarTool
 \item \helpref{wxTextEntryDialog}{wxtextentrydialog}
 \item \helpref{wxTimer}{wxtimer}
 \item wxToolBarTool