X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/421cf558f59e55ab31d7d11ca3bf64603fc9356d..d11e7ce4ce8230e83b8c79c41b03cd797d475335:/tests/GUI/dndwindow.h diff --git a/tests/GUI/dndwindow.h b/tests/GUI/dndwindow.h index eeda3e3..8e6fa6b 100644 --- a/tests/GUI/dndwindow.h +++ b/tests/GUI/dndwindow.h @@ -26,6 +26,7 @@ #include #include "item.h" #include "workplace.h" +#include class DnDWindow : public Gtk::Window { @@ -54,6 +55,7 @@ protected: Gtk::Button m_Button_Codo; WorkPlace m_WorkPlace; std::list listaItems; + Gtk::ScrolledWindow scroll; }; #endif // GTKMM_EXAMPLE_DNDWINDOW_H