wxwidgets.cfg: Added support for wxDC:DrawPoint().

This commit is contained in:
orbitcowboy 2019-02-13 09:05:38 +01:00
parent 103ec5b5a1
commit d30e86d69c
1 changed files with 12 additions and 0 deletions

View File

@ -4204,6 +4204,7 @@
<define name="wxSChar" value="signed char"/>
<define name="wxUChar" value="unsigned char"/>
<define name="wxAlignment" value="int"/>
<define name="wxCoord" value="int"/>
<define name="wxTextCoord" value="long"/>
<define name="wxEmptyString" value="wxString()"/>
<podtype name="wxInt8" sign="s" size="1"/>
@ -7908,4 +7909,15 @@
<not-uninit/>
</arg>
</function>
<!-- void wxDC::DrawPoint( wxCoord x, wxCoord y ) -->
<function name="wxDC::DrawPoint">
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
</function>
</def>