Cannot change the ordering of the additional virtual methods, or BC is
broken. +alphabranch (if previous commit is also applied) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32710 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -62,9 +62,6 @@ public:
|
||||
virtual void MouseMoved(BPoint point, uint32 code,
|
||||
const BMessage* dragMessage);
|
||||
|
||||
virtual bool InitiateDrag(BPoint point, int32 itemIndex,
|
||||
bool initialySelected);
|
||||
|
||||
virtual void ResizeToPreferred();
|
||||
virtual void GetPreferredSize(float* _width,
|
||||
float* _height);
|
||||
@@ -129,6 +126,9 @@ public:
|
||||
|
||||
virtual void SelectionChanged();
|
||||
|
||||
virtual bool InitiateDrag(BPoint point, int32 itemIndex,
|
||||
bool initialySelected);
|
||||
|
||||
void SortItems(int (*cmp)(const void*,
|
||||
const void*));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user