diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-02-16 18:52:54 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-02-16 18:52:54 +0000 |
commit | 26a52e8f74306b6e13e7a2029c19d8c7e1efd23a (patch) | |
tree | e239a4842ba2dd02cbd9a50e5a040783b40e9ca7 /src/gui/npcintegerdialog.h | |
parent | e1b66a9d88b43cee01ad15226c14fa6880fcbd04 (diff) | |
download | mana-client-26a52e8f74306b6e13e7a2029c19d8c7e1efd23a.tar.gz mana-client-26a52e8f74306b6e13e7a2029c19d8c7e1efd23a.tar.bz2 mana-client-26a52e8f74306b6e13e7a2029c19d8c7e1efd23a.tar.xz mana-client-26a52e8f74306b6e13e7a2029c19d8c7e1efd23a.zip |
Allow setting default values for NPC dialogs
Diffstat (limited to 'src/gui/npcintegerdialog.h')
-rw-r--r-- | src/gui/npcintegerdialog.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/npcintegerdialog.h b/src/gui/npcintegerdialog.h index a8ffcf0f..7c064ca6 100644 --- a/src/gui/npcintegerdialog.h +++ b/src/gui/npcintegerdialog.h @@ -62,6 +62,13 @@ class NpcIntegerDialog : public Window, public gcn::ActionListener void setRange(const int min, const int max); /** + * Sets the default value. + * + * @param value The new default value + */ + void setDefaultValue(const int value); + + /** * Checks whether NpcStringDialog is Focused or not. */ bool isInputFocused(); |