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.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/TextBox.hh b/src/FbTk/TextBox.hh
index 660ac80..78676a1 100644
--- a/src/FbTk/TextBox.hh
+++ b/src/FbTk/TextBox.hh
@@ -68,7 +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 int textStartPos(){ return m_start_pos; }
72 72
73 unsigned int findEmptySpaceLeft(); 73 unsigned int findEmptySpaceLeft();
74 unsigned int findEmptySpaceRight(); 74 unsigned int findEmptySpaceRight();