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

/haiku/src/apps/expander/
H A DExpanderWindow.h79 BCheckBox* fShowContents; member in class:ExpanderWindow
H A DExpanderWindow.cpp149 .Add(fShowContents = new BCheckBox(
328 fShowContents->SetValue(fShowContents->Value() == B_CONTROL_OFF
333 fShowItem->SetLabel(fShowContents->Value() == B_CONTROL_OFF
336 if (fShowContents->Value() == B_CONTROL_OFF) {
367 fShowContents->SetEnabled(true);
383 fShowContents->SetEnabled(false);
582 if (fShowContents->Value() == B_CONTROL_ON) {
586 fShowContents->SetEnabled(true);
670 fShowContents
[all...]

Completed in 40 milliseconds