Home
last modified time | relevance | path

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

/haiku/src/kits/mail/
H A DProtocolConfigView.cpp49 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()
/haiku/headers/private/mail/
H A DProtocolConfigView.h42 BCheckBox* fPartialBox; variable