Enter search terms or a module, class or function name.
Bases: enaml.widgets.widget.Widget
A widget used as a menu bar in a MainWindow.
A read only property which returns the menu bar’s menus.
digraph inheritance65d1dffef9 { rankdir=LR; width=8.0; ratio=compress; fontsize=14; size="8.0, 12.0"; "QtWidget" [style="setlinewidth(0.5)",URL="enaml.widgets.widget.Widget.html#enaml.qt.qt_widget.QtWidget",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; "QtObject" -> "QtWidget" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QtMenuBar" [style="setlinewidth(0.5)",URL="#enaml.qt.qt_menu_bar.QtMenuBar",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; "QtWidget" -> "QtMenuBar" [arrowsize=0.5,style="setlinewidth(0.5)"]; "QtObject" [shape=box,style="setlinewidth(0.5)",fontsize=10,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25]; }
Bases: enaml.qt.qt_widget.QtWidget
A Qt implementation of an Enaml MenuBar.
Get the QAction instance which comes immediately after the actions of the given child.
Parameters: | child (QtMenu) – The child menu of interest. |
---|---|
Returns: | result (QAction or None) – The QAction which comes immediately after the actions of the given child, or None if no actions follow the child. |
digraph inheritancefd5d1c51e3 { rankdir=LR; width=8.0; ratio=compress; fontsize=14; size="8.0, 12.0"; "WxWidget" [style="setlinewidth(0.5)",URL="enaml.widgets.widget.Widget.html#enaml.wx.wx_widget.WxWidget",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; "WxObject" -> "WxWidget" [arrowsize=0.5,style="setlinewidth(0.5)"]; "WxObject" [shape=box,style="setlinewidth(0.5)",fontsize=10,fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25]; "WxMenuBar" [style="setlinewidth(0.5)",URL="#enaml.wx.wx_menu_bar.WxMenuBar",fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,height=0.25,shape=box,fontsize=10]; "WxWidget" -> "WxMenuBar" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
Bases: enaml.wx.wx_widget.WxWidget
A Wx implementation of an Enaml MenuBar.
Get the wxMenu instance which comes immediately after the menu of the given child.
Parameters: | child (WxMenu) – The child menu of interest. |
---|---|
Returns: | result (wxMenu or None) – The wxMenu which comes immediately after the menu of the given child, or None if no menu follows the child. |