Revision [33301]
This is an old revision of gtkdialog made by zigbert on 2023-02-24 02:56:50.
GtkDialog
Programming language that allows you to create GUI elements via Bash script.Minor GUIs are made in minutes, but it's also capable of building complex applications like pMusic.
export A='
<vbox> <text><label>Hello world</label></text> <pixmap><input file>/path/input.svg</input></pixmap> <button ok></button> </vbox>' gtkdialog -p A |
Documentation
There are 3 major resources:- The reference guide contains syntax and options for all gtkdialog widgets. A major work by Thunor.
- gtkdialogDocTips Tips and Tricks is a comprehensive collection of information for both newbies and skilled developers.
In addition there are other resources which may give some more flesh to the bone.
- General documentation of gtkdialog is poor, but it's a start.
- The command 'gtkdialog --help' shows available parameters.
Installation
PackagesSource code
Articles on Puppy blog
Also on Wiki
- MMview - written in Gtkdialog
- PBurn - written in Gtkdialog
- Gtkwialog - an alternative by forum member Wiak
Default Version
Find your gtkdialog version by execute gtkdialog -v in terminal.- BionicPup 8.0 - gtkdialog 0.8.4
- Slacko 5.3.1 - gtkdialog 0.8.0
Related Webpages
Categories
CategoryGtkdialogCategoryDevelopment
CategorySoftware