1 #ifndef MSP_GLTK_STACK_H_
2 #define MSP_GLTK_STACK_H_
4 #include <msp/datafile/objectloader.h>
5 #include "arrangement.h"
11 Arranges widgets on top of one another. This can be useful in implementing a
12 tabbed view where only one tab is visible at a time.
14 class Stack: public Arrangement
17 class Loader: public DataFile::ObjectLoader<Stack>
26 virtual void process_widget(Widget &, Side, bool);
27 virtual void finish_widget(Widget &);
28 virtual void finish_slot() { }