summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2000-11-21 16:35:27 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2000-11-21 16:35:27 (GMT)
commit5f087931231b7d843af1631a08f139365b35975c (patch)
tree0e2361127bbaf4855fc33d52d9be2f00f10dcde5 /doc
parentc5d2690faeaabdfa1b384b6f09fd9e5b31883914 (diff)
downloadtk-5f087931231b7d843af1631a08f139365b35975c.zip
tk-5f087931231b7d843af1631a08f139365b35975c.tar.gz
tk-5f087931231b7d843af1631a08f139365b35975c.tar.bz2
Added deprecation note from Bug #120944
Diffstat (limited to 'doc')
-rw-r--r--doc/ConfigWidg.311
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/ConfigWidg.3 b/doc/ConfigWidg.3
index 1ac41e2..dff452d 100644
--- a/doc/ConfigWidg.3
+++ b/doc/ConfigWidg.3
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: ConfigWidg.3,v 1.6 2000/07/25 21:14:34 jenglish Exp $
+'\" RCS: @(#) $Id: ConfigWidg.3,v 1.7 2000/11/21 16:35:27 dkf Exp $
'\"
.so man.macros
.TH Tk_ConfigureWidget 3 4.1 Tk "Tk Library Procedures"
@@ -66,6 +66,12 @@ Display containing widget whose record is being freed; needed in
order to free up resources.
.BE
.SH DESCRIPTION
+.VS 8.1
+.PP
+Note: \fBTk_ConfigureWidget\fP should be replaced with the new
+\fBTcl_Obj\fP based API \fBTk_SetOptions\fP. The old interface is
+retained for backward compatibility.
+.VE
.PP
\fBTk_ConfigureWidget\fR is called to configure various aspects of a
widget, such as colors, fonts, border width, etc.
@@ -613,6 +619,9 @@ The library implementation of frames
implementation of buttons (tkButton.c) has a much more complex
table that uses many of the fancy \fIspecFlags\fR mechanisms.
+.SH "SEE ALSO"
+Tk_SetOptions(3)
+
.SH KEYWORDS
anchor, bitmap, boolean, border, cap style, color, configuration options,
cursor, custom, double, font, integer, join style, justify, millimeters,