def OnSelectLine( self, n ): row = ReefConfig.CHOOSER_ROW( *self.items[n] ) to = row.Address idc.Jump( int(to, 16) ) # ------------------------------------------------------------------------------