Skip to content
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

support x11 windows without pid #236

Closed
mqnc opened this issue Feb 5, 2021 · 0 comments
Closed

support x11 windows without pid #236

mqnc opened this issue Feb 5, 2021 · 0 comments

Comments

@mqnc
Copy link

mqnc commented Feb 5, 2021

from tkinter import *
root = Tk()
root.client(socket.gethostname()) # will not work without this line but should
root.title("test window")
root.mainloop()
title:test window
-
test: "The quick brown fox jumps over the lazy dog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants