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

/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp67 BMessage repspec; local
80 while (message->FindMessage("specifiers", index++, &repspec)
84 if (repspec.FindString("property", &str) == B_OK) {
87 if (repspec.FindInt32("index", &index) == B_OK) {
93 } else if (repspec.FindString("name", &str) == B_OK) {

Completed in 11 milliseconds