I want to hide a line in a gtk + text editor. Thought it would be a simple gtk_widget_hide(menubar)
question, but when I do this, I will lose all the keyboard shortcuts. How do you hide the menu bar and keep the accelerator functionality?
source share