#ifndef _WINDOWNOTE_HH # define _WINDOWNOTE_HH #include #include "WidgetNote.hh" class windownote : public Gtk::Window { public: class WidgetNote *WidgetNote; void button1_clicked_cb(void); windownote(); ~windownote(); }; #endif