Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp126 if ((side != ALIGN_LEFT) && (side != ALIGN_TOP) in Align()
143 case ALIGN_TOP: in Align()
171 case ALIGN_TOP: in Align()
H A DViewLayoutFactory.h27 typedef enum { ALIGN_LEFT, ALIGN_TOP, ALIGN_RIGHT, enumerator