Re: Reducing GTK+ footprint

2007-02-28 Thread richa
file. Regards, Richa -Original Message- From: Tor Lillqvist [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 24, 2007 5:59 PM To: gtk-app-devel-list@gnome.org Subject: Re: Reducing GTK+ footprint [EMAIL PROTECTED] writes: > Can any one tell me or give me some links to know how I can

Re: Reducing GTK+ footprint

2007-01-24 Thread Attilio Fiandrotti
From: Attilio Fiandrotti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 24, 2007 5:09 PM > To: gtk-app-devel-list@gnome.org > Cc: Richa Mahajan > Subject: Re: Reducing GTK+ footprint > > [EMAIL PROTECTED] wrote: > >>Greetings, >> >> >&

Re: Reducing GTK+ footprint

2007-01-24 Thread Tor Lillqvist
[EMAIL PROTECTED] writes: > Can any one tell me or give me some links to know how I can reduce the > footprint of GTK. Do you mean disk space? Or memory space? On what platform? On most modern platforms with virtual memory, presumably only those parts of GTK+ that your code actually uses get pa

RE: Reducing GTK+ footprint

2007-01-24 Thread richa
007 5:09 PM To: gtk-app-devel-list@gnome.org Cc: Richa Mahajan Subject: Re: Reducing GTK+ footprint [EMAIL PROTECTED] wrote: > Greetings, > > > > Can any one tell me or give me some links to know how I can reduce the > footprint of GTK. > > > > Actually I want

Re: Reducing GTK+ footprint

2007-01-24 Thread Attilio Fiandrotti
[EMAIL PROTECTED] wrote: > Greetings, > > > > Can any one tell me or give me some links to know how I can reduce the > footprint of GTK. > > > > Actually I want to remove some widgets (like frame, color selection, > file selection etc) which I am not using in my application. > > > >

RE: Reducing GTK+ footprint

2007-01-24 Thread Madhusudan E
Hi, I am not sure, to what level you want to strip the GTK Widgets and also the purpose behind it. To port GTK over Mobile phones LiPS forum is trying to strip the unwanted widgets by applying a Patch to GTK. Maybe you can apply LiPS patch to get rid of most of the unwanted and redundant widget.