diff options
author | jenglish <jenglish@flightlab.com> | 2007-05-25 22:55:02 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-05-25 22:55:02 (GMT) |
commit | 30cec316c5ebe0578971b60f4f97c125278928cf (patch) | |
tree | 78d8894c7ba39e5bafdd9c976ac7688df68cfda8 /library/ttk/ttk.tcl | |
parent | 0d4c1b1e1fdd1bc5132dc0eeb6f4e49679c41e87 (diff) | |
download | tk-30cec316c5ebe0578971b60f4f97c125278928cf.zip tk-30cec316c5ebe0578971b60f4f97c125278928cf.tar.gz tk-30cec316c5ebe0578971b60f4f97c125278928cf.tar.bz2 |
Removed ttk::dialog and dependencies.
Diffstat (limited to 'library/ttk/ttk.tcl')
-rw-r--r-- | library/ttk/ttk.tcl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/library/ttk/ttk.tcl b/library/ttk/ttk.tcl index b354958..ebe6a4c 100644 --- a/library/ttk/ttk.tcl +++ b/library/ttk/ttk.tcl @@ -1,5 +1,5 @@ # -# $Id: ttk.tcl,v 1.5 2007/02/06 22:28:44 jenglish Exp $ +# $Id: ttk.tcl,v 1.6 2007/05/25 22:55:03 jenglish Exp $ # # Ttk widget set initialization script. # @@ -14,10 +14,8 @@ namespace eval ::ttk { } } -source [file join $::ttk::library keynav.tcl] source [file join $::ttk::library fonts.tcl] source [file join $::ttk::library cursors.tcl] -source [file join $::ttk::library icons.tcl] source [file join $::ttk::library utils.tcl] ## ttk::deprecated $old $new -- @@ -109,7 +107,6 @@ source [file join $::ttk::library entry.tcl] source [file join $::ttk::library combobox.tcl] ;# dependency: entry.tcl source [file join $::ttk::library treeview.tcl] source [file join $::ttk::library sizegrip.tcl] -source [file join $::ttk::library dialog.tcl] ## Label and Labelframe bindings: # (not enough to justify their own file...) |