~bulldog98/invertika/invertika-svn

« back to all changes in this revision

Viewing changes to src/gui/inventorywindow.h

  • Committer: seeseekey
  • Date: 2011-10-06 06:48:04 UTC
  • Revision ID: svn-v4:784bf6b6-0765-11df-962c-b5c252e50527:trunk/client:5415
Client aktualisiert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        Item* getSelectedItem() const;
68
68
 
69
69
        /**
 
70
         * Handles closing of the window
 
71
         */
 
72
        virtual void widgetHidden(const gcn::Event &event);
 
73
 
 
74
        /**
70
75
         * Handles the mouse clicks.
71
76
         */
72
77
        void mouseClicked(gcn::MouseEvent &event);