wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
89cb0187d0
commit
8e1dddf7e8
|
@ -11125,7 +11125,8 @@
|
|||
</function>
|
||||
<!-- void wxEvent::Skip(bool skip = true) -->
|
||||
<!-- void wxCommandEvent::Skip(bool skip = true) -->
|
||||
<function name="wxEvent::Skip,wxCommandEvent::Skip">
|
||||
<!-- void wxKeyEvent::Skip(bool skip = true) -->
|
||||
<function name="wxEvent::Skip,wxCommandEvent::Skip,wxKeyEvent::Skip">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
|
@ -11133,6 +11134,19 @@
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxPropertyGridManager::SetColumnCount(int colCount, int page = -1) -->
|
||||
<function name="wxPropertyGridManager::SetColumnCount">
|
||||
<leak-ignore/>
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>1:</valid>
|
||||
</arg>
|
||||
<arg nr="2" default="-1" 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