wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
096fc3a779
commit
f636074d18
|
@ -8714,6 +8714,19 @@
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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)-->
|
<!-- bool wxPGProperty::Hide(bool hide, int flags = wxPG_RECURSE)-->
|
||||||
<function name="wxPGProperty::Hide">
|
<function name="wxPGProperty::Hide">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -13124,6 +13137,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 ) -->
|
<!-- wxStockGDI & wxStockGDI::instance( void ) -->
|
||||||
<function name="wxStockGDI::instance">
|
<function name="wxStockGDI::instance">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue