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

/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp131 BCheckBox* fEnableCheckBox; member in class:FadeView
289 fEnableCheckBox = new BCheckBox("EnableCheckBox",
294 box->SetLabel(fEnableCheckBox);
411 fEnableCheckBox->SetTarget(this);
420 fEnableCheckBox->SetValue(
506 enabled = fEnableCheckBox->Value() == B_CONTROL_ON;
523 bool enabled = fEnableCheckBox->Value() == B_CONTROL_ON;

Completed in 16 milliseconds