mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

A tabbed container #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most GUI frameworks provide a tabbed panel, commonly used in configuration
dialogs or for opening multiple documents. Guichan lacks such a component.

Something like a gcn::TabbedContainer would be nice, which would be similar
to the gcn::Container, but instead of allowing arbitrarily positioned child
widgets it would stack them up and show only the topmost one. The topmost
one depends on which tab is selected. It should be easy to change the look
of the tabs, and maybe it should even be possible to easily add widgets to
them like a little close button.

Original issue reported on code.google.com by b.lindeijer on 5 Apr 2007 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by b.lindeijer on 5 Apr 2007 at 12:21

GoogleCodeExporter commented 9 years ago
We would be happy to add such a widget if someone made on and sent us! *hint, 
hint*

Original comment by final...@gmail.com on 7 Apr 2007 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by olof.nae...@gmail.com on 30 Nov 2007 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by b.lindeijer on 15 May 2008 at 2:56