Home
last modified time | relevance | path

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

/haiku/src/kits/tracker/
H A DDialogPane.h47 bool leftAligned = true,
53 bool leftAligned = true,
H A DDialogPane.cpp52 PaneSwitch::PaneSwitch(BRect frame, const char* name, bool leftAligned, in PaneSwitch() argument
56 fLeftAligned(leftAligned), in PaneSwitch()
64 PaneSwitch::PaneSwitch(const char* name, bool leftAligned, uint32 flags) in PaneSwitch() argument
67 fLeftAligned(leftAligned), in PaneSwitch()