diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 14:16:47 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-17 14:16:47 -0800 |
commit | 09163617c2c5e79d8e51b5ceca5b5282effcb1f6 (patch) | |
tree | 00ca15b9d3f3c336ac357413c38f87028ba4e1ee /indra/llui/lllayoutstack.h | |
parent | e8bff548ff7374c263c2bc38a337e8841bc2761f (diff) | |
parent | ed52792396c76ead787207b7a7dc3968f4352a1d (diff) |
Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui.
Diffstat (limited to 'indra/llui/lllayoutstack.h')
-rw-r--r-- | indra/llui/lllayoutstack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lllayoutstack.h b/indra/llui/lllayoutstack.h index 883331c792..02c664f1a0 100644 --- a/indra/llui/lllayoutstack.h +++ b/indra/llui/lllayoutstack.h @@ -29,6 +29,7 @@ #define LL_LLLAYOUTSTACK_H #include "llpanel.h" +#include "llresizebar.h" class LLLayoutPanel; @@ -178,6 +179,7 @@ public: F32 getAutoResizeFactor() const; F32 getVisibleAmount() const; S32 getVisibleDim() const; + LLResizeBar* getResizeBar() { return mResizeBar; } bool isCollapsed() const { return mCollapsed;} |