andlabs / ui

Platform-native GUI library for Go.
Other
8.34k stars 647 forks source link

How can i create menu on window #363

Open xiekong opened 5 years ago

xiekong commented 5 years ago

window := ui.NewWindow(title, 600, 500, true)

I want to create menu, but I don't know how to do it

CheatCoder commented 5 years ago

This is impossible for now, the dev need(will) to change the menu api for this. He is not liking it for now. #35