Skip to content

Commit 92f95c8

Browse files
committed
wxwidgets.cfg: Added support for more interfaces
1 parent 5477c54 commit 92f95c8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6837,6 +6837,19 @@
68376837
</arg>
68386838
<warn severity="style">This function is deprecated. This function does not free the old sizer which may result in memory leaks, use 'wxSizerItem::AssignSizer' which does free it instead.</warn>
68396839
</function>
6840+
<!-- void wxSizerItem::SetInitSize(int x, int y)-->
6841+
<function name="wxSizerItem::SetInitSize">
6842+
<noreturn>false</noreturn>
6843+
<leak-ignore/>
6844+
<returnValue type="void"/>
6845+
<arg nr="1" direction="in">
6846+
<not-uninit/>
6847+
</arg>
6848+
<arg nr="2" direction="in">
6849+
<not-uninit/>
6850+
</arg>
6851+
<warn severity="style">This is identical to 'wxSizerItem::SetMinSize()', prefer to use the other function, as its name is more clear</warn>
6852+
</function>
68406853
<!-- void wxSizer::SetSizeHints( wxWindow * window ) -->
68416854
<!-- void wxBoxSizer::SetSizeHints( wxWindow * window ) -->
68426855
<!-- void wxFlexGridSizer::SetSizeHints( wxWindow * window ) -->

0 commit comments

Comments
 (0)