8 #ifndef Guit_StackBox_hpp
9 #define Guit_StackBox_hpp
10 #include <gchoicebox.hpp>
21 GStackBox(GString
const& css_and_title =
"");
26 GType& type()
const override {
return Type();}
29 GStackBox& StackBox(GString
const& css_and_title =
"");
43 GTabBox(GString
const& css_and_title =
"");
49 void add(
Gadget* child,
int index = -1)
override;
54 GType& type()
const override {
return Type();}
57 void setChoiceImpl(
GChoice& c,
bool add_to_list)
override;
61 GTabBox& TabBox(GString
const& css_and_title =
"");