wxwidgets.cfg: Added support for wxPGProperty::GetCellRenderer().

This commit is contained in:
orbitcowboy 2019-07-25 09:46:10 +02:00
parent 88e2e82039
commit 8ca54d9d2b
1 changed files with 9 additions and 0 deletions

View File

@ -10153,6 +10153,15 @@
<not-uninit/>
</arg>
</function>
<!--virtual wxPGCellRenderer* wxPGProperty::GetCellRenderer(int column) const -->
<function name="wxPGProperty::GetCellRenderer,wxStringProperty::GetCellRenderer">
<noreturn>false</noreturn>
<returnValue type="wxPGCellRenderer*"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!--static void wxImage::AddHandler(wxImageHandler * handler)-->
<function name="wxImage::AddHandler">
<noreturn>false</noreturn>