Re: Glade3: Setting TreeModel in GtkComboBox

2010-03-12 Thread Ardhan Madras
From: Tristan Van Berkom t...@gnome.org To: aj...@knac.com Cc: gtk-app-devel-list@gnome.org Subject: Re: Glade3: Setting TreeModel in GtkComboBox Date: Tue, 9 Mar 2010 10:13:59 -0500 As the combo box implements GtkCellLayout, you can use that interface to add renderers (but you should be able

Re: Glade3: Setting TreeModel in GtkComboBox

2010-03-12 Thread Tristan Van Berkom
On Sat, Mar 13, 2010 at 1:10 AM, Ardhan Madras aj...@knac.com wrote: From: Tristan Van Berkom t...@gnome.org To: aj...@knac.com Cc: gtk-app-devel-list@gnome.org Subject: Re: Glade3: Setting TreeModel in GtkComboBox Date: Tue, 9 Mar 2010 10:13:59 -0500 As the combo box implements

Re: Glade3: Setting TreeModel in GtkComboBox

2010-03-09 Thread Tristan Van Berkom
On Tue, Mar 9, 2010 at 7:07 AM, Ardhan Madras aj...@knac.com wrote: Im using Glade 3.6.7 and GTK+ 2.18.7, build UI with Glade and save as GtkBuilder format. I don't understand how GtkBuilder implements GtkComboBox's TreeModel, in Glade i already add it's model, create a column and append some

Glade3: Setting TreeModel in GtkComboBox

2010-03-09 Thread Ardhan Madras
Im using Glade 3.6.7 and GTK+ 2.18.7, build UI with Glade and save as GtkBuilder format. I don't understand how GtkBuilder implements GtkComboBox's TreeModel, in Glade i already add it's model, create a column and append some entries. But i didn't see anything listed in that combo box (empty).