Add checkCancel
This commit is contained in:
parent
80694b75fc
commit
a94f383b4d
|
@ -232,6 +232,14 @@ calcHeightDialog() {
|
|||
echo $((4+height))
|
||||
}
|
||||
|
||||
checkCancel() {
|
||||
if [ $? -eq 1 ]; then
|
||||
displayDialogBox --msgbox "$1" VALUES
|
||||
return 0
|
||||
fi
|
||||
return 1
|
||||
}
|
||||
|
||||
setDialogBox() {
|
||||
export dialogBox=${1}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue