wxwidgets.cfg: Added support for more interfaces, found by daca@home
This commit is contained in:
parent
5816345ac3
commit
92b6c83afe
|
@ -11749,6 +11749,15 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- wxVariant wxPropertyGridInterface::GetPropertyValue( wxPGPropArg id ) -->
|
||||
<!-- wxVariant wxPropertyGridManager::GetPropertyValue( wxPGPropArg id ) -->
|
||||
<function name="wxPropertyGridInterface::GetPropertyValue,wxPropertyGridManager::GetPropertyValue">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<returnValue type="wxVariant"/>
|
||||
<arg nr="1" direction="in"/>
|
||||
</function>
|
||||
<!-- bool wxListCtrl::SetItemState( long item, long state, long stateMask ) -->
|
||||
<function name="wxListCtrl::SetItemState">
|
||||
<noreturn>false</noreturn>
|
||||
|
|
Loading…
Reference in New Issue