]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statusbr.tex
fixed docs of wxLocale::Init (forgotted bConvertEncoding)
[wxWidgets.git] / docs / latex / wx / statusbr.tex
index 9f134c6ac7415eb18fa0e1bcd1bd297e090d385b..e9e0e7b9a974580d32ec8c00350946e69a14d661 100644 (file)
@@ -204,6 +204,12 @@ and refreshes the window.
 
 Sets the number of fields, and optionally the field widths.
 
+\pythonnote{Only the first parameter is accepted.  Use SetStatusWidths
+to set the widths of the fields.}
+
+\perlnote{In wxPerl this function acceps only the {\tt n} parameter.
+Use SetStatusWidths to set the field widths.}
+
 \wxheading{Parameters}
 
 \docparam{number}{The number of fields.}
@@ -263,4 +269,4 @@ variable fields.
 \pythonnote{Only a single parameter is required, a Python list of
 integers.}
 
-
+\perlnote{In wxPerl this method takes as parameters the field widths.}