wxwidgets.cfg: Added support for more interfaces.

This commit is contained in:
orbitcowboy 2019-12-21 22:47:32 +01:00
parent 208950a6a3
commit a8960e35a4
1 changed files with 77 additions and 2 deletions

View File

@ -7096,6 +7096,20 @@
<returnValue type="bool"/>
<arg nr="1" direction="in"/>
</function>
<!-- wxTextCtrlHitTestResult wxTextCtrl::HitTest(const wxPoint & pt, long * pos) const -->
<!-- wxTextCtrlHitTestResult wxTextCtrl::HitTest(const wxPoint & pt, wxTextCoord * col, wxTextCoord *row) const -->
<function name="wxTextCtrl::HitTest">
<noreturn>false</noreturn>
<leak-ignore/>
<const/>
<use-retval/>
<returnValue type="wxTextCtrlHitTestResult"/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="out">
<not-null/>
</arg>
<arg nr="3" direction="out" default="NULL"/>
</function>
<!-- void wxGridCellAttr::SetBackgroundColour(const wxColour &c) -->
<function name="wxGridCellAttr::SetBackgroundColour">
<noreturn>false</noreturn>
@ -10172,8 +10186,10 @@
<not-uninit/>
</arg>
</function>
<!-- virtual int wxBookCtrlBase::SetSelection( size_t nPage ) -->
<!-- virtual int wxToolbook::SetSelection( size_t nPage ) -->
<!-- virtual int wxNotebook::SetSelection( size_t nPage ) -->
<function name="wxNotebook::SetSelection">
<function name="wxBookCtrlBase::SetSelection,wxToolbook::SetSelection,wxNotebook::SetSelection">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="int"/>
@ -10181,6 +10197,25 @@
<not-uninit/>
</arg>
</function>
<!-- virtual void wxWithImages::SetImageList(wxImageList * imageList) -->
<!-- virtual void wxToolbook::SetImageList(wxImageList * imageList) -->
<function name="wxWithImages::SetImageList,wxToolbook::SetImageList">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in">
<not-uninit/>
<not-null/>
</arg>
</function>
<!-- void wxTextEntryDialog::SetTextValidator(const wxTextValidator & validator) -->
<!-- void wxTextEntryDialog::SetTextValidator(wxTextValidatorStyle style = wxFILTER_NONE) -->
<function name="xTextEntryDialog::SetTextValidator">
<leak-ignore/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<arg nr="1" direction="in" default="wxFILTER_NONE"/>
</function>
<!-- static wxString wxString::FromUTF8( const char * utf8 ) -->
<!-- static wxString wxString::FromUTF8Unchecked( const char * utf8 ) -->
<!-- static wxString wxString::FromUTF8Unchecked( const std::string & s ) (*) -->
@ -11253,6 +11288,14 @@
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- virtual bool wxTextEntry::SetHint (const wxString & hint) -->
<!-- virtual bool wxTextCtrl::SetHint (const wxString & hint) -->
<function name="wxTextEntry::SetHint,wxTextCtrl::SetHint">
<noreturn>false</noreturn>
<returnValue type="bool"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
</function>
<!-- void wxSearchCtrl::SetDescriptiveText(const wxString & text)-->
<function name="wxSearchCtrl::SetDescriptiveText">
<noreturn>false</noreturn>
@ -12202,6 +12245,38 @@
<not-null/>
</arg>
</function>
<!-- virtual void wxWebView::SetPage(const wxString & html, const wxString & baseUrl) -->
<!-- virtual void wxWebView::SetPage(wxInputStream & html, wxString baseUrl) -->
<function name="wxWebView::SetPage">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in"/>
<arg nr="2" direction="in"/>
</function>
<!-- static wxWebView* wxWebView::New (const wxString & backend = wxWebViewBackendDefault) -->
<!-- static wxWebView* wxWebView::New (wxWindow * parent, wxWindowID id, const wxString & url = wxWebViewDefaultURLStr, const wxPoint & pos = wxDefaultPosition, const wxSize & size = wxDefaultSize, const wxString & backend = wxWebViewBackendDefault, long style = 0, const wxString & name = wxWebViewNameStr) -->
<function name="wxWebView::New">
<noreturn>false</noreturn>
<returnValue type="wxWebView*"/>
<leak-ignore/>
<use-retval/>
<arg nr="any" direction="in"/>
</function>
<!-- void wxColourData::SetCustomColour(int i, const wxColour &c) -->
<function name="wxColourData::SetCustomColour">
<noreturn>false</noreturn>
<returnValue type="void"/>
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<!-- From wxWidgets-documentation: An integer between 0 and 15, being any of the 15 custom colours that the user has saved. -->
<valid>0:15</valid>
</arg>
<arg nr="2" direction="in">
<not-uninit/>
</arg>
</function>
<!-- wxColour wxColourData::GetCustomColour(int i) const -->
<function name="wxColourData::GetCustomColour">
<noreturn>false</noreturn>
@ -12211,7 +12286,7 @@
<const/>
<arg nr="1" direction="in">
<not-uninit/>
<!-- From wxWidgets-documenation: An integer between 0 and 15, being any of the 15 custom colours that the user has saved. -->
<!-- From wxWidgets-documentation: An integer between 0 and 15, being any of the 15 custom colours that the user has saved. -->
<valid>0:15</valid>
</arg>
</function>