Home
last modified time | relevance | path

Searched refs:RECT_WIDTH (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.h24 typedef enum { RECT_WIDTH = 1, RECT_HEIGHT, enumerator
H A DViewLayoutFactory.cpp235 newWidth = (resizeDim & RECT_WIDTH) in ResizeToListMax()
H A DMenuView.cpp96 aFactory.ResizeToListMax(buttons, RECT_WIDTH); in MenuView()