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

Class wxTreebookExt

src/prefs/PrefsDialog.cpp:376–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374
375
376class wxTreebookExt final : public wxTreebook
377{
378public:
379 wxTreebookExt( wxWindow *parent,
380 wxWindowID id, const TranslatableString &titlePrefix)
381 : wxTreebook( parent, id )
382 , mTitlePrefix(titlePrefix)
383 {;};
384 ~wxTreebookExt(){;};
385 int ChangeSelection(size_t n) override;
386 int SetSelection(size_t n) override;
387 const TranslatableString mTitlePrefix;
388};
389
390
391int wxTreebookExt::ChangeSelection(size_t n) {

Callers 1

PrefsDialogMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected