wxwidgets.cfg: Added support for 'wxWindowBase::PrepareDC'
This commit is contained in:
parent
195d413986
commit
3c458d8b7b
|
@ -14417,6 +14417,13 @@ wxItemKind kind = wxITEM_NORMAL) -->
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1" direction="in"/>
|
<arg nr="1" direction="in"/>
|
||||||
</function>
|
</function>
|
||||||
|
<!--virtual void wxWindowBase::PrepareDC(DC & dc)-->
|
||||||
|
<function name="wxWindowBase::PrepareDC">
|
||||||
|
<noreturn>false</noreturn>
|
||||||
|
<returnValue type="void"/>
|
||||||
|
<leak-ignore/>
|
||||||
|
<arg nr="1" direction="in"/>
|
||||||
|
</function>
|
||||||
<!--void wxWindowBase::SetClientSize(int width, int height)-->
|
<!--void wxWindowBase::SetClientSize(int width, int height)-->
|
||||||
<!--void wxWindowBase::SetClientSize(const wxSize &sz)-->
|
<!--void wxWindowBase::SetClientSize(const wxSize &sz)-->
|
||||||
<!--void wxWindowBase::SetClientSize(const wxRect &rect)-->
|
<!--void wxWindowBase::SetClientSize(const wxRect &rect)-->
|
||||||
|
|
Loading…
Reference in New Issue