1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00
This commit is contained in:
Leland Lucius
2015-09-16 13:08:03 -05:00
parent 2f9c7d1567
commit 93aeca9a48
5 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,9 @@ class AButton: public wxWindow {
virtual ~ AButton();
virtual bool AcceptsFocus() const { return false; };
virtual bool AcceptsFocusFromKeyboard() const { return true; };
// Associate a set of four images (button up, highlight, button down,
// disabled) with one nondefault state of the button
virtual void SetAlternateImages(unsigned idx,