wxwidgets.cfg: Added support for wxPropertyGrid::GetVIterator() and wxPropertyGridInterface::GetVIterator().
This commit is contained in:
parent
37727057e3
commit
65f7a17f26
|
@ -6798,4 +6798,15 @@
|
|||
<returnValue type="int"/>
|
||||
<arg nr="2" default="wxNullBitmap"/>
|
||||
</function>
|
||||
<!-- virtual wxPGVIterator wxPropertyGridInterface::GetVIterator(int flags) const -->
|
||||
<!-- virtual wxPGVIterator wxPropertyGrid::GetVIterator(int flags) const -->
|
||||
<function name="wxPropertyGridInterface::GetVIterator,wxPropertyGrid::GetVIterator">
|
||||
<noreturn>false</noreturn>
|
||||
<const/>
|
||||
<returnValue type="wxPGVIterator"/>
|
||||
<use-retval/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue