// generated 2007/10/14 16:21:28 SGT by fabrice@amra.dyndns.org.(none) // using glademm V2.12.1 // // DO NOT EDIT THIS FILE ! It was created using // glade-- /home/fabrice/Projects/MetaSE/pinot/UI/GTK2/metase-gtk2.glade // for gtk 2.10.14 and gtkmm 2.10.11 // // Please modify the corresponding derived classes in ./src/propertiesDialog.hh and./src/propertiesDialog.cc #ifndef _PROPERTIESDIALOG_GLADE_HH # define _PROPERTIESDIALOG_GLADE_HH #if !defined(GLADEMM_DATA) #define GLADEMM_DATA #include class GlademmData { Glib::RefPtr accgrp; public: GlademmData(Glib::RefPtr ag) : accgrp(ag) { } Glib::RefPtr getAccelGroup() { return accgrp; } }; #endif //GLADEMM_DATA #include #include #include #include #include #include #include class propertiesDialog_glade : public Gtk::Dialog { GlademmData *gmm_data; public: class Gtk::Dialog * propertiesDialog; protected: class Gtk::Button * labelOkButton; class Gtk::Label * titleLabel; class Gtk::Label * languageLabel; class Gtk::Label * typeLabel; class Gtk::Label * sizeLabel; class Gtk::Label * termsLabel; class Gtk::Entry * titleEntry; class Gtk::Entry * typeEntry; class Gtk::ComboBoxText * languageCombobox; class Gtk::Entry * sizeEntry; class Gtk::Entry * termsEntry; class Gtk::Label * bytesLabel; class Gtk::Button * saveTermsButton; class Gtk::TreeView * labelsTreeview; class Gtk::ScrolledWindow * labelsScrolledwindow; propertiesDialog_glade(); ~propertiesDialog_glade(); private: virtual void on_labelOkButton_clicked() = 0; virtual void on_saveTermsButton_clicked() = 0; }; #endif