#include "cistern.h"
+#include "cisternptywnd.h"
Cistern::Cistern()
{
imgActual = 0;
image = imageE;
set_size_request(image->get_width(), image->get_height());
-
+
Glib::RefPtr<Gnome::Glade::Xml> ref = Gnome::Glade::Xml::create("constructor.glade", "cistern_pty_wnd");
ref->get_widget_derived("cistern_pty_wnd",cistern_pty_wnd);
cistern_pty_wnd->cistern = this;
+ cistern_pty_wnd->set_title("Propiedades del Tanque");
}
Cistern::~Cistern()