wxwidgets.cfg: Added more <not-bool/>-tags.

This commit is contained in:
orbitcowboy 2020-02-28 12:02:35 +01:00
parent feb767a66b
commit bf781f79b6
1 changed files with 39 additions and 3 deletions

View File

@ -10654,6 +10654,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual bool wxNotebook::SetPageText(size_t page, const wxString & text) -->
@ -10663,6 +10664,7 @@
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in"/>
</function>
@ -10673,9 +10675,11 @@
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual int wxBookCtrlBase::SetSelection( size_t nPage ) -->
@ -10687,6 +10691,7 @@
<returnValue type="int"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual void wxWithImages::SetImageList(wxImageList * imageList) -->
@ -10721,7 +10726,7 @@
<not-null/>
</arg>
</function>
<!-- bool wxZipOutputStream::PutNextEntry(const wxString & name, const wxDateTime & dt = wxDateTime::Now(), wxFileOffset size = wxInvalidOffset) -->
<!-- bool wxZipOutputStream::PutNextEntry(const wxString & name, const wxDateTime & dt = wxDateTime::Now(), wxFileOffset size = wxInvalidOffset) -->
<function name="wxZipOutputStream::PutNextEntry">
<leak-ignore/>
<noreturn>false</noreturn>
@ -10730,6 +10735,7 @@
<arg nr="2" direction="in" default="wxDateTime::Now()"/>
<arg nr="3" direction="in" default="wxInvalidOffset">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxStyledTextCtrl::MarkerSetForeground(int markerNumber, const wxColour & fore)-->
@ -10741,6 +10747,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in"/>
</function>
@ -10772,9 +10779,11 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="inout">
<not-null/>
@ -10787,9 +10796,11 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="in" default="wxNullColour"/>
<arg nr="4" direction="in" default="wxNullColour"/>
@ -10803,6 +10814,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxGrid::SetColFormatNumber( int col ) -->
@ -10821,6 +10833,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" default="false" direction="in">
<not-uninit/>
@ -10833,6 +10846,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" default="false" direction="in">
<not-uninit/>
@ -10867,9 +10881,11 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual void wxWindow::SetMinSize(const wxSize & size) -->
@ -10991,6 +11007,7 @@
<returnValue type="bool"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="wxEmptyString"/>
<arg nr="3" direction="inout" default="NULL">
@ -11004,6 +11021,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxWindow::SetWindowStyle(long style) -->
@ -11018,6 +11036,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxStyledTextCtrl::SetLexer(int lexer) -->
@ -11032,6 +11051,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- bool wxRegEx::GetMatch(size_t * start, size_t * len, size_t index = 0) const -->
@ -11044,24 +11064,40 @@
<arg nr="1" direction="in"/>
<arg nr="2" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxStyledTextCtrl::SetMarginSensitive( int margin, bool sensitive ) -->
<!-- void wxStyledTextCtrl::SetMarginMask( int margin, int mask ) -->
<function name="wxStyledTextCtrl::SetMarginSensitive,wxStyledTextCtrl::SetMarginMask">
<function name="wxStyledTextCtrl::SetMarginSensitive">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- void wxStyledTextCtrl::SetMarginMask( int margin, int mask ) -->
<function name="wxStyledTextCtrl::SetMarginMask">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual void wxPen::SetStyle(wxPenStyle style) -->
<function name="wxPen::SetStyle">
<leak-ignore/>