wxwidgets.cfg: Added support for wxEvent::Skip() and wxCommandEvent::Skip().
This commit is contained in:
parent
d625ff4ae7
commit
75cd66d6e2
|
@ -9989,6 +9989,16 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxEvent::Skip(bool skip = true) -->
|
||||
<!-- void wxCommandEvent::Skip(bool skip = true) -->
|
||||
<function name="wxEvent::Skip,wxCommandEvent::Skip">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" default="true" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- virtual bool wxStatusBar::GetFieldRect( int i, wxRect & rect ) const -->
|
||||
<function name="wxStatusBar::GetFieldRect">
|
||||
<leak-ignore/>
|
||||
|
|
Loading…
Reference in New Issue