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

/haiku/src/kits/interface/
H A DDragger.cpp165 BMessage popupMsg; local
166 if (data->FindMessage("_popup", &popupMsg) == B_OK) {
167 BArchivable* archivable = instantiate_object(&popupMsg);
200 BMessage popupMsg;
205 ret = fPopUp->Archive(&popupMsg, deep);
214 ret = data->AddMessage("_popup", &popupMsg);

Completed in 40 milliseconds