
1 Oct
2009
1 Oct
'09
11:23 a.m.
Am I correct in saying that the collection of widgets contains a single widget type so far? ;-)
Technically, four; vertical and horizontal boxes, a text string widget, and the List you mentioned. It only has a few types because I was just releasing early. I'm going to start using this in a project and add things as needed.
The list widget looks useful, does it handle multi-line strings (i.e. strings with a "\n")?
It currently only handles single-line strings but I'd actually like to generalize it to take a list of Widget instances (possibly with restrictions). -- Jonathan Daugherty