]> git.tdb.fi Git - libs/gltk.git/commit
Add some classes for automatically creating basic layouts
authorMikko Rasa <tdb@tdb.fi>
Fri, 4 Mar 2011 20:25:55 +0000 (20:25 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 4 Mar 2011 20:25:55 +0000 (20:25 +0000)
commita84c813859b6908c511b12ab7d82d6643f4f1a42
tree38862539be6604178759184f4e9ecf6d4f50314e
parent01eaaef90f4c56cd4669d2f621e3061a938753eb
Add some classes for automatically creating basic layouts
Some enhancements to the base Layout class
source/column.cpp [new file with mode: 0644]
source/column.h [new file with mode: 0644]
source/grid.cpp [new file with mode: 0644]
source/grid.h [new file with mode: 0644]
source/layout.cpp
source/layout.h
source/mixedrows.cpp [new file with mode: 0644]
source/mixedrows.h [new file with mode: 0644]
source/row.cpp [new file with mode: 0644]
source/row.h [new file with mode: 0644]