]> git.tdb.fi Git - libs/gltk.git/commit
Pass coordinates relative to the receiving widget's geometry
authorMikko Rasa <tdb@tdb.fi>
Tue, 25 Dec 2007 20:41:08 +0000 (20:41 +0000)
committerMikko Rasa <tdb@tdb.fi>
Tue, 25 Dec 2007 20:41:08 +0000 (20:41 +0000)
commitc435423919a20a87d100e1ee4cd1fc6ce223040c
tree87960a14b0bc8452dd873418303f93375f1a5be1
parent8f6f543758fb1b2b17ae2db519198d420eb9982d
Pass coordinates relative to the receiving widget's geometry
Add List widget
Make Indicator and List loadable from datafiles
Add Logic and Connector
Refactor some common components of Sliders to the base class
Allow specifying minimum sizes for parts
20 files changed:
source/button.cpp
source/connector.cpp [new file with mode: 0644]
source/connector.h [new file with mode: 0644]
source/geometry.cpp
source/geometry.h
source/hslider.cpp
source/hslider.h
source/list.cpp [new file with mode: 0644]
source/list.h [new file with mode: 0644]
source/logic.cpp [new file with mode: 0644]
source/logic.h [new file with mode: 0644]
source/panel.cpp
source/part.cpp
source/part.h
source/slider.cpp
source/slider.h
source/vslider.cpp
source/vslider.h
source/widget.cpp
source/widget.h