mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
#862: Removes default shortcut from Fl_Shortcut_Button
- the current UI for fallback/default/original shortcut was confusing, so I remove it until we find something better. I kept the values so we can reinstate a better interface without changing the API.
This commit is contained in:
@@ -33,9 +33,12 @@ public:
|
||||
Fl_Shortcut_Button(int X,int Y,int W,int H, const char* l = 0);
|
||||
void value(Fl_Shortcut shortcut);
|
||||
Fl_Shortcut value();
|
||||
#if 0
|
||||
// Default shortcut settings are disabled until successful review of the UI
|
||||
void default_value(Fl_Shortcut shortcut);
|
||||
Fl_Shortcut default_value();
|
||||
void default_clear();
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // Fl_Shortcut_Button_H
|
||||
|
||||
Reference in New Issue
Block a user