Skip to content

Commit

Permalink
wxwidgets.cfg: Added support for some wxStaticBoxSizer functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitcowboy committed Sep 21, 2017
1 parent 7e6aeb6 commit 9647793
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cfg/wxwidgets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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=""/>
Expand Down

0 comments on commit 9647793

Please sign in to comment.