]> git.tdb.fi Git - libs/gltk.git/commit
Use a different approach for custom item widgets
authorMikko Rasa <tdb@tdb.fi>
Sun, 30 Jun 2013 21:03:38 +0000 (00:03 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 30 Jun 2013 21:17:31 +0000 (00:17 +0300)
commit74934c6f7a6fd0f9e9bf11eeb9f33cf9279bf471
tree27f31421f347a3f61c2003a7981160b6ea69b206
parent8716fc73506869a7b1b435819428470d8eafd0fa
Use a different approach for custom item widgets

Subclassed widgets can't be loaded from datafiles without providing custom
statements.  Dropdown doesn't allow changing the type of the List either.
source/dropdown.h
source/list.cpp
source/list.h