wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-03-14 09:16:04 +01:00
parent 096fc3a779
commit f636074d18
1 changed files with 20 additions and 0 deletions

View File

@ -8714,6 +8714,19 @@
<not-null/>
</arg>
</function>
<!-- void wxPGProperty::SetFlagRecursively(wxPGPropertyFlags flag, bool set)-->
<function name="wxPGProperty::SetFlagRecursively">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<valid>0,1</valid>
</arg>
</function>
<!-- bool wxPGProperty::Hide(bool hide, int flags = wxPG_RECURSE)-->
<function name="wxPGProperty::Hide">
<noreturn>false</noreturn>
@ -13124,6 +13137,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
<not-uninit/>
</arg>
</function>
<!-- int wxRemove(const wxString &path); -->
<function name="wxRemove">
<returnValue type="int"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- wxStockGDI & wxStockGDI::instance( void ) -->
<function name="wxStockGDI::instance">
<leak-ignore/>