Searched refs:deskbar_location (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.h22 void CheckLocation(BDeskbar *, deskbar_location, bool, bool);
23 void TestLocation(BDeskbar *, deskbar_location);
H A DDeskbarLocationTest.cpp52 deskbar_location currLocation,
120 deskbar_location newLocation)
158 deskbar_location origLocation = myDeskbar.Location(&origExpanded);
/haiku/headers/os/interface/
H A DDeskbar.h17 enum deskbar_location { enum
36 deskbar_location Location(bool* _isExpanded = NULL) const;
37 status_t SetLocation(deskbar_location location,
/haiku/src/apps/deskbar/
H A DBarWindow.h70 deskbar_location DeskbarLocation() const;
72 void SetDeskbarLocation(deskbar_location location,
H A DBarWindow.cpp370 deskbar_location
407 TBarWindow::SetDeskbarLocation(deskbar_location location, bool newExpandState)
472 deskbar_location location;
/haiku/src/kits/interface/
H A DDeskbar.cpp93 deskbar_location
96 deskbar_location location = B_DESKBAR_RIGHT_TOP;
112 location = static_cast<deskbar_location>(value);
123 BDeskbar::SetLocation(deskbar_location location, bool expanded)
/haiku/src/servers/notification/
H A DNotificationWindow.cpp60 is_overlapping(deskbar_location deskbar,

Completed in 55 milliseconds