15 Dec
2003
15 Dec
'03
11:50 p.m.
On Mon, 2003-12-15 at 02:14, bulia byak wrote:
OK, here's another one for you: knot.c, sp_knot_handler(), available are SPCanvasItem, GdkEvent, SPKnot. I want to explain in the statusbar when Esc cancels node drag. How do I get an SPView?
SPKnot::desktop.
Remember, all SPDesktops are SPViews; just upcast with SP_VIEW().
-mental