mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
src/gui/widget/menue.h: add plausible alias for disableSaveScreen() method
This commit is contained in:
@@ -640,7 +640,8 @@ class CMenuWidget : public CMenuTarget, public CComponentsSignals
|
|||||||
int getSelectedLine(void)const {return no_action ? -1 : selected;};
|
int getSelectedLine(void)const {return no_action ? -1 : selected;};
|
||||||
void setWizardMode(int _from_wizard) { from_wizard = _from_wizard;};
|
void setWizardMode(int _from_wizard) { from_wizard = _from_wizard;};
|
||||||
void enableFade(bool _enable) { fade = _enable; };
|
void enableFade(bool _enable) { fade = _enable; };
|
||||||
void enableSaveScreen(bool enable);
|
void enableSaveScreen(bool enable = true);
|
||||||
|
void disableSaveScreen() {enableSaveScreen(false);}
|
||||||
void paintHint(int num);
|
void paintHint(int num);
|
||||||
void paintHint(){hint_painted = false;}
|
void paintHint(){hint_painted = false;}
|
||||||
enum
|
enum
|
||||||
|
Reference in New Issue
Block a user