-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
turtledemo: add root arg to PanedWindow call #111092
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
Comments
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Oct 20, 2023
Add missing 'root' argument to PanedWindo call. Other root children already have it.
terryjreedy
added a commit
that referenced
this issue
Oct 20, 2023
Add missing 'root' argument to PanedWindow call. Other root children already have it.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 20, 2023
…thonGH-111093) Add missing 'root' argument to PanedWindow call. Other root children already have it. (cherry picked from commit b802882) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 20, 2023
…thonGH-111093) Add missing 'root' argument to PanedWindow call. Other root children already have it. (cherry picked from commit b802882) Co-authored-by: Terry Jan Reedy <[email protected]>
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…thon#111093) Add missing 'root' argument to PanedWindow call. Other root children already have it.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…thon#111093) Add missing 'root' argument to PanedWindow call. Other root children already have it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
currently fails at line 165:
pane = PanedWindow(orient=HORIZONTAL, ...
withRuntimeError: No master specified and tkinter is configured to not support default root
. Since all other widget calls include a master argument, adding 'root' here fixes the failure.Linked PRs
The text was updated successfully, but these errors were encountered: