ApplicationWindow.showMenubar

Set showMenubar property.

  1. bool showMenubar [@property getter]
  2. bool showMenubar [@property setter]
    class ApplicationWindow
    @property
    void
    showMenubar
    (
    bool propval
    )

Parameters

propval bool

If this property is true, the window will display a menubar unless it is shown by the desktop shell.

See gtk.application.Application.setMenubar.

If false, the window will not display a menubar, regardless of whether the desktop shell is showing it or not.