in reply to Graphics for a waveform viewer
If you want to avoid the Canvas type widgets, want to use Perl, and SVG, you might want to go with a DrawingArea. See Drawing with Perl/Gtk2 Special handling is required with a DrawingArea, as opposed to a canvas type widget, because you must deal with the expose event.
|
|---|