summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2000-11-21 16:35:26 (GMT)
committerdkf <dkf@noemail.net>2000-11-21 16:35:26 (GMT)
commitb678c8585c5a19b128b861b47f0564d5ad004054 (patch)
tree0e2361127bbaf4855fc33d52d9be2f00f10dcde5 /doc
parenta6b1cae64179aaca99b55d08fc2b164bb672c695 (diff)
downloadtk-b678c8585c5a19b128b861b47f0564d5ad004054.zip
tk-b678c8585c5a19b128b861b47f0564d5ad004054.tar.gz
tk-b678c8585c5a19b128b861b47f0564d5ad004054.tar.bz2
Added deprecation note from Bug #120944
FossilOrigin-Name: e02c1cd62e6b0bd86631d32cd12ec53f37801bb0
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,