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

/haiku-fatelf/src/preferences/joysticks/
H A DJoyWin.h66 BCheckBox* fCheckbox; member in class:JoyWin
H A DJoyWin.cpp85 fCheckbox = new BCheckBox(BRect(131.00, 260.00, 227.00, 280.00),
101 box->AddChild(fCheckbox);
147 if(fCheckbox->Value()) {
167 fCheckbox->SetValue(false);
171 fCheckbox->SetValue(true);

Completed in 85 milliseconds