mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
[feat] Added in invalidate command
Put invalidate command back into accpetable pass variables and works on entry fields. Signed off by Trask Crane (hcrane3@gatech.edu)
This commit is contained in:
@@ -19,7 +19,7 @@ class CTkEntry(CTkBaseClass):
|
||||
|
||||
# attributes that are passed to and managed by the tkinter entry only:
|
||||
_valid_tk_entry_attributes = {"exportselection", "insertborderwidth", "insertofftime",
|
||||
"insertontime", "insertwidth", "justify", "selectborderwidth",
|
||||
"insertontime", "insertwidth", "invalidcommand", "justify", "selectborderwidth",
|
||||
"show", "takefocus", "validate", "validatecommand", "xscrollcommand"}
|
||||
|
||||
def __init__(self,
|
||||
|
||||
Reference in New Issue
Block a user