summaryrefslogtreecommitdiffstats
path: root/libraries/bwidget/README
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2014-06-25 09:02:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-25 09:02:06 +0700
commit73807f11b5d1d88af14955f43e2db823c5ca4e43 (patch)
tree137367ecd2013a954d49a4b713ebaf860419ab21 /libraries/bwidget/README
parent6a3f39d85fd0b29f02a3d32e5245138c5cc90cc7 (diff)
downloadslackbuilds-73807f11b5d1d88af14955f43e2db823c5ca4e43.tar.gz
slackbuilds-73807f11b5d1d88af14955f43e2db823c5ca4e43.tar.xz
libraries/bwidget: Added (megawidgets for Tk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/bwidget/README')
-rw-r--r--libraries/bwidget/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/bwidget/README b/libraries/bwidget/README
new file mode 100644
index 0000000000..a26b379f52
--- /dev/null
+++ b/libraries/bwidget/README
@@ -0,0 +1,12 @@
+The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using
+native Tcl/Tk 8.x namespaces. The BWidgets have a professional look
+and feel as in other well known Toolkits (Tix or Incr Widgets), but
+the concept is radically different because everything is pure Tcl/Tk.
+No platform dependencies, and no compiling required. The code is 100%
+Pure Tcl/Tk.
+
+The BWidget library was originally developed by UNIFIX Online, and
+released under both the GNU Public License and the Tcl
+license. BWidget is now maintained as a community project, hosted
+by Sourceforge. Scores of fixes and enhancements have been added by
+community developers.