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

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.cpp42 fFontCheckBox(NULL)
75 fFontCheckBox = new LabeledCheckBox("Use large font",
77 group->AddChild(fFontCheckBox);
142 if (fFontCheckBox == NULL)
146 if (fFontCheckBox->IsSelected()) {
H A DTextViewTest.h38 LabeledCheckBox* fFontCheckBox; member in class:TextViewTest

Completed in 78 milliseconds