wxwidgets.cfg: Added <not-bool/>-flag at more function args.

This commit is contained in:
orbitcowboy 2020-02-26 16:57:21 +01:00
parent d63991c677
commit 5ddc1af5e6
1 changed files with 40 additions and 0 deletions

View File

@ -10035,6 +10035,7 @@
<returnValue type="wxDateTime &amp;"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxString wxDateTime::FormatISOCombined(char sep = 'T') const -->
@ -10046,6 +10047,7 @@
<returnValue type="wxString"/>
<arg nr="1" direction="in" default="T">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual bool wxImageList::Draw(int index, wxDC & dc, int x, int y, int flags = wxIMAGELIST_DRAW_NORMAL, bool solidBackground = false) -->
@ -10103,6 +10105,7 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxArrayString wxStringTokenize(const wxString & str, const wxString & delims = wxDEFAULT_DELIMITERS, wxStringTokenizerMode mode = wxTOKEN_DEFAULT) -->
@ -10126,6 +10129,7 @@
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
<valid>1:</valid>
</arg>
</function>
@ -10152,6 +10156,7 @@
<returnValue type="bool"/>
<arg nr="1" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxGridTableBase::SetValueAsDouble( int row, int col, double value ) -->
@ -10163,9 +10168,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">
<not-uninit/>
@ -10178,9 +10185,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"/>
</function>
@ -10192,9 +10201,11 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- double wxGridTableBase::GetValueAsDouble( int row, int col ) -->
@ -10205,9 +10216,11 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- long wxGridTableBase::GetValueAsLong( int row, int col ) -->
@ -10218,9 +10231,11 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxString wxGridTableBase::GetValue( int row, int col ) -->
@ -10231,9 +10246,11 @@
<use-retval/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- bool wxGridTableBase::CanSetValueAs( int row, int col, const wxString & typeName ) -->
@ -10245,9 +10262,11 @@
<use-retval/>
<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"/>
</function>
@ -10282,6 +10301,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxPGProperty::SetLabel(const wxString & label) -->
@ -10321,15 +10341,19 @@
<arg nr="1" direction="in"/>
<arg nr="2" default="wxDATAVIEW_CELL_INERT" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" default="-1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="4" default="wxALIGN_LEFT" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="5" default="wxDATAVIEW_COL_RESIZABLE" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- virtual bool wxDataViewCtrl::AppendColumn(wxDataViewModel * model) -->
@ -10369,6 +10393,7 @@
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxDataViewListCtrl::AppendItem(const wxVector< wxVariant > & values, wxUIntPtr data = NULL) -->
@ -10388,9 +10413,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>
<!--void wxGrid::SetCellBackgroundColour (int row, int col, const wxColour &colour) -->
@ -10400,9 +10427,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"/>
</function>
@ -10424,6 +10453,7 @@
<returnValue type="void"/>
<arg nr="1" default="-1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" default="wxEmptyString" direction="in"/>
<arg nr="3" default="wxEmptyString" direction="in"/>
@ -10442,9 +10472,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/>
@ -10476,6 +10508,7 @@
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="3" direction="inout">
<not-uninit/>
@ -10504,6 +10537,7 @@
<returnValue type="wxToolBarToolBase*"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in"/>
<arg nr="3" direction="in"/>
@ -10519,9 +10553,11 @@
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<warn severity="style">This is a wxWidgets 1.xx compatibility function. Use 'wxString::Mid' in new applications instead.</warn>
</function>
@ -10534,9 +10570,11 @@
<use-retval/>
<arg nr="1" default="0" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="1" default="wxString::npos" direction="in">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- wxString wxString::Mid( size_t first, size_t nCount=wxString::npos ) const -->
@ -10548,9 +10586,11 @@
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<not-bool/>
</arg>
<arg nr="2" direction="in" default="wxString::npos">
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- void wxFont::SetPointSize( int pointsize ) -->