mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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;};
|
||||
void setWizardMode(int _from_wizard) { from_wizard = _from_wizard;};
|
||||
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(){hint_painted = false;}
|
||||
enum
|
||||
|
Reference in New Issue
Block a user