X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..42bcb12b405f19915ed009f6aa323d0e48cd89f6:/docs/latex/wx/statusbr.tex diff --git a/docs/latex/wx/statusbr.tex b/docs/latex/wx/statusbr.tex index 172178f3a0..e9e0e7b9a9 100644 --- a/docs/latex/wx/statusbr.tex +++ b/docs/latex/wx/statusbr.tex @@ -207,6 +207,9 @@ 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.} @@ -266,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.}