Searched refs:fRuleControl (Results 1 - 2 of 2) sorted by path

/haiku/src/preferences/filetypes/
H A DFileTypesWindow.h74 BTextControl* fRuleControl; member in class:FileTypesWindow
H A DFileTypesWindow.cpp446 fRuleControl = new BTextControl("rule", B_TRANSLATE("Rule:"), "",
448 fRuleControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
449 fRuleControl->Hide();
457 .Add(fRuleControl, 0, 3, 3, 1);
636 item->SetMarked(fRuleControl->IsHidden());
778 if (BMimeType::CheckSnifferRule(fRuleControl->Text(),
784 fCurrentType.SetSnifferRule(fRuleControl->Text());
1012 if (fRuleControl->IsHidden() == !show)
1016 fRuleControl->Hide();
1018 fRuleControl
[all...]

Completed in 60 milliseconds