4 Codo::Codo(Glib::ustring _name, int orientacion):Item(_name)
8 image = Gdk::Pixbuf::create_from_file("codo_o.png");
11 image = Gdk::Pixbuf::create_from_file("codo_n.png");
14 image = Gdk::Pixbuf::create_from_file("codo_e.png");
17 image = Gdk::Pixbuf::create_from_file("codo_s.png");
19 set_size_request(image->get_width(), image->get_height());