Re: [TCLCORE] Why ttk::dialog is gone?
by Gerald W. Lester other posts by this author
May 29 2007 8:53AM messages near this date
Re: [TCLCORE] Why ttk::dialog is gone?
|
Re: [TCLCORE] Why ttk::dialog is gone?
Anton Kovalenko wrote:
> Hello TCLers,
>
> Today I've noticed that ttk::dialog was removed from Tk CVS HEAD
> (see ChangeLog from 2007-05-25).
> However, I was unable to find any discussion of this removal or any
> document motivating it. I hope that someone will point to an explanation
> of this change. I find ttk::dialog very useful and expected it to be
> there in future versions of Tk/Ttk
>
You should not depend on *any* internal routine being there for any
given release, nor should you depend on their return values, nor should
you depend on the order of return values where the order is not defined
(e.g. the order of the list returned by [array names]).
Note -- an internal routine is one that is not documented in the API
(either Tcl leave or C level).
--
+--------------------------------+---------------------------------------+
| Gerald W. Lester |
|"The man who fights for his ideals is the man who is alive." - Cervantes|
+------------------------------------------------------------------------+
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Tcl-Core mailing list
Tcl-Core@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-core
Thread:
Anton Kovalenko
Joe English
Gerald W. Lester
Anton Kovalenko
Gerald W. Lester
Larry W. Virden
|