wok view gtkdialog/stuff/examples/00.00-text @ rev 317

Add: openvpn
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 04 12:08:02 2008 +0000 (2008-03-04)
parents
children
line source
1 #!/bin/sh
3 export MAIN_DIALOG='
4 <vbox>
5 <text>
6 <label>This is a static text.</label>
7 </text>
8 <hbox>
9 <button ok></button>
10 <button cancel></button>
11 </hbox>
12 </vbox>
13 '
15 gtkdialog --program=MAIN_DIALOG