MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / addButton

Method addButton

src/forms/Bookmark/BookmarkView.cpp:751–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749
750
751wxButton *BookmarkView::addButton(wxWindow *parent, const std::string& labelVal, wxObjectEventFunction handler) {
752 wxButton *nButton = makeButton(parent, labelVal, handler);
753 parent->GetSizer()->Add( nButton, 0, wxEXPAND);
754 return nButton;
755}
756
757
758void BookmarkView::doBookmarkActive(const std::string& group, const DemodulatorInstancePtr& demod) {

Callers

nothing calls this directly

Calls 1

AddMethod · 0.80

Tested by

no test coverage detected