gtk4-rs icon indicating copy to clipboard operation
gtk4-rs copied to clipboard

Add missing win32/mac/broadway specific APIs

Open bilelmoussaoui opened this issue 4 years ago • 0 comments

GDK has specific code like the wayland/x11 ones but for macos/win32 & broadway. We should figure out how to handle those.

Definitely not an urgent thing and before we add any win32/macos code, we should figure out the CI first.

The code would live in the gdk crate directly, there's no need to create different crates unless gtk figures out the introspection data story.

  • [x] win32
  • [ ] broadway
  • [ ] macos

bilelmoussaoui avatar Jul 18 '21 23:07 bilelmoussaoui