| 749 | |
| 750 | |
| 751 | wxButton *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 | |
| 758 | void BookmarkView::doBookmarkActive(const std::string& group, const DemodulatorInstancePtr& demod) { |