Searched refs:fTextRadio (Results 1 – 2 of 2) sorted by relevance
57 .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()
40 BRadioButton* fTextRadio; variable