wxwidgets.cfg: Added support for wxMenuItem::SetBitmap()
This commit is contained in:
parent
49d1383ff4
commit
de830d90c8
|
@ -7702,6 +7702,15 @@
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- virtual void wxMenuItem::SetBitmap(const wxBitmap & bmp, bool checked = true) -->
|
||||||
|
<function name="wxMenuItem::SetBitmap">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
<arg nr="2" direction="in" default="true">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- bool wxTextCtrl::SetDefaultStyle( const wxTextAttr & style ) -->
|
<!-- bool wxTextCtrl::SetDefaultStyle( const wxTextAttr & style ) -->
|
||||||
<function name="wxTextCtrl::SetDefaultStyle">
|
<function name="wxTextCtrl::SetDefaultStyle">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue