[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Is it possible having different GtkAdjustment values in GtkTreeView
- From: "Keedi Kim" <keedi perl kr>
- To: gtk-app-devel-list gnome org
- Subject: Re: Is it possible having different GtkAdjustment values in GtkTreeView
- Date: Tue, 9 Dec 2008 11:57:14 +0900
Tadej, Tristan, Thanks!
In fact I misunderstood about attributes and GtkCellRenderSpin,
and I thought each column's spin cell renderer could have only one
adjustments.
but it was not true. :-)
As you were mentioned,
I use tree model to store adjustment for each row of columns,
and connect them using attributes, then everything works great!
Thanks again! :-)
2008/12/9 Tristan Van Berkom <tvb gnome org>
> On Mon, Dec 8, 2008 at 6:02 AM, Keedi Kim <keedi perl kr> wrote:
> > Hi! :-)
> >
> > I have some question about GtkTreeView and GtkCellRenderer.
> > Is it possible to have different GtkAdjustment values for each
> > column(renderer?) in GtkTreeView?
>
> Is there any reason you cant just store the adjustment in the model
> and set it up as an attribute ? or am I missing what you want to accomplish
> ?
>
> Cheers,
> -Tristan
>
--
Best regards,
Keedi Kim
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]