Home
last modified time | relevance | path

Searched refs:fQueryField (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp210 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()
H A DMusicCollectionWindow.h33 BTextControl* fQueryField; variable