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

/haiku/src/kits/tracker/
H A DSettingsViews.cpp408 fShowNavigatorCheckBox(NULL),
431 fShowNavigatorCheckBox = new BCheckBox("",
463 .Add(fShowNavigatorCheckBox)
482 fShowNavigatorCheckBox->SetTarget(this);
513 fShowNavigatorCheckBox->SetEnabled(false);
516 fShowNavigatorCheckBox->SetEnabled(true);
518 fShowNavigatorCheckBox->Value() != 0);
526 settings.SetShowNavigator(fShowNavigatorCheckBox->Value() == 1);
738 fShowNavigatorCheckBox->SetEnabled(settings.SingleWindowBrowse());
739 fShowNavigatorCheckBox
[all...]
H A DSettingsViews.h121 BCheckBox* fShowNavigatorCheckBox; member in class:BPrivate::WindowsSettingsView

Completed in 38 milliseconds