Skip to content

Commit ed80362

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

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7219,6 +7219,16 @@
72197219
<not-uninit/>
72207220
</arg>
72217221
</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>
72227232
<!-- const wxPGCell& wxPGProperty::GetCell(unsigned int column) const -->
72237233
<!-- wxPGCell& wxPGProperty::GetCell(unsigned int column) -->
72247234
<function name="wxPGProperty::GetCell">

0 commit comments

Comments
 (0)