使用gdialog在linux上创建Yes/No GUI对话框

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用gdialog在linux上创建Yes/No GUI对话框相关的知识,希望对你有一定的参考价值。

  1. #!/bin/bash
  2. gdialog --title "some title for the dialog" --yesno "some text the yes/no question."
  3.  
  4. if [ $? == 0 ]; then
  5. {commands for yes}
  6. else
  7. {maybe other commands for no}
  8. fi

以上是关于使用gdialog在linux上创建Yes/No GUI对话框的主要内容,如果未能解决你的问题,请参考以下文章

Alexa Flask Ask Yes / No 响应处理

YES NO 上一个 下一个

从 VB.NET 查询 Access 数据库中的 Yes/No 字段

炫酷的jQuery对话框插gDialog

Linux第二十一 RAID二

Linux搭建ftp在windows下这么访问,需要怎么设置