I'm developing a simple GTK# application(nothing serious, just a little project), and I've noticed my application menu bar is showing in my application window instead of Ubuntu's Unity global menu bar.
Is there any way to make the menu bar show up in the unity menu bar? I've tried to google a bit but most results seem to be about disabling this behavior - I want to enable it.
Currently, I'm adding the menu bar to a VBox, via MonoDevelop's visual editor.