Addition of TabGroup.GetCurrentIndex to tkinter port. Renamed in Qt port
This commit is contained in:
parent
6b050707f9
commit
7dda23eef3
2 changed files with 16 additions and 2 deletions
|
@ -2267,7 +2267,7 @@ class TabGroup(Element):
|
|||
except:
|
||||
pass
|
||||
|
||||
def GetCurrent(self):
|
||||
def GetCurrentIndex(self):
|
||||
try:
|
||||
index = self.QT_QTabWidget.currentIndex()
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue