Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
//
425
bool ToolBar::IsResizable() const
426
{
427
return mResizable;
428
}
429
430
//
431
// Returns the dock state of the toolbar
Callers
4
ToolFrame
Method · 0.80
OnPaint
Method · 0.80
OnMotion
Method · 0.80
Reset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected