diff options
author | marc_culler <marc.culler@gmail.com> | 2020-11-06 16:40:25 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-11-06 16:40:25 (GMT) |
commit | fabaa9a4a02eeac5385cd1693876a5f3748e6efd (patch) | |
tree | c82c32a4b5c960e60034fcbcede2d0a8c6ab0491 | |
parent | ff890fed7c252e3ffcf2caef046aff7f6d39ee58 (diff) | |
download | tk-fabaa9a4a02eeac5385cd1693876a5f3748e6efd.zip tk-fabaa9a4a02eeac5385cd1693876a5f3748e6efd.tar.gz tk-fabaa9a4a02eeac5385cd1693876a5f3748e6efd.tar.bz2 |
Update the man page for tk::mac::standardAboutPanel
-rw-r--r-- | doc/tk_mac.n | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/tk_mac.n b/doc/tk_mac.n index 87c43aa..f42fa66 100644 --- a/doc/tk_mac.n +++ b/doc/tk_mac.n @@ -218,11 +218,17 @@ support. .TP \fB::tk::mac::standardAboutPanel\fR . -Brings the standard Cocoa about panel to the front, with all its information -filled in from your application bundle files (standard about panel with no -options specified). See Apple Technote TN2179 and the AppKit documentation for --[NSApplication orderFrontStandardAboutPanelWithOptions:] for details on the -Info.plist keys and app bundle files used by the about panel. +Brings the standard Cocoa about panel to the front with information filled in +from the application bundle files. The panel displays the application icon and +the values associated to the info.plist keys named CFBundleName, +CFBundleShortVersionString, NSAboutPanelOptionVersion and +NSHumanReadableCopyright. If a file named \fICredits.html\fR or +\fICredits.rtf\fR exists in the bundle's Resources directory then its contents +will be displayed in a scrolling text box at the bottom of the dialog. See the +documentation for -[NSApplication orderFrontStandardAboutPanelWithOptions:] +for more details. A hook is also provided for a custom About dialog. If a Tcl +proc named tkAboutDialog is defined in the main interpreter then that +procedure will be called instead of opening the standardAboutPanel. .SH "SYSTEM CONFIGURATION" .PP There are a number of additional global configuration options that control the |