[Glade-users] liststore with GObjects
Tristan Van Berkom
tristan.van.berkom at gmail.com
Thu Aug 20 10:41:01 EDT 2009
On Thu, Aug 20, 2009 at 10:01 AM, Alexey
Kurochkin<alexey.kurochkin at pathfinderlwd.com> wrote:
> Is it possible to fill liststore's column with data if the column type
> is GObject? I mean, even aside of implementing it in Glade, is it
> technically possible to fill liststore with GObjects using GtkBuilder?
Yes, note that GObjects in the liststore are be passed by
reference (i.e. the value of an object column is the id/name
of the referred object in the file... the same object can show
up in multiple rows and columns...).
Cheers,
-Tristan
More information about the Glade-users
mailing list