summaryrefslogtreecommitdiff
path: root/indra/llui/llflatlistview.h
diff options
context:
space:
mode:
authorYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-04 17:12:36 +0200
committerYchebotarev ProductEngine <ychebotarev@productengine.com>2010-02-04 17:12:36 +0200
commit29a5e29ddb72ae141345753db269d3f2dbfd195c (patch)
tree347dc7d19999ab3afbb1941d0c6d8a059e312351 /indra/llui/llflatlistview.h
parent41c6155f13dbb9ed8bc136bc3350bc8fc87e7f56 (diff)
parente918089f592da2094e6b23a146e0e30b711562dc (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r--indra/llui/llflatlistview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h
index 949a731507..92cb40332e 100644
--- a/indra/llui/llflatlistview.h
+++ b/indra/llui/llflatlistview.h
@@ -35,8 +35,8 @@
#include "llpanel.h"
#include "llscrollcontainer.h"
+#include "lltextbox.h"
-class LLTextBox;
/**
* LLFlatListView represents a flat list ui control that operates on items in a form of LLPanel's.
@@ -108,6 +108,9 @@ public:
/** padding between items */
Optional<U32> item_pad;
+ /** textbox with info message when list is empty*/
+ Optional<LLTextBox::Params> no_items_text;
+
Params();
};