Home
last modified time | relevance | path

Searched refs:fApplyButton (Results 1 – 14 of 14) sorted by relevance

/haiku/src/add-ons/network_settings/hostname/
H A DHostnameView.cpp43 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(kMsgApply)); in HostnameView()
51 .Add(fApplyButton); in HostnameView()
77 fApplyButton->SetTarget(this); in AttachedToWindow()
H A DHostnameView.h44 BButton* fApplyButton; variable
/haiku/src/apps/haikudepot/ui/
H A DSettingsWindow.cpp57 .Add(fApplyButton) in SettingsWindow()
76 fApplyButton = new BButton("apply", B_TRANSLATE("Apply"), in _InitUiControls()
H A DSettingsWindow.h40 BButton* fApplyButton; variable
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp97 fApplyButton = new BButton("apply", B_TRANSLATE("Apply"), in InterfaceAddressView()
112 .Add(fApplyButton) in InterfaceAddressView()
130 fApplyButton->SetTarget(this); in AttachedToWindow()
199 fApplyButton->SetEnabled(enable); in _EnableFields()
H A DInterfaceAddressView.h71 BButton* fApplyButton; variable
/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp78 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(kMsgApply)); in DNSSettingsView()
101 .Add(fApplyButton); in DNSSettingsView()
155 fApplyButton->SetTarget(this); in AttachedToWindow()
H A DDNSSettingsView.h51 BButton* fApplyButton; variable
/haiku/src/servers/package/
H A DResultWindow.h58 BButton* fApplyButton; variable
H A DResultWindow.cpp44 fApplyButton(NULL) in ResultWindow()
63 .Add(fApplyButton = new BButton(B_TRANSLATE("Apply changes"), in ResultWindow()
/haiku/src/preferences/screen/
H A DScreenWindow.h102 BButton* fApplyButton; variable
H A DScreenWindow.cpp586 fApplyButton = new BButton("ApplyButton", B_TRANSLATE("Apply"), in ScreenWindow()
588 fApplyButton->SetEnabled(false); in ScreenWindow()
593 .Add(fApplyButton); in ScreenWindow()
1313 fApplyButton->SetEnabled(applyEnabled); in _CheckApplyEnabled()
/haiku/src/apps/webpositive/
H A DSettingsWindow.h103 BButton* fApplyButton; variable
H A DSettingsWindow.cpp91 fApplyButton = new BButton(B_TRANSLATE("Apply"), new BMessage(MSG_APPLY)); in SettingsWindow()
114 .Add(fApplyButton); in SettingsWindow()
129 fApplyButton->MakeDefault(true); in SettingsWindow()
912 fApplyButton->SetEnabled(canApply); in _ValidateControlsEnabledStatus()