Searched refs:control4 (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/interface/look/ |
H A D | Look.cpp | 49 ControlType* control4 = new ControlType("Disabled", NULL); in add_controls() local 50 control4->SetValue(B_CONTROL_ON); in add_controls() 51 control4->SetEnabled(false); in add_controls() 56 control4->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); in add_controls() 61 layout->AddView(control4, 3, row); in add_controls()
|
/haiku/src/preferences/input/ |
H A D | MouseView.cpp | 258 BPoint control4[] = {BPoint(18, 30), BPoint(46, 30), BPoint(51, 27)}; in Draw() local 259 buttonsOutline.BezierTo(control4); in Draw() 372 BPoint control4[3] = {BPoint(18, 30), BPoint(46, 30), BPoint(51, 27)}; in _CreateButtonsPicture() local 373 mouseShape.BezierTo(control4); in _CreateButtonsPicture()
|