]> git.tdb.fi Git - libs/gltk.git/commit
Add Text class with multiline support
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Sep 2009 16:27:08 +0000 (16:27 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Sep 2009 16:27:08 +0000 (16:27 +0000)
commit1e06dc208a02e68cf1bb127927e3ad5af3657c58
tree4edbd54fdc350261e786943c86a728f47f57b2f3
parent8a0058b5b90bb7e9eacf1646142f4d73b426fd66
Add Text class with multiline support
Use said class in widgets containing text
Support for displaying tooltips in the Root widget
16 files changed:
source/button.cpp
source/button.h
source/dropdown.cpp
source/entry.cpp
source/entry.h
source/label.cpp
source/label.h
source/panel.h
source/root.cpp
source/root.h
source/text.cpp [new file with mode: 0644]
source/text.h [new file with mode: 0644]
source/toggle.cpp
source/toggle.h
source/widget.cpp
source/widget.h