Searched refs:fServerTextControl (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/preferences/time/
H A DNetworkTimeView.cpp291 int32 length = fServerTextControl->TextView()->TextLength();
293 if (_IsValidServerName(fServerTextControl->TextView()->Text()))
294 fServerTextControl->TextView()->SetFontAndColor(0, length, NULL, 0, &defaultColor);
296 fServerTextControl->TextView()->SetFontAndColor(0, length, NULL, 0, &red);
301 if (!_IsValidServerName(fServerTextControl->TextView()->Text()))
304 fSettings.AddServer(fServerTextControl->Text());
306 fServerTextControl->SetText("");
403 fServerTextControl->SetTarget(this);
424 fServerTextControl = new BTextControl(NULL, NULL, new BMessage(kMsgAddServer));
425 fServerTextControl
[all...]
H A DNetworkTimeView.h100 BTextControl* fServerTextControl; member in class:NetworkTimeView

Completed in 23 milliseconds