MenuShell.takeFocus

Set takeFocus property.

  1. bool takeFocus [@property getter]
  2. bool takeFocus [@property setter]
    class MenuShell
    @property
    void
    takeFocus
    (
    bool propval
    )

Parameters

propval bool

A boolean that determines whether the menu and its submenus grab the keyboard focus. See gtk.menu_shell.MenuShell.setTakeFocus and gtk.menu_shell.MenuShell.getTakeFocus.