mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
src/gui/widget/menue.h: add plausible alias for disableSaveScreen() method
Origin commit data
------------------
Branch: ni/coolstream
Commit: d2be7e0f4d
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-07-28 (Sat, 28 Jul 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -643,7 +643,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