diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-19 20:20:11 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-19 20:20:11 -0600 |
commit | abffda81e5bab1fbf4870238e803bb5bae9d0df0 (patch) | |
tree | 661e6d5de6bc258b5fc2366bc5f46b0d73a7bdf6 /src/gui/item_amount.h | |
parent | abeaa1184ae1f30adeeb6684748b3cf8e3f16b11 (diff) | |
download | mana-abffda81e5bab1fbf4870238e803bb5bae9d0df0.tar.gz mana-abffda81e5bab1fbf4870238e803bb5bae9d0df0.tar.bz2 mana-abffda81e5bab1fbf4870238e803bb5bae9d0df0.tar.xz mana-abffda81e5bab1fbf4870238e803bb5bae9d0df0.zip |
Reformatted the item amount window and the buy/sell windows so that
their guis are similarly laid out.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/item_amount.h')
-rw-r--r-- | src/gui/item_amount.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/item_amount.h b/src/gui/item_amount.h index b802f71c..34b33b37 100644 --- a/src/gui/item_amount.h +++ b/src/gui/item_amount.h @@ -58,8 +58,13 @@ class ItemAmountWindow : public Window, public gcn::ActionListener */ void resetAmount(); + /** + * Schedules the Item Amount window for deletion. + */ + void close(); + private: - IntTextField *mItemAmountTextField; /**< Item amount caption. */ + gcn::Label *mItemAmountLabel; /**< Item amount caption. */ Item *mItem; int mMax, mUsage; |