summaryrefslogtreecommitdiff
path: root/indra/llui/lltextbase.h
diff options
context:
space:
mode:
authorrichard <none@none>2009-10-30 17:46:28 -0700
committerrichard <none@none>2009-10-30 17:46:28 -0700
commitc964f281906e760c88c4f01edc566df35291ddff (patch)
tree431bef201d87f3628c9702a5ec73ca8737d198b5 /indra/llui/lltextbase.h
parent123db56856ef0451e28fe7ac7ce3bcc27d3066f1 (diff)
parentb82bda605d85fe9b1ad69ce36a36de18a2924924 (diff)
merge
Diffstat (limited to 'indra/llui/lltextbase.h')
-rw-r--r--indra/llui/lltextbase.h3
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;