]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/codo.cpp
ahi creo que sale andando
[z.facultad/75.42/plaqui.git] / Constructor / codo.cpp
index baa3aaa9cc3d1df21c951587129281075e3930e6..a7f1502c07ad3c2c4b68c8a8749f73d9ce38cc12 100644 (file)
@@ -18,7 +18,7 @@ Codo::~Codo()
 
 bool Codo::on_button_press_event(GdkEventButton *event)
 {
 
 bool Codo::on_button_press_event(GdkEventButton *event)
 {
-       if (event->type == GDK_2BUTTON_PRESS){
+       if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 3)){
                image = null;  //como hago para actualizar?????
                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);
                imgActual++;
                image = null;  //como hago para actualizar?????
                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);
                imgActual++;
@@ -36,6 +36,7 @@ bool Codo::on_button_press_event(GdkEventButton *event)
                                imgActual = 0;
                                image = imageN;                 
                }
                                imgActual = 0;
                                image = imageN;                 
                }
+               set_size_request(image->get_width(),image->get_height());
                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;
                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;