#include #include #include using namespace Xfc; class FontSelectionWindow : public Gtk::Window { Gtk::Label *label; protected: void on_select_font(); public: FontSelectionWindow(); virtual ~FontSelectionWindow(); };