summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-03-10 12:11:22 -0800
committerLeyla Farazha <leyla@lindenlab.com>2011-03-10 12:11:22 -0800
commit378585e7f089b62b7a0dd69adde48cd63fc7bacc (patch)
treec9f231718b68483a791beb1fb82c90820cd8dc5c /indra/llui/llcombobox.h
parentbb57d34cb1db372322f196ba3fd9190a352a71e3 (diff)
parente94fa316f34c275d3059808903ea5d8cf24a1ad3 (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 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 );