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

Method SetButtonType

src/widgets/AButton.cpp:148–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void AButton::SetButtonType(Type type)
149{
150 if(mType != type)
151 {
152 mType = type;
153 InvalidateBestSize();
154 Refresh(false);
155 PostSizeEventToParent();
156 }
157}
158
159void AButton::SetFrameMid(int mid)
160{

Callers 11

MakeButtonMethod · 0.80
MakeShareAudioButtonMethod · 0.80
MakeLoginButtonFunction · 0.80
CreateMethod · 0.80
MakeControlToolBarButtonFunction · 0.80
MakeAudioSetupButtonMethod · 0.80
MakeToolsToolBarButtonFunction · 0.80
CreateButtonMethod · 0.80
PopulateMethod · 0.80
MakeSetupButtonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected