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
] Sent: Wednesday, January 24, 2007 4:48 PM To: gtk-app-devel-list@gnome.org Subject: Reducing GTK+ footprint 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

Reducing GTK+ footprint

2007-01-24 Thread richa
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. Also I want to know that if there is any other alternat