-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (19 loc) · 711 Bytes
/
README
File metadata and controls
25 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TrayIconKit
===========
Introduction
------------
TrayIconKit is a GNUstep framework that provides simple access to a system tray,
i.e. it allows to create tray icons from within a GNUstep application and hides
all the nasty X11 details.
Currently, two types of icons are supported:
- simple images, displaying an icon and possibly a tooltip
- buttons, displaying an icon and a tooltip and being able to execute any action
when clicked.
This framework is GPL'ed. Read the COPYING file.
All bugs reports should be sent to Andreas Schik <andreas@schik.de>.
How to build TrayIconKit
------------------------
o To build TrayIconKit simply do the following:
make
o To install TrayIconKit run:
make install