wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-02-03 17:29:39 +01:00
parent 3b4d1f52d7
commit a10c2eec92
1 changed files with 11 additions and 2 deletions

View File

@ -251,6 +251,7 @@
<define name="wxCHECK2(condition, operation)" value=""/> <define name="wxCHECK2(condition, operation)" value=""/>
<define name="wxCHECK(condition, retValue)" value=""/> <define name="wxCHECK(condition, retValue)" value=""/>
<define name="wxFAIL_MSG(message)" value=""/> <define name="wxFAIL_MSG(message)" value=""/>
<define name="wxUnusedVar(var)" value=""/>
<define name="wxCOMPILE_TIME_ASSERT(condition, retValue)" value="assert(condition)"/> <define name="wxCOMPILE_TIME_ASSERT(condition, retValue)" value="assert(condition)"/>
<define name="wxCHECK_MSG(condition, retValue, msg)" value=""/> <define name="wxCHECK_MSG(condition, retValue, msg)" value=""/>
<define name="wxCHECK_RET(condition, retValue, msg)" value=""/> <define name="wxCHECK_RET(condition, retValue, msg)" value=""/>
@ -6849,11 +6850,9 @@
<returnValue type="void"/> <returnValue type="void"/>
<const/> <const/>
<arg nr="1"> <arg nr="1">
<not-uninit/>
<not-null/> <not-null/>
</arg> </arg>
<arg nr="2"> <arg nr="2">
<not-uninit/>
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
@ -7212,6 +7211,16 @@
<not-null/> <not-null/>
</arg> </arg>
</function> </function>
<!-- wxToolBarToolBase* wxToolBar::AddTool(int toolId, const wxString & label, const wxBitmap & bitmap, const wxString & shortHelp = wxEmptyString, wxItemKind kind = wxITEM_NORMAL) -->
<function name="wxToolBar::AddTool">
<noreturn>false</noreturn>
<returnValue type="wxToolBarToolBase*"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="4" default="wxEmptyString"/>
<arg nr="5" default="wxITEM_NORMAL"/>
</function>
<!-- wxString wxString::SubString( size_t from, size_t to ) const --> <!-- wxString wxString::SubString( size_t from, size_t to ) const -->
<function name="wxString::SubString"> <function name="wxString::SubString">
<noreturn>false</noreturn> <noreturn>false</noreturn>