Home
last modified time | relevance | path

Searched refs:fLongTextCheckBox (Results 1 – 6 of 6) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DControlTest.cpp24 fLongTextCheckBox(NULL), in ControlTest()
59 fLongTextCheckBox = new LabeledCheckBox("Long label text", in ActivateTest()
61 group->AddChild(fLongTextCheckBox); in ActivateTest()
102 if (!fLongTextCheckBox || !fControl) in UpdateControlText()
105 fControl->SetLabel(fLongTextCheckBox->IsSelected() in UpdateControlText()
H A DTextControlTest.cpp28 fLongTextCheckBox(NULL), in TextControlTest()
71 fLongTextCheckBox = new LabeledCheckBox("Long label text", in ActivateTest()
73 group->AddChild(fLongTextCheckBox); in ActivateTest()
135 if (!fLongTextCheckBox || !fTextControl) in _UpdateLabelText()
138 fTextControl->SetLabel(fLongTextCheckBox->IsSelected() in _UpdateLabelText()
H A DMenuBarTest.cpp64 fLongTextCheckBox = new LabeledCheckBox("Long label text", in ActivateTest()
66 group->AddChild(fLongTextCheckBox); in ActivateTest()
141 if (!fLongTextCheckBox || !fMenuBar) in UpdateLongText()
144 fFirstItem->SetLabel(fLongTextCheckBox->IsSelected() in UpdateLongText()
H A DTextControlTest.h37 LabeledCheckBox* fLongTextCheckBox; variable
H A DMenuBarTest.h41 LabeledCheckBox* fLongTextCheckBox; variable
H A DControlTest.h43 LabeledCheckBox* fLongTextCheckBox; variable