wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
0c08f6db6c
commit
2535979f76
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue