]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/item.cpp
Se arregla un error de tipeo para que se encuentre el dialogo al instalar el programa
[z.facultad/75.42/plaqui.git] / Client / src / item.cpp
index 4ce5846dfa7d2904b2b4745e49977e42b0d45b26..8fab941621dc4bdb251e67ef44cfc8c3c599a269 100644 (file)
@@ -1,3 +1,4 @@
+
 #include "item.h"
 #include <sstream>
 #include <string>
@@ -13,14 +14,7 @@ ViewItem::ViewItem(Glib::ustring _name):Gtk::EventBox(),image()
 ViewItem::~ViewItem()
 {
 }
-/*
-bool ViewItem::on_expose_event(GdkEventExpose* event)
-{
-       image->render_to_drawable ( get_window(),  get_style()->get_black_gc(), 0,  0,  0,  0,  image->get_width() ,image->get_height() , 
-                                                                                                                               Gdk::RGB_DITHER_NONE, 0, 0);
-       return true;
-}
-*/
+
 void ViewItem::set_position(int _x, int _y)
 {
        x = _x;
@@ -32,11 +26,6 @@ void ViewItem::set_name(Glib::ustring _name)
        name = _name;
 }
 
-Glib::ustring ViewItem::get_name()
-{
-       return name;
-}
-
 std::string ViewItem::get_actual_flow()
 {
        std::stringstream ss;