wxwidgets.cfg: Added support for wxWindow::ClientToScreen().

This commit is contained in:
orbitcowboy 2019-05-28 08:50:38 +02:00
parent f54c60c13d
commit 66e8ec90de
2 changed files with 13 additions and 1 deletions

View File

@ -9620,4 +9620,16 @@
<not-uninit/>
</arg>
</function>
<!-- void wxWindow::ClientToScreen(int * x, int * y) const -->
<function name="wxWindow::ClientToScreen">
<noreturn>false</noreturn>
<returnValue type="void"/>
<const/>
<arg nr="1" direction="out">
<not-null/>
</arg>
<arg nr="2" direction="out">
<not-null/>
</arg>
</function>
</def>

View File

@ -508,7 +508,7 @@ public:
void simplifyExternC();
void simplifyRoundCurlyParentheses();
void simplifyTypeIntrinsics();
void simplifySQL();