#ifndef foomodulewindowhhfoo #define foomodulewindowhhfoo #include #include class ModuleWindow; #include "ServerInfoManager.hh" class ModuleWindow : public Gtk::Window { public: ModuleWindow(BaseObjectType* cobject, const Glib::RefPtr& refGlade); static ModuleWindow* create(); Gtk::Label *nameLabel, *argumentLabel, *indexLabel, *autoloadedLabel, *usageLabel; Gtk::Button *closeButton; void updateInfo(const ModuleInfo &i); virtual void onCloseButton(); }; #endif