wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-03-12 08:52:12 +01:00
parent 0c08f6db6c
commit 2535979f76
1 changed files with 26 additions and 0 deletions

View File

@ -8902,4 +8902,30 @@
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
</function>
<!-- void wxPropertyGridManager::SetSplitterPosition( int pos, int column = 0 ) -->
<!-- void wxPropertyGridPage::SetSplitterPosition( int pos, int column = 0 ) -->
<function name="wxPropertyGridManager::SetSplitterPosition,wxPropertyGridPage::SetSplitterPosition">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" default="0" direction="in">
<not-uninit/>
</arg>
</function>
<!-- bool wxPropertyGridInterface::SetColumnProportion( unsigned int column, int proportion ) -->
<!-- bool wxPropertyGridPage::SetColumnProportion( unsigned int column, int proportion ) -->
<function name="wxPropertyGridInterface::SetColumnProportion,wxPropertyGridPage::SetColumnProportion">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
</def>