Table of Contents
Example 1. File 00.00-text
#! /bin/bash export MAIN_DIALOG=' <vbox> <text> <label>This is a static text.</label> </text> <hbox> <button ok></button> <button cancel></button> </hbox> </vbox> ' gtkdialog --program=MAIN_DIALOG