]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - tests/gtkmm/glademm/midrawingarea.h
Mini bugfix.
[z.facultad/75.42/plaqui.git] / tests / gtkmm / glademm / midrawingarea.h
1 //$Id$ -*- c++ -*-
2
3 /* libglademm example Copyright (C) 2003 libglademm development team
4  *
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.
8  *
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.
13  *
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
17  */
18
19 #ifndef LIBGLADEMM_EXAMPLE_DERIVED_DIALOG_H
20 #define LIBGLADEMM_EXAMPLE_DERIVED_DIALOG_H
21
22 #include <libglademm.h>
23 #include <gtkmm.h>
24
25
26 class MiDrawingArea : public Gtk::DrawingArea
27 {
28 public:
29   MiDrawingArea(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& refGlade);
30   virtual ~MiDrawingArea();
31
32 protected:
33   //Signal handlers:
34   virtual bool on_expose_event(GdkEventExpose* event);
35 };
36
37 #endif //LIBGLADEMM_EXAMPLE_DERIVED_WINDOW_H