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

Tracking issue for missing functionality in muda #5

Closed
19 of 33 tasks
amrbashir opened this issue Jun 5, 2022 · 3 comments · Fixed by #18
Closed
19 of 33 tasks

Tracking issue for missing functionality in muda #5

amrbashir opened this issue Jun 5, 2022 · 3 comments · Fixed by #18
Labels

Comments

@amrbashir
Copy link
Member

amrbashir commented Jun 5, 2022

TODOs:

Necessary:

Extras

  • Menu::showContextMenu(window, x, y)
    • Windows - Possible, use TrackPopupMenu from win32 apis
    • Linux - Possible, use gtk_menu_popup_at_rect from gtk
    • macOS - Possible, use popUpMenuPositioningItem from appkit
  • ImageMenuItem
    • Windows
    • Linux
    • macOS
  • RadioMenuItem
    • Windows
    • Linux
    • macOS
@martpie
Copy link

martpie commented Jul 26, 2022

Looking forward! 🚀 Thank you so much for working on this!

@merryhime
Copy link

Regarding popupMenus on mac, consider popUpMenuPositioningItem:atLocation:inView:.

@amrbashir
Copy link
Member Author

Thank you, I updated the list

@amrbashir amrbashir linked a pull request Nov 11, 2022 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants