Re: TreeModel derivation and children

2009-03-05 Thread Eddie Carle
On Thu, 2009-03-05 at 23:46 -0500, José Alburquerque wrote: > Are you sure you need to derive your own TreeModel instead of using > ListStore? The reason I want to derive my own is to control the way the data is stored internally. It will be loaded directly from an SQL query and with a derivation

Re: TreeModel derivation and children

2009-03-05 Thread José Alburquerque
On Thu, 2009-03-05 at 13:57 -0700, Eddie Carle wrote: > I am trying to create a list only TreeModel derivation and am unsure of > what I need to override. I am returning TREE_MODEL_LIST_ONLY from > Gtk::TreeModel::get_flags() const so do I still have to override the > children related virtuals? A

TreeModel derivation and children

2009-03-05 Thread Eddie Carle
I am trying to create a list only TreeModel derivation and am unsure of what I need to override. I am returning TREE_MODEL_LIST_ONLY from Gtk::TreeModel::get_flags() const so do I still have to override the children related virtuals? -- Eddie Carle This message has been sig