wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
f700d81e59
commit
c1cba0dd03
|
@ -13850,6 +13850,40 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- wxConfigBase * wxConfigBase::Set( wxConfigBase * pConfig ) -->
|
||||
<function name="wxConfigBase::Set">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxConfigBase *"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static wxWindow* wxWindow::FindWindowByName(const wxString & name, const wxWindow * parent = 0) -->
|
||||
<!-- static wxWindow* wxWindow::FindWindowByLabel(const wxString & label, const wxWindow * parent = 0) -->
|
||||
<function name="wxWindow::FindWindowByName,wxWindow::FindWindowByLabel">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxWindow *"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="0">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- static wxWindow* wxWindow::FindWindowById(long id const wxWindow * parent = 0) -->
|
||||
<function name="wxWindow::FindWindowById">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="wxWindow *"/>
|
||||
<use-retval/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="0">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--wxString wxString::Left(size_t count) const -->
|
||||
<!--wxString wxString::Right(size_t count) const -->
|
||||
<function name="wxString::Right,wxString::Left">
|
||||
|
|
Loading…
Reference in New Issue