wxwidgets.cfg: Added support for some wxStaticBoxSizer functions.

This commit is contained in:
orbitcowboy 2017-09-21 14:47:24 +02:00
parent 7e6aeb6394
commit 9647793af9
1 changed files with 21 additions and 0 deletions

View File

@ -861,6 +861,27 @@
<not-uninit/>
</arg>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_static_box_sizer.html#a556686a3445d0f7f8aa1b12e962a7494 -->
<!-- virtual wxSize wxStaticBoxSizer::CalcMin() -->
<function name="wxStaticBoxSizer::CalcMin">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxSize"/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_static_box_sizer.html#a556686a3445d0f7f8aa1b12e962a7494 -->
<!-- wxStaticBox* wxStaticBoxSizer::GetStaticBox()const-->
<function name="wxStaticBoxSizer::GetStaticBox">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="wxStaticBox*"/>
<use-retval/>
</function>
<!-- http://docs.wxwidgets.org/3.1/classwx_static_box_sizer.html#a556686a3445d0f7f8aa1b12e962a7494 -->
<!-- virtual void wxStaticBoxSizer::RecalcSizes()-->
<function name="wxStaticBoxSizer::RecalcSizes">
<noreturn>false</noreturn>
<leak-ignore/>
</function>
<!-- Override macros which don't necessarily require semicolons at the end -->
<define name="DECLARE_CLASS(n)" value=""/>
<define name="DECLARE_DYNAMIC_CLASS(n)" value=""/>