#include #include #include #include #include using namespace Xfc; class ButtonBoxFrame : public Gtk::Frame { public: ButtonBoxFrame(bool horizontal, const char *title, int spacing, Gtk::ButtonBoxStyle layout); virtual ~ButtonBoxFrame(); }; class ButtonBoxWindow : public Gtk::Window { public: ButtonBoxWindow(); virtual ~ButtonBoxWindow(); };