aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextBox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/TextBox.hh')
-rw-r--r--src/FbTk/TextBox.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/TextBox.hh b/src/FbTk/TextBox.hh
index 6b68f28..02b8f59 100644
--- a/src/FbTk/TextBox.hh
+++ b/src/FbTk/TextBox.hh
@@ -68,6 +68,7 @@ public:
68 const Font &font() const { return *m_font; } 68 const Font &font() const { return *m_font; }
69 GC gc() const { return m_gc; } 69 GC gc() const { return m_gc; }
70 int cursorPosition() const { return m_cursor_pos; } 70 int cursorPosition() const { return m_cursor_pos; }
71 inline int textStartPos(){ return m_start_pos; }
71 72
72 int findEmptySpaceLeft(); 73 int findEmptySpaceLeft();
73 int findEmptySpaceRight(); 74 int findEmptySpaceRight();