diff options
author | mathias <mathias> | 2005-05-06 10:02:03 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-06 10:02:03 (GMT) |
commit | d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18 (patch) | |
tree | 6f3330b8c48a83cc852f7f07f938cb9a57fcdfc5 /src/FbTk/TextBox.hh | |
parent | 6c057c6903151aab92309310087d5af455ecefce (diff) | |
download | fluxbox_pavel-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.zip fluxbox_pavel-d6ee96775dfdf0ee8bb2f00537f11a335c9b5a18.tar.bz2 |
more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru>
Diffstat (limited to 'src/FbTk/TextBox.hh')
-rw-r--r-- | src/FbTk/TextBox.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/FbTk/TextBox.hh b/src/FbTk/TextBox.hh index ea3d00c..6b68f28 100644 --- a/src/FbTk/TextBox.hh +++ b/src/FbTk/TextBox.hh | |||
@@ -69,10 +69,15 @@ public: | |||
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 | 71 | ||
72 | int findEmptySpaceLeft(); | ||
73 | int findEmptySpaceRight(); | ||
74 | |||
72 | private: | 75 | private: |
73 | void adjustEndPos(); | 76 | void adjustEndPos(); |
74 | void adjustStartPos(); | 77 | void adjustStartPos(); |
75 | 78 | ||
79 | void adjustPos(); | ||
80 | |||
76 | const FbTk::Font *m_font; | 81 | const FbTk::Font *m_font; |
77 | std::string m_text; | 82 | std::string m_text; |
78 | GC m_gc; | 83 | GC m_gc; |