RE: Tree view and multiple TreeModels.

2005-04-02 Thread MQ
> -Original Message- > From: Tim Muller [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 02, 2005 9:36 AM > To: gtk-app-devel-list@gnome.org > Cc: [EMAIL PROTECTED] > Subject: Re: Tree view and multiple TreeModels. > > > On Saturday 02

Re: Tree view and multiple TreeModels.

2005-04-02 Thread Tim Müller
On Saturday 02 April 2005 14:23, MQ wrote: > > gtk_tree_view_get_model()? > > Not quite. This returns the model currently connected to the View. But if I > have model A and model B, how do I know which is the one returned by > gtk_tree_view_get_model()? You could tag the two models with g_object_

RE: Tree view and multiple TreeModels.

2005-04-02 Thread MQ
PROTECTED]; Gtk List Subject: Re: Tree view and multiple TreeModels. [EMAIL PROTECTED] wrote: > Hi, > > I have a TreeView widget I use to display data from two different > TreeModels (or TreeStores). I switch the model connected to the TreeView > depending on what the user wants

Re: Tree view and multiple TreeModels.

2005-04-01 Thread Paul Pogonyshev
[EMAIL PROTECTED] wrote: > Hi, > > I have a TreeView widget I use to display data from two different > TreeModels (or TreeStores). I switch the model connected to the TreeView > depending on what the user wants to look at. The TreeView has the > "row-activated" signal connected to it and what I'd l

Tree view and multiple TreeModels.

2005-04-01 Thread marcodev
Hi, I have a TreeView widget I use to display data from two different TreeModels (or TreeStores). I switch the model connected to the TreeView depending on what the user wants to look at. The TreeView has the "row-activated" signal connected to it and what I'd like to know is if there is a way