wok diff gtkdialog/stuff/examples/00.00-text @ rev 224

UP lzma 4.57
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 15 16:59:01 2008 +0100 (2008-02-15)
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	Fri Feb 15 16:59:01 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 +