summaryrefslogtreecommitdiff
path: root/appl/examples/minitel/swkeyb.m
blob: 522068016e69d21f5336c0f0878b72bb99782d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###
### This data and information is not to be used as the basis of manufacture,
### or be reproduced or copied, or be distributed to another party, in whole
### or in part, without the prior written consent of Lucent Technologies.
###
### (C) Copyright 1997 Lucent Technologies
###
### Written by N. W. Knauft
###

# Revisions Copyright © 1998 Vita Nuova Limited.

Keyboard: module
{
        PATH:           con "/dis/wm/minitel/swkeyb.dis";

        initialize:     fn(t: ref Tk->Toplevel, ctxt : ref Draw->Context,
				dot: string): chan of string;
        chaninit:       fn(t: ref Tk->Toplevel, ctxt : ref Draw->Context,
				dot: string, rc: chan of string): chan of string;
};