wxwidgets.cfg: Added support for more interfaces, found by daca@home

This commit is contained in:
orbitcowboy 2020-12-26 13:47:32 +01:00
parent ef2746d2e1
commit 96fe49fe7e
1 changed files with 24 additions and 2 deletions

View File

@ -15414,14 +15414,14 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxTreeCtrl::SelectItem( const wxTreeItemId & item ) -->
<!-- void wxTreeCtrl::SelectItem( const wxTreeItemId & item ) -->
<function name="wxTreeCtrl::SelectItem">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- wxTreeItemData * wxTreeCtrl::GetItemData( const wxTreeItemId & item ) const -->
<!-- wxTreeItemData * wxTreeCtrl::GetItemData( const wxTreeItemId & item ) const -->
<function name="wxTreeCtrl::GetItemData">
<noreturn>false</noreturn>
<returnValue type="wxTreeItemData *"/>
@ -15429,4 +15429,26 @@ wxItemKind kind = wxITEM_NORMAL) -->
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- wxFont* wxFontList::FindOrCreateFont(int point_size,
wxFontFamily family,
wxFontStyle style,
wxFontWeight weight,
bool underline = false,
const wxString & facename = wxEmptyString,
wxFontEncoding encoding = wxFONTENCODING_DEFAULT
)-->
<function name="wxFontList::FindOrCreateFont,wxTheFontList::FindOrCreateFont">
<noreturn>false</noreturn>
<returnValue type="wxFont*"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in"/>
<arg nr="3" direction="in"/>
<arg nr="4" direction="in"/>
<arg nr="5" direction="in" default="false"/>
<arg nr="6" direction="in" default="wxEmptyString"/>
<arg nr="7" direction="in" default="wxFONTENCODING_DEFAULT"/>
</function>
</def>