Used to create separators to menus. More...
Public Member Functions | |
| def | __init__ (self, menu_name) |
| Initializes information needed to add separators to menus. More... | |
| def | is_separator (self) |
Public Member Functions inherited from robotide.action.actioninfo.MenuInfo | |
| def | __init__ (self) |
| def | set_menu_position (self, before=None, after=None) |
| Sets the position of this menu entry. More... | |
Public Attributes | |
| menu_name | |
Public Attributes inherited from robotide.action.actioninfo.MenuInfo | |
| insertion_point | |
Used to create separators to menus.
Definition at line 262 of file actioninfo.py.
| def robotide.action.actioninfo.SeparatorInfo.__init__ | ( | self, | |
| menu_name | |||
| ) |
Initializes information needed to add separators to menus.
:Parameters:
menu_name
The name of the menu where the separator will be added. If menu does
not exist, it is created automatically.
Definition at line 271 of file actioninfo.py.
| def robotide.action.actioninfo.SeparatorInfo.is_separator | ( | self | ) |
Reimplemented from robotide.action.actioninfo.MenuInfo.
Definition at line 275 of file actioninfo.py.
| robotide.action.actioninfo.SeparatorInfo.menu_name |
Definition at line 273 of file actioninfo.py.