[Glade-users] greyed PNG in a gtkImage
Tristan Van Berkom
tvb at gnome.org
Sat Aug 22 17:27:08 EDT 2009
On Sat, Aug 22, 2009 at 4:59 PM, Frucot
Jean-Louis<frucot.jeanlouis at free.fr> wrote:
> I try to put a PNG image in a gtkImage object placed in a gtkFixed area,
> but the image is always greyed. The same with an icone.
>
> Why ? And how to see this image with all colors ?
Is your GtkImage in an insensitive state by any chance ?
Also consider that GtkFixed is most probably not the container
type of widget you want; GTK+ interfaces normally use
boxes and tables to create dynamically resizable interfaces,
GtkFixed is more of a corner case, used in some kiosk or
embedded environments.
Cheers,
-Tristan
More information about the Glade-users
mailing list