wxwidgets.cfg: Added support for wxArtProvider::GetBitmap()
This commit is contained in:
parent
de830d90c8
commit
a439b5dcc6
|
@ -5107,6 +5107,18 @@
|
|||
<leak-ignore/>
|
||||
<returnValue type="wxIcon"/>
|
||||
<use-retval/>
|
||||
<pure/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="wxART_OTHER"/>
|
||||
<arg nr="3" direction="in" default="wxDefaultSize"/>
|
||||
</function>
|
||||
<!-- static wxBitmap wxArtProvider::GetBitmap(const wxArtID & id,const wxArtClient & client = wxART_OTHER, const wxSize & size = wxDefaultSize ) -->
|
||||
<function name="wxArtProvider::GetBitmap">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="wxBitmap"/>
|
||||
<use-retval/>
|
||||
<pure/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in" default="wxART_OTHER"/>
|
||||
<arg nr="3" direction="in" default="wxDefaultSize"/>
|
||||
|
|
Loading…
Reference in New Issue