MCPcopy Create free account
hub / github.com/cinder/Cinder / isResizable

Method isResizable

include/cinder/app/Window.h:213–213  ·  view source on GitHub ↗

Returns whether the Window created will be resizable. Defaults to \c true.

Source from the content-addressed store, hash-verified

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.

Callers 3

WindowImplMswMethod · 0.80
WindowImplLinuxMethod · 0.80
isResizableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected