# adding attributes
tooltip.AppendAttributes(self.data['attrs'])
# adding special filters
#if self.data['sash'] != 0:
# tooltip.AutoAppendTextLine(locale.IKASHOP_SEARCH_SHOP_SASH_ABSORB_HEADER + ': ' + IkarusSearchShopBoard.SASH_ABSORBS[self.data['sash']])
#if self.data['alchemy'] != 0:
# tooltip.AutoAppendTextLine(locale.IKASHOP_SEARCH_SHOP_ALCHEMY_GRADE_HEADER + ': ' + IkarusSearchShopBoard.ALCHEMY_GRADES[self.data['alchemy']])
tooltip.ResizeToolTip()
tooltip.ShowToolTip()