What is tkBuilder?
tkBuilder is designed to facilitate the construction and testing of interfaces and applications using tcl/tk. It is a tool for managing widget properties, the widget hierarchy and procedure code. tkBuilder gives you the ability to:
- Manage the widget hierarchy in a tree diagram
- Specify widget properties (attributes, geometry, and bindings) in property forms
- Copy, duplicate, delete, rename, and move widgets and widget branches
- Copy selected properties from one widget to others
- Run any portion of the widget hierarchy to immediately see the effects of changes to widget properties
- View and save the tcl/tk code generated for any portion of the widget hierachy
- Create and re-use megawidgets
- Create templates to manage the attributes of many related widgets from one point
- Modify the resource database
- Integrate other packages and widgets
- Integrate your own code and procedures
