Hello,

I would like to create a pygnome application that contains the folllowing:
It should have a main window which consists of an alternation of 
editable text
and images. For the editable text I would like to use something like
Moleskine (Scintilla).

So my problem is how do I create something like this.
I was thinking along the lines of creating one big gnome-canvas and than
putting multiple GtkScintilla widgets and multiple images onto this.
However, I'm not sure if I can use multiple GtkScintilla widgets and I'm
also a bit worried about memory usage and performance. Especially if I have
20 big images on the canvas, does this very much decrease scrolling 
performance
or is the canvas smart enough to do this fast?

Does anybody have any ideas how I can go about creating something like this?

greetings

Marco Bosch


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to