wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
f3e1f0d41b
commit
1f8adbafcf
|
@ -7088,6 +7088,17 @@
|
||||||
</arg>
|
</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>
|
<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>
|
</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) -->
|
<!-- virtual void wxToolBar::OnRightClick(int toolId, long x, long y) -->
|
||||||
<function name="wxToolBar::OnRightClick">
|
<function name="wxToolBar::OnRightClick">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7104,6 +7115,37 @@
|
||||||
</arg>
|
</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>
|
<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>
|
</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) -->
|
<!-- wxThreadError wxThreadHelper::Create (unsigned int stackSize = 0) -->
|
||||||
<function name="wxThreadHelper::Create">
|
<function name="wxThreadHelper::Create">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7115,6 +7157,14 @@
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated use 'CreateThread()' instead.</warn>
|
<warn severity="style">This function is deprecated use 'CreateThread()' instead.</warn>
|
||||||
</function>
|
</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)-->
|
<!-- static void wxArtProvider::Insert(wxArtProvider * provider)-->
|
||||||
<function name="wxArtProvider::Insert">
|
<function name="wxArtProvider::Insert">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7158,6 +7208,15 @@
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated.</warn>
|
<warn severity="style">This function is deprecated.</warn>
|
||||||
</function>
|
</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::GetStyleBits()const -->
|
||||||
<!-- int wxStyledTextCtrl::GetStyleBitsNeeded()const -->
|
<!-- int wxStyledTextCtrl::GetStyleBitsNeeded()const -->
|
||||||
<function name="wxStyledTextCtrl::GetStyleBitsNeeded,wxStyledTextCtrl::GetStyleBits">
|
<function name="wxStyledTextCtrl::GetStyleBitsNeeded,wxStyledTextCtrl::GetStyleBits">
|
||||||
|
@ -7420,6 +7479,26 @@
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style">This function is deprecated.</warn>
|
<warn severity="style">This function is deprecated.</warn>
|
||||||
</function>
|
</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)-->
|
<!-- void wxSizerItem::SetSizer(wxSizer * sizer)-->
|
||||||
<function name="wxSizerItem::SetSizer">
|
<function name="wxSizerItem::SetSizer">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue