|
9973 | 9973 | <not-bool/> |
9974 | 9974 | </arg> |
9975 | 9975 | </function> |
9976 | | - <!-- wxPoint wxRect::GetPosition() const --> |
9977 | | - <function name="wxStaticText::GetPosition"> |
9978 | | - <noreturn>false</noreturn> |
9979 | | - <returnValue type="wxPoint"/> |
9980 | | - <leak-ignore/> |
9981 | | - <const/> |
9982 | | - <use-retval/> |
9983 | | - </function> |
9984 | 9976 | <!-- bool wxVariant::IsNull() const --> |
9985 | 9977 | <function name="wxVariant::IsNull"> |
9986 | 9978 | <noreturn>false</noreturn> |
@@ -16444,7 +16436,9 @@ wxItemKind kind = wxITEM_NORMAL) --> |
16444 | 16436 | <!-- int wxRect::GetY( void ) const --> |
16445 | 16437 | <!-- int wxRect::GetLeft(void ) const --> |
16446 | 16438 | <!-- int wxRect::GetRight( void ) const --> |
16447 | | - <function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight"> |
| 16439 | + <!-- int wxRect::GetTop( void ) const --> |
| 16440 | + <!-- int wxRect::GetBottom( void ) const --> |
| 16441 | + <function name="wxRect::GetWidth,wxRect::GetHeight,wxRect::GetX,wxRect::GetY,wxRect::GetLeft,wxRect::GetRight,wxRect::GetTop,wxRect::GetBottom"> |
16448 | 16442 | <noreturn>false</noreturn> |
16449 | 16443 | <leak-ignore/> |
16450 | 16444 | <returnValue type="int"/> |
@@ -16500,11 +16494,23 @@ wxItemKind kind = wxITEM_NORMAL) --> |
16500 | 16494 | <use-retval/> |
16501 | 16495 | <pure/> |
16502 | 16496 | </function> |
| 16497 | + <!-- wxSize wxRect::GetSize( void ) const --> |
| 16498 | + <function name="wxRect::GetSize"> |
| 16499 | + <noreturn>false</noreturn> |
| 16500 | + <leak-ignore/> |
| 16501 | + <returnValue type="wxSize"/> |
| 16502 | + <use-retval/> |
| 16503 | + <const/> |
| 16504 | + </function> |
16503 | 16505 | <!-- wxPoint wxRect::GetTopLeft( void ) const --> |
16504 | 16506 | <!-- wxPoint wxRect::GetTopRight( void ) const --> |
16505 | 16507 | <!-- wxPoint wxRect::GetBottomLeft( void ) const --> |
16506 | 16508 | <!-- wxPoint wxRect::GetBottomRight( void ) const --> |
16507 | | - <function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft"> |
| 16509 | + <!-- wxPoint wxRect::GetRightTop( void ) const --> |
| 16510 | + <!-- wxPoint wxRect::GetLeftTop( void ) const --> |
| 16511 | + <!-- wxPoint wxRect::GetPosition( void ) const --> |
| 16512 | + <!-- wxPoint wxStaticText::GetPosition( void ) const --> |
| 16513 | + <function name="wxRect::GetTopRight,wxRect::GetBottomLeft,wxRect::GetBottomRight,wxRect::GetTopLeft,wxRect::GetRightTop,wxRect::GetLeftTop,wxStaticText::GetPosition,wxRect::GetPosition"> |
16508 | 16514 | <noreturn>false</noreturn> |
16509 | 16515 | <leak-ignore/> |
16510 | 16516 | <returnValue type="wxPoint"/> |
|
0 commit comments