diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:51:39 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:51:39 (GMT) |
commit | 9cf1b3f4c61056a489fc431e79d6408223c2399d (patch) | |
tree | d8f5b59b2cf1768969b646eb693f62ec67595e3f /library/tk.tcl | |
parent | 9049917e02eac18124825d8b467ac9a57a58ed38 (diff) | |
download | tk-9cf1b3f4c61056a489fc431e79d6408223c2399d.zip tk-9cf1b3f4c61056a489fc431e79d6408223c2399d.tar.gz tk-9cf1b3f4c61056a489fc431e79d6408223c2399d.tar.bz2 |
Pretty up the messagebox on unix using PNG images for the icons and group the icons into one place.
Diffstat (limited to 'library/tk.tcl')
-rw-r--r-- | library/tk.tcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl index 1721429..7f0cd91 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -3,7 +3,7 @@ # Initialization script normally executed in the interpreter for each # Tk-based application. Arranges class bindings for widgets. # -# RCS: @(#) $Id: tk.tcl,v 1.81 2008/12/19 14:32:25 dgp Exp $ +# RCS: @(#) $Id: tk.tcl,v 1.82 2009/01/11 11:51:39 patthoyts Exp $ # # Copyright (c) 1992-1994 The Regents of the University of California. # Copyright (c) 1994-1996 Sun Microsystems, Inc. @@ -404,6 +404,7 @@ if {$::tk_library ne ""} { namespace eval :: [list source [file join $::tk_library $file.tcl]] } namespace eval ::tk { + SourceLibFile icons SourceLibFile button SourceLibFile entry SourceLibFile listbox |