summaryrefslogtreecommitdiffstats
path: root/doc/ConfigWidg.3
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2000-11-21 16:35:27 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2000-11-21 16:35:27 (GMT)
commit5fb60902d139dbaa22360245c548fbdbfa0e28fa (patch)
tree0e2361127bbaf4855fc33d52d9be2f00f10dcde5 /doc/ConfigWidg.3
parentff407d9f1c96264b703cfb85b5bcfa319de9a607 (diff)
downloadtk-5fb60902d139dbaa22360245c548fbdbfa0e28fa.zip
tk-5fb60902d139dbaa22360245c548fbdbfa0e28fa.tar.gz
tk-5fb60902d139dbaa22360245c548fbdbfa0e28fa.tar.bz2
Added deprecation note from Bug #120944
Diffstat (limited to 'doc/ConfigWidg.3')
-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,