Home
last modified time | relevance | path

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:"), in FindWindow()
87 fTextRadio->SetValue(B_CONTROL_ON); in FindWindow()
126 fFindLabel->SetEnabled(fTextRadio->Value() == B_CONTROL_ON); in MessageReceived()
149 if (fTextRadio->Value() == B_CONTROL_ON) { in _SendFindMessage()
158 message.AddBool("usetext", fTextRadio->Value() == B_CONTROL_ON); in _SendFindMessage()
H A DFindWindow.h40 BRadioButton* fTextRadio; variable