Home | History | Annotate | Download | only in idlelib

Lines Matching refs:currentFontIndex

944             currentFontIndex = lc_fonts.index(lc_configuredFont)
945 self.listFontName.see(currentFontIndex)
946 self.listFontName.select_set(currentFontIndex)
947 self.listFontName.select_anchor(currentFontIndex)