summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-09 10:55:19 -0800
committerTofu Buzzard <no-email>2011-03-09 10:55:19 -0800
commit75e938cd75d82fcea7d58c556abf403b3629283e (patch)
tree7d3caeea5519dcb914f6219b6b9de85bae67558f /indra/llui/llcombobox.h
parentceb8561e49ace81d39209849a6f8a805d2d9d8ed (diff)
parentc8293e29caf4701f130141a88b90709a09143d4e (diff)
merge
Diffstat (limited to 'indra/llui/llcombobox.h')
-rw-r--r--indra/llui/llcombobox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h
index 59beba509c..64dbaea306 100644
--- a/indra/llui/llcombobox.h
+++ b/indra/llui/llcombobox.h
@@ -149,6 +149,9 @@ public:
// This is probably a UI abuse.
void setLabel(const LLStringExplicit& name);
+ // Updates the combobox label to match the selected list item.
+ void updateLabel();
+
BOOL remove(const std::string& name); // remove item "name", return TRUE if found and removed
BOOL setCurrentByIndex( S32 index );