Searched refs:fWidthControl (Results 1 – 2 of 2) sorted by relevance
177 fWidthControl = new BTextControl(B_TRANSLATE_COMMENT("Width:", in AttributeWindow()180 fWidthControl->SetModificationMessage( in AttributeWindow()182 fWidthControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT); in AttributeWindow()185 textView = fWidthControl->TextView(); in AttributeWindow()247 .Add(fWidthControl->CreateLabelLayoutItem(), 0, 2) in AttributeWindow()248 .Add(fWidthControl->CreateTextViewLayoutItem(), 1, 2, 2) in AttributeWindow()366 int32 width = atoi(fWidthControl->Text()); in _NewItemFromCurrent()412 fWidthControl->SetEnabled(enabled); in MessageReceived()
53 BTextControl* fWidthControl; variable