#! /bin/bash
function confirm_exit
{
yad --text "Are you sure?"
[[ $? -eq 0 ]] && kill -USR1 $YAD_PID
}
export -f confirm_exit
yad --form --field "data" --button "gtk-close:bash -c confirm_exit"
В Wed, 16 Mar 2016 04:00:59 -0700 (PDT)
FFRR <
carte...@gmail.com> писал:
> --
> You received this message because you are subscribed to the Google Groups "yad-common" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
yad-common+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
--
Victor Ananjevsky <
anan...@gmail.com>