wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
261c94974e
commit
091eb4f37a
|
@ -12551,4 +12551,19 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxPropertyGridInterface::SetPropertyCell(wxPGPropArg id, int column, const wxString & text = wxEmptyString, const wxBitmap & bitmap = wxNullBitmap, const wxColour & fgCol = wxNullColour, const wxColour & bgCol = wxNullColour ) -->
|
||||
<!-- void wxPropertyGrid::SetPropertyCell(wxPGPropArg id, int column, const wxString & text = wxEmptyString, const wxBitmap & bitmap = wxNullBitmap, const wxColour & fgCol = wxNullColour, const wxColour & bgCol = wxNullColour ) -->
|
||||
<function name="wxPropertyGridInterface::SetPropertyCell,wxPropertyGrid::SetPropertyCell">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="inout">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="3" default="wxEmptyString" direction="in"/>
|
||||
<arg nr="4" default="wxNullBitmap" direction="in"/>
|
||||
<arg nr="5" default="wxNullColour" direction="in"/>
|
||||
<arg nr="6" default="wxNullColour" direction="in"/>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue