From: Alex C. <c....@mu...> - 2001-02-20 08:55:04
|
Hi, Currently, the parent of a DynLayer is accessed using myDynLayer.parent. I suggest in future Dynapi release, instead of accessing the parent directly, we use a getter function: i.e. myDynLayer.getParent(). This brings alot of convenience to the widget development. Sometimes, a widget may want other to 'believe' that its parent is some other layer instead of its real parent. Alex Chong |