linux: shared memory interface - link with librt
[supercollider.git] / HelpSource / Classes / TdefEditor.schelp
blob2621d401c54d19729aa6698ae207472019a2c1b4
1 class:: TdefEditor
2 summary:: will be replaced - please use TdefGui now!
3 categories:: Libraries>JITLib>GUI
4 related:: Classes/TdefGui
6 description::
8 warning::
9 has been rewritten and renamed link::Classes/TdefGui::, which has largely the same functionality, but is more consistent and more flexible. There are some changes to the *new method:
11 definitionList::
12 ## instead of || *new(px, nVars, height, width, parent, makeWatcher)
13 ## TdefGui uses || *new (object, numItems, parent, bounds, extras)
16 strong::px:: is now strong::object::, strong::nVars:: is now strong::numItems::, strong::width & height:: can be put as strong::bounds: height @ width ::, strong::parent:: is still strong::parent::, strong::makeWatcher:: is now strong::makeSkip:: .
18 Please see link::Classes/TdefGui:: for more details.