wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
231cb4ccfe
commit
d9b610013e
|
@ -7857,7 +7857,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_sizer_item.html#a83baa6835015e9ccd71ba290883db4f5-->
|
<!-- 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">
|
<function name="wxSizerItem::SetSpacer">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -7866,6 +7866,27 @@
|
||||||
</arg>
|
</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>
|
<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>
|
</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 -->
|
<!-- bool wxIconizeEvent::Iconized() const -->
|
||||||
<function name="wxIconizeEvent::Iconized">
|
<function name="wxIconizeEvent::Iconized">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
@ -7962,7 +7983,60 @@
|
||||||
<arg nr="3" direction="in" default="false"/>
|
<arg nr="3" direction="in" default="false"/>
|
||||||
<arg nr="4" direction="in" default="wxNullBitmap"/>
|
<arg nr="4" direction="in" default="wxNullBitmap"/>
|
||||||
</function>
|
</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) -->
|
<!-- void wxGrid::SetCellAlignment(int align, int row, int col) -->
|
||||||
<function name="wxGrid::SetCellAlignment">
|
<function name="wxGrid::SetCellAlignment">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue