wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
d20dbe3882
commit
feec65030b
|
@ -13884,6 +13884,19 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxTextCtrl::SetStyle( long start, long end, const wxTextAttr & style ) -->
|
||||||
|
<function name="wxTextCtrl::SetStyle">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="3" direction="in"/>
|
||||||
|
</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