diff options
author | Kevin Walzer <kw@codebykevin.com> | 2020-10-03 21:32:40 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2020-10-03 21:32:40 (GMT) |
commit | f9554b7e3fb28ff1f3af80f88ae5a171adb822b0 (patch) | |
tree | 729a56f770f0a0ab868adfe236f135f69559e122 /doc/sysnotify.n | |
parent | 77e9356517144feae5e7d9e1b6ba65cf0a9705c2 (diff) | |
download | tk-f9554b7e3fb28ff1f3af80f88ae5a171adb822b0.zip tk-f9554b7e3fb28ff1f3af80f88ae5a171adb822b0.tar.gz tk-f9554b7e3fb28ff1f3af80f88ae5a171adb822b0.tar.bz2 |
Add man pages
Diffstat (limited to 'doc/sysnotify.n')
-rw-r--r-- | doc/sysnotify.n | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/sysnotify.n b/doc/sysnotify.n new file mode 100644 index 0000000..dbffe07 --- /dev/null +++ b/doc/sysnotify.n @@ -0,0 +1,34 @@ +.\" Text automatically generated by txt2man +.TH untitled "03 October 2020" "" "" +.RS +sysnotify n "" Tk "Tk Built-In Commands" +.SH NAME +\fBsysnotify \fP- Creates a notification window with a title and message. +\fB +.SH SYNOPSIS +.nf +.fam C + +\fBsysnotify\fP \fInotify\fP \fItitle?\fP? \fImessage?\fP? + + +.fam T +.fi +.fam T +.fi +.SH DESCRIPTION + +The \fBsysnotify\fP command creates a platform-specific system notification alert. Its intent is to provide a brief, unobtrusive notification to the user by popping up a window that briefly appears in a corner of the screen. +.SH EXAMPLE + +Here is an example of the \fBsysnotify\fP code: +.PP +.nf +.fam C + sysnotify notify "Alert" "This is just a test of the Tk System Notification Code." + +.fam T +.fi +.SH KEYWORDS + +\fInotify\fP, alert |