aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrolllistctrl.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llui/llscrolllistctrl.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/llui/llscrolllistctrl.h')
-rw-r--r--linden/indra/llui/llscrolllistctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llscrolllistctrl.h b/linden/indra/llui/llscrolllistctrl.h
index 5ceee2e..a98a411 100644
--- a/linden/indra/llui/llscrolllistctrl.h
+++ b/linden/indra/llui/llscrolllistctrl.h
@@ -589,6 +589,7 @@ protected:
589 void selectNextItem(BOOL extend_selection); 589 void selectNextItem(BOOL extend_selection);
590 void drawItems(); 590 void drawItems();
591 void updateLineHeight(); 591 void updateLineHeight();
592 void updateLineHeightInsert(LLScrollListItem* item);
592 void reportInvalidInput(); 593 void reportInvalidInput();
593 BOOL isRepeatedChars(const LLWString& string) const; 594 BOOL isRepeatedChars(const LLWString& string) const;
594 void selectItem(LLScrollListItem* itemp, BOOL single_select = TRUE); 595 void selectItem(LLScrollListItem* itemp, BOOL single_select = TRUE);