Home
last modified time | relevance | path

Searched refs:SetOnClickFile (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/os/app/
H A DNotification.h61 status_t SetOnClickFile(const entry_ref* file);
/haiku/src/kits/app/
H A DNotification.cpp107 SetOnClickFile(&onClickFile); in BNotification()
355 BNotification::SetOnClickFile(const entry_ref* file) in SetOnClickFile() function in BNotification
/haiku/docs/user/app/
H A DNotification.dox144 \link BNotification::SetOnClickFile() open a specific file\endlink and have
412 Using this property has precedence on when BNotification::SetOnClickFile()
418 BNotification::SetOnClickFile(), BNotification::AddOnClickRef()
430 \see More information about this property in BNotification::SetOnClickFile().
437 \fn status_t BNotification::SetOnClickFile(const entry_ref* file)
/haiku/src/bin/
H A Dnotify.cpp257 notification.SetOnClickFile(&fFile); in ReadyToRun()
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp646 success.SetOnClickFile(&ref); in DownloadFinished()