wxwidgets.cfg: Added support for wxPropertyGridManager::SetSplitterPosition().
This commit is contained in:
parent
36669d8c72
commit
b33237a0eb
|
@ -6560,4 +6560,15 @@
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- void wxPropertyGridManager::SetSplitterPosition(int pos, int column = 0) -->
|
||||||
|
<function name="wxPropertyGridManager::SetSplitterPosition">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="2" default="0">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
</def>
|
</def>
|
||||||
|
|
Loading…
Reference in New Issue