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

Method setResizable

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

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

Source from the content-addressed store, hash-verified

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.
217 Format& resizable( bool res = true ) { mResizable = res; return *this; }
218 //! Returns whether the Window created will have no border. Defaults to \c false.

Callers 12

prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
prepareSettingsMethod · 0.80
setResizableFunction · 0.80

Calls

no outgoing calls

Tested by 2

prepareSettingsMethod · 0.64
prepareSettingsMethod · 0.64