wxwidgets.cfg: Added support for more interfaces

This commit is contained in:
orbitcowboy 2021-10-07 09:05:53 +02:00
parent 231cb4ccfe
commit d9b610013e
1 changed files with 76 additions and 2 deletions

View File

@ -7857,7 +7857,7 @@
</arg>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
<!-- void wxSizerItem::SetSpacer(const wxSize & size)-->
<!-- void wxSizerItem::SetSpacer(const wxSize & size) -->
<function name="wxSizerItem::SetSpacer">
<noreturn>false</noreturn>
<leak-ignore/>
@ -7866,6 +7866,27 @@
</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>
<!-- virtual bool wxHelpControllerBase::DisplayBlock(long blockNo) -->
<function name="wxHelpControllerBase::DisplayBlock">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<warn severity="style">This function is for backward compatibility only, and applications should use 'wxHelpControllerBase::DisplaySection()' instead.</warn>
</function>
<!-- int wxHtmlTag::GetBeginPos( ) const -->
<!-- int wxHtmlTag::GetEndPos1( ) const -->
<!-- int wxHtmlTag::GetEndPos2( ) const -->
<function name="wxHtmlTag::GetBeginPos,wxHtmlTag::GetEndPos1,wxHtmlTag::GetEndPos2">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<use-retval/>
<returnValue type="int"/>
<warn severity="style">This function is deprecated.</warn>
</function>
<!-- bool wxIconizeEvent::Iconized() const -->
<function name="wxIconizeEvent::Iconized">
<noreturn>false</noreturn>
@ -7962,7 +7983,60 @@
<arg nr="3" direction="in" default="false"/>
<arg nr="4" direction="in" default="wxNullBitmap"/>
</function>
<!-- http://docs.wxwidgets.org/trunk/classwx_grid.html#a83774c9cbf840641cc6ffba25ce32059-->
<!-- char* wxGetTempFileName(const wxString & prefix, char * buf = NULL) -->
<function name="wxGetTempFileName">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="char *"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out" default="NULL"/>
<warn severity="style">This function is deprecated, please use 'wxFileName::CreateTempFileName()' instead.</warn>
</function>
<!-- bool wxGetUserId(char * buf, int sz) -->
<function name="wxGetUserId">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="bool"/>
<arg nr="1" direction="out">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<warn severity="style">This function is deprecated, use 'wxGetUserId()' with no arguments instead.</warn>
</function>
<!-- bool wxGetUserName(char * buf, int sz) -->
<function name="wxGetUserName">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="bool"/>
<arg nr="1" direction="out">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
<warn severity="style">This function is deprecated, use 'wxGetUserName()' with no arguments instead.</warn>
</function>
<!-- wxString wxGetWorkingDirectory(char * buf = NULL, int sz = 1000) -->
<function name="wxGetWorkingDirectory">
<noreturn>false</noreturn>
<leak-ignore/>
<use-retval/>
<returnValue type="wxString"/>
<arg nr="1" direction="in" default="NULL">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="1000">
<not-uninit/>
<not-bool/>
</arg>
<warn severity="style">This function is deprecated, use 'wxGetCwd()' instead.</warn>
</function>
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
<function name="wxGrid::SetCellAlignment">
<noreturn>false</noreturn>