aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Platform.h')
-rw-r--r--include/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Platform.h b/include/Platform.h
index 8c5032596..30f05d88a 100644
--- a/include/Platform.h
+++ b/include/Platform.h
@@ -328,6 +328,7 @@ public:
virtual XYPOSITION TabWidthMinimumPixels() const = 0;
virtual const Font *FontOfPosition(size_t position) const = 0;
virtual XYPOSITION RepresentationWidth(size_t position) const = 0;
+ virtual XYPOSITION TabPositionAfter(XYPOSITION xPosition) const = 0;
};
struct Interval {