summaryrefslogtreecommitdiff
path: root/baserender.h
diff options
context:
space:
mode:
Diffstat (limited to 'baserender.h')
-rw-r--r--baserender.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/baserender.h b/baserender.h
index eba3edf8..15aa2a88 100644
--- a/baserender.h
+++ b/baserender.h
@@ -6,7 +6,8 @@
enum eBorder {
BorderMenuItem = 1,
- BorderRecordJump = 2
+ BorderRecordJump = 2,
+ BorderMenuRecord = 3
};
struct sBorderFrom {
@@ -131,6 +132,7 @@ class cFlatBaseRender
void ContentSet(const char *Text, bool FixedFont, tColor ColorFg, tColor ColorBg);
bool ContentIsShown(void);
bool ContentScrollable(void);
+ bool ContentWillItBeScrollable(int Width, int Height, const char *Text, bool FixedFont);
int ContentScrollTotal(void);
int ContentScrollOffset(void);
int ContentVisibleLines(void);