Home
last modified time | relevance | path

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

/haiku/src/add-ons/network_settings/dnsclient/
H A DDNSSettingsView.cpp69 fDownButton = new BButton(B_TRANSLATE("Move down"), in DNSSettingsView()
71 fDownButton->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET)); in DNSSettingsView()
72 fDownButton->SetEnabled(false); in DNSSettingsView()
89 .Add(fDownButton, 1, 2) in DNSSettingsView()
149 fDownButton->SetTarget(this); in AttachedToWindow()
195 fDownButton->SetEnabled(enabled); in MessageReceived()
H A DDNSSettingsView.h50 BButton* fDownButton; variable