3 /* libglademm example Copyright (C) 2003 libglademm development team
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2
7 * as published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 #ifndef LIBGLADEMM_EXAMPLE_DERIVED_DIALOG_H
20 #define LIBGLADEMM_EXAMPLE_DERIVED_DIALOG_H
22 #include <libglademm.h>
26 class MiDrawingArea : public Gtk::DrawingArea
29 MiDrawingArea(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
30 virtual ~MiDrawingArea();
34 virtual bool on_expose_event(GdkEventExpose* event);
37 #endif //LIBGLADEMM_EXAMPLE_DERIVED_WINDOW_H