Base class for ActionInfo and SeparatorInfo.
More...
Public Member Functions | |
| def | __init__ (self) |
| def | is_separator (self) |
| def | set_menu_position (self, before=None, after=None) |
| Sets the position of this menu entry. More... | |
Public Attributes | |
| insertion_point | |
Base class for ActionInfo and SeparatorInfo.
Definition at line 152 of file actioninfo.py.
| def robotide.action.actioninfo.MenuInfo.__init__ | ( | self | ) |
Definition at line 154 of file actioninfo.py.
| def robotide.action.actioninfo.MenuInfo.is_separator | ( | self | ) |
Reimplemented in robotide.action.actioninfo.SeparatorInfo.
Definition at line 157 of file actioninfo.py.
| def robotide.action.actioninfo.MenuInfo.set_menu_position | ( | self, | |
before = None, |
|||
after = None |
|||
| ) |
Sets the position of this menu entry.
:Parameters:
before
Place this menu entry before the specified entry.
after
Place this menu entry after the specified entry.
Use either ``before`` or ``after`` and give the name without the
possible shortcut.
Definition at line 171 of file actioninfo.py.
| robotide.action.actioninfo.MenuInfo.insertion_point |
Definition at line 155 of file actioninfo.py.