wxwidgets.cfg: Added support for wxPGProperty::GetCellRenderer().
This commit is contained in:
parent
88e2e82039
commit
8ca54d9d2b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue