diff options
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index d5af12a..2843334 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -6,11 +6,12 @@ # tkStub.c, and tkPlatStub.c files. # # -# Copyright (c) 1998-1999 by Scriptics Corporation. +# Copyright (c) 1998-2000 Ajuba Solutions. +# # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tk.decls,v 1.10 2000/04/25 01:03:05 hobbs Exp $ +# RCS: @(#) $Id: tk.decls,v 1.11 2000/06/03 08:58:14 hobbs Exp $ library tk @@ -1126,6 +1127,15 @@ declare 238 generic { int width, int height) } +# New in 8.4a1 +# +declare 239 generic { + void Tk_CreateClientMessageHandler (Tk_ClientMessageProc *proc) +} +declare 240 generic { + void Tk_DeleteClientMessageHandler (Tk_ClientMessageProc *proc) +} + # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |