guiBuilder Overview
Guibuilder is a simple to use application builder for Tk.
You want to start by creating a toplevel widget for your
application, then you can pick other widgets and
drag them onto the toplevel and drop them where you want.
Basic commands:
- dragging with Mouse-button-2 lets you resize widgets
- dragging with Mouse-button-3 lets you move widgets
- double-clicking on a widget lets you edit label text/button text
- Shift-mouse-button-3 will pop up a configure form for the widget
Saving the file builds a standalone tk application
Note that guiBuilder comes with composite widget entries
for "Tix" widgets, which are not currently provided as
a Fermilab product, so using them probably won't work