Home
last modified time | relevance | path

Searched refs:fUseInsetsCheckBox (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DTextViewTest.cpp40 fUseInsetsCheckBox(NULL), in TextViewTest()
65 fUseInsetsCheckBox = new LabeledCheckBox("Use text rect insets", in ActivateTest()
67 group->AddChild(fUseInsetsCheckBox); in ActivateTest()
116 if (fUseInsetsCheckBox == NULL) in _UpdateInsets()
119 if (fUseInsetsCheckBox->IsSelected()) in _UpdateInsets()
H A DTextViewTest.h36 LabeledCheckBox* fUseInsetsCheckBox; variable