is there a class in the wxWindows library like the QWidgetStack class in Qt. QWidgetStack stores widgets/windows and only one of the widgets/windows is shown in the parent widget.
HeReSY
2. Re: class for more than one window
#2743
Posted by: 2003-10-16 01:44:53
Hi! Nope I don't think that there is something like a widget stack in wxwindows. But QWidgetStack was indeed sometimes usefull. Maybe I'll think about writing a wxWidgetStack...