We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fb878 commit ed80362Copy full SHA for ed80362
1 file changed
cfg/wxwidgets.cfg
@@ -7219,6 +7219,16 @@
7219
<not-uninit/>
7220
</arg>
7221
</function>
7222
+ <!-- void wxPGProperty::SetBackgroundColour(const wxColour &colour, int flags = wxPG_RECURSE) -->
7223
+ <function name="wxPGProperty::SetBackgroundColour">
7224
+ <noreturn>false</noreturn>
7225
+ <leak-ignore/>
7226
+ <returnValue type="void"/>
7227
+ <arg nr="1" direction="in"/>
7228
+ <arg nr="2" direction="in" default="wxPG_RECURSE">
7229
+ <not-uninit/>
7230
+ </arg>
7231
+ </function>
7232
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
7233
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
7234
<function name="wxPGProperty::GetCell">
0 commit comments