Home
last modified time | relevance | path

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

/haiku/src/apps/resedit/
H A DBitmapView.h46 bool AcceptsDrops(void) const { return fAcceptDrops; } in AcceptsDrops()
80 bool fAcceptDrops; variable
H A DBitmapView.cpp60 fAcceptDrops = true; in BitmapView()
411 fAcceptDrops = accept; in SetAcceptDrops()