wok diff gtkdialog/stuff/examples/00.00-text @ rev 445
Update xorg deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 16 14:39:17 2008 +0100 (2008-03-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtkdialog/stuff/examples/00.00-text Sun Mar 16 14:39:17 2008 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +export MAIN_DIALOG=' 1.7 + <vbox> 1.8 + <text> 1.9 + <label>This is a static text.</label> 1.10 + </text> 1.11 + <hbox> 1.12 + <button ok></button> 1.13 + <button cancel></button> 1.14 + </hbox> 1.15 + </vbox> 1.16 +' 1.17 + 1.18 +gtkdialog --program=MAIN_DIALOG 1.19 + 1.20 +