summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-03-09 21:17:29 -0800
committerMerov Linden <merov@lindenlab.com>2011-03-09 21:17:29 -0800
commit18a66fb7618c80108d224c9b1c3ff14cc5f3a87f (patch)
tree6ff3da645b7d076f4dee2538c6d596e681c90a90 /indra/llui/llcombobox.h
parent7f42c02cad9dbd068bc49bed4b6cd18fd8fff606 (diff)
parent0c02401498521f87d38778df0e795960aa5445e1 (diff)
Pull from viewer-development
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 74d64269bd..e9ef9d07e4 100644
--- a/indra/llui/llcombobox.h
+++ b/indra/llui/llcombobox.h
@@ -148,6 +148,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 );