summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-06 12:10:19 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-06 12:10:19 -0600
commitef48d3556d4b1dc416c8cf5198c0e0af0f768e9e (patch)
treed04011e9686899f4a0245393d5e41306620bd5a6 /src/gui/inventorywindow.h
parent429e82f91487d48ecb5a1742ec6fb6987a2bc9bd (diff)
downloadMana-ef48d3556d4b1dc416c8cf5198c0e0af0f768e9e.tar.gz
Mana-ef48d3556d4b1dc416c8cf5198c0e0af0f768e9e.tar.bz2
Mana-ef48d3556d4b1dc416c8cf5198c0e0af0f768e9e.tar.xz
Mana-ef48d3556d4b1dc416c8cf5198c0e0af0f768e9e.zip
Don't show the split button for eAthena
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index 1c8db89c..6e34666d 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -91,6 +91,11 @@ class InventoryWindow : public Window,
*/
void valueChanged(const gcn::SelectionEvent &event);
+ /**
+ * Sets whether the split button should be shown.
+ */
+ void setSplitAllowed(bool allowed);
+
private:
void updateButtons(); /**< Updates button states. */