#
# See:
#
# charoo_src.tcl 
#	... for screen drawing primitives	
#
# charoo_widget.tcl
#	... for base class for all widgets
#
# charoo_screen.tcl 
#	... for the screen/focus manager widget
#
# charoo_box.tcl
#	... for a text-box widget (as an example)
#
# charoo-button.tcl, charoo-buttonbar.tcl
# 	... for an actually-useful widget pair
#
# charoo-test
#	... for a test program showing how to use this
#

source charoo/charoo_files.tcl

source charoo/charoo_src.tcl
source charoo/charoo_widget.tcl
source charoo/charoo_screen.tcl
source charoo/charoo_box.tcl
source charoo/charoo_button.tcl
source charoo/charoo_buttonbar.tcl

