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

/haiku/src/apps/terminal/
H A DFindWindow.cpp57 .Add(fTextRadio = new BRadioButton(B_TRANSLATE("Use text:"),
87 fTextRadio->SetValue(B_CONTROL_ON);
126 fFindLabel->SetEnabled(fTextRadio->Value() == B_CONTROL_ON);
149 if (fTextRadio->Value() == B_CONTROL_ON) {
158 message.AddBool("usetext", fTextRadio->Value() == B_CONTROL_ON);
H A DFindWindow.h40 BRadioButton* fTextRadio; member in class:FindWindow

Completed in 15 milliseconds