summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shoplistbox.h')
-rw-r--r--src/gui/shoplistbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/shoplistbox.h b/src/gui/shoplistbox.h
index 7b232ccb..99d3b9bd 100644
--- a/src/gui/shoplistbox.h
+++ b/src/gui/shoplistbox.h
@@ -25,6 +25,7 @@
#include "gui/widgets/listbox.h"
class ShopItems;
+class ItemPopup;
/**
* A list box, meant to be used inside a scroll area. Same as the Guichan list
@@ -71,6 +72,8 @@ class ShopListBox : public ListBox
* (Good for selling mode.)
*/
void setPriceCheck(bool check);
+
+ void mouseMoved(gcn::MouseEvent &event);
private:
int mPlayerMoney;
@@ -81,6 +84,8 @@ class ShopListBox : public ListBox
*/
ShopItems *mShopItems;
+ ItemPopup *mItemPopup;
+
unsigned int mRowHeight; /**< Row Height */
static float mAlpha;