Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port

This commit is contained in:
MikeTheWatchGuy 2019-08-08 16:22:54 -04:00
parent 6b050707f9
commit 7dda23eef3
2 changed files with 16 additions and 2 deletions

View file

@ -2267,7 +2267,7 @@ class TabGroup(Element):
except:
pass
def GetCurrent(self):
def GetCurrentIndex(self):
try:
index = self.QT_QTabWidget.currentIndex()
except: