Re: GtkTreeStore in a ComboBox

2005-07-08 Thread David
On Fri, Jul 08, 2005 at 10:13:47PM -0400, Matthias Clasen wrote: > On Fri, 2005-07-08 at 20:58 -0500, David wrote: > > I'm trying to get a TreeStore in a ComboBox to look like I want but > > haven't been able to do so. [... getting top-level row of TreeStore non-selectable ... ] > Make the toplev

Re: GtkTreeStore in a ComboBox

2005-07-08 Thread Matthias Clasen
On Fri, 2005-07-08 at 20:58 -0500, David wrote: > I'm trying to get a TreeStore in a ComboBox to look like I want but > haven't been able to do so. > > I'm trying to design a form to be used with a database of business > records. > > I have categories under "Income" and "Expense", which I wish to

GtkTreeStore in a ComboBox

2005-07-08 Thread David
I'm trying to get a TreeStore in a ComboBox to look like I want but haven't been able to do so. I'm trying to design a form to be used with a database of business records. I have categories under "Income" and "Expense", which I wish to be separated from each other. I can get the setup I want by