X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/3e385dbab78eb0336e82855d829a76a111514a38..d11e7ce4ce8230e83b8c79c41b03cd797d475335:/tests/GUI/dndwindow.h diff --git a/tests/GUI/dndwindow.h b/tests/GUI/dndwindow.h index 8c59028..8e6fa6b 100644 --- a/tests/GUI/dndwindow.h +++ b/tests/GUI/dndwindow.h @@ -25,6 +25,8 @@ #include #include #include "item.h" +#include "workplace.h" +#include class DnDWindow : public Gtk::Window { @@ -44,7 +46,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,8 +53,9 @@ 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; + Gtk::ScrolledWindow scroll; }; #endif // GTKMM_EXAMPLE_DNDWINDOW_H