Just occurred to me: stamping a microb clipping with the webpage's title would be very helpful to me, even if I can't get both the clipping and the url. At least then (most of the time) I'd at least be able to see the source (as most titles these days provide that information). Any chance of adding that to settings for clip stamps?
Tony Maro <email address removed> As they are derived from a gtk.drawingarea and not a container, you can't directly embed widgets within it. In fact if you could I doubt you'd be happy with the performance. Drawing text is extremely slow - if I remember right in that code I'm pre-generating the labels and bliting the image of the text as it scrolls instead of drawing the text. On 4/8/09, Brent Chiodo <email address removed> wrote: > Hi, > > I'm writing a Python/PyGTK text viewing application and would like to use > kinetic scrolling in a gtk.TextView. I've been using the mokoui2 widget > (basically a drop in replacement for gtk.ScrolledWindow with kinetic > scrolling) but have been unhappy with performance. I then came across your > kinetic scrolling widget and thought the performance was superb. But, I just > want to basically place the textview inside the kinetic scroller but that > doesn't seem to be possible; is it? Can widgets be packed inside your > kinetic scroller or not? > > > Thanks, > > Brent Chiodo > -- Sent from my mobile device Tony Maro http://www.ossramblings.com/