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

Treeview: Display node explicitly #1377

Closed
furunameko opened this issue Jun 28, 2022 · 1 comment · Fixed by #1844
Closed

Treeview: Display node explicitly #1377

furunameko opened this issue Jun 28, 2022 · 1 comment · Fixed by #1844

Comments

@furunameko
Copy link

Is there a function like the see method in Tkinter's Treeview?
https://docs.python.org/3/library/tkinter.ttk.html#tkinter.ttk.Treeview.see

Thanks.

@furunameko furunameko changed the title Treeview: Display nodes explicitly Treeview: Display node explicitly Jul 1, 2022
metonym added a commit that referenced this issue Nov 12, 2023
metonym added a commit that referenced this issue Nov 12, 2023
metonym added a commit that referenced this issue Nov 12, 2023
metonym added a commit that referenced this issue Nov 12, 2023
@metonym
Copy link
Collaborator

metonym commented Nov 13, 2023

A showNode accessor has been added in v0.82.0.

The method accepts a node.id and will expand, focus, and select the matching node.

Docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants