wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
7452a01fb8
commit
a576048da8
|
@ -7699,6 +7699,15 @@
|
|||
<const/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxFileName::MakeRelativeTo(const wxString & pathBase = wxEmptyString, wxPathFormat format = wxPATH_NATIVE) -->
|
||||
<function name="wxFileName::MakeRelativeTo">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" default="wxEmptyString" direction="in"/>
|
||||
<arg nr="2" default="wxPATH_NATIVE" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxButton::Create(wxWindow * parent, wxWindowID id, const wxString &label=wxEmptyString, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, long style = 0, const wxValidator & validator = wxDefaultValidator, const wxString & name = wxControlNameStr) -->
|
||||
<function name="wxButton::Create">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue