diff options
Diffstat (limited to 'appl/cmd/ip/ppp/pppgui.m')
| -rw-r--r-- | appl/cmd/ip/ppp/pppgui.m | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/appl/cmd/ip/ppp/pppgui.m b/appl/cmd/ip/ppp/pppgui.m new file mode 100644 index 00000000..af9ec574 --- /dev/null +++ b/appl/cmd/ip/ppp/pppgui.m @@ -0,0 +1,21 @@ +# +# Copyright © 1998 Lucent Technologies Inc. All rights reserved. +# Revisions copyright © 2000,2001 Vita Nuova Holdings Limited. All rights reserved. +# +# Originally Written by N. W. Knauft +# Adapted by E. V. Hensbergen (ericvh@lucent.com) +# Further adapted by Vita Nuova +# + +PPPGUI: module +{ + PATH: con "/dis/ip/ppp/pppgui.dis"; + + # Dimension constant for ISP Connect window + WIDTH: con 300; + HEIGHT: con 58; + + init: fn(ctxt: ref Draw->Context, stat: chan of int, + ppp: PPPClient, args: list of string): chan of int; +}; + |
