WARNING: has been rewritten and renamed
PdefGui, which has largely the same functionality, but is more consistent and more flexible. There are some changes to the
*new method:
- instead of
- *new(px, nVars, height, width, parent, makeWatcher)
- PdefGui uses
- *new (object, numItems, parent, bounds, extras)
px is now object, nVars is now numItems, width & height can be put as bounds: height @ width, parent is still parent, makeWatcher is now makeSkip .
Please see PdefGui for more details.