Robert Oschler
2002-12-21 04:26:17 UTC
"Don Rozenberg" <rozen at mcn.org> wrote in message
Dan,
Does the GPL extend to the app's that have GUI's created with PAGE, or are
they in the clear?
thx
What is PAGE?
-----------
PAGE is an automatic GUI generator which bears a resemblance to
Visual Basic. It allows one to easily create GUI window containing a
selection of Tk and Tix widgets and bind actions associated with
events in those widgets with a straight-forward, visual paradigm.
It is a Tcl/Tk/Tix program that generates a Python module that
realizes the desired GUI. Further, it supports rework in that one can
generate a Python GUI module, debug it in the Python space, and yet be
able to return to the Tcl/Tk realm to modify or update the appearance
of the GUI or change the bindings on the widgets.
There is a large user's guide and several useful examples.
<snip>-----------
PAGE is an automatic GUI generator which bears a resemblance to
Visual Basic. It allows one to easily create GUI window containing a
selection of Tk and Tix widgets and bind actions associated with
events in those widgets with a straight-forward, visual paradigm.
It is a Tcl/Tk/Tix program that generates a Python module that
realizes the desired GUI. Further, it supports rework in that one can
generate a Python GUI module, debug it in the Python space, and yet be
able to return to the Tcl/Tk realm to modify or update the appearance
of the GUI or change the bindings on the widgets.
There is a large user's guide and several useful examples.
Dan,
Does the GPL extend to the app's that have GUI's created with PAGE, or are
they in the clear?
thx