Searched refs:fQueryField (Results 1 – 2 of 2) sorted by relevance
210 fQueryField = new BTextControl("Search: ", "", NULL); in MusicCollectionWindow()211 fQueryField->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER, in MusicCollectionWindow()213 fQueryField->SetModificationMessage(new BMessage(kMsgQueryInput)); in MusicCollectionWindow()225 .Add(fQueryField, layout->Left(), layout->Top()) in MusicCollectionWindow()226 .StartingAt(fQueryField) in MusicCollectionWindow()317 BString orgString = fQueryField->Text(); in _StartNewQuery()
33 BTextControl* fQueryField; variable