From 5fb60902d139dbaa22360245c548fbdbfa0e28fa Mon Sep 17 00:00:00 2001 From: dkf Date: Tue, 21 Nov 2000 16:35:27 +0000 Subject: Added deprecation note from Bug #120944 --- ChangeLog | 3 +++ doc/ConfigWidg.3 | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd45040..6e333e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-11-21 Donal K. Fellows + * doc/ConfigWidg.3: Added deprecation note from Bug #120944 - use + Tk_SetOption() instead. + * generic/tkImgPhoto.c (TkPhotoGetValidRegion): Applied patch to create this function and add it to tkInt stubs. Should now be possible to write an extension that accesses the transparency data 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, -- cgit v0.12