added 'master' o valid CTkToplevel arguments #1468

This commit is contained in:
Tom Schimansky 2023-04-21 01:47:19 +02:00
parent 09e584634c
commit 220bfea1a6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class CTkToplevel(tkinter.Toplevel, CTkAppearanceModeBaseClass, CTkScalingBaseCl
For detailed information check out the documentation.
"""
_valid_tk_toplevel_arguments: set = {"bd", "borderwidth", "class", "container", "cursor", "height",
_valid_tk_toplevel_arguments: set = {"master", "bd", "borderwidth", "class", "container", "cursor", "height",
"highlightbackground", "highlightthickness", "menu", "relief",
"screen", "takefocus", "use", "visual", "width"}