Create a blog/article/video/document about explaining various options for zenity with output screenshots
Zenity is a program that will display GTK+ dialogs, and return the users input. This allows you to present information, and ask for information from the user, from all manner of shell scripts
There are many options available in zenity so that you can create many GUI as per your requirements to get your required dialog box.
-> we can use one command to open the manual of zenity command so that we can get to know about its format and option that are supported in zenity.
There are many options available in zenity so that you can create many GUI as per your requirements to get your required dialog box.
-> we can use one command to open the manual of zenity command so that we can get to know about its format and option that are supported in zenity.
man zenity
Comments
Post a Comment