jsuarezruiz / forms-gtk-progress

Xamarin.Forms GTK Backend Progress
MIT License
191 stars 8 forks source link

Can we add native menus to Xamarin.Forms gtk application? #9

Closed winffee closed 5 years ago

winffee commented 6 years ago

Hi,

Can we build a GTK app with native windows menus(like vs menus: FIles,Edit,View)? I didn't find any Gtk.Application.SetAppMenu method or something like that.

Thanks in advance.

Elvis Xia

jsuarezruiz commented 5 years ago

Of course you can. But you would have to create a Custom Renderer. I have a FormsGT Toolkit: https://github.com/jsuarezruiz/FormsGtkToolkit trying to add more GTK Widgets, there are no menus yet, but I take note.