Returns whether the Window created will be resizable. Defaults to \c true.
| 211 | |
| 212 | //! Returns whether the Window created will be resizable. Defaults to \c true. |
| 213 | bool isResizable() const { return mResizable; } |
| 214 | //! Sets whether the Window created will be resizable. Defaults to \c true. |
| 215 | void setResizable( bool resizable = true ) { mResizable = resizable; } |
| 216 | //! Sets whether the Window created will be resizable. Defaults to \c true. |
no outgoing calls
no test coverage detected