You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
Hi, first of all, thanks for your work on Gotk3, it's really useful.
I'm doing a simple example project (it's on my repos, named tasks), and I want to add an about dialog, but I want to use the application menu a la Gnome application (https://developer.gnome.org/gtk3/3.12/getting-started-app4.png). I see on the C documentation that they use gtk_application_set_app_menu (), but I'm not finding any gtk.Application structure in gotk3 or any related method. Is this yet to be implemented? is there a way I can collaborate with adding this ?
Thanks in advance, and thanks in again for this great resource.