wxwidgets.cfg: Added support for members of wxLayoutAlgorithm-class.
This commit is contained in:
parent
6c82685fbf
commit
c2cf7b3f03
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue