The methods anchor() (that returns an anchor between two items) and
addAnchors() (convenience method) were missing on the binding.
The binding for this layout is probably 100% now :)
svn path=/trunk/KDE/kdebase/runtime/; revision=1045801
addAnchor returns the anchor so the developer can set the spacing
and also size policies on the anchor (the last one is not possible
in js yet I think).
svn path=/trunk/KDE/kdebase/runtime/; revision=1045430
Now we have support for anchor layout on javascript
plasmoids. This is at 90%. It's not working properly yet
as we need either a patch in Qt (being discussed) or another
not so beautiful approach. After this it will work 98%, and
I'll just need to do the QGraphicsAnchor bindings to support
spacing and size policies of anchors.
svn path=/trunk/KDE/kdebase/runtime/; revision=1044107