Searched refs:allowDrags (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DShelf.h30 BShelf(BView* view, bool allowDrags = true,
33 bool allowDrags = true,
36 bool allowDrags = true,
112 BView* view, bool allowDrags);
/haiku/src/kits/interface/
H A DShelf.cpp521 BShelf::BShelf(BView *view, bool allowDrags, const char *shelfType) argument
524 _InitData(NULL, NULL, view, allowDrags);
528 BShelf::BShelf(const entry_ref *ref, BView *view, bool allowDrags, argument
532 _InitData(new BEntry(ref), NULL, view, allowDrags);
536 BShelf::BShelf(BDataIO *stream, BView *view, bool allowDrags, argument
540 _InitData(NULL, stream, view, allowDrags);
1141 bool allowDrags)
1148 fAllowDragging = allowDrags;
1140 _InitData(BEntry *entry, BDataIO *stream, BView *view, bool allowDrags) argument

Completed in 251 milliseconds