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

/haiku/src/preferences/appearance/
H A DFontSelectionView.h62 BMenuField* fFontsMenuField; member in class:FontSelectionView
H A DFontSelectionView.cpp112 fFontsMenuField = new BMenuField("fonts", label, fFontsMenu);
113 fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
263 return fFontsMenuField->CreateLabelLayoutItem();
270 return fFontsMenuField->CreateMenuBarLayoutItem();
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp64 fFontsMenuField = new BMenuField("fonts", label, fFontsMenu, B_WILL_DRAW);
65 fFontsMenuField->SetAlignment(B_ALIGN_RIGHT);
112 if (!fFontsMenuField->Window())
113 delete fFontsMenuField;
382 return fFontsMenuField->CreateLabelLayoutItem();
389 return fFontsMenuField->CreateMenuBarLayoutItem();
H A DFontSelectionView.h76 BMenuField* fFontsMenuField; member in class:FontSelectionView

Completed in 19 milliseconds