diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-09 01:29:44 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-09 01:29:44 +0100 |
commit | f363a8898ded0896cf6dde81081cff046c7fa3a8 (patch) | |
tree | a44452f7467e9c2060e3b165283cb1c2cf1f6723 /indra/llui/llaccordionctrltab.h | |
parent | 5a8770c9e37ae3ebe6fca7f8a631be4179763aed (diff) | |
parent | 4ed913c3760308ea67db8beb9e6330933104a8ab (diff) |
merge
Diffstat (limited to 'indra/llui/llaccordionctrltab.h')
-rw-r--r-- | indra/llui/llaccordionctrltab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llaccordionctrltab.h b/indra/llui/llaccordionctrltab.h index 4b8b22405e..fb19d17e99 100644 --- a/indra/llui/llaccordionctrltab.h +++ b/indra/llui/llaccordionctrltab.h @@ -148,6 +148,8 @@ public: virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); virtual BOOL handleKey(KEY key, MASK mask, BOOL called_from_parent); + virtual BOOL handleToolTip(S32 x, S32 y, MASK mask); + virtual bool addChild(LLView* child, S32 tab_group); bool isExpanded() { return mDisplayChildren; } |