6 #include "cisternptywnd.h"
7 class Cistern : public CItem {
11 virtual bool on_button_press_event(GdkEventButton *event);
12 virtual void on_menu_popup_rotar();
13 virtual void on_menu_popup_propiedades();
17 Glib::RefPtr<Gdk::Pixbuf> imageE; // 0
18 Glib::RefPtr<Gdk::Pixbuf> imageO; // 1
19 Glib::RefPtr<Gdk::Pixbuf> null;