]> git.tdb.fi Git - libs/gltk.git/history - source/dropdown.cpp
Add method to get a Part by name
[libs/gltk.git] / source / dropdown.cpp
2010-11-12 Mikko RasaAdd method to get a Part by name
2010-10-05 Mikko RasaStyle update: add spaces around assignments
2010-04-20 Mikko RasaMake the Text class interface more obvious by not using...
2009-10-31 Mikko RasaRemove unused code
2009-09-20 Mikko RasaAdd Text class with multiline support
2009-09-16 Mikko RasaAdd Container class
2008-10-13 Mikko RasaMake the List in Dropdown a normal member instead of...
2008-07-22 Mikko RasaRender text in Dropdown directly from the List
2008-03-10 Mikko RasaAdd List::set_selected_index
2008-03-03 Mikko RasaChange State into a bitmask to allow more fine-grained...
2008-02-27 Mikko RasaEnable loading dropdown items from datafile
2007-12-29 Mikko RasaAdd Dropdown widget