Skip to content

tkinter Treeview show accepts empty string #6134

Closed
@melassa

Description

@melassa

From the tcl tk doc of Treeview

Database Class: Show
A list containing ZERO or more of the following values, specifying which elements of the tree to display.

In Python 3.8 show='' display a Treeview without headings and tree column,
This is the pyi definition:

show: Literal["tree", "headings", "tree headings"] | tkinter._TkinterSequence[str] = ...,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions