wxwidgets.cfg: Fixed FP for wxRadioBox::Enable() because of function overloading.
This commit is contained in:
parent
9896dce7f2
commit
3afd764e95
|
@ -5611,14 +5611,14 @@
|
|||
<leak-ignore/>
|
||||
</function>
|
||||
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
|
||||
<!-- virtual bool Enable (unsigned int n, bool enable=true) -->
|
||||
<!-- virtual bool wxRadioBox::Enable (unsigned int n, bool enable=true) -->
|
||||
<!-- virtual bool wxRadioBox::Enable (bool enable=true) -->
|
||||
<function name="wxRadioBox::Enable">
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<returnValue type="bool"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in" default="true">
|
||||
<not-uninit/>
|
||||
|
|
Loading…
Reference in New Issue