]> git.tdb.fi Git - libs/gltk.git/commit
Add Dropdown widget
authorMikko Rasa <tdb@tdb.fi>
Sat, 29 Dec 2007 08:44:09 +0000 (08:44 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 29 Dec 2007 08:44:09 +0000 (08:44 +0000)
commit95210598ff214bbc8d05657aeffc4ce7801f211a
tree2817685df931b1664d595ab14bc8c07875de2ef5
parent48fd4db84c4d0b43305d85f74de99eb4fef04fd6
Add Dropdown widget
Allow widgets to grab the pointer
Support raising widgets
Fix Button and Toggle logic a bit
Bugfixes
source/button.cpp
source/dropdown.cpp [new file with mode: 0644]
source/dropdown.h [new file with mode: 0644]
source/list.cpp
source/list.h
source/panel.cpp
source/panel.h
source/toggle.cpp
source/toggle.h