wxwidgets.cfg: Restrict input parameters. No negative status bar field is allowed.
This commit is contained in:
parent
aecd4ed765
commit
067a70ec03
|
@ -7659,6 +7659,7 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxStatusBar::PushStatusText (const wxString & string, int field = 0) -->
|
||||
|
@ -7669,6 +7670,7 @@
|
|||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" default="0" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxStatusBar::SetFieldsCount (int number = 1, const int * widths = NULL) -->
|
||||
|
@ -7678,6 +7680,7 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1" default="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>1:</valid>
|
||||
</arg>
|
||||
<arg nr="2" default="NULL" direction="in">
|
||||
<not-uninit/>
|
||||
|
@ -9415,6 +9418,7 @@
|
|||
<const/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>0:</valid>
|
||||
</arg>
|
||||
<arg nr="2" direction="out"/>
|
||||
</function>
|
||||
|
|
Loading…
Reference in New Issue