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

/haiku/src/preferences/appearance/
H A DFontSelectionView.h67 BBox* fPreviewBox; member in class:FontSelectionView
H A DFontSelectionView.cpp148 fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS);
149 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL)
249 return fPreviewBox;
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.h83 BBox* fPreviewBox; member in class:FontSelectionView
H A DFontSelectionView.cpp92 fPreviewBox = new BBox("preview box", B_WILL_DRAW | B_FRAME_EVENTS);
93 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL, B_USE_HALF_ITEM_SPACING)
414 return fPreviewBox;

Completed in 41 milliseconds