Okay - FWIW, I found the SetItemImage command in the wxWidgets docs and that seems to do the job! index = self.GetFocusedItem ( ) if T.isInstalled ( ): n = 1 else: n = 0 self.SetItemImage ( index, n ) /d