GtkPreview

2005-06-02 Thread Mohit Kumar
Hi All, The Gnome documentation says that GtkPreview is deprecated and one should not use this in new code. What should one use if one wants exactly the above thing? However I want to do the following: 1. Implement a GtkDialog which displays a grayscale or a RGB image. 2. Allows me to choose a c

GtkComboBox again

2005-06-02 Thread Pramod Patangay
Hi, Is there any way to add a separator in the GtkComboBox. I am using combo box with a tree model. Also I need to add markup properties that applies to a whole column. How do I do that? I tried the following code, but it doesn't work. ts = gtk_tree_store_new(1,G_TYPE_STRING); GtkWidget *tv = gtk