Configuration of tftp-server |
include/tftp-server/dialogs.ycp |
Dialogs definitions | |
|
|
This module has an unstable interface. |
Imports
Local Functions |
local
Packages ()
->
symbol
Check for required packaged to be installed
- Return value:
-
`abort if aborted and `next otherwise
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
Main dialog
- Return value:
-
dialog result
local
TextAndButton (term text, term button)
->
term
Nicely put a `TextEntry and its helper `PushButton together
- Parameters:
-
text textentry widget button pushbutton widget
- Return value:
-
a HBox
local
CheckDirectorySyntax (string dir)
->
boolean
Must be an absolute path without whitespace.
- Parameters:
-
dir directory path
- Return value:
-
valid?