diff options
author | Richard Linden <none@none> | 2011-09-27 15:53:38 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-09-27 15:53:38 -0700 |
commit | 8912a9bef62386e5eecaa61ba9079d507ae16d90 (patch) | |
tree | 5727a3e82786dc5f39d6962a462330ee02188d97 /indra/llui/llbutton.h | |
parent | f0095ddd23b46932ba0aef6bf62918c816ebb09c (diff) |
EXP-1258 WIP toggle buttons between icons and icons+text modes
better button sizing
also disabled context menu for non-toolbar region
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r-- | indra/llui/llbutton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index bc5e69fad5..08b45e01b3 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -270,6 +270,7 @@ public: protected: LLPointer<LLUIImage> getImageUnselected() const { return mImageUnselected; } LLPointer<LLUIImage> getImageSelected() const { return mImageSelected; } + void getOverlayImageSize(S32& overlay_width, S32& overlay_height); LLFrameTimer mMouseDownTimer; |