diff options
author | slakmagik <jsun@freeshell.org> | 2010-05-11 22:53:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:27 +0200 |
commit | 1b6383fe966875ae7976fab1cd2377ea47dc0cd5 (patch) | |
tree | 0f62df9c9010e4c4ca795ab71b99f566df6a69f4 /development/Xdialog/README | |
parent | 794acfdd99dd76673c403d277fb059be497cfb6a (diff) | |
download | slackbuilds-1b6383fe966875ae7976fab1cd2377ea47dc0cd5.tar.gz |
development/Xdialog: Added to 12.1 repository
Diffstat (limited to 'development/Xdialog/README')
-rw-r--r-- | development/Xdialog/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/development/Xdialog/README b/development/Xdialog/README new file mode 100644 index 0000000000..e3bd32d31c --- /dev/null +++ b/development/Xdialog/README @@ -0,0 +1,10 @@ +Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog" +programs. It converts any terminal based program into a program with an +X-windows interface. The dialogs are easier to see and use while adding even +more functionalities (e.g. with the treeview, the file selector, the edit box, +the range box, the help button/box). Because Xdialog uses GTK+, it will also +match your desktop theme. + +If you wish to have NLS support, pass 'NLS=enable' to the SlackBuild. Xdialog +is a GTK"1" program but may optionally be compiled against GTK2. The developer +recommends against this but you may enable it (as I do) with 'GTK2=enable'. |