Re: [Inkscape-devel] handling statusbar messages
If the actual check is done in SPText (I forget if it is), then it needs to have some way of signaling that failure to its caller (an SPTextContext method, in this case).
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?
(Sorry to keep bothering you, but I'm not too familiar with the hierarchy of objects.)
_________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail http://join.msn.com/?page=dept/bcomm&pgmarket=en-ca&RU=http%3a%2f%2f...
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
participants (2)
-
bulia byak
-
MenTaLguY