Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DFontView.cpp68 fBoldView = new FontSelectionView("bold", B_TRANSLATE("Bold font:")); in FontView()
78 add_font_selection_view(layout, fBoldView, row, true); in FontView()
88 fBoldView->SetTarget(this); in AttachedToWindow()
110 fBoldView->SetDefaults(); in SetDefaults()
131 fBoldView->MessageReceived(message); in MessageReceived()
158 fBoldView->Revert(); in Revert()
168 fBoldView->UpdateFontsMenu(); in UpdateFonts()
178 || fBoldView->IsDefaultable() in IsDefaultable()
188 || fBoldView->IsRevertable() in IsRevertable()
H A DFontView.h43 FontSelectionView* fBoldView; variable