]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/GUI/dndwindow.h
Se agrega ejemplo de documentacion doxygen.
[z.facultad/75.42/plaqui.git] / tests / GUI / dndwindow.h
index eeda3e3fecca44d8ee743774e2c73b59e90fb729..8e6fa6bc34ff6ef1c307bedf09da369171ee6f98 100644 (file)
@@ -26,6 +26,7 @@
 #include <gtkmm/fixed.h>
 #include "item.h"
 #include "workplace.h"
 #include <gtkmm/fixed.h>
 #include "item.h"
 #include "workplace.h"
+#include <gtkmm/scrolledwindow.h>
 
 class DnDWindow : public Gtk::Window
 {
 
 class DnDWindow : public Gtk::Window
 {
@@ -54,6 +55,7 @@ protected:
        Gtk::Button m_Button_Codo;
   WorkPlace m_WorkPlace;
        std::list<CItem *> listaItems;
        Gtk::Button m_Button_Codo;
   WorkPlace m_WorkPlace;
        std::list<CItem *> listaItems;
+       Gtk::ScrolledWindow scroll;
 };
 
 #endif // GTKMM_EXAMPLE_DNDWINDOW_H
 };
 
 #endif // GTKMM_EXAMPLE_DNDWINDOW_H