Configuration of power-management |
include/power-management/dialogs.ycp |
Dialogs definitions |
|
|
Imports
- CWM
- Label
- Mode
- Popup
- PowerManagement
- Wizard
Includes
- power-management/widgets.ycp
Local Functions
|
|
|
local Modified () -> boolean
|
|
Return a modification status
- Return value:
|
true if data was modified |
local ReallyAbort () -> boolean
|
|
Ask if Abort if modified
- Return value:
local AskAbort () -> boolean
|
|
Ask if Abort
- Return value:
local PollAbort () -> boolean
|
|
Check for Abort
- Return value:
local ReadAbort () -> boolean
|
|
Check for Abort durign read
- Return value:
local WriteAbort () -> boolean
|
|
Check for Abort durign write
- Return value:
local ReadDialog () -> symbol
|
|
Read settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local WriteDialog () -> symbol
|
|
Write settings dialog
- Return value:
|
`abort if aborted and `next otherwise |
local MainDialog () -> symbol
|
|
Run dialog for ACPI buttons behavior configuration
- Return value:
local ACPIButtonsDialog () -> symbol
|
|
Run dialog for ACPI buttons behavior configuration
- Return value:
local BatteryWarningDialog () -> symbol
|
|
Run dialog for battery warnings configuration
- Return value:
local EnableSuspendDialog () -> symbol
|
|
Run dialog for schemes configuration
- Return value:
local SchemesDialog () -> symbol
|
|
Run dialog for schemes configuration
- Return value:
local SchemeDialog1 () -> symbol
|
|
Run dialog for single scheme configuration
- Return value:
local SchemeDialog2 () -> symbol
|
|
Run dialog for single scheme configuration
- Return value:
local SchemeDialog3 () -> symbol
|
|
Run dialog for single scheme configuration
- Return value:
local FetchSchemes () -> symbol
|
|
Fetch all schemes
- Return value:
local StoreSchemes () -> symbol
|
|
Store all schemes
- Return value:
local StoreScheme () -> symbol
|
|
Store current scheme
- Return value:
|