Lines Matching refs:B_CONTROL_ON
85 useSelection->SetValue(B_CONTROL_ON); in FindWindow()
87 fTextRadio->SetValue(B_CONTROL_ON); in FindWindow()
90 fForwardSearchBox->SetValue(B_CONTROL_ON); in FindWindow()
93 fMatchCaseBox->SetValue(B_CONTROL_ON); in FindWindow()
96 fMatchWordBox->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()
159 message.AddBool("forwardsearch", fForwardSearchBox->Value() == B_CONTROL_ON); in _SendFindMessage()
160 message.AddBool("matchcase", fMatchCaseBox->Value() == B_CONTROL_ON); in _SendFindMessage()
161 message.AddBool("matchword", fMatchWordBox->Value() == B_CONTROL_ON); in _SendFindMessage()