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

Method TryAutoExpand

src/widgets/ExpandingToolBar.cpp:250–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void ExpandingToolBar::TryAutoExpand()
251{
252 if (mAutoExpand && msNoAutoExpandStack==0 &&
253 mIsManualExpanded == false && mIsAutoExpanded == false) {
254 mToggleButton->PushDown();
255 mIsAutoExpanded = true;
256 Fit();
257 }
258}
259
260void ExpandingToolBar::TryAutoCollapse()
261{

Callers 1

ProcessEventMethod · 0.80

Calls 1

PushDownMethod · 0.45

Tested by

no test coverage detected