diff options
author | richard <none@none> | 2009-10-30 17:46:28 -0700 |
---|---|---|
committer | richard <none@none> | 2009-10-30 17:46:28 -0700 |
commit | c964f281906e760c88c4f01edc566df35291ddff (patch) | |
tree | 431bef201d87f3628c9702a5ec73ca8737d198b5 /indra/llui/lltextbase.h | |
parent | 123db56856ef0451e28fe7ac7ce3bcc27d3066f1 (diff) | |
parent | b82bda605d85fe9b1ad69ce36a36de18a2924924 (diff) |
merge
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r-- | indra/llui/lltextbase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lltextbase.h b/indra/llui/lltextbase.h index 14fd786127..4cca522a23 100644 --- a/indra/llui/lltextbase.h +++ b/indra/llui/lltextbase.h @@ -154,6 +154,9 @@ public: LLRect getContentsRect(); LLRect getVisibleDocumentRect() const; + S32 getVPad() { return mVPad; } + S32 getHPad() { return mHPad; } + S32 getDocIndexFromLocalCoord( S32 local_x, S32 local_y, BOOL round ) const; LLRect getLocalRectFromDocIndex(S32 pos) const; |