diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-04 16:07:14 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-04 16:07:14 +0000 |
commit | 739e3545b32bfa9e15beed0e2ecc44297d9f0950 (patch) | |
tree | a206e0d65efe16fbab9df033ecb635ab16a8a427 /indra/llui/llflatlistview.h | |
parent | 9a15ee8a91a12020b22625873c280837739f946c (diff) | |
parent | c99fb12b3d300705dbf6eb68b1a3f22927d4d221 (diff) |
PE merge.
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 5 |
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(); }; |