|
4890 | 4890 | <not-uninit/> |
4891 | 4891 | </arg> |
4892 | 4892 | </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> |
4893 | 4922 | <!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html --> |
4894 | | - <!-- virtual unsigned int GetCount () const --> |
| 4923 | + <!-- virtual unsigned int GetCount () const --> |
4895 | 4924 | <function name="wxRadioBox::GetCount"> |
4896 | 4925 | <noreturn>false</noreturn> |
4897 | 4926 | <leak-ignore/> |
|
4900 | 4929 | <use-retval/> |
4901 | 4930 | </function> |
4902 | 4931 | <!-- 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 --> |
4904 | 4933 | <function name="wxRadioBox::GetString"> |
4905 | 4934 | <noreturn>false</noreturn> |
4906 | 4935 | <leak-ignore/> |
|
4912 | 4941 | </arg> |
4913 | 4942 | </function> |
4914 | 4943 | <!-- 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) --> |
4916 | 4945 | <function name="wxRadioBox::SetString"> |
4917 | 4946 | <noreturn>false</noreturn> |
4918 | 4947 | <leak-ignore/> |
|
4924 | 4953 | </arg> |
4925 | 4954 | </function> |
4926 | 4955 | <!-- http://docs.wxwidgets.org/trunk/classwx_radio_box.html --> |
4927 | | - <!-- virtual int GetSelection () const --> |
| 4956 | + <!-- virtual int GetSelection () const --> |
4928 | 4957 | <function name="wxRadioBox::GetSelection"> |
4929 | 4958 | <noreturn>false</noreturn> |
4930 | 4959 | <leak-ignore/> |
|
4933 | 4962 | <use-retval/> |
4934 | 4963 | </function> |
4935 | 4964 | <!-- http://docs.wxwidgets.org/trunk/classwx_button.html --> |
4936 | | - <!-- bool GetAuthNeeded () const --> |
| 4965 | + <!-- bool GetAuthNeeded () const --> |
4937 | 4966 | <function name="wxButton::GetAuthNeeded"> |
4938 | 4967 | <noreturn>false</noreturn> |
4939 | 4968 | <leak-ignore/> |
|
4942 | 4971 | <use-retval/> |
4943 | 4972 | </function> |
4944 | 4973 | <!-- http://docs.wxwidgets.org/trunk/classwx_button.html --> |
4945 | | - <!-- wxString GetLabel () const --> |
| 4974 | + <!-- wxString GetLabel () const --> |
4946 | 4975 | <function name="wxButton::GetLabel"> |
4947 | 4976 | <noreturn>false</noreturn> |
4948 | 4977 | <leak-ignore/> |
|
4961 | 4990 | </arg> |
4962 | 4991 | </function> |
4963 | 4992 | <!-- http://docs.wxwidgets.org/trunk/classwx_button.html --> |
4964 | | - <!-- void SetAuthNeeded (bool needed=true) --> |
| 4993 | + <!-- void SetAuthNeeded (bool needed=true) --> |
4965 | 4994 | <function name="wxButton::SetAuthNeeded"> |
4966 | 4995 | <noreturn>false</noreturn> |
4967 | 4996 | <leak-ignore/> |
|
4977 | 5006 | <returnValue type="wxWindow *"/> |
4978 | 5007 | </function> |
4979 | 5008 | <!-- http://docs.wxwidgets.org/trunk/classwx_button.html --> |
4980 | | - <!-- void SetLabel (const wxString &label) --> |
| 5009 | + <!-- void SetLabel (const wxString &label) --> |
4981 | 5010 | <function name="wxButton::SetLabel"> |
4982 | 5011 | <noreturn>false</noreturn> |
4983 | 5012 | <leak-ignore/> |
|
5004 | 5033 | </arg> |
5005 | 5034 | </function> |
5006 | 5035 | <!-- http://docs.wxwidgets.org/trunk/classwx_colour.html --> |
5007 | | - <!-- virtual unsigned char Blue () const --> |
| 5036 | + <!-- virtual unsigned char Blue () const --> |
5008 | 5037 | <function name="wxColour::Blue"> |
5009 | 5038 | <noreturn>false</noreturn> |
5010 | 5039 | <leak-ignore/> |
|
5013 | 5042 | <use-retval/> |
5014 | 5043 | </function> |
5015 | 5044 | <!-- http://docs.wxwidgets.org/trunk/classwx_colour.html --> |
5016 | | - <!-- virtual unsigned char Green () const --> |
| 5045 | + <!-- virtual unsigned char Green () const --> |
5017 | 5046 | <function name="wxColour::Green"> |
5018 | 5047 | <noreturn>false</noreturn> |
5019 | 5048 | <leak-ignore/> |
|
5022 | 5051 | <use-retval/> |
5023 | 5052 | </function> |
5024 | 5053 | <!-- http://docs.wxwidgets.org/trunk/classwx_colour.html --> |
5025 | | - <!-- virtual unsigned char Red () const --> |
| 5054 | + <!-- virtual unsigned char Red () const --> |
5026 | 5055 | <function name="wxColour::Red"> |
5027 | 5056 | <noreturn>false</noreturn> |
5028 | 5057 | <leak-ignore/> |
|
5031 | 5060 | <use-retval/> |
5032 | 5061 | </function> |
5033 | 5062 | <!-- 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) --> |
5035 | 5064 | <function name="wxTextFile::AddLine"> |
5036 | 5065 | <noreturn>false</noreturn> |
5037 | 5066 | <leak-ignore/> |
|
5043 | 5072 | </arg> |
5044 | 5073 | </function> |
5045 | 5074 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5046 | | - <!-- void Clear () --> |
| 5075 | + <!-- void Clear () --> |
5047 | 5076 | <function name="wxTextFile::Clear"> |
5048 | 5077 | <noreturn>false</noreturn> |
5049 | 5078 | <leak-ignore/> |
5050 | 5079 | </function> |
5051 | 5080 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5052 | | - <!-- bool Close () --> |
| 5081 | + <!-- bool Close () --> |
5053 | 5082 | <function name="wxTextFile::Close"> |
5054 | 5083 | <noreturn>false</noreturn> |
5055 | 5084 | <leak-ignore/> |
5056 | 5085 | <returnValue type="bool"/> |
5057 | 5086 | </function> |
5058 | 5087 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5059 | | - <!-- bool Create () --> |
| 5088 | + <!-- bool Create () --> |
5060 | 5089 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5061 | | - <!-- bool Create (const wxString &strFile) --> |
| 5090 | + <!-- bool Create (const wxString &strFile) --> |
5062 | 5091 | <function name="wxTextFile::Create"> |
5063 | 5092 | <noreturn>false</noreturn> |
5064 | 5093 | <leak-ignore/> |
|
5068 | 5097 | </arg> |
5069 | 5098 | </function> |
5070 | 5099 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5071 | | - <!-- bool Eof () const --> |
| 5100 | + <!-- bool Eof () const --> |
5072 | 5101 | <function name="wxTextFile::Eof"> |
5073 | 5102 | <noreturn>false</noreturn> |
5074 | 5103 | <leak-ignore/> |
|
5077 | 5106 | <use-retval/> |
5078 | 5107 | </function> |
5079 | 5108 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5080 | | - <!-- bool Exists () const --> |
| 5109 | + <!-- bool Exists () const --> |
5081 | 5110 | <function name="wxTextFile::Exists"> |
5082 | 5111 | <noreturn>false</noreturn> |
5083 | 5112 | <leak-ignore/> |
|
5086 | 5115 | <use-retval/> |
5087 | 5116 | </function> |
5088 | 5117 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5089 | | - <!-- size_t GetCurrentLine () const --> |
| 5118 | + <!-- size_t GetCurrentLine () const --> |
5090 | 5119 | <function name="wxTextFile::GetCurrentLine"> |
5091 | 5120 | <noreturn>false</noreturn> |
5092 | 5121 | <leak-ignore/> |
|
5095 | 5124 | <use-retval/> |
5096 | 5125 | </function> |
5097 | 5126 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5098 | | - <!-- wxString & GetFirstLine () --> |
| 5127 | + <!-- wxString & GetFirstLine () --> |
5099 | 5128 | <function name="wxTextFile::GetFirstLine"> |
5100 | 5129 | <noreturn>false</noreturn> |
5101 | 5130 | <leak-ignore/> |
5102 | 5131 | <returnValue type="wxString"/> |
5103 | 5132 | <use-retval/> |
5104 | 5133 | </function> |
5105 | 5134 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5106 | | - <!-- wxString & GetLastLine () --> |
| 5135 | + <!-- wxString & GetLastLine () --> |
5107 | 5136 | <function name="wxTextFile::GetLastLine"> |
5108 | 5137 | <noreturn>false</noreturn> |
5109 | 5138 | <leak-ignore/> |
5110 | 5139 | <returnValue type="wxString"/> |
5111 | 5140 | <use-retval/> |
5112 | 5141 | </function> |
5113 | 5142 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5114 | | - <!-- size_t GetLineCount () const --> |
| 5143 | + <!-- size_t GetLineCount () const --> |
5115 | 5144 | <function name="wxTextFile::GetLineCount"> |
5116 | 5145 | <noreturn>false</noreturn> |
5117 | 5146 | <leak-ignore/> |
|
5120 | 5149 | <use-retval/> |
5121 | 5150 | </function> |
5122 | 5151 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5123 | | - <!-- wxTextFileType GetLineType (size_t n) const --> |
| 5152 | + <!-- wxTextFileType GetLineType (size_t n) const --> |
5124 | 5153 | <function name="wxTextFile::GetLineType"> |
5125 | 5154 | <noreturn>false</noreturn> |
5126 | 5155 | <leak-ignore/> |
|
5129 | 5158 | <use-retval/> |
5130 | 5159 | </function> |
5131 | 5160 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5132 | | - <!-- const wxString & GetName () const --> |
| 5161 | + <!-- const wxString & GetName () const --> |
5133 | 5162 | <function name="wxTextFile::GetName"> |
5134 | 5163 | <noreturn>false</noreturn> |
5135 | 5164 | <leak-ignore/> |
|
5138 | 5167 | <use-retval/> |
5139 | 5168 | </function> |
5140 | 5169 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5141 | | - <!-- wxString & GetNextLine () --> |
| 5170 | + <!-- wxString & GetNextLine () --> |
5142 | 5171 | <function name="wxTextFile::GetNextLine"> |
5143 | 5172 | <noreturn>false</noreturn> |
5144 | 5173 | <leak-ignore/> |
5145 | 5174 | <returnValue type="wxString"/> |
5146 | 5175 | <use-retval/> |
5147 | 5176 | </function> |
5148 | 5177 | <!-- http://docs.wxwidgets.org/trunk/classwx_text_file.html --> |
5149 | | - <!-- wxString & GetPrevLine () --> |
| 5178 | + <!-- wxString & GetPrevLine () --> |
5150 | 5179 | <function name="wxTextFile::GetPrevLine"> |
5151 | 5180 | <noreturn>false</noreturn> |
5152 | 5181 | <leak-ignore/> |
|
6354 | 6383 | <function name="wxStaticText::Wrap"> |
6355 | 6384 | <noreturn>false</noreturn> |
6356 | 6385 | <leak-ignore/> |
| 6386 | + <returnValue type="void"/> |
6357 | 6387 | <arg nr="1"> |
6358 | 6388 | <not-uninit/> |
6359 | 6389 | </arg> |
|
6363 | 6393 | <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"> |
6364 | 6394 | <noreturn>false</noreturn> |
6365 | 6395 | <leak-ignore/> |
6366 | | - <arg nr="1"> |
6367 | | - <not-uninit/> |
6368 | | - </arg> |
| 6396 | + <returnValue type="void"/> |
| 6397 | + <arg nr="1"/> |
6369 | 6398 | </function> |
6370 | 6399 | <!-- virtual bool SetFont (const wxFont &font) |
6371 | 6400 | 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"> |
6373 | 6402 | <noreturn>false</noreturn> |
6374 | 6403 | <leak-ignore/> |
6375 | | - <arg nr="1"> |
6376 | | - <not-uninit/> |
6377 | | - </arg> |
| 6404 | + <returnValue type="bool"/> |
| 6405 | + <arg nr="1"/> |
6378 | 6406 | </function> |
6379 | 6407 | <!-- virtual void wxStaticText::SetLabel ( const wxString & label ) --> |
6380 | 6408 | <function name="wxStaticText::SetLabel"> |
|
6749 | 6777 | <!-- virtual bool wxStaticText::SetBackgroundColour(const wxColour & colour) --> |
6750 | 6778 | <!-- virtual bool wxButton::SetForegroundColour(const wxColour & colour) --> |
6751 | 6779 | <!-- 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"> |
6753 | 6783 | <noreturn>false</noreturn> |
6754 | 6784 | <leak-ignore/> |
6755 | 6785 | <returnValue type="bool"/> |
|
0 commit comments