diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-02 11:29:54 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-02 11:29:54 +0000 |
commit | 2237e5cda55151147fa3b0d23a4d74fb7f07c1fe (patch) | |
tree | beea58a6442dedcf0a9517bf6b65ce1b8da4c741 /src/gui/sell.h | |
parent | 00d3e974e0cd9da6806c80526f8d0f47ddf01dd2 (diff) | |
download | mana-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.gz mana-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.bz2 mana-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.tar.xz mana-2237e5cda55151147fa3b0d23a4d74fb7f07c1fe.zip |
Some cleanup of buy/sell dialog code.
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 6 |
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; |