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

/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.h33 BTextControl* fQueryField; member in class:MusicCollectionWindow
H A DMusicCollectionWindow.cpp210 fQueryField = new BTextControl("Search: ", "", NULL);
211 fQueryField->SetExplicitAlignment(BAlignment(B_ALIGN_HORIZONTAL_CENTER,
213 fQueryField->SetModificationMessage(new BMessage(kMsgQueryInput));
225 .Add(fQueryField, layout->Left(), layout->Top())
226 .StartingAt(fQueryField)
317 BString orgString = fQueryField->Text();

Completed in 73 milliseconds