summaryrefslogtreecommitdiffstats
path: root/doc/sysnotify.n
blob: 21bb70edc2b7ce349e49488056b6b238a58cc5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.\" Text automatically generated by txt2man
'\"
'\" Copyright (c) 2020 Kevin Walzer/WordTech Communications LLC.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.TH sysnotify n "" Tk "Tk Built-In Commands"
.so man.macros
.SH NAME
sysnotify \- Creates a notification window with a title and message.
.SH SYNOPSIS
\fBsysnotify\fP \fInotify\fP  \fItitle\fP? \fImessage\fR?
.BE
.SH DESCRIPTION
.PP
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
.PP
Here is an example of the \fBsysnotify\fP code:
.CS
    sysnotify notify "Alert" "This is just a test of the Tk System Notification Code."
.CE
.SH KEYWORDS
notify, alert