7 class Cistern : public CItem {
11 virtual bool on_button_press_event(GdkEventButton *event);
12 virtual void on_menu_popup_rotar();
16 Glib::RefPtr<Gdk::Pixbuf> imageE; // 0
17 Glib::RefPtr<Gdk::Pixbuf> imageO; // 1
18 Glib::RefPtr<Gdk::Pixbuf> null;