wxwidgets.cfg: Added support for wxImage::AddHandler().
This commit is contained in:
parent
c2cf7b3f03
commit
39bbe03974
|
@ -10150,6 +10150,17 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--static void wxImage::AddHandler(wxImageHandler * handler)-->
|
||||
<function name="wxImage::AddHandler">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<pure/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
|
||||
<function name="wxDC::SetLayoutDirection">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue