diff options
author | prep <prep@lindenlab.com> | 2011-03-10 12:10:29 -0500 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2011-03-10 12:10:29 -0500 |
commit | 55dbd0c4f3c1cc3598d3d8428dea4a2645b211c4 (patch) | |
tree | b7b67fd048fda99511042040cf91ac2ae309e728 /indra/llui/llcombobox.h | |
parent | 79664c1017175b2cdfdc4b16c5894bdfdf6e8188 (diff) | |
parent | ca610bfc82e9f150877efa7e8c4e972d47bce7d4 (diff) |
merge
Diffstat (limited to 'indra/llui/llcombobox.h')
-rw-r--r-- | indra/llui/llcombobox.h | 3 |
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 ); |