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),
59 fLongTextCheckBox = new LabeledCheckBox("Long label text",
61 group->AddChild(fLongTextCheckBox);
102 if (!fLongTextCheckBox || !fControl)
105 fControl->SetLabel(fLongTextCheckBox->IsSelected()
H A DTextControlTest.cpp26 fLongTextCheckBox(NULL),
69 fLongTextCheckBox = new LabeledCheckBox("Long label text",
71 group->AddChild(fLongTextCheckBox);
114 if (!fLongTextCheckBox || !fTextControl)
117 fTextControl->SetLabel(fLongTextCheckBox->IsSelected()
H A DMenuBarTest.cpp64 fLongTextCheckBox = new LabeledCheckBox("Long label text",
66 group->AddChild(fLongTextCheckBox);
141 if (!fLongTextCheckBox || !fMenuBar)
144 fFirstItem->SetLabel(fLongTextCheckBox->IsSelected()
H A DControlTest.h43 LabeledCheckBox* fLongTextCheckBox; member in class:ControlTest
H A DMenuBarTest.h41 LabeledCheckBox* fLongTextCheckBox; member in class:MenuBarTest
H A DTextControlTest.h36 LabeledCheckBox* fLongTextCheckBox; member in class:TextControlTest

Completed in 71 milliseconds