|
78 | 78 | <check>wxPosition</check> |
79 | 79 | <check>wxRealPoint</check> |
80 | 80 | <check>wxRegion</check> |
| 81 | + <check>wxRegionContain</check> |
81 | 82 | <check>wxRegionIterator</check> |
82 | 83 | <check>wxRegEx</check> |
83 | 84 | <check>wxRect</check> |
|
3612 | 3613 | <define name="wxLAYOUT_LENGTH_X" value="0"/> |
3613 | 3614 | <define name="wxLAYOUT_MRU_LENGTH" value="0x10"/> |
3614 | 3615 | <define name="wxLAYOUT_QUERY" value="0x100"/> |
| 3616 | + <!-- enum wxRegionContain --> |
| 3617 | + <define name="wxOutRegion" value="0"/> |
| 3618 | + <define name="wxPartRegion" value="1"/> |
| 3619 | + <define name="wxInRegion" value="2"/> |
3615 | 3620 | <define name="wxLOG_FatalError" value="0"/> |
3616 | 3621 | <define name="wxLOG_Error" value="1"/> |
3617 | 3622 | <define name="wxLOG_Warning" value="2"/> |
@@ -11058,14 +11063,16 @@ |
11058 | 11063 | <not-uninit/> |
11059 | 11064 | </arg> |
11060 | 11065 | </function> |
11061 | | - <!-- bool wxArrayString::IsEmpty()--> |
11062 | | - <function name="wxArrayString::IsEmpty,std::vector::IsEmpty"> |
| 11066 | + <!-- bool wxArrayString::IsEmpty() const--> |
| 11067 | + <!-- bool wxRegion::IsEmpty() const --> |
| 11068 | + <function name="wxArrayString::IsEmpty,std::vector::IsEmpty,wxRegion::IsEmpty"> |
11063 | 11069 | <noreturn>false</noreturn> |
11064 | 11070 | <leak-ignore/> |
11065 | 11071 | <returnValue type="bool"/> |
11066 | 11072 | <use-retval/> |
| 11073 | + <const/> |
11067 | 11074 | </function> |
11068 | | - <!-- wxUniChar wxString::at(size_t n)const--> |
| 11075 | + <!-- wxUniChar wxString::at(size_t n) const--> |
11069 | 11076 | <function name="wxArrayString::at"> |
11070 | 11077 | <noreturn>false</noreturn> |
11071 | 11078 | <leak-ignore/> |
@@ -17006,7 +17013,8 @@ wxItemKind kind = wxITEM_NORMAL) --> |
17006 | 17013 | </function> |
17007 | 17014 | <!-- void wxTextEntry::Clear( void ) --> |
17008 | 17015 | <!-- void wxTextCtrl::Clear( void ) --> |
17009 | | - <function name="wxTextCtrl::Clear,wxTextEntry::Clear"> |
| 17016 | + <!-- void wxRegion::Clear( void ) --> |
| 17017 | + <function name="wxTextCtrl::Clear,wxTextEntry::Clear,wxRegion::Clear"> |
17010 | 17018 | <noreturn>false</noreturn> |
17011 | 17019 | <leak-ignore/> |
17012 | 17020 | <returnValue type="void"/> |
@@ -17089,6 +17097,15 @@ wxItemKind kind = wxITEM_NORMAL) --> |
17089 | 17097 | <not-uninit/> |
17090 | 17098 | </arg> |
17091 | 17099 | </function> |
| 17100 | + <!-- wxRegionContain wxRegion::Contains(const wxPoint & pt) const --> |
| 17101 | + <function name="wxRegion::Contains"> |
| 17102 | + <noreturn>false</noreturn> |
| 17103 | + <leak-ignore/> |
| 17104 | + <returnValue type="wxRegionContain"/> |
| 17105 | + <use-retval/> |
| 17106 | + <const/> |
| 17107 | + <arg nr="1" default="true" direction="in"/> |
| 17108 | + </function> |
17092 | 17109 | <!-- bool wxLog::IsLevelEnabled( wxLogLevel level, const wxString & component ) --> |
17093 | 17110 | <!-- bool wxLogGui::IsLevelEnabled( wxLogLevel level, const wxString & component ) --> |
17094 | 17111 | <function name="wxLog::IsLevelEnabled,wxLogGui::IsLevelEnabled"> |
|
0 commit comments