Menu

#2486 image in a tag isn't used for items in ttk::treeview

obsolete: 8.6a3
closed-fixed
5
2008-11-30
2008-08-15
No

Shouldn't the inserted item in the following code have an image ?

"""
package require Tk

image create photo test1 -file test1.gif
ttk::treeview .t
.t tag configure imgtest -image test1
.t insert {} end -text test -tags imgtest
pack .t
"""

The "imgtest" tag should provide the "test1" image to that item, since that item has no image directly associated with it.

Discussion

  • Joe English

    Joe English - 2008-08-19

    Logged In: YES
    user_id=68433
    Originator: NO

    Fixed in CVS 2008-05-23; only available in 8.6, though.

     
  • Joe English

    Joe English - 2008-11-09
    • milestone: --> obsolete: 8.6a3
    • status: open --> open-fixed
     
  • Joe English

    Joe English - 2008-11-30
    • status: open-fixed --> closed-fixed