summaryrefslogtreecommitdiffstats
path: root/doc/tk_mac.n
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-03-08 03:44:09 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-03-08 03:44:09 (GMT)
commit8579cbea202b7f81f0f89ea380112c2945e532e9 (patch)
treee207a60f35d236704456acb7560006c33e04ae94 /doc/tk_mac.n
parent537386f4a6d884537e64d0a994b375d97d5ccf10 (diff)
downloadtk-8579cbea202b7f81f0f89ea380112c2945e532e9.zip
tk-8579cbea202b7f81f0f89ea380112c2945e532e9.tar.gz
tk-8579cbea202b7f81f0f89ea380112c2945e532e9.tar.bz2
Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus on URL and print events, and Services
Diffstat (limited to 'doc/tk_mac.n')
-rw-r--r--doc/tk_mac.n23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/tk_mac.n b/doc/tk_mac.n
index 3762afc..9f241fa 100644
--- a/doc/tk_mac.n
+++ b/doc/tk_mac.n
@@ -24,10 +24,7 @@ tk::mac \- Access Mac-Specific Functionality on OS X from Tk
\fB::tk::mac::ShowHelp\fR
\fB::tk::mac::PerformService\fR
\fB::tk::mac::LaunchURL \fIURL...\fR
-\fB::tk::mac::LaunchFile \fIfile...\fR
\fB::tk::mac::GetAppPath\fR
-\fB::tk::mac::GetDefaultApp \fIURL...\fR
-\fB::tk::mac::SetDefaultApp \fIURL \fIfile...\fR
\fB::tk::mac::standardAboutPanel\fR
@@ -185,29 +182,11 @@ application wants to handle a URL itself, such as displaying data from
an RSS feed, rather than launching a default application to handle the
URL, although it can defined as such.
.TP
-\fB::tk::mac::LaunchFile \fIfile...\fR
-.
-If defined, launches a file with the system's default application for
-that file format.
-.TP
\fB::tk::mac::GetAppPath\fR
.
Returns the current applications's file path.
.TP
-\fB::tk::mac::GetDefaultApp \fIURL...\fR
-.
-Returns the current default application for a URL format.
-Note that the URL must be in the format
-.QW url://
-or it will return an error.
-.TP
-\fB::tk::mac::SetDefaultApp \fIURL \fIpath-to-app...\fR
-.
-Sets a specific application as the system default handler for a
-specific URL format. Note that the URL must be in the format
-.QW url://
-or it will return an error.
-.TP
+
.SH "ADDITIONAL DIALOGS"
.PP