wxwidgets.cfg: Added support for wxColour::ChangeLightness().
This commit is contained in:
parent
efbdb57d7b
commit
1f3dce17f7
|
@ -719,7 +719,7 @@
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
|
||||||
<!-- virtual unsigned char Alpha () const -->
|
<!-- virtual unsigned char Alpha () const -->
|
||||||
<function name="wxColour::Alpha">
|
<function name="wxColour::Alpha">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
|
@ -727,6 +727,15 @@
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
</function>
|
</function>
|
||||||
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
|
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
|
||||||
|
<!-- static void wxColour::ChangeLightness(int ialpha) -->
|
||||||
|
<function name="wxColour::ChangeLightness">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
</function>
|
||||||
|
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
|
||||||
<!-- virtual unsigned char Blue () const -->
|
<!-- virtual unsigned char Blue () const -->
|
||||||
<function name="wxColour::Blue">
|
<function name="wxColour::Blue">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue