From: Mikko Rasa Date: Mon, 10 Jun 2013 19:58:28 +0000 (+0300) Subject: More flexible storage for Lsit and Dropdown items X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=1d84ac50711ce9d23cb1dafd83158d4ffa938a15;hp=1d84ac50711ce9d23cb1dafd83158d4ffa938a15;p=libs%2Fgltk.git More flexible storage for Lsit and Dropdown items 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. ---