On Fri, 25 May 2001 [EMAIL PROTECTED] wrote:

> Ralph,
>
> I have done something like this
> for the same reasons... it seems
> that the draw area bombs at about
> 32k width, so I made my own virtually

That is a limitation of the X11 architecture.  You could try using the
GtkLayout widget in gnome-libs if this is a problem for you (it uses the
same tricks Netscape does to view pages longer than 2^15 pixels long).
Note that in gtk+-2.0, GDK does these sort of tricks for you, so all
widgets can pretend to have a 32-bit coordinate space.

James.

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

Reply via email to