wxwidgets.cfg: Added support for wxWindow::ClientToScreen().
This commit is contained in:
parent
f54c60c13d
commit
66e8ec90de
|
@ -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>
|
||||
|
|
|
@ -508,7 +508,7 @@ public:
|
|||
void simplifyExternC();
|
||||
|
||||
void simplifyRoundCurlyParentheses();
|
||||
|
||||
|
||||
void simplifyTypeIntrinsics();
|
||||
|
||||
void simplifySQL();
|
||||
|
|
Loading…
Reference in New Issue