wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
b1abcc06df
commit
beac835180
|
@ -7930,7 +7930,19 @@
|
|||
<arg nr="any" direction="in"/>
|
||||
</function>
|
||||
<!-- void wxEvent::SetEventObject(wxObject *object) -->
|
||||
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject">
|
||||
<!-- void wxCommandEvent::SetEventObject(wxObject *object) -->
|
||||
<!-- void wxNavigationKeyEvent::SetEventObject(wxObject *object) -->
|
||||
<function name="wxEvent::SetEventObject,wxCommandEvent::SetEventObject,wxNavigationKeyEvent::SetEventObject">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxNavigationKeyEvent::SetCurrentFocus(wxWindow * currentFocus) -->
|
||||
<function name="wxNavigationKeyEvent::SetCurrentFocus">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
|
@ -10965,6 +10977,18 @@
|
|||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxNavigationKeyEvent::SetWindowChange(bool windowChange) -->
|
||||
<!-- void wxNavigationKeyEvent::SetFromTab(bool fromTab) -->
|
||||
<!-- void wxNavigationKeyEvent::SetDirection(bool direction) -->
|
||||
<!-- void wxNavigationKeyEvent::SetFlags(long flags) -->
|
||||
<function name="wxNavigationKeyEvent::SetWindowChange,wxNavigationKeyEvent::SetFromTab,wxNavigationKeyEvent::SetFlags,wxNavigationKeyEvent::SetDirection">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGrid::SetDefaultCellAlignment( int horiz, int vert ) -->
|
||||
<function name="wxGrid::SetDefaultCellAlignment">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue