Re: [gtkmm] get a reference from a Gtk::TreeValueProxy
- From: Daniel Elstner <daniel elstner gmx net>
- To: murrayc usa net
- Cc: erwan ancel <erwan ancel free fr>, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] get a reference from a Gtk::TreeValueProxy
- Date: 05 Feb 2003 03:27:20 +0100
On Fre, 2003-01-31 at 09:38, Murray Cumming wrote:
> On Fri, 2003-01-31 at 10:13, erwan ancel wrote:
> > Yes, I mean instance :)
> >
> > I started from this tutorial, and as it is said in the tutorial, I am
> > putting custom datas that won't be displayed in a hidden column.
> > This custom data is a complex class, and I cannot use it only with the '='
> > operator. I have to obtain a reference (or pointer) to my instance.
>
> I'm not sure whether it's possible to store non-Glib::Object-derived
> classes by value in tree model columns.
Sure it is. In fact, it's not possible to store objects that DO derive
from Glib::Object by value. Naturally, since it's non-copyable.
--Daniel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]