wxwidgets.cfg: Added support for more wxGetTextFromUser(), found by daca@home.

This commit is contained in:
orbitcowboy 2019-09-16 20:46:35 +02:00
parent d531bab8be
commit 5ec5623abc
1 changed files with 28 additions and 0 deletions

View File

@ -11043,4 +11043,32 @@
<not-uninit/>
</arg>
</function>
<!-- wxString wxGetTextFromUser(const wxString &message,
const wxString &caption=wxGetTextFromUserPromptStr,
const wxString &default_value=wxEmptyString,
wxWindow *parent=NULL,
int x=wxDefaultCoord,
int y=wxDefaultCoord,
bool centre=true) -->
<function name="wxGetPasswordFromUser">
<noreturn>false</noreturn>
<returnValue type="wxString"/>
<use-retval/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" default="Input Text" direction="in"/>
<arg nr="3" default="wxEmptyString" direction="in"/>
<arg nr="4" default="NULL" direction="inout">
<not-uninit/>
</arg>
<arg nr="5" default="wxDefaultCoord" direction="in">
<not-uninit/>
</arg>
<arg nr="6" default="wxDefaultCoord" direction="in">
<not-uninit/>
</arg>
<arg nr="7" default="true" direction="in">
<not-uninit/>
</arg>
</function>
</def>