Home
last modified time | relevance | path

Searched refs:fInstallTypeDescriptionView (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/packageinstaller/
H A DPackageView.cpp498 fInstallTypeDescriptionView = new DescriptionTextView( in _InitView()
500 fInstallTypeDescriptionView->MakeEditable(false); in _InitView()
501 fInstallTypeDescriptionView->MakeSelectable(false); in _InitView()
502 fInstallTypeDescriptionView->SetInsets(8, 0, 0, 0); in _InitView()
504 fInstallTypeDescriptionView->SetText( in _InitView()
506 fInstallTypeDescriptionView->SetViewUIColor(B_PANEL_BACKGROUND_COLOR); in _InitView()
509 fInstallTypeDescriptionView->SetFontAndColor(&font, B_FONT_ALL, in _InitView()
513 "install type description scroll view", fInstallTypeDescriptionView, in _InitView()
606 fInstallTypeDescriptionView->SetText(typeDescription.String()); in _InstallTypeChanged()
H A DPackageView.h73 BTextView* fInstallTypeDescriptionView; variable