Re: Toolbar style

2005-03-19 Thread Paul Pogonyshev
Santhosh wrote: Is there anything I should do to make my toolbar style default to GNOME settings? My application isn't using GNOME, only GTK+, but I hope that isn't a problem. I assume that your theme problem happens only with the programs that uses gtk+-2.6.4 and you have

Re: GtkNoteBook question

2005-03-19 Thread Iago Rubio
On Sat, 2005-03-19 at 07:20 -0800, Deekshit M wrote: Hi, I wanted to know, if I remove a page from a notebook will it DESTROY the child for the page also ? Yes, but you can avoid it by increasing the reference count before to remove the page. -- Iago Rubio

GtkCellRendererPixbuf question.

2005-03-19 Thread Deekshit M
Hi all, I wanted to have some images on the tree nodes. I created my column like GtkCellRenderer *renderer_image; column = gtk_tree_view_column_new(); gtk_tree_view_column_pack_start(column,renderer_image,FALSE); gtk_tree_view_column_add_attribute(column,

Re: GtkCellRendererPixbuf question.

2005-03-19 Thread Deekshit M
Thank you very much. Now I got the problem, I was creating model like model = gtk_tree_store_new (1, G_TYPE_STRING); Now I corrected it. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: how to ensure the threads safe?

2005-03-19 Thread Andreas Rottmann
hrs [EMAIL PROTECTED] writes: I've been working on a multi-thread project based on Gtk2. I used a listen thread beside the gtk-main thread. The listen thread is blocked until a message comes from the Linux Message Queue. When the listen thread received one message, it will create a dialog and

Re: GtkComboBox and GtkComboBoxEntry

2005-03-19 Thread Sven Neumann
Hi, Dru [EMAIL PROTECTED] writes: Under GtkCombo the dropdown list showed your currently selected item in the popup list. The new combo boxes dont do this, if you have a large list of it makes navigation a bit more difficult if you dont know what you had selected before. Is there anyway to