wxwidgets.cfg: Added support for wxSizerFlags::Border(), found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-16 20:53:51 +02:00
parent 5ec5623abc
commit de69f18227
1 changed files with 14 additions and 2 deletions

View File

@ -11015,13 +11015,25 @@
</arg>
<arg nr="2" default="wxConvAuto()" direction="in"/>
</function>
<!--wxSizerFlags& wxSizerFlags::Border(int direction, int borderinpixels) -->
<function name="wxSizerFlags::Border">
<noreturn>false</noreturn>
<returnValue type="wxSizerFlags &amp;"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxString wxGetPasswordFromUser (const wxString & message,
const wxString & caption = wxGetPasswordFromUserPromptStr,
const wxString & default_value = wxEmptyString,
wxWindow * parent = NULL,
int x = wxDefaultCoord,
int y = wxDefaultCoord,
bool centre = true) -->
bool centre = true) -->
<function name="wxGetPasswordFromUser">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
@ -11050,7 +11062,7 @@
int x=wxDefaultCoord,
int y=wxDefaultCoord,
bool centre=true) -->
<function name="wxGetPasswordFromUser">
<function name="wxGetTextFromUser">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>