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

Method AddButton

src/toolbars/CutCopyPasteToolBar.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void CutCopyPasteToolBar::AddButton(
124 teBmps eEnabledUp, teBmps eEnabledDown, teBmps eDisabled,
125 int id, const TranslatableString &label, bool toggle)
126{
127 auto r = mButtons.CreateButton(eEnabledUp, eEnabledDown, eDisabled, id, label, toggle);
128 mToolSizer->Add(r);
129}
130
131void CutCopyPasteToolBar::Populate()
132{

Callers

nothing calls this directly

Calls 2

CreateButtonMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected