Commit graph

11 commits

Author SHA1 Message Date
Matthias Richter
4f3d285218 Allow to overwrite draw function per widget 2016-01-16 02:33:41 +01:00
Matthias Richter
09a458386c Revert change in :push(), remove :pos()
Revert signature if layout:push(x,y, padx,pady) to layout:push(x,y)
Makes it possible to use the idiomatic layout:push(layout:row()) again.
(layout:row() returns x,y, w,h of last cell)

Remove layout:pos([x,y]) because it's not needed and potentially confusing.
2016-01-16 02:08:36 +01:00
Matthias Richter
86cae4c03b Document changes 2016-01-12 21:49:21 +01:00
Matthias Richter
aca8a297bb Fix #17: Support multiple instances 2016-01-03 18:33:39 +01:00
Roland
4f03acff2f Fixed typo 2016-01-02 19:10:05 +00:00
Matthias Richter
2b63a81c87 Add images to documentation 2016-01-02 15:37:04 +01:00
Matthias Richter
0fc2437a65 API consistency 2016-01-02 14:40:17 +01:00
Matthias Richter
c1f2d96c02 nicer demo app 2016-01-02 14:39:54 +01:00
Matthias Richter
5b3c05a415 Fix headings 2016-01-02 14:39:33 +01:00
Matthias Richter
59f3ca741f Rework intro and tutorial. 2016-01-02 02:55:17 +01:00
Matthias Richter
1dc24f9108 Add documentation 2016-01-01 21:42:03 +01:00