chase 07900bd93b Remove Unixware and openserver support 6 ani în urmă
..
Makefile.FreeBSD 724671a2ad examples/tt now runs on FreeBSD 12 ani în urmă
Makefile.hp 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 13 ani în urmă
Makefile.ibm 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 13 ani în urmă
Makefile.sun 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 13 ani în urmă
README 83b6996daa Initial import of the CDE 2.1.30 sources from the Open Group. 13 ani în urmă
broadcast.c 1fe5a550b2 Fix typo in license headers 6 ani în urmă

README

/* $XConsortium: */

Introduction

The purpose of this demo program is to show the use of some ToolTalk
APIs. In particular, this program creates and registers a pattern,
creates a notification message and sends it (to itself) and receives
a message.

Building and Running the Demo Program

To build the demo program:

% make -f Makefile.

where is replaced with the name of your system's
platform type.

To run the program:

% broadcast

When the "Broadcast" button is pressed, the program creates a
notifcation message, increments a counter for the number of messages
sent, sets the "Send" slider to the value of the counter and then
sends the message.

When the program receives a message, it updates the "Received"
slider to the number of messages received.