Home
last modified time | relevance | path

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

/haiku/src/preferences/appearance/
H A DLookAndFeelSettingsView.cpp75 fControlLookInfoButton(NULL), in LookAndFeelSettingsView()
107 fControlLookInfoButton = new BButton(B_TRANSLATE("About"), in LookAndFeelSettingsView()
148 .Add(fControlLookInfoButton, 2, 1) in LookAndFeelSettingsView()
174 fControlLookInfoButton->SetTarget(this); in AttachedToWindow()
H A DLookAndFeelSettingsView.h60 BButton* fControlLookInfoButton; variable