wxwidgets.cfg: Added support for members of wxLayoutAlgorithm-class.

This commit is contained in:
orbitcowboy 2019-07-24 11:09:54 +02:00
parent 6c82685fbf
commit c2cf7b3f03
1 changed files with 15 additions and 0 deletions

View File

@ -10135,6 +10135,21 @@
<not-uninit/>
</arg>
</function>
<!--bool wxLayoutAlgorithm::LayoutFrame (wxFrame * frame, wxWindow * mainWindow = NULL) -->
<!--bool wxLayoutAlgorithm::LayoutMDIFrame (wxMDIParentFrame * frame, wxRect * rect = NULL) -->
<!--bool wxLayoutAlgorithm::LayoutWindow (wxWindow * frame, wxWindow * mainWindow = NULL) -->
<function name="wxLayoutAlgorithm::LayoutFrame,wxLayoutAlgorithm::LayoutMDIFrame,wxLayoutAlgorithm::LayoutWindow">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-uninit/>
<not-null/>
</arg>
<arg nr="2" default="NULL" direction="inout">
<not-uninit/>
</arg>
</function>
<!--void wxDC::SetLayoutDirection(wxLayoutDirection dir)-->
<function name="wxDC::SetLayoutDirection">
<noreturn>false</noreturn>