gtk-rs / examples

DEPRECATED, use https://github.com/gtk-rs/gtk-rs repository instead!
MIT License
284 stars 75 forks source link

macOS Details (menu bar + docks) #315

Open ademar111190 opened 4 years ago

ademar111190 commented 4 years ago

I'm studying Rust and GTK and I couldn't find how to customize the following 3 details on macOS:

App menu, I would like to have something like "Hello World" instead of "hello-world":

menu bar

App name and Icon on Dock, again "Hello World" instead of "hello-world" and any icon.

dock

App name and Icon on command+tab Dock, again "Hello World" instead of "hello-world" and again any icon.

command tab dock

Thank you very much for the nice project, and hopefully for the examples! :)