wxwidgets.cfg: Improved support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-11 07:58:12 +01:00
parent 9490d0db8c
commit 14a0558cbc
1 changed files with 96 additions and 0 deletions

View File

@ -7402,6 +7402,27 @@
<not-uninit/>
</arg>
</function>
<!-- virtual void wxGridCellEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellBoolEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellChoiceEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellTextEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellEnumEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellAutoWrapStringEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellFloatEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<!-- void wxGridCellNumberEditor::BeginEdit(int row, int col, wxGrid * grid) -->
<function name="wxGridCellEditor::BeginEdit,wxGridCellBoolEditor::BeginEdit,wxGridCellNumberEditor::BeginEdit,wxGridCellChoiceEditor::BeginEdit,wxGridCellFloatEditor::BeginEdit,wxGridCellTextEditor::BeginEdit,wxGridCellEnumEditor::BeginEdit,wxGridCellAutoWrapStringEditor::BeginEdit">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
</arg>
</function>
<!-- void wxStyledTextCtrl::MarkerDefine(int markerNumber, int markerSymbol, const wxColour & foreground = wxNullColour, const wxColour & background = wxNullColour) -->
<function name="wxStyledTextCtrl::MarkerDefine">
<noreturn>false</noreturn>
@ -7474,4 +7495,79 @@
<returnValue type="void"/>
<arg nr="1"/>
</function>
<!-- template<typename EventTag , typename Class , typename EventArg , typename EventHandler >
void wxEvtHandler::Bind(const EventTag & eventType, void(Class::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
<!-- void wxSpinCtrl::Bind(const EventTag & eventType, void(wxSpinCtrl::*)(EventArg &) method, EventHandler * handler, int id = wxID_ANY, int lastId = wxID_ANY, wxObject * userData = NULL) -->
<function name="wxEvtHandler::Bind,wxSpinCtrl::Bind">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="3">
<not-null/>
</arg>
<arg nr="4" default="wxID_ANY">
<not-uninit/>
</arg>
<arg nr="5" default="wxID_ANY">
<not-uninit/>
</arg>
<arg nr="6" default="NULL">
<not-uninit/>
</arg>
</function>
<!-- void wxStockGDI::DeleteAll( void ) -->
<function name="wxStockGDI::DeleteAll">
<noreturn>false</noreturn>
<returnValue type="void"/>
</function>
<!-- wxBrush * wxStockGDI::GetBrush( Item item ) -->
<function name="wxStockGDI::GetBrush">
<noreturn>false</noreturn>
<returnValue type="wxBrush *"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxColour * wxStockGDI::GetColour( Item item ) -->
<function name="wxStockGDI::GetColour">
<noreturn>false</noreturn>
<returnValue type="wxColour *"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxCursor * wxStockGDI::GetCursor( Item item ) -->
<function name="wxStockGDI::GetCursor">
<noreturn>false</noreturn>
<returnValue type="wxCursor *"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxFont * wxStockGDI::GetFont( Item item ) -->
<function name="wxStockGDI::GetFont">
<noreturn>false</noreturn>
<returnValue type="wxFont *"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxPen * wxStockGDI::GetPen( Item item ) -->
<function name="wxStockGDI::GetPen">
<noreturn>false</noreturn>
<returnValue type="wxPen *"/>
<use-retval/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<!-- wxStockGDI & wxStockGDI::instance( void ) -->
<function name="wxStockGDI::instance">
<noreturn>false</noreturn>
<returnValue type="wxStockGDI &amp;"/>
<use-retval/>
</function>
</def>