Searched refs:fPartialBox (Results 1 – 2 of 2) sorted by relevance
49 fPartialBox = new BCheckBox("size_if", B_TRANSLATE( in BodyDownloadConfigView()59 .Add(fPartialBox) in BodyDownloadConfigView()70 fPartialBox->SetValue(B_CONTROL_OFF); in SetTo()77 fPartialBox->SetValue(B_CONTROL_ON); in SetTo()86 if (fPartialBox->Value() == B_CONTROL_ON) { in SaveInto()101 fSizeControl->SetEnabled(fPartialBox->Value()); in MessageReceived()108 fPartialBox->SetTarget(this); in AttachedToWindow()109 fPartialBox->ResizeToPreferred(); in AttachedToWindow()
42 BCheckBox* fPartialBox; variable