wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
c073123343
commit
231cb4ccfe
|
@ -7134,6 +7134,15 @@
|
|||
<arg nr="2" direction="in"/>
|
||||
<warn severity="style">This function has been deprecated in favour of 'wxMenuBar::SetMenuLabel()'.</warn>
|
||||
</function>
|
||||
<!-- virtual wxString wxLogFormatter::FormatTime(time_t time ) const -->
|
||||
<function name="wxLogFormatter::FormatTime">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<const/>
|
||||
<returnValue type="wxString"/>
|
||||
<warn severity="style">This function only exists for compatibility, please override FormatTimeMS() in the new code.</warn>
|
||||
</function>
|
||||
<!-- wxString wxMenuBar::GetLabelTop (size_t pos) const -->
|
||||
<function name="wxMenuBar::GetLabelTop">
|
||||
<noreturn>false</noreturn>
|
||||
|
@ -7857,6 +7866,36 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSpacer' which does free it instead.</warn>
|
||||
</function>
|
||||
<!-- bool wxIconizeEvent::Iconized() const -->
|
||||
<function name="wxIconizeEvent::Iconized">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<returnValue type="bool"/>
|
||||
<warn severity="style">This function is deprecated in favour of 'wxIconizeEvent::IsIconized()'.</warn>
|
||||
</function>
|
||||
<!-- int wxList< T >::Number() const -->
|
||||
<function name="wxList::Number">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<const/>
|
||||
<use-retval/>
|
||||
<returnValue type="int"/>
|
||||
<warn severity="style">This function is deprecated, use 'wxList::GetCount()' instead. Returns the number of elements in the list.</warn>
|
||||
</function>
|
||||
<!-- void wxIcon::SetWidth (int width ) -->
|
||||
<!-- void wxIcon::SetHeight (int width ) -->
|
||||
<!-- void wxIcon::SetDepth (int width ) -->
|
||||
<function name="wxIcon::SetWidth,wxIcon::SetHeight,wxIcon::SetDepth">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<warn severity="style">This function is deprecated since version 3.1.2, dimensions and depth can only be set at construction time.</warn>
|
||||
</function>
|
||||
<!-- virtual void wxWindow::SetExtraStyle (long exStyle) -->
|
||||
<!-- virtual void wxPropertyGridManager::SetExtraStyle(long exStyle) -->
|
||||
<function name="wxWindow::SetExtraStyle,wxPropertyGridManager::SetExtraStyle">
|
||||
|
|
Loading…
Reference in New Issue