wxwidgets.cfg: Added support for more interfaces
This commit is contained in:
parent
b51e4dfeea
commit
9a52d2b939
|
@ -7412,7 +7412,8 @@
|
||||||
</function>
|
</function>
|
||||||
<!-- void wxEvent::SetId(int id)-->
|
<!-- void wxEvent::SetId(int id)-->
|
||||||
<!-- void wxCommandEvent::SetId(int id)-->
|
<!-- void wxCommandEvent::SetId(int id)-->
|
||||||
<function name="wxEvent::SetId,wxCommandEvent::SetId">
|
<!-- void wxPropertyGridEvent::SetId(int id)-->
|
||||||
|
<function name="wxEvent::SetId,wxCommandEvent::SetId,wxPropertyGridEvent::SetId">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in">
|
<arg nr="1" direction="in">
|
||||||
|
@ -10936,6 +10937,20 @@
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
<!-- bool wxWindow::HasFlag(int flag) const -->
|
||||||
|
<!-- bool wxTextCtrl::HasFlag(int flag) const -->
|
||||||
|
<!-- bool wxWindow::HasScrollbar(int orient) const -->
|
||||||
|
<function name="wxWindow::HasFlag,wxTextCtrl::HasFlag,wxWindow::HasScrollbar">
|
||||||
|
<leak-ignore/>
|
||||||
|
<use-retval/>
|
||||||
|
<const/>
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="bool"/>
|
||||||
|
<arg nr="1" direction="in">
|
||||||
|
<not-uninit/>
|
||||||
|
<not-bool/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
|
<!-- wxCheckBoxState wxTreeListCtrl::GetCheckedState(wxTreeListItem item) const -->
|
||||||
<function name="wxTreeListCtrl::GetCheckedState">
|
<function name="wxTreeListCtrl::GetCheckedState">
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
|
Loading…
Reference in New Issue