| 362 | return retRect; |
| 363 | }; |
| 364 | virtual Point2I getMinExtent() const { return mMinExtent; } ///< Returns minimum size the control can be |
| 365 | virtual void setMinExtent( const Point2I &newMinExtent ) { mMinExtent = newMinExtent; }; |
| 366 | inline const S32 getLeft() const { return mBounds.point.x; } ///< Returns the X position of the control |
| 367 | inline const S32 getTop() const { return mBounds.point.y; } ///< Returns the Y position of the control |
no outgoing calls
no test coverage detected