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

/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp44 BRect rectString = BRect(frame.left, frame.top-10, frame.right -30, 30); local
45 BStringView* stringview1 = new BStringView(rectString,"StringView1",
48 BRect rect = BRect(rectString.left, rectString.bottom + SPACE,
49 rectString.right, rectString.bottom + SPACE + 200);
52 rectString = BRect(rect.left, rect.bottom + SPACE, rect.right,
54 BStringView* stringview2 = new BStringView(rectString,"StringView2",
57 rect = BRect(rectString.left, rectString
[all...]

Completed in 35 milliseconds