wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
c0e14e8981
commit
67d73ecf86
|
@ -5471,6 +5471,13 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--virtual int wxListBox::GetSelection(void) const-->
|
||||
<function name="wxListBox::GetSelection">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<returnValue type="int"/>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
|
||||
<!-- unsigned int wxSpinCtrlDouble::GetDigits() const-->
|
||||
<function name="wxSpinCtrlDouble::GetDigits">
|
||||
|
@ -7915,6 +7922,15 @@
|
|||
</arg>
|
||||
<warn severity="style">This function is deprecated since version 3.1.2, dimensions and depth can only be set at construction time.</warn>
|
||||
</function>
|
||||
<!-- void wxItemContainer::Delete(unsigned int n) -->
|
||||
<!-- void wxListBox::Delete(unsigned int n) -->
|
||||
<function name="wxItemContainer::Delete">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool wxString::ToLong(long * val, int base = 10) const -->
|
||||
<!-- bool wxString::ToCLong(long * val, int base = 10) const -->
|
||||
<!-- bool wxString::ToLongLong(long long * val, int base = 10) const -->
|
||||
|
|
Loading…
Reference in New Issue