Re: [gtk-list] Re: Maximum possible text widget size / set_usize()value





On Sun, 1 Aug 1999, Havoc Pennington wrote:
> What you're trying to do is not going to work well (plus it's going to use
> an awful lot of RAM). All widgets have the 32767 size limit; that's
> because the maximum size of an X window is 32767. Some widgets create the
> illusion of infinite area by keeping the widget small and changing its
> contents - GtkLayout, GtkCList, GnomeCanvas, etc. all do this.
> 
> So I'd either rework your interface or look into writing a custom widget,
> or using something like GtkMozilla.



Hm... what's that GtkMozilla? I looked around. but could't find an app
with this name. Or is it just a widget?

Christoph.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]