wok-stable diff gtkdialog/stuff/examples/13.00-chooser @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gtkdialog/stuff/examples/13.00-chooser Wed Sep 15 20:05:28 2010 +0000 1.3 @@ -0,0 +1,16 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +export MAIN_DIALOG=' 1.7 +<vbox> 1.8 + <chooser> 1.9 + <height>500</height><width>600</width> 1.10 + <variable>CHOOSER</variable> 1.11 + </chooser> 1.12 + <hbox> 1.13 + <button help></button> 1.14 + <button ok></button> 1.15 + </hbox> 1.16 +</vbox> 1.17 +' 1.18 + 1.19 +gtkdialog --program=MAIN_DIALOG