Configuration of dns-server |
include/dns-server/dialogs.ycp |
Dialogs definitions | |
|
|
This module has an unstable interface. |
Imports
Global Functions |
global
ReallyExit ()
->
boolean
Ask user if exit without saving
- Return value:
-
true if exit
global
ReallyAbort ()
->
boolean
If modified, ask for confirmation
- Return value:
-
true if abort is confirmed
global
ReallyAbortAlways ()
->
boolean
Ask for confirmation (always)
- Return value:
-
true if abort is confirmed
global
ReadDialog ()
->
symbol
Read settings dialog
- Return value:
-
`abort if aborted and `next otherwise
global
WriteDialog ()
->
symbol
Write settings dialog
- Return value:
-
`abort if aborted and `next otherwise