1277 1278 1279 1280 1281
# File 'lib/tkextlib/tile/treeview.rb', line 1277 def tag_has(tag) tk_split_simplelist(tk_send('tag', 'has', tagid(tag))).collect{|id| Tk::Tile::Treeview::Item.id2obj(self, id) } end