Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add tkinter Entry and Spinbox validate methods #151878

Description

@serhiy-storchaka

The Tk validate widget command of the entry and spinbox widgets has no tkinter wrapper and is currently reachable only through tk.call().

pathName validate forces an evaluation of the -validatecommand, independently of the conditions specified by the -validate option (by temporarily setting -validate to all), and returns whether the value is valid.

I propose to add the corresponding Entry.validate() and Spinbox.validate() methods.

Linked PRs

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions