summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
authorangela <angela@lindenlab.com>2009-10-29 16:28:04 +0800
committerangela <angela@lindenlab.com>2009-10-29 16:28:04 +0800
commit07749af3871420b9f4542e288da4372cdf2d2513 (patch)
tree1f4691239af44ebdd0961008766975bff9f82130 /indra/llui/llbutton.h
parent4f4be142b30cd77e23b28d16998323e539933b15 (diff)
EXT-1954 Implement Inspector Info i rollover icon
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index 7fc4997133..839b196466 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -176,6 +176,7 @@ public:
BOOL getToggleState() const;
void setToggleState(BOOL b);
+ void setHighlight(bool b);
void setFlashing( BOOL b );
BOOL getFlashing() const { return mFlashing; }