You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cfg/wxwidgets.cfg
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6837,6 +6837,19 @@
6837
6837
</arg>
6838
6838
<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>
6839
6839
</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>
0 commit comments