We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a241be0 commit 48fb878Copy full SHA for 48fb878
1 file changed
cfg/wxwidgets.cfg
@@ -7219,6 +7219,17 @@
7219
<not-uninit/>
7220
</arg>
7221
</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 &"/>
7229
+ <arg nr="1" direction="in">
7230
+ <not-uninit/>
7231
+ </arg>
7232
+ </function>
7233
<!-- void wxPGProperty::SetValue(wxVariant value, wxVariant * pList = NULL, int flags = wxPG_SETVAL_REFRESH_EDITOR) -->
7234
<function name="wxPGProperty::SetValue">
7235
<noreturn>false</noreturn>
0 commit comments