I finished this on Sunday, but forgot to post anything to the list about it...
PicoGUI now has automatic resizing for containers. Each widget calculates a preferred 
size, and these propagate recursively to calculate container sizes. This means that 
toolbars and boxes will automatically fit their contents, but most importantly it 
means that complex dialog boxes are now possible because pgserver can calculate their 
size.

This is now demonstrated in 'menutest'. pgNewPopup(0,0) will create a new 
automatically-sized popup. Also, the new API pgDialog() creates an automatically sized 
popup and a title label with the given title.

--
To the systems programmer, users and applications serve only to provide a 
test load.


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to