Searched refs:fErrorView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/codycam/
H A DCodyCam.cpp468 box->AddChild(fErrorView);
617 fErrorView = new BTextView("error");
618 fErrorView->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
769 fErrorView->SetText(message);
770 fErrorView->MakeEditable(false);
771 fErrorView->MakeSelectable(false);
772 fErrorView->SetWordWrap(true);
773 fErrorView->SetAlignment(B_ALIGN_CENTER);
774 fErrorView->SetExplicitMinSize(BSize(VIDEO_SIZE_X, VIDEO_SIZE_Y));
775 fErrorView
[all...]
H A DCodyCam.h151 BTextView* fErrorView; member in class:VideoWindow

Completed in 78 milliseconds