Skip to content

Commit 48fb878

Browse files
committed
wxWidgets.cfg: Added support for more interfaces.
1 parent a241be0 commit 48fb878

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7219,6 +7219,17 @@
72197219
<not-uninit/>
72207220
</arg>
72217221
</function>
7222+
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
7223+
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
7224+
<function name="wxPGProperty::GetCell">
7225+
<noreturn>false</noreturn>
7226+
<leak-ignore/>
7227+
<use-retval/>
7228+
<returnValue type="wxPGCell &amp;"/>
7229+
<arg nr="1" direction="in">
7230+
<not-uninit/>
7231+
</arg>
7232+
</function>
72227233
<!-- void wxPGProperty::SetValue(wxVariant value, wxVariant * pList = NULL, int flags = wxPG_SETVAL_REFRESH_EDITOR) -->
72237234
<function name="wxPGProperty::SetValue">
72247235
<noreturn>false</noreturn>

0 commit comments

Comments
 (0)