]> git.tdb.fi Git - libs/gltk.git/commitdiff
More flexible storage for Lsit and Dropdown items
authorMikko Rasa <tdb@tdb.fi>
Mon, 10 Jun 2013 19:58:28 +0000 (22:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 10 Jun 2013 19:58:28 +0000 (22:58 +0300)
In many cases these widgets are used to pick an object.  Previously, the
calling code needed to explicitly maintain synchronization between the
objects and list contents.  This change allows the list to actually hold
pointers to the objects, making the retrieval of the selected object
vastly easier.


No differences found