Home
last modified time | relevance | path

Searched refs:fPreviewBox (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/appearance/
H A DFontSelectionView.h67 BBox* fPreviewBox; variable
H A DFontSelectionView.cpp148 fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS); in FontSelectionView()
149 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL) in FontSelectionView()
249 return fPreviewBox; in GetPreviewBox()
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h84 BBox* fPreviewBox; variable
H A DFontSelectionView.cpp108 fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS); in FontSelectionView()
109 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL) in FontSelectionView()
443 return fPreviewBox; in PreviewBox()