Public Member Functions | |
| def | __init__ (self, parent, size) |
Public Member Functions inherited from robotide.editor.popupwindow._PopupWindowBase | |
| def | __init__ (self, size, detachable=True, autohide=False, color_background=POPUP_BACKGROUND, color_foreground=POPUP_FOREGROUND) |
| def | hide (self, event=None) |
| def | set_content (self, content, title=None) |
| def | show_at (self, position) |
Private Member Functions | |
| def | _set_auto_hiding (self) |
Additional Inherited Members | |
Public Attributes inherited from robotide.editor.popupwindow._PopupWindowBase | |
| color_background | |
| color_foreground | |
| panel | |
Properties inherited from robotide.editor.popupwindow._PopupWindowBase | |
| screen_position = property | |
| size = property | |
Definition at line 90 of file popupwindow.py.
| def robotide.editor.popupwindow.RidePopupWindow.__init__ | ( | self, | |
| parent, | |||
| size | |||
| ) |
Definition at line 92 of file popupwindow.py.
|
private |
Definition at line 98 of file popupwindow.py.