mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +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; };
|
void setNextShortcut(int sc) { nextShortcut = sc; };
|
||||||
int getNextShortcut() { return nextShortcut; };
|
int getNextShortcut() { return nextShortcut; };
|
||||||
|
bool gotAction() { return !no_action; };
|
||||||
};
|
};
|
||||||
|
|
||||||
class CPINProtection
|
class CPINProtection
|
||||||
|
Reference in New Issue
Block a user