| 121 | } |
| 122 | |
| 123 | void 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 | |
| 131 | void CutCopyPasteToolBar::Populate() |
| 132 | { |
nothing calls this directly
no test coverage detected