wxwidgets.cfg: Added support for more interfaces.
This commit is contained in:
parent
b863c18e1d
commit
87e7b57170
|
@ -4784,6 +4784,20 @@
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- void wxGrid::HideRow(int row)-->
|
||||
<!-- void wxGrid::ShowRow(int row)-->
|
||||
<!-- void wxGrid::HideCol(int col)-->
|
||||
<!-- void wxGrid::ShowCol(int col)-->
|
||||
<function name="wxGrid::HideRow,wxGrid::ShowRow,wxGrid::HideCol,wxGrid::ShowCol">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="void"/>
|
||||
<arg nr="1" direction="in">
|
||||
<valid>0:</valid>
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/3.1/classwx_spin_ctrl_double.html-->
|
||||
<!-- unsigned int wxSpinCtrlDouble::GetDigits() const-->
|
||||
<function name="wxSpinCtrlDouble::GetDigits">
|
||||
|
|
Loading…
Reference in New Issue