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
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,
>>
>>
>&
[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
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
[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.
>
>
>
>
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.