Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve TabView #87

Open
Moosems opened this issue Jul 5, 2022 · 5 comments
Open

Improve TabView #87

Moosems opened this issue Jul 5, 2022 · 5 comments
Assignees
Labels
Area: widgets Widget related stuff enhancement New feature or request Priority: low

Comments

@Moosems
Copy link
Collaborator

Moosems commented Jul 5, 2022

No description provided.

@rdbende rdbende self-assigned this Jul 12, 2022
@rdbende rdbende added enhancement New feature or request Area: widgets Widget related stuff labels Jul 12, 2022
@Moosems
Copy link
Collaborator Author

Moosems commented Oct 31, 2022

Any way I can help?

@rdbende rdbende changed the title How to close TabView tab? Improve TabView Apr 10, 2023
@Moosems
Copy link
Collaborator Author

Moosems commented Apr 10, 2023

If this is done in a way that directly translates to Tcl I could probably translate it back to tkinter for others and then recommend using it natively in Tukaan instead :D

@Moosems
Copy link
Collaborator Author

Moosems commented Apr 13, 2023

The source for the Notebook is here. Maybe all we have to do is modify it and call the tcl file for the better notebook 🤔.

@rdbende
Copy link
Member

rdbende commented Apr 14, 2023

The source for the Notebook is in this C file: https://github.com/tcltk/tk/blob/main/generic/ttk/ttkNotebook.c. The Tcl files in Tk usually only add some class-level bindings.

@Moosems
Copy link
Collaborator Author

Moosems commented Apr 14, 2023

I read through the source briefly and it doesn't look too difficult to understand. There's plenty of Tk functions I am not familiar with but I couldn't actually see anything that would be causing the issues we see on Mac and Windows. I have a feeling this should be investigated further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: widgets Widget related stuff enhancement New feature or request Priority: low
Projects
None yet
Development

No branches or pull requests

2 participants