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

/haiku/src/preferences/filetypes/
H A DFileTypeWindow.h45 BTextControl* fTypeControl; member in class:FileTypeWindow
H A DFileTypeWindow.cpp63 fTypeControl = new BTextControl("type", NULL, "Type Control",
67 BTextView* textView = fTypeControl->TextView();
82 .Add(fTypeControl, 0, 0, 3, 1)
129 fTypeControl->MakeFocus(true);
233 fTypeControl->SetText(fCommonType.String());
268 fTypeControl->SetText(type);
335 fCommonType = fTypeControl->Text();
351 fTypeControl->SetText(type);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp152 BTextControl* fTypeControl; member in class:HeaderView
448 fTypeControl = new BTextControl(B_EMPTY_STRING, NULL, buffer,
450 fTypeControl->SetFont(&plainFont);
451 fTypeControl->TextView()->SetFontAndColor(&plainFont);
452 fTypeControl->SetEnabled(false);
454 line->AddChild(fTypeControl);
457 fTypeControl = NULL;

Completed in 94 milliseconds