wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-07-03 20:07:48 +02:00
parent 7f4a4c4b52
commit 5287a6b55c
1 changed files with 35 additions and 0 deletions

View File

@ -15746,4 +15746,39 @@ wxItemKind kind = wxITEM_NORMAL) -->
</arg>
<warn severity="style">Please note that this method does the same thing as the standard 'reserve()' one and should not be used in new code.</warn>
</function>
<!-- virtual void wxFileHistory::AddFileToHistory( const wxString & file ) -->
<!-- void wxDocManager::AddFileToHistory( const wxString & file ) -->
<function name="wxFileHistory::AddFileToHistory,wxDocManager::AddFileToHistory">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual void wxFileHistory::AddFilesToMenu( wxMenu * menu ) -->
<!-- virtual void wxFileHistory::AddFilesToMenu( void ) -->
<function name="wxFileHistory::AddFilesToMenu">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" default="NULL" direction="in"/>
</function>
<!-- virtual size_t wxFileHistory::GetCount( void ) const -->
<function name="wxFileHistory::GetCount">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<returnValue type="size_t"/>
<use-retval/>
</function>
<!-- virtual wxString wxFileHistory::GetHistoryFile( size_t i ) -->
<function name="wxFileHistory::GetHistoryFile">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxString"/>
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>0:</valid>
</arg>
</function>
</def>