diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-05 16:30:32 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-03-05 16:30:32 +0000 |
commit | efd51b6c027b6221bbd17f00be6db0f3988a1af4 (patch) | |
tree | a65a84c6d62337be92ae142db695067d7b29b3b6 /indra/llui/llbutton.h | |
parent | d33b6a18872a652808afe3aa9ae40de6adaa3004 (diff) | |
parent | 2433de3fac1a07a94e3c031b4528fee90a5fa7d2 (diff) |
PE merge.
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 6a0d8ef3d6..59b551a16d 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -216,6 +216,7 @@ public: void setImageOverlay(const std::string& image_name, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); void setImageOverlay(const LLUUID& image_id, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); LLPointer<LLUIImage> getImageOverlay() { return mImageOverlay; } + LLFontGL::HAlign getImageOverlayHAlign() const { return mImageOverlayAlignment; } void autoResize(); // resize with label of current btn state void resize(LLUIString label); // resize with label input |