MCPcopy Create free account
hub / github.com/audacity/audacity / IsResizable

Method IsResizable

src/toolbars/ToolBar.cpp:425–428  ·  view source on GitHub ↗

Returns whether the toolbar is resizable or not

Source from the content-addressed store, hash-verified

423// Returns whether the toolbar is resizable or not
424//
425bool ToolBar::IsResizable() const
426{
427 return mResizable;
428}
429
430//
431// Returns the dock state of the toolbar

Callers 4

ToolFrameMethod · 0.80
OnPaintMethod · 0.80
OnMotionMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected