From 5456a2b8fc5b1d1121a8b80d6f190147c3f89f45 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 4 Jan 2007 14:53:54 +0000 Subject: Add fl_open_uri() function as discussed on fltk.development. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5579 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/functions.html | 56 +++++++++++++++++++++++++++++++++----------- 1 file changed, 42 insertions(+), 14 deletions(-) (limited to 'documentation/functions.html') diff --git a/documentation/functions.html b/documentation/functions.html index 54849dce2..35c285aa9 100644 --- a/documentation/functions.html +++ b/documentation/functions.html @@ -114,6 +114,7 @@ A.
  • fl_numericsort
  • fl_open_callback
  • fl_open_display
  • +
  • fl_open_uri
  • fl_overlay_clear
  • fl_overlay_rect
  • fl_parse_color
  • @@ -313,6 +314,7 @@ A.
  • fl_filename_name
  • fl_filename_relative
  • fl_filename_setext
  • +
  • fl_open_uri
  • @@ -330,24 +332,24 @@ A.
  • Box Types
  • System Related Functions @@ -1319,6 +1321,32 @@ popups. You can alter the font, color, label, or image before calling the functions. + +

    fl_open_uri

    + +
    + +

    Include Files

    + + + +

    Prototype

    + + + +

    Description

    + +

    fl_open_uri() opens the specified Uniform Resource Identifier (URI) using an operating-system dependent program or interface. For URIs using the "ftp", "http", or "https" schemes, the system default web browser is used to open the URI, while "mailto" and "news" URIs are typically opened using the system default mail reader and "file" URIs are opened using the file system navigator.

    + +

    On success, the (optional) msg buffer is filled with the command that was run to open the URI; on Windows, this will always be "open uri".

    + +

    On failure, the msg buffer is filled with an English error message.

    + +

    fl_password

    -- cgit v1.2.3