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

/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp177 fWidthControl = new BTextControl(B_TRANSLATE_COMMENT("Width:",
180 fWidthControl->SetModificationMessage(
182 fWidthControl->SetAlignment(B_ALIGN_RIGHT, B_ALIGN_LEFT);
185 textView = fWidthControl->TextView();
247 .Add(fWidthControl->CreateLabelLayoutItem(), 0, 2)
248 .Add(fWidthControl->CreateTextViewLayoutItem(), 1, 2, 2)
366 int32 width = atoi(fWidthControl->Text());
412 fWidthControl->SetEnabled(enabled);
H A DAttributeWindow.h53 BTextControl* fWidthControl; member in class:AttributeWindow

Completed in 68 milliseconds