wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-10-05 19:22:48 +02:00
parent f3e1f0d41b
commit 1f8adbafcf
1 changed files with 79 additions and 0 deletions

View File

@ -7088,6 +7088,17 @@
</arg>
<warn severity="style">This function is deprecated and kept mostly for backwards compatibility. Please override 'wxApp::MacOpenFiles' method instead in any new code.</warn>
</function>
<!-- void wxSplitPath(const wxString & fullname, wxString * path, wxString * name, wxString * ext) -->
<function name="wxSplitPath">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out"/>
<arg nr="3" direction="out"/>
<arg nr="4" direction="out"/>
<warn severity="style">This function is deprecated, please use 'wxFileName::SplitPath()' instead.</warn>
</function>
<!-- virtual void wxToolBar::OnRightClick(int toolId, long x, long y) -->
<function name="wxToolBar::OnRightClick">
<noreturn>false</noreturn>
@ -7104,6 +7115,37 @@
</arg>
<warn severity="style">This function is deprecated. This is the old way of detecting tool right clicks, although it will still work, you should use the EVT_TOOL_RCLICKED() macro instead.</warn>
</function>
<!-- void wxPrintDialogData::SetSetupDialog(bool flag) -->
<function name="wxPrintDialogData::SetSetupDialog">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<warn severity="style">The setup dialog is deprecated, though retained for backward compatibility.</warn>
</function>
<!-- void wxPostDelete(wxObject * obj) -->
<function name="wxPostDelete">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
<warn severity="style">This function has been deprecated, use 'wxWindow::Close()' instead.</warn>
</function>
<!-- virtual bool wxPrinter::Setup(wxWindow * parent) -->
<function name="wxPrinter::Setup">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-null/>
</arg>
<warn severity="style">The setup dialog is deprecated, though retained for backward compatibility.</warn>
</function>
<!-- wxThreadError wxThreadHelper::Create (unsigned int stackSize = 0) -->
<function name="wxThreadHelper::Create">
<noreturn>false</noreturn>
@ -7115,6 +7157,14 @@
</arg>
<warn severity="style">This function is deprecated use 'CreateThread()' instead.</warn>
</function>
<!-- bool wxShowEvent::GetShow( ) const -->
<function name="wxShowEvent::GetShow">
<noreturn>false</noreturn>
<use-retval/>
<leak-ignore/>
<returnValue type="bool"/>
<warn severity="style">This function is deprecated in favour of 'IsShown()'.</warn>
</function>
<!-- static void wxArtProvider::Insert(wxArtProvider * provider)-->
<function name="wxArtProvider::Insert">
<noreturn>false</noreturn>
@ -7158,6 +7208,15 @@
</arg>
<warn severity="style">This function is deprecated.</warn>
</function>
<!-- wxUint32 wxSocketBase::LastCount() const -->
<function name="wxSocketBase::LastCount">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<const/>
<returnValue type="wxUint32"/>
<warn severity="style">This function is kept mostly for backwards compatibility. Use 'LastReadCount()' or 'LastWriteCount()' instead. 'LastCount()' is still needed for use with less commonly used functions: 'Discard()', 'Peek()', and 'Unread()'.</warn>
</function>
<!-- int wxStyledTextCtrl::GetStyleBits()const -->
<!-- int wxStyledTextCtrl::GetStyleBitsNeeded()const -->
<function name="wxStyledTextCtrl::GetStyleBitsNeeded,wxStyledTextCtrl::GetStyleBits">
@ -7420,6 +7479,26 @@
</arg>
<warn severity="style">This function is deprecated.</warn>
</function>
<!-- void wxSizer::Remove(int index) -->
<!-- void wxSizer::Remove(wxWindow * window)-->
<!-- void wxSizer::Remove(wxWindow * window)-->
<function name="wxSizer::Remove">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxSizer::SetVirtualSizeHints(wxWindow * window)-->
<function name="wxSizer::SetVirtualSizeHints">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-uninit/>
<not-null/>
</arg>
<warn severity="style">This function is deprecated. This is exactly the same as 'FitInside()' in wxWidgets 2.9 and later, please replace calls to it with 'FitInside()'.</warn>
</function>
<!-- void wxSizerItem::SetSizer(wxSizer * sizer)-->
<function name="wxSizerItem::SetSizer">
<noreturn>false</noreturn>