* introduced two new private methods, _PreviousWordStart() and _NextWordStart(),
which are now being used to implement the word-wise keyboard navigation, fixing #4785 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33885 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -384,6 +384,9 @@ private:
|
||||
int32 _PreviousWordBoundary(int32 offset);
|
||||
int32 _NextWordBoundary(int32 offset);
|
||||
|
||||
int32 _PreviousWordStart(int32 offset);
|
||||
int32 _NextWordStart(int32 offset);
|
||||
|
||||
bool _GetProperty(BMessage* specifier, int32 form,
|
||||
const char* property, BMessage* reply);
|
||||
bool _SetProperty(BMessage* specifier, int32 form,
|
||||
|
||||
Reference in New Issue
Block a user