How to Change the hue of a GtkImage

2005-01-24 Thread anne isac
Hi, I'm trying to change the hue of a GtkImage on the value change of a GtkHScroll . I change the RGB using HSLtoRGB() but now the issue is as to how to recreate the GdkPixbuf and display the image. Could anyone please help me with this... I'd be grateful. Thanking you in anticipation. Anne -- ___

Re: GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkFixed' while generating a dynamic GUI

2005-01-11 Thread anne isac
Hi, I user GtkTable insted of GtkFixed and my problem is solved :o) Thanx a lot. Regards, Anne -- ___Sign-up for Ads Free at Mail.com http://www.mail.com/?sr=signup ___ gtk-list mailing list gtk-li

Re: GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkFixed' while generating a dynamic GUI

2005-01-10 Thread anne isac
ut (GTK_FIXED (fixed30), dynamicFrame[d], 5, l);  gtk_widget_set_size_request (dynamicFrame[d], 450, j);  l = l + j + 5;    }- Original Message - From: "David Necas (Yeti)" <[EMAIL PROTECTED]>To: "anne isac" <[EMAIL PROTECTED]>Subject: Re: GLib-GObject-WARNING **:

GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkFixed' while generating a dynamic GUI

2005-01-10 Thread anne isac
Hi I'm new to Gtk. I'm trying to create a screen dynamically. The screen is to have frame with labels and comboboxes the number of witch is only known at run time. My GtkFrame has a GtkFixed widget on to witch I place the GtkLabel and GtkComboBox. when I execute the program some of the labels and