Home
last modified time | relevance | path

Searched refs:fSpecialControl (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp168 fSpecialControl = new BTextControl(B_TRANSLATE("Special:"), in AttributeWindow()
170 fSpecialControl->SetModificationMessage( in AttributeWindow()
172 fSpecialControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT); in AttributeWindow()
173 fSpecialControl->SetEnabled(false); in AttributeWindow()
245 .Add(fSpecialControl->CreateLabelLayoutItem(), 0, 1) in AttributeWindow()
246 .Add(fSpecialControl->CreateTextViewLayoutItem(), 1, 1, 2) in AttributeWindow()
325 fSpecialControl->SetEnabled(!_DefaultDisplayAs()->IsMarked()); in _CheckDisplayAs()
377 if (fSpecialControl->Text() && fSpecialControl->Text()[0]) { in _NewItemFromCurrent()
379 displayAs += fSpecialControl->Text(); in _NewItemFromCurrent()
403 fSpecialControl->SetEnabled(!_DefaultDisplayAs()->IsMarked()); in MessageReceived()
H A DAttributeWindow.h52 BTextControl* fSpecialControl; variable