Searched refs:fMatchWordBox (Results 1 – 2 of 2) sorted by relevance
67 .Add(fMatchWordBox = new BCheckBox(B_TRANSLATE("Match word"))) in FindWindow()96 fMatchWordBox->SetValue(B_CONTROL_ON); in FindWindow()161 message.AddBool("matchword", fMatchWordBox->Value() == B_CONTROL_ON); in _SendFindMessage()
44 BCheckBox* fMatchWordBox; variable