summaryrefslogtreecommitdiff
path: root/src/gui/sell.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-02 11:29:54 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-02 11:29:54 +0000
commit2237e5cda55151147fa3b0d23a4d74fb7f07c1fe (patch)
treebeea58a6442dedcf0a9517bf6b65ce1b8da4c741 /src/gui/sell.h
parent00d3e974e0cd9da6806c80526f8d0f47ddf01dd2 (diff)
downloadmana-client-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.gz
mana-client-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.bz2
mana-client-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.xz
mana-client-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.zip
Some cleanup of buy/sell dialog code.
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r--src/gui/sell.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h
index ab940f41..d3ea7136 100644
--- a/src/gui/sell.h
+++ b/src/gui/sell.h
@@ -83,6 +83,12 @@ class SellDialog : public Window, gcn::ActionListener, SelectionListener
*/
void setMoney(int amount);
+ /**
+ * Updates the state of buttons and labels.
+ */
+ void
+ updateButtonsAndLabels();
+
private:
Network *mNetwork;
gcn::Button *mSellButton;