Searched refs:fAttributeControl (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp51 BTextControl* fAttributeControl; member in class:RuleFilterConfig
73 fAttributeControl = new BTextControl("attr", B_TRANSLATE("If"), NULL, NULL);
74 fAttributeControl->SetToolTip(
76 fAttributeControl->SetText(settings.Attribute());
150 .Add(fAttributeControl->CreateLabelLayoutItem())
151 .Add(fAttributeControl->CreateTextViewLayoutItem())
169 settings.SetString("attribute", fAttributeControl->Text());
/haiku/src/preferences/filetypes/
H A DAttributeWindow.h46 BTextControl* fAttributeControl; member in class:AttributeWindow
H A DAttributeWindow.cpp101 fAttributeControl = new BTextControl(B_TRANSLATE("Internal name:"),
103 fAttributeControl->SetModificationMessage(
105 fAttributeControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
108 BTextView* textView = fAttributeControl->TextView();
235 .Add(fAttributeControl->CreateLabelLayoutItem(), 0, 1)
236 .Add(fAttributeControl->CreateTextViewLayoutItem(), 1, 1)
332 bool enabled = fAttributeControl->Text() != NULL
333 && fAttributeControl->Text()[0] != '\0'
354 const char* newAttribute = fAttributeControl->Text();
429 const char* newAttribute = fAttributeControl
[all...]

Completed in 35 milliseconds