X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/3e385dbab78eb0336e82855d829a76a111514a38..6757fcf0e0225e3a716662c8683719469498f0b1:/tests/GUI/dndwindow.h diff --git a/tests/GUI/dndwindow.h b/tests/GUI/dndwindow.h index 8c59028..eeda3e3 100644 --- a/tests/GUI/dndwindow.h +++ b/tests/GUI/dndwindow.h @@ -25,6 +25,7 @@ #include #include #include "item.h" +#include "workplace.h" class DnDWindow : public Gtk::Window { @@ -44,7 +45,6 @@ protected: virtual void on_y_drag_begin(const Glib::RefPtr& context); virtual void on_codo_drag_begin(const Glib::RefPtr& context); - void on_item_button_down(); //Member widgets: Gtk::HBox m_HBox; @@ -52,7 +52,7 @@ protected: Gtk::Button m_Button_Canio; Gtk::Button m_Button_Y; Gtk::Button m_Button_Codo; - Gtk::Fixed m_WorkPlace; + WorkPlace m_WorkPlace; std::list listaItems; };