Re: gtk1.3 vs gtk1.2 size.



mallum <breakfast 10 am> writes: 
> Why is the newer gtk so much bigger ? 

It has a whole hell of a lot more features, and implements more things
internally instead of relying on Xlib.

> Is there anyway to make it smaller ?

For embedded stuff the best approach is to remove widgets you aren't
using from the Makefile.am, and from gtk.h. Also, you can use
configure options to avoid building many of the image loader backends
in gdk-pixbuf.

We want to have an easy way to strip out widgets using configure
options, but no one has had time to do the work.

Havoc



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