wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
68898e2be0
commit
30af910b85
|
@ -8036,6 +8036,19 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGridCellRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
|
||||
<!-- void wxGridCellStringRenderer::SetTextColoursAndFont(const wxGrid & grid, const wxGridCellAttr & attr, wxDC & dc, bool isSelected) -->
|
||||
<function name="wxGridCellRenderer::SetTextColoursAndFont,wxGridCellStringRenderer::SetTextColoursAndFont">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in"/>
|
||||
<arg nr="2" direction="in"/>
|
||||
<arg nr="3" direction="out"/>
|
||||
<arg nr="4" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxRefCounter::DecRef(void) -->
|
||||
<!-- void wxGridCellRenderer::DecRef(void) -->
|
||||
<function name="wxRefCounter::DecRef,wxGridCellRenderer::DecRef">
|
||||
|
|
Loading…
Reference in New Issue