Commits for experimental Tcl::pTk/macOS aqua support#22
Open
chrstphrchvz wants to merge 5 commits intohotwolf:masterfrom
Open
Commits for experimental Tcl::pTk/macOS aqua support#22chrstphrchvz wants to merge 5 commits intohotwolf:masterfrom
chrstphrchvz wants to merge 5 commits intohotwolf:masterfrom
Conversation
f95d7a9 to
48ca704
Compare
0a74360 to
7698eab
Compare
- remove extra space under menubar - remove "Quit" from File menu on macOS since there is already "Quit" provided in the app menu - hide MainWindow on macOS since it is empty (the native menubar is used instead)
macOS aqua uses button 2 for right-click
…instead of `$Tk::event->…` as workaround for $Tk::event->…
not working under TkHijack; add equivalent Tk::Ev('…') calls
as arguments (as was done for the Tcl::pTk keysyms.pl widget demo).
…instead of using `-width => 4` which doesn't leave enough room on aqua.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's the commits I have so far related to #16. I've tested these changes with both aqua and X11, so nothing should break for existing X11 usage.