Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp72 fDecorInfoButton(NULL), in LookAndFeelSettingsView()
94 fDecorInfoButton = new BButton(B_TRANSLATE("About"), in LookAndFeelSettingsView()
145 .Add(fDecorInfoButton, 2, 0) in LookAndFeelSettingsView()
172 fDecorInfoButton->SetTarget(this); in AttachedToWindow()
H A DLookAndFeelSettingsView.h56 BButton* fDecorInfoButton; variable