Home
last modified time | relevance | path

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) in TextViewTest()
75 fFontCheckBox = new LabeledCheckBox("Use large font", in ActivateTest()
77 group->AddChild(fFontCheckBox); in ActivateTest()
142 if (fFontCheckBox == NULL) in _UpdateFont()
146 if (fFontCheckBox->IsSelected()) { in _UpdateFont()
H A DTextViewTest.h38 LabeledCheckBox* fFontCheckBox; variable