wxWidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
a241be0ecc
commit
48fb878a35
|
@ -7219,6 +7219,17 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
|
||||
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
|
||||
<function name="wxPGProperty::GetCell">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<returnValue type="wxPGCell &"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxPGProperty::SetValue(wxVariant value, wxVariant * pList = NULL, int flags = wxPG_SETVAL_REFRESH_EDITOR) -->
|
||||
<function name="wxPGProperty::SetValue">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue