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

improve/port Tk event handling #1473

Closed
JeffBezanson opened this issue Oct 30, 2012 · 1 comment
Closed

improve/port Tk event handling #1473

JeffBezanson opened this issue Oct 30, 2012 · 1 comment
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request system:mac Affects only macOS system:windows Affects only Windows

Comments

@JeffBezanson
Copy link
Member

extras/tk.jl currently uses an X11-specific hack to handle events. We need to use a more portable method of integrating Tcl/Tk's event loop with our own.

We may need to use Tcl_CreateEventSource, as documented here: http://www.tcl.tk/man/tcl8.4/TclLib/Notifier.htm

This may require adding features like timers to our event loop, which will happen already with the libuv branch.

@JeffBezanson
Copy link
Member Author

Issue moved to Tk package: JuliaGraphics/Tk.jl#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Indicates that a maintainer wants help on an issue or pull request system:mac Affects only macOS system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

1 participant