Home
last modified time | relevance | path

Searched refs:AcceptsDrops (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/resedit/
H A DBitmapView.h46 bool AcceptsDrops(void) const { return fAcceptDrops; } in AcceptsDrops() function
H A DBitmapView.cpp187 if (msg->WasDropped() && AcceptsDrops()) { in MessageReceived()