Public Member Functions | |
| def | __init__ (self, parent, size, detachable=True, autohide=False) |
Public Member Functions inherited from robotide.editor.popupwindow.RidePopupWindow | |
| 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) |
Public Attributes | |
| color_background_help | |
| color_foreground_text | |
| general_settings | |
Public Attributes inherited from robotide.editor.popupwindow._PopupWindowBase | |
| color_background | |
| color_foreground | |
| panel | |
Additional Inherited Members | |
Properties inherited from robotide.editor.popupwindow._PopupWindowBase | |
| screen_position = property | |
| size = property | |
Definition at line 104 of file popupwindow.py.
| def robotide.editor.popupwindow.HtmlPopupWindow.__init__ | ( | self, | |
| parent, | |||
| size, | |||
detachable = True, |
|||
autohide = False |
|||
| ) |
Definition at line 106 of file popupwindow.py.
| robotide.editor.popupwindow.HtmlPopupWindow.color_background_help |
Definition at line 113 of file popupwindow.py.
| robotide.editor.popupwindow.HtmlPopupWindow.color_foreground_text |
Definition at line 114 of file popupwindow.py.
| robotide.editor.popupwindow.HtmlPopupWindow.general_settings |
Definition at line 112 of file popupwindow.py.