diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-10 20:40:15 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2012-05-10 20:40:15 +0300 |
commit | 7eaeb88bc37a747ff82fd37df84592f54c88cdbf (patch) | |
tree | ed11d8be3765f595c52c671b84cafdad623434ff /indra/newview/llimfloatercontainer.h | |
parent | dfe6ce4be9b2b61a689e6cce41a9da91bd9a8b73 (diff) |
CHUI-105 WIP Added expand/collapse behavior for Conversations floater messages pane.
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index 93b91fe3cf..045f053b1c 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -60,12 +60,16 @@ public: virtual void setMinimized(BOOL b); + void toggleMessagesPane(bool expand); + private: typedef std::map<LLUUID,LLFloater*> avatarID_panel_map_t; avatarID_panel_map_t mSessions; boost::signals2::connection mNewMessageConnection; void onNewMessageReceived(const LLSD& data); + + S32 mMessagesPaneWidth; }; #endif // LL_LLIMFLOATERCONTAINER_H |