wok-6.x view gtkdialog/stuff/examples/13.00-chooser @ rev 5478

Fixed acl-dev. Soft link acl.h to /usr/include/sys/acl.h. This is so cups-pam can be build.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu May 06 01:07:40 2010 +0000 (2010-05-06)
parents
children
line source
1 #!/bin/sh
3 export MAIN_DIALOG='
4 <vbox>
5 <chooser>
6 <height>500</height><width>600</width>
7 <variable>CHOOSER</variable>
8 </chooser>
9 <hbox>
10 <button help></button>
11 <button ok></button>
12 </hbox>
13 </vbox>
14 '
16 gtkdialog --program=MAIN_DIALOG