mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- menu: add possibility to get action state of menu widget
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -664,6 +664,7 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
||||
|
||||
void setNextShortcut(int sc) { nextShortcut = sc; };
|
||||
int getNextShortcut() { return nextShortcut; };
|
||||
bool gotAction() { return !no_action; };
|
||||
};
|
||||
|
||||
class CPINProtection
|
||||
|
Reference in New Issue
Block a user