summaryrefslogtreecommitdiff
path: root/src/gui/trade.h
diff options
context:
space:
mode:
authorJan-Fabian Humann <malastare@gmx.net>2005-05-11 22:59:27 +0000
committerJan-Fabian Humann <malastare@gmx.net>2005-05-11 22:59:27 +0000
commita95de401e0a8b443865f2d25ecc70fe138ef7957 (patch)
tree72f1e6ead74adc39c3b0d048ca8ab4ea5be96d79 /src/gui/trade.h
parent732f50f7408a76e108d0af14aa3aaaa81391b1a9 (diff)
downloadmana-client-a95de401e0a8b443865f2d25ecc70fe138ef7957.tar.gz
mana-client-a95de401e0a8b443865f2d25ecc70fe138ef7957.tar.bz2
mana-client-a95de401e0a8b443865f2d25ecc70fe138ef7957.tar.xz
mana-client-a95de401e0a8b443865f2d25ecc70fe138ef7957.zip
another trade update: selecting items is more logical now, name and desc. are being displayed
Diffstat (limited to 'src/gui/trade.h')
-rw-r--r--src/gui/trade.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/trade.h b/src/gui/trade.h
index 47865d6c..d977efb4 100644
--- a/src/gui/trade.h
+++ b/src/gui/trade.h
@@ -90,6 +90,11 @@ class TradeWindow : public Window, gcn::ActionListener {
void receivedOk(bool own);
/**
+ * Called on mouse click.
+ */
+ void mouseClick(int x, int y, int button, int count);
+
+ /**
* Called when receiving actions from the widgets.
*/
void action(const std::string& eventId);