Unknown YCP Module |
This module has an unstable interface. |
Imports
Includes
Local Functions |
Info:
File: include/security/routines.ycp
Module: Security configuration
Summary: Routines
Authors: Michal Svec
$Id$
local
VSeparator ()
->
term
Vertical separator
- Return value:
-
vertical separator
local
HSeparator ()
->
term
Horizontal separator
- Return value:
-
horizontal separator
local
settings2widget (string ID)
->
term
Return a widget from the WIDGETS map created acording to the ID.
- Parameters:
-
ID security setting identifier
- Return value:
-
created widget
- See
-
widgets.ycp
local
widget2settings (string ID)
->
void
Query the widget with `id(ID) for its `Value
- Parameters:
-
ID security setting identifier
local
XFrame (float f1, float f2, string S, term T)
->
term
Frame with spacings
- Parameters:
-
f1 horizontal spacing f2 vertical spacing S frame label T frame contents
- Return value:
-
frame with contents
local
checkMinMax (string minID, string maxID)
->
boolean
Check if minimum is less than maximum in the widget
- Parameters:
-
minID ID os the minimum widget maxID ID os the maximum widget
- Return value:
-
true or false
local
ReallyAbort ()
->
boolean
If modified, ask for confirmation
- Return value:
-
true if abort is confirmed