[Gtk-sharp-list] UserData element

Dan Winship danw@novell.com
Fri, 17 Dec 2004 09:33:14 -0500


On Thu, 2004-12-16 at 14:40 -0800, Todd Berman wrote:
> However, to solve all of your problems, all GObjects contain a .Data
> property that is a Hashtable in which you can store that sort of
> information if you need to.

However, if the object wrapper is destroyed and recreated, the .Data
hash table won't be preserved. So that's no good either.

-- Dan