Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp73 fDecorMenuField(NULL), in LookAndFeelSettingsView()
91 fDecorMenuField = new BMenuField("decorator", in LookAndFeelSettingsView()
143 .Add(fDecorMenuField->CreateLabelLayoutItem(), 0, 0) in LookAndFeelSettingsView()
144 .Add(fDecorMenuField->CreateMenuBarLayoutItem(), 1, 0) in LookAndFeelSettingsView()
H A DLookAndFeelSettingsView.h57 BMenuField* fDecorMenuField; variable