]> git.tdb.fi Git - libs/gltk.git/commit
Add Container class
authorMikko Rasa <tdb@tdb.fi>
Wed, 16 Sep 2009 19:16:18 +0000 (19:16 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 16 Sep 2009 19:16:18 +0000 (19:16 +0000)
commit8a0058b5b90bb7e9eacf1646142f4d73b426fd66
tree24ff7554df28f1bcd09af07bde27b4b84a187990
parent1a5f227ac945bc9e6449d1552e5d9eb4c1c196fb
Add Container class
Derive all Widgets that contain other Widgets from Container
Communicate various things to a Widget's parent with signals
Make List::slider not a pointer
source/container.cpp [new file with mode: 0644]
source/container.h [new file with mode: 0644]
source/dropdown.cpp
source/dropdown.h
source/list.cpp
source/list.h
source/panel.cpp
source/panel.h
source/root.cpp
source/widget.cpp
source/widget.h