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

Method SetNormalColor

libraries/lib-wx-wrappers/GradientButton.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void GradientButton::SetNormalColor(wxColour start, wxColour end) {
96 m_normalColorStart = start;
97 m_normalColorEnd = end;
98};
99
100void GradientButton::SetPressedColor(wxColour start, wxColour end) {
101 m_pressedColorStart = start;

Callers 3

AddBecomeAPartnerPageMethod · 0.80
AddLoadingErrorPageMethod · 0.80
AddEffectsPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected