diff options
Diffstat (limited to 'linden/indra/llui/lltabcontainer.h')
-rw-r--r-- | linden/indra/llui/lltabcontainer.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llui/lltabcontainer.h b/linden/indra/llui/lltabcontainer.h index 7d501d2..f3365c3 100644 --- a/linden/indra/llui/lltabcontainer.h +++ b/linden/indra/llui/lltabcontainer.h | |||
@@ -117,7 +117,9 @@ public: | |||
117 | virtual void setTabImage(LLPanel* child, std::string img_name); | 117 | virtual void setTabImage(LLPanel* child, std::string img_name); |
118 | void setTitle( const LLString& title ); | 118 | void setTitle( const LLString& title ); |
119 | const LLString getPanelTitle(S32 index); | 119 | const LLString getPanelTitle(S32 index); |
120 | 120 | ||
121 | void setDragAndDropDelayTimer() { mDragAndDropDelayTimer.start(); } | ||
122 | |||
121 | virtual void setTopBorderHeight(S32 height); | 123 | virtual void setTopBorderHeight(S32 height); |
122 | 124 | ||
123 | virtual void setTabChangeCallback(LLPanel* tab, void (*on_tab_clicked)(void*,bool)); | 125 | virtual void setTabChangeCallback(LLPanel* tab, void (*on_tab_clicked)(void*,bool)); |
@@ -175,6 +177,8 @@ protected: | |||
175 | S32 mScrollPosPixels; | 177 | S32 mScrollPosPixels; |
176 | S32 mMaxScrollPos; | 178 | S32 mMaxScrollPos; |
177 | 179 | ||
180 | LLFrameTimer mDragAndDropDelayTimer; | ||
181 | |||
178 | void (*mCloseCallback)(void*); | 182 | void (*mCloseCallback)(void*); |
179 | void* mCallbackUserdata; | 183 | void* mCallbackUserdata; |
180 | 184 | ||