Rename "Show Image" to "Display Image". Add update_self method.
authorsls <sls>
Wed, 21 Jun 1995 21:07:11 +0000 (21:07 +0000)
committersls <sls>
Wed, 21 Jun 1995 21:07:11 +0000 (21:07 +0000)
images_list.tcl

index 95e2abdd58664c1e3cb91d31233a0b4c75e8bdb9..b9ac8e7912a7f770b2e282311731c5bdfb63e28a 100644 (file)
@@ -10,10 +10,14 @@ widget images_list {
     method create {} {
        tkinspect_list:create $self
        $slot(menu) add separator
-       $slot(menu) add command -label "Show Image" -underline 5 \
-           -command "$self show_image"
+       $slot(menu) add command -label "Display Image" -underline 0 \
+           -command "$self display_image"
     }
     method get_item_name {} { return image }
+    method update_self {target} {
+       $slot(main) windows_info update $target
+       $self update $target
+    }
     method update {target} {
        $self clear
        foreach image [lsort [send $target image names]] {
@@ -34,7 +38,7 @@ widget images_list {
     method send_filter {value} {
        return $value
     }
-    method show_image {} {
+    method display_image {} {
        set target [$slot(main) target]
        if ![string length $slot(current_item)] {
            tkinspect_failure \