25 Aug
2004
25 Aug
'04
2:03 a.m.
I noticed that The UI is being upgraded from gtk+ to gtkmm I would like to try and get Pen Tablet support (it is probably a good time). My early experiments in doing this are not doing too well (considering that the GTK documentation is totally out of date).
The dynadraw tool looks like the easiest to convert to use extended input But I don't seem to be able to get it to respond to this extra information.
From what I have managed to glean so far "gdk_input_set_extension_events" has
to be called on each "gdk_window" you want to get receive extended event information. So far I have tried doing this with sp_canvas but it seams not to have worked.
Which gdk_window(s) does the dynadraw context draw onto?
Thankyou Danni
--
Comparing software engineering to classical engineering assumes that software
has the ability to wear out. Software typically behaves, or it does not. It
either works, or it does not. Software generally does not degrade, abrade,
stretch, twist, or ablate. To treat it as a physical entity, therefore, is
misapplication of our engineering skills. Classical engineering deals with
the characteristics of hardware; software engineering should deal with the
characteristics of *software*, and not with hardware or management.
-- Dan Klein