From: Michael R. <re...@eu...> - 2006-08-20 07:37:34
|
Hi, > I was poking a little at this yesterday. I think multiple > layout support requires that each widget keep track of it's > layout in widget.c, then each widget needs a new method > "show" (like draw, quit, etc.) as well as possibly "hide" No, I don't think I will implement it this way. What you're talking about is already there, but it's called 'layers'. Changing the layout will require the current layout to be destroyed (and destroying all widgets, too) and create the new layout from scratch. bye, Michael -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |