diff options
author | mathias <mathias> | 2005-05-09 07:20:17 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-09 07:20:17 (GMT) |
commit | 318d76b47c76e5473c8f95dcb011e8e1f34d6e8e (patch) | |
tree | 50e7a342fbbd39380e76f04385cfa29c0959ab18 /src/FbTk | |
parent | aba44f47aaae77780dcb658c6eb26a7724b20c1d (diff) | |
download | fluxbox_pavel-318d76b47c76e5473c8f95dcb011e8e1f34d6e8e.zip fluxbox_pavel-318d76b47c76e5473c8f95dcb011e8e1f34d6e8e.tar.bz2 |
fix from vadim for fbrun-tabcompletion
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/TextBox.hh | 1 |
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(); |