summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertoybox.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-24 16:49:00 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-24 16:49:00 -0700
commit8d6e7fa02c0d5cd18f91ac6862079ff4fa0719d4 (patch)
tree333d111003980ee354d8bb401648debffd0c6409 /indra/newview/llfloatertoybox.h
parent28fc98dea3b65e986c0fd8ffa71a81d2db7fb700 (diff)
* Fixed destination guide floater to display on login based on per account
"DisplayDestinationsOnInitialRun" setting or initial agent SL login. * Added toolbar enumeration for toolbar view so queries for commands can now indicate where the command currently is on the left, right or bottom toolbars. * Updated toybox toolbar button tooltips to indicate where the command currently resides in the view. * Added unused function to allow toolbar buttons to be changed to flash indefinitely. Reviewed by Richard.
Diffstat (limited to 'indra/newview/llfloatertoybox.h')
-rw-r--r--indra/newview/llfloatertoybox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatertoybox.h b/indra/newview/llfloatertoybox.h
index 62bf68680d..6f0275b8fe 100644
--- a/indra/newview/llfloatertoybox.h
+++ b/indra/newview/llfloatertoybox.h
@@ -52,6 +52,8 @@ public:
protected:
void onBtnRestoreDefaults();
+ void onToolBarButtonEnter(LLView* button);
+
public:
LLToolBar * mToolBar;
};