wxwidgets.cfg: Added support for more functions from wxGrid.
This commit is contained in:
parent
39bbe03974
commit
4fc15b3eb2
|
@ -10161,6 +10161,16 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--void wxGrid::SetGridLineColour(const wxColour & colour) -->
|
||||
<!--void wxGrid::SetLabelBackgroundColour(const wxColour & colour) -->
|
||||
<!--void wxGrid::SetLabelTextColour(const wxColour & colour) -->
|
||||
<!--void wxGrid::SetLabelFont(const wxFont & font) -->
|
||||
<function name="wxGrid::SetGridLineColour,wxGrid::SetLabelBackgroundColour,wxGrid::SetLabelTextColour,wxGrid::SetLabelFont">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
|
||||
<function name="wxDC::SetLayoutDirection">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue