Skip to content

Commit 8819743

Browse files
committed
wxwidgets.cfg: Added support for more interfaces.
1 parent 8d379a8 commit 8819743

1 file changed

Lines changed: 64 additions & 34 deletions

File tree

cfg/wxwidgets.cfg

Lines changed: 64 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4890,8 +4890,37 @@
48904890
<not-uninit/>
48914891
</arg>
48924892
</function>
4893+
<!-- virtual bool wxWindow::Show (bool show=true) -->
4894+
<!-- virtual bool wxStaticText::Show (bool show=true) -->
4895+
<!-- virtual bool wxButton::Show (bool show=true) -->
4896+
<function name="wxWindow::Show,wxStaticText::Show,wxButton::Show">
4897+
<noreturn>false</noreturn>
4898+
<leak-ignore/>
4899+
<returnValue type="bool"/>
4900+
<arg nr="1" default="true">
4901+
<not-uninit/>
4902+
</arg>
4903+
</function>
4904+
<!-- virtual void wxFont::SetStrikethrough (bool show=true) -->
4905+
<function name="wxFont::SetStrikethrough">
4906+
<noreturn>false</noreturn>
4907+
<leak-ignore/>
4908+
<returnValue type="void"/>
4909+
<arg nr="1" default="true">
4910+
<not-uninit/>
4911+
</arg>
4912+
</function>
4913+
<!-- static wxIcon wxArtProvider::GetIcon(const wxArtID & id,const wxArtClient & client = wxART_OTHER, const wxSize & size = wxDefaultSize ) -->
4914+
<function name="wxArtProvider::GetIcon">
4915+
<noreturn>false</noreturn>
4916+
<leak-ignore/>
4917+
<returnValue type="wxIcon"/>
4918+
<use-retval/>
4919+
<arg nr="2" default="wxART_OTHER"/>
4920+
<arg nr="3" default="wxDefaultSize"/>
4921+
</function>
48934922
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
4894-
<!-- virtual unsigned int GetCount () const -->
4923+
<!-- virtual unsigned int GetCount () const -->
48954924
<function name="wxRadioBox::GetCount">
48964925
<noreturn>false</noreturn>
48974926
<leak-ignore/>
@@ -4900,7 +4929,7 @@
49004929
<use-retval/>
49014930
</function>
49024931
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
4903-
<!-- virtual wxString GetString (unsigned int n) const -->
4932+
<!-- virtual wxString GetString (unsigned int n) const -->
49044933
<function name="wxRadioBox::GetString">
49054934
<noreturn>false</noreturn>
49064935
<leak-ignore/>
@@ -4912,7 +4941,7 @@
49124941
</arg>
49134942
</function>
49144943
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
4915-
<!-- virtual void SetString (unsigned int n, const wxString &string) -->
4944+
<!-- virtual void SetString (unsigned int n, const wxString &string) -->
49164945
<function name="wxRadioBox::SetString">
49174946
<noreturn>false</noreturn>
49184947
<leak-ignore/>
@@ -4924,7 +4953,7 @@
49244953
</arg>
49254954
</function>
49264955
<!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html -->
4927-
<!-- virtual int GetSelection () const -->
4956+
<!-- virtual int GetSelection () const -->
49284957
<function name="wxRadioBox::GetSelection">
49294958
<noreturn>false</noreturn>
49304959
<leak-ignore/>
@@ -4933,7 +4962,7 @@
49334962
<use-retval/>
49344963
</function>
49354964
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
4936-
<!-- bool GetAuthNeeded () const -->
4965+
<!-- bool GetAuthNeeded () const -->
49374966
<function name="wxButton::GetAuthNeeded">
49384967
<noreturn>false</noreturn>
49394968
<leak-ignore/>
@@ -4942,7 +4971,7 @@
49424971
<use-retval/>
49434972
</function>
49444973
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
4945-
<!-- wxString GetLabel () const -->
4974+
<!-- wxString GetLabel () const -->
49464975
<function name="wxButton::GetLabel">
49474976
<noreturn>false</noreturn>
49484977
<leak-ignore/>
@@ -4961,7 +4990,7 @@
49614990
</arg>
49624991
</function>
49634992
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
4964-
<!-- void SetAuthNeeded (bool needed=true) -->
4993+
<!-- void SetAuthNeeded (bool needed=true) -->
49654994
<function name="wxButton::SetAuthNeeded">
49664995
<noreturn>false</noreturn>
49674996
<leak-ignore/>
@@ -4977,7 +5006,7 @@
49775006
<returnValue type="wxWindow *"/>
49785007
</function>
49795008
<!-- http://docs.wxwidgets.org/trunk/classwx_button.html -->
4980-
<!-- void SetLabel (const wxString &label) -->
5009+
<!-- void SetLabel (const wxString &label) -->
49815010
<function name="wxButton::SetLabel">
49825011
<noreturn>false</noreturn>
49835012
<leak-ignore/>
@@ -5004,7 +5033,7 @@
50045033
</arg>
50055034
</function>
50065035
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
5007-
<!-- virtual unsigned char Blue () const -->
5036+
<!-- virtual unsigned char Blue () const -->
50085037
<function name="wxColour::Blue">
50095038
<noreturn>false</noreturn>
50105039
<leak-ignore/>
@@ -5013,7 +5042,7 @@
50135042
<use-retval/>
50145043
</function>
50155044
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
5016-
<!-- virtual unsigned char Green () const -->
5045+
<!-- virtual unsigned char Green () const -->
50175046
<function name="wxColour::Green">
50185047
<noreturn>false</noreturn>
50195048
<leak-ignore/>
@@ -5022,7 +5051,7 @@
50225051
<use-retval/>
50235052
</function>
50245053
<!-- http://docs.wxwidgets.org/trunk/classwx_colour.html -->
5025-
<!-- virtual unsigned char Red () const -->
5054+
<!-- virtual unsigned char Red () const -->
50265055
<function name="wxColour::Red">
50275056
<noreturn>false</noreturn>
50285057
<leak-ignore/>
@@ -5031,7 +5060,7 @@
50315060
<use-retval/>
50325061
</function>
50335062
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5034-
<!-- void AddLine (const wxString &str, wxTextFileType type=typeDefault) -->
5063+
<!-- void AddLine (const wxString &str, wxTextFileType type=typeDefault) -->
50355064
<function name="wxTextFile::AddLine">
50365065
<noreturn>false</noreturn>
50375066
<leak-ignore/>
@@ -5043,22 +5072,22 @@
50435072
</arg>
50445073
</function>
50455074
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5046-
<!-- void Clear () -->
5075+
<!-- void Clear () -->
50475076
<function name="wxTextFile::Clear">
50485077
<noreturn>false</noreturn>
50495078
<leak-ignore/>
50505079
</function>
50515080
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5052-
<!-- bool Close () -->
5081+
<!-- bool Close () -->
50535082
<function name="wxTextFile::Close">
50545083
<noreturn>false</noreturn>
50555084
<leak-ignore/>
50565085
<returnValue type="bool"/>
50575086
</function>
50585087
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5059-
<!-- bool Create () -->
5088+
<!-- bool Create () -->
50605089
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5061-
<!-- bool Create (const wxString &strFile) -->
5090+
<!-- bool Create (const wxString &strFile) -->
50625091
<function name="wxTextFile::Create">
50635092
<noreturn>false</noreturn>
50645093
<leak-ignore/>
@@ -5068,7 +5097,7 @@
50685097
</arg>
50695098
</function>
50705099
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5071-
<!-- bool Eof () const -->
5100+
<!-- bool Eof () const -->
50725101
<function name="wxTextFile::Eof">
50735102
<noreturn>false</noreturn>
50745103
<leak-ignore/>
@@ -5077,7 +5106,7 @@
50775106
<use-retval/>
50785107
</function>
50795108
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5080-
<!-- bool Exists () const -->
5109+
<!-- bool Exists () const -->
50815110
<function name="wxTextFile::Exists">
50825111
<noreturn>false</noreturn>
50835112
<leak-ignore/>
@@ -5086,7 +5115,7 @@
50865115
<use-retval/>
50875116
</function>
50885117
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5089-
<!-- size_t GetCurrentLine () const -->
5118+
<!-- size_t GetCurrentLine () const -->
50905119
<function name="wxTextFile::GetCurrentLine">
50915120
<noreturn>false</noreturn>
50925121
<leak-ignore/>
@@ -5095,23 +5124,23 @@
50955124
<use-retval/>
50965125
</function>
50975126
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5098-
<!-- wxString & GetFirstLine () -->
5127+
<!-- wxString & GetFirstLine () -->
50995128
<function name="wxTextFile::GetFirstLine">
51005129
<noreturn>false</noreturn>
51015130
<leak-ignore/>
51025131
<returnValue type="wxString"/>
51035132
<use-retval/>
51045133
</function>
51055134
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5106-
<!-- wxString & GetLastLine () -->
5135+
<!-- wxString & GetLastLine () -->
51075136
<function name="wxTextFile::GetLastLine">
51085137
<noreturn>false</noreturn>
51095138
<leak-ignore/>
51105139
<returnValue type="wxString"/>
51115140
<use-retval/>
51125141
</function>
51135142
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5114-
<!-- size_t GetLineCount () const -->
5143+
<!-- size_t GetLineCount () const -->
51155144
<function name="wxTextFile::GetLineCount">
51165145
<noreturn>false</noreturn>
51175146
<leak-ignore/>
@@ -5120,7 +5149,7 @@
51205149
<use-retval/>
51215150
</function>
51225151
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5123-
<!-- wxTextFileType GetLineType (size_t n) const -->
5152+
<!-- wxTextFileType GetLineType (size_t n) const -->
51245153
<function name="wxTextFile::GetLineType">
51255154
<noreturn>false</noreturn>
51265155
<leak-ignore/>
@@ -5129,7 +5158,7 @@
51295158
<use-retval/>
51305159
</function>
51315160
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5132-
<!-- const wxString & GetName () const -->
5161+
<!-- const wxString & GetName () const -->
51335162
<function name="wxTextFile::GetName">
51345163
<noreturn>false</noreturn>
51355164
<leak-ignore/>
@@ -5138,15 +5167,15 @@
51385167
<use-retval/>
51395168
</function>
51405169
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5141-
<!-- wxString & GetNextLine () -->
5170+
<!-- wxString & GetNextLine () -->
51425171
<function name="wxTextFile::GetNextLine">
51435172
<noreturn>false</noreturn>
51445173
<leak-ignore/>
51455174
<returnValue type="wxString"/>
51465175
<use-retval/>
51475176
</function>
51485177
<!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html -->
5149-
<!-- wxString & GetPrevLine () -->
5178+
<!-- wxString & GetPrevLine () -->
51505179
<function name="wxTextFile::GetPrevLine">
51515180
<noreturn>false</noreturn>
51525181
<leak-ignore/>
@@ -6354,6 +6383,7 @@
63546383
<function name="wxStaticText::Wrap">
63556384
<noreturn>false</noreturn>
63566385
<leak-ignore/>
6386+
<returnValue type="void"/>
63576387
<arg nr="1">
63586388
<not-uninit/>
63596389
</arg>
@@ -6363,18 +6393,16 @@
63636393
<function name="wxWindow::SetPosition,wxStaticText::SetPosition,wxButton::SetPosition,wxBannerWindow::SetPosition,wxControl::SetPosition,wxGLCanvas::SetPosition,wxHtmlHelpWindow::SetPosition,wxMDIClientWindow::SetPosition,wxMenuBar::SetPosition,wxNativeWindow::SetPosition,wxNonOwnedWindow::SetPosition,wxPanel::SetPosition,wxPGMultiButton::SetPosition,wxSashWindow::SetPosition,wxSplitterWindow::SetPosition,wxTipWindow::SetPosition,wxTreeListCtrl::SetPosition,wxActiveXContainer::SetPosition,wxActivityIndicator::SetPosition,wxAnimationCtrl::SetPosition,wxAnyButton::SetPosition,wxAuiToolBar::SetPosition,wxBookCtrlBase::SetPosition,wxCalenderCtrl::SetPosition,wxCheckBox::SetPosition,wxChoice::SetPosition,wxCollapsibleHeaderCtrl::SetPosition,wxCollapsiblePane::SetPosition,wxComboBox::SetPosition,wxComboCtrl::SetPosition,wxControlWithItems::SetPosition,wxDataViewCtrl::SetPosition,wxDatePickerCtrl::SetPosition,wxFileCtrl::SetPosition,wxGauge::SetPosition,wxGenericDirCtrl::SetPosition,wxHeaderCtrl::SetPosition,wxHyperlinkCtrl::SetPosition,wxInfoBar::SetPosition,wxListBox::SetPosition,wxListCtrl::SetPosition,wxMediaCtrl::SetPosition,wxPickerBase::SetPosition,wxPropertyGrid::SetPosition,wxRadioBox::SetPosition,wxRadioButton::SetPosition,wxRibbonCtrl::SetPosition,wxRichTextCtrl::SetPosition">
63646394
<noreturn>false</noreturn>
63656395
<leak-ignore/>
6366-
<arg nr="1">
6367-
<not-uninit/>
6368-
</arg>
6396+
<returnValue type="void"/>
6397+
<arg nr="1"/>
63696398
</function>
63706399
<!-- virtual bool SetFont (const wxFont &font)
63716400
and derived classes -->
6372-
<function name="wxWindow::SetFont,wxPropertyGridManager::SetFont,wxPaintDC::SetFont,wxStaticText::SetFont,wxBannerWindow::SetFont,wxControl::SetFont,wxGLCanvas::SetFont,wxHtmlHelpWindow::SetFont,wxMDIClientWindow::SetFont,wxMenuBar::SetFont,wxNativeWindow::SetFont,wxNonOwnedWindow::SetFont,wxPanel::SetFont,wxPGMultiButton::SetFont,wxSashWindow::SetFont,wxSplitterWindow::SetFont,wxTipWindow::SetFont,wxTreeListCtrl::SetFont,wxActiveXContainer::SetFont,wxActivityIndicator::SetFont,wxAnimationCtrl::SetFont,wxAnyButton::SetFont,wxAuiToolBar::SetFont,wxBookCtrlBase::SetFont,wxCalenderCtrl::SetFont,wxCheckBox::SetFont,wxChoice::SetFont,wxCollapsibleHeaderCtrl::SetFont,wxCollapsiblePane::SetFont,wxComboBox::SetFont,wxComboCtrl::SetFont,wxControlWithItems::SetFont,wxDataViewCtrl::SetFont,wxDatePickerCtrl::SetFont,wxFileCtrl::SetFont,wxGauge::SetFont,wxGenericDirCtrl::SetFont,wxHeaderCtrl::SetFont,wxHyperlinkCtrl::SetFont,wxInfoBar::SetFont,wxListBox::SetFont,wxListCtrl::SetFont,wxMediaCtrl::SetFont,wxPickerBase::SetFont,wxPropertyGrid::SetFont,wxRadioBox::SetFont,wxRadioButton::SetFont,wxRibbonCtrl::SetFont,wxRichTextCtrl::SetFont">
6401+
<function name="wxTextCtrl::SetFont,wxWindow::SetFont,wxPropertyGridManager::SetFont,wxPaintDC::SetFont,wxStaticText::SetFont,wxBannerWindow::SetFont,wxControl::SetFont,wxGLCanvas::SetFont,wxHtmlHelpWindow::SetFont,wxMDIClientWindow::SetFont,wxMenuBar::SetFont,wxNativeWindow::SetFont,wxNonOwnedWindow::SetFont,wxPanel::SetFont,wxPGMultiButton::SetFont,wxSashWindow::SetFont,wxSplitterWindow::SetFont,wxTipWindow::SetFont,wxTreeListCtrl::SetFont,wxActiveXContainer::SetFont,wxActivityIndicator::SetFont,wxAnimationCtrl::SetFont,wxAnyButton::SetFont,wxAuiToolBar::SetFont,wxBookCtrlBase::SetFont,wxCalenderCtrl::SetFont,wxCheckBox::SetFont,wxChoice::SetFont,wxCollapsibleHeaderCtrl::SetFont,wxCollapsiblePane::SetFont,wxComboBox::SetFont,wxComboCtrl::SetFont,wxControlWithItems::SetFont,wxDataViewCtrl::SetFont,wxDatePickerCtrl::SetFont,wxFileCtrl::SetFont,wxGauge::SetFont,wxGenericDirCtrl::SetFont,wxHeaderCtrl::SetFont,wxHyperlinkCtrl::SetFont,wxInfoBar::SetFont,wxListBox::SetFont,wxListCtrl::SetFont,wxMediaCtrl::SetFont,wxPickerBase::SetFont,wxPropertyGrid::SetFont,wxRadioBox::SetFont,wxRadioButton::SetFont,wxRibbonCtrl::SetFont,wxRichTextCtrl::SetFont">
63736402
<noreturn>false</noreturn>
63746403
<leak-ignore/>
6375-
<arg nr="1">
6376-
<not-uninit/>
6377-
</arg>
6404+
<returnValue type="bool"/>
6405+
<arg nr="1"/>
63786406
</function>
63796407
<!-- virtual void wxStaticText::SetLabel ( const wxString & label ) -->
63806408
<function name="wxStaticText::SetLabel">
@@ -6749,7 +6777,9 @@
67496777
<!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) -->
67506778
<!-- virtual bool wxButton::SetForegroundColour(const wxColour & colour) -->
67516779
<!-- virtual bool wxButton::SetBackgroundColour(const wxColour & colour) -->
6752-
<function name="wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
6780+
<!-- virtual bool wxTextCtrl::SetForegroundColour(const wxColour & colour) -->
6781+
<!-- virtual bool wxTextCtrl::SetBackgroundColour(const wxColour & colour) -->
6782+
<function name="wxTextCtrl::SetForegroundColour,wxTextCtrl::SetBackgroundColour,wxWindow::SetForegroundColour,wxWindow::SetBackgroundColour,wxStaticText::SetForegroundColour,wxStaticText::SetBackgroundColour,wxButton::SetForegroundColour,wxButton::SetBackgroundColour">
67536783
<noreturn>false</noreturn>
67546784
<leak-ignore/>
67556785
<returnValue type="bool"/>

0 commit comments

Comments
 (0)