Searched refs:fPublicNameControl (Results 1 – 2 of 2) sorted by relevance
/haiku/src/preferences/filetypes/ |
H A D | AttributeWindow.cpp | 95 fPublicNameControl = new BTextControl(B_TRANSLATE("Attribute name:"), in AttributeWindow() 97 fPublicNameControl->SetModificationMessage( in AttributeWindow() 99 fPublicNameControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT); in AttributeWindow() 233 .Add(fPublicNameControl->CreateLabelLayoutItem(), 0, 0) in AttributeWindow() 234 .Add(fPublicNameControl->CreateTextViewLayoutItem(), 1, 0) in AttributeWindow() 262 fPublicNameControl->MakeFocus(true); in AttributeWindow() 334 && fPublicNameControl->Text() != NULL in _CheckAcceptable() 335 && fPublicNameControl->Text()[0] != '\0'; in _CheckAcceptable() 385 fPublicNameControl->Text(), type, displayAs.String(), alignment, in _NewItemFromCurrent()
|
H A D | AttributeWindow.h | 45 BTextControl* fPublicNameControl; variable
|