summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-07-28 04:57:37 (GMT)
committerhobbs <hobbs>2005-07-28 04:57:37 (GMT)
commita8b4cdc0ae29558241512cba5e42dc3cfb5a9c59 (patch)
tree4870570f4a045ed0e9b5d90b6f2d1e2071b4ee8d /generic/tkInt.decls
parent3caf558162fc4f2bb92f2d65f72f9f6532f34298 (diff)
downloadtk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.zip
tk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.tar.gz
tk-a8b4cdc0ae29558241512cba5e42dc3cfb5a9c59.tar.bz2
* generic/tkFrame.c (DisplayFrame):
* generic/tkInt.decls: add TkpDrawFrame to allow for * generic/tkIntDecls.h: platform-specific drawing into the frame/ * generic/tkStubInit.c: toplevel area. Currently only differs on * generic/tkFrame.c: OS X (Aqua), which will draw a themed bg * win/tkWinDraw.c: if tk::mac::useThemedToplevel == 1. * unix/tkUnixDraw.c: Normal frames left alone until we can * mac/tkMacDraw.c: better factor out frame drawing to be * macosx/tkMacDraw.c: widget-specific.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls18
1 files changed, 17 insertions, 1 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index 08d0919..2410c92 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: tkInt.decls,v 1.33.2.3 2004/10/27 00:35:53 davygrvy Exp $
+# RCS: @(#) $Id: tkInt.decls,v 1.33.2.4 2005/07/28 04:57:38 hobbs Exp $
library tk
@@ -678,6 +678,22 @@ declare 149 generic {
Tk_OptionTable optionTable)
}
+# TIP#168 - 8.5+
+#declare 150 generic {
+# int TkMakeRawCurve (Tk_Canvas canvas,
+# double *pointPtr, int numPoints, int numSteps,
+# XPoint xPoints[], double dblPoints[])
+#}
+#declare 151 generic {
+# void TkMakeRawCurvePostscript (Tcl_Interp *interp,
+# Tk_Canvas canvas, double *pointPtr, int numPoints)
+#}
+
+declare 152 generic {
+ void TkpDrawFrame(Tk_Window tkwin, Tk_3DBorder border,
+ int highlightWidth, int borderWidth, int relief)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are