Patch by Rene Gollent: TextViews now can scroll even if they aren't

attached to a BScrollView.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22432 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2007-10-04 11:32:06 +00:00
parent 39c99f8644
commit f2476bcc9c
4 changed files with 44 additions and 18 deletions
+1
View File
@@ -255,6 +255,7 @@ virtual void Undo(BClipboard *clipboard);
undo_state UndoState(bool *isRedo) const;
protected:
void _ScrollToOffset(int32 nOffset, bool useHorz, bool useVert);
virtual void GetDragParameters(BMessage *drag,
BBitmap **bitmap,
BPoint *point,