From c12105193cf1f80e9ea68ddd8cb986dcd0a7d427 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 9 Nov 2025 11:01:13 +0100 Subject: Complete documentation of function fl_open_callback(). --- src/Fl.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/Fl.cxx b/src/Fl.cxx index 818efe39d..ca0676f62 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -2328,6 +2328,11 @@ FL_EXPORT Window fl_xid_(const Fl_Window *w) { to be effective for files dropped on the application icon at launch time. It can also be called at any point to change the function used to open dropped files. A call with a NULL argument, after a previous call, makes the app ignore files dropped later. + + Use of this function also requires the application bundle's \c Info.plist file + to declare what file types are allowed to be dropped on the icon. File \c README.macOS.md + describes how to do that in its section + Make an Application Launchable by Dropping Files on its Icon. */ void fl_open_callback(void (*cb)(const char *)) { -- cgit v1.2.3