wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
5c0ec782f1
commit
24eb151f2a
|
@ -6716,8 +6716,14 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual void wxGridCellRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<function name="wxGridCellRenderer::Draw">
|
||||
<!-- virtual void wxGridCellRenderer::Draw(wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellStringRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellBoolRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellAutoWrapStringRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellEnumRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellFloatRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<!-- virtual void wxGridCellNumberRenderer::Draw (wxGrid &grid, wxGridCellAttr &attr, wxDC &dc, const wxRect &rect, int row, int col, bool isSelected) -->
|
||||
<function name="wxGridCellRenderer::Draw,wxGridCellStringRenderer::Draw,wxGridCellBoolRenderer::Draw,wxGridCellAutoWrapStringRenderer::Draw,wxGridCellEnumRenderer::Draw,wxGridCellFloatRenderer::Draw,wxGridCellNumberRenderer::Draw">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="5">
|
||||
|
@ -6730,6 +6736,13 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxGridCellEditor::IsAcceptedKey( wxKeyEvent & event ) -->
|
||||
<function name="wxGridCellEditor::IsAcceptedKey">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<use-retval/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxDC::SetTextForeground( const wxColour & colour ) -->
|
||||
<!-- void wxDC::SetTextBackground( const wxColour & colour ) -->
|
||||
<function name="wxDC::SetTextForeground,wxDC::SetTextBackground">
|
||||
|
@ -6737,6 +6750,12 @@
|
|||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxGridCellAttr::SetFont(const wxFont & font) -->
|
||||
<function name="wxGridCellAttr::SetFont">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1"/>
|
||||
</function>
|
||||
<!-- void wxMemoryDC::SelectObject( wxBitmap & bmp ) -->
|
||||
<function name="wxMemoryDC::SelectObject">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue