nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

How can I get currently selected tab in NoteBook widget? #63

Open tastyminerals opened 3 years ago

tastyminerals commented 3 years ago

Here is an example: 2020-10-16-225407_276x136_scrot

I need to know which tab is active whenever a user hits "Ok" button. Tk NoteBook widget should have select method which returns currently active tab but I could only find selectTab which just selects the tab. How can I know which tab is currently active?

nomad-software commented 3 years ago

I'm going to archive this repository as it's not supported by me anymore.