wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
c1cba0dd03
commit
d20dbe3882
|
@ -13871,6 +13871,19 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxTextCtrl::GetSelection(long* from, long* to) const -->
|
||||||
|
<function name="wxTextCtrl::GetSelection">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<const/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-null/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- static wxWindow* wxWindow::FindWindowById(long id const wxWindow * parent = 0) -->
|
<!-- static wxWindow* wxWindow::FindWindowById(long id const wxWindow * parent = 0) -->
|
||||||
<function name="wxWindow::FindWindowById">
|
<function name="wxWindow::FindWindowById">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue