wok view gtkdialog/stuff/examples/10.00-vbox_and_hbox @ rev 3777
Add: python-beaker python-mako python-nose python-pylons python-routes python-tempita python-weberror python-webob python-webhelpers python-webtest
author | Julien Rabier <taziden@slitaz.org> |
---|---|
date | Thu Jul 30 16:35:54 2009 +0200 (2009-07-30) |
parents | |
children |
line source
1 #!/bin/sh
3 export MAIN_DIALOG='
4 <vbox>
5 <hbox>
6 <text><label>Label1</label></text>
7 <entry></entry>
8 </hbox>
9 <hbox>
10 <text><label>Label2</label></text>
11 <entry></entry>
12 </hbox>
13 <hbox>
14 <button cancel></button>
15 <button help></button>
16 </hbox>
17 </vbox>
18 '
20 gtkdialog --program=MAIN_DIALOG