summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-09-02 15:36:16 -0400
committerLoren Shih <seraph@lindenlab.com>2010-09-02 15:36:16 -0400
commit51ecc8208a1b70c9742656230df00b08e082a9c8 (patch)
treeedbc91488d3cf69e308b96004ed5b12efec2b579 /indra/llui/llmenugl.h
parent76eb05380c619daac543872d9ad3ca40a03062c0 (diff)
parent63f2ddf377fa0fc6a666cdc1001289335d86258b (diff)
automated merge from viewer-development root
Diffstat (limited to 'indra/llui/llmenugl.h')
-rw-r--r--indra/llui/llmenugl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.h b/indra/llui/llmenugl.h
index eb0d0bcb1f..19b738312e 100644
--- a/indra/llui/llmenugl.h
+++ b/indra/llui/llmenugl.h
@@ -391,6 +391,12 @@ public:
void initFromParams(const Params&);
+ // textual artwork which menugl-imitators may want to match
+ static const std::string BOOLEAN_TRUE_PREFIX;
+ static const std::string BRANCH_SUFFIX;
+ static const std::string ARROW_UP;
+ static const std::string ARROW_DOWN;
+
protected:
LLMenuGL(const LLMenuGL::Params& p);
friend class LLUICtrlFactory;