diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/gen.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/tools/gen.hxx b/include/tools/gen.hxx index ab74f8c6e386..1fb1a283a60e 100644 --- a/include/tools/gen.hxx +++ b/include/tools/gen.hxx @@ -363,6 +363,11 @@ public: long& Top() { return nTop; } long& Bottom() { return nBottom; } + void SetLeft(long v) { nLeft = v; } + void SetRight(long v) { nRight = v; } + void SetTop(long v) { nTop = v; } + void SetBottom(long v) { nBottom = v; } + inline Point TopLeft() const; inline Point TopRight() const; inline Point TopCenter() const; |