summaryrefslogtreecommitdiffstats
path: root/generic/tk.decls
diff options
context:
space:
mode:
authorericm <ericm>2000-04-19 23:11:23 (GMT)
committerericm <ericm>2000-04-19 23:11:23 (GMT)
commit442d04988d260a0d338a53d0a81b0f17e9a5c3e8 (patch)
tree481483144079a54f8c17455ab1c9b9efa085f46e /generic/tk.decls
parent981af3eaf3d7d2aac6fc833575521e05a925811c (diff)
downloadtk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.zip
tk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.tar.gz
tk-442d04988d260a0d338a53d0a81b0f17e9a5c3e8.tar.bz2
* doc/WinViewable.3:
* unix/mkLinks: Removed docs for Tk_IsViewable. * win/tkWinDialog.c: Removed calls to Tk_IsViewable. * generic/tkUtil.c: * generic/tkStubInit.c: * generic/tkDecls.h: * generic/tkCmds.c: * generic/tk.decls: Removed Tk_IsViewable function (it was not actually needed).
Diffstat (limited to 'generic/tk.decls')
-rw-r--r--generic/tk.decls5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tk.decls b/generic/tk.decls
index 9c1d115..d8584b3 100644
--- a/generic/tk.decls
+++ b/generic/tk.decls
@@ -10,7 +10,7 @@
# 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.8 2000/04/18 02:18:32 ericm Exp $
+# RCS: @(#) $Id: tk.decls,v 1.9 2000/04/19 23:11:23 ericm Exp $
library tk
@@ -1120,9 +1120,6 @@ declare 236 generic {
declare 237 generic {
double Tk_PostscriptY (double y, Tk_PostscriptInfo psInfo)
}
-declare 238 generic {
- int Tk_IsViewable (Tk_Window tkwin)
-}
# Define the platform specific public Tk interface. These functions are
# only available on the designated platform.