Definition at line 22 of file popupwindow.py.
◆ __init__()
| def robotide.editor.popupwindow._PopupWindowBase.__init__ |
( |
|
self, |
|
|
|
size, |
|
|
|
detachable = True, |
|
|
|
autohide = False, |
|
|
|
color_background = POPUP_BACKGROUND, |
|
|
|
color_foreground = POPUP_FOREGROUND |
|
) |
| |
◆ _create_ui()
| def robotide.editor.popupwindow._PopupWindowBase._create_ui |
( |
|
self, |
|
|
|
size |
|
) |
| |
|
private |
◆ _detach()
| def robotide.editor.popupwindow._PopupWindowBase._detach |
( |
|
self, |
|
|
|
event |
|
) |
| |
|
private |
◆ _set_detachable()
| def robotide.editor.popupwindow._PopupWindowBase._set_detachable |
( |
|
self | ) |
|
|
private |
◆ hide()
| def robotide.editor.popupwindow._PopupWindowBase.hide |
( |
|
self, |
|
|
|
event = None |
|
) |
| |
◆ screen_position()
| def robotide.editor.popupwindow._PopupWindowBase.screen_position |
( |
|
self | ) |
|
|
private |
◆ set_content()
| def robotide.editor.popupwindow._PopupWindowBase.set_content |
( |
|
self, |
|
|
|
content, |
|
|
|
title = None |
|
) |
| |
◆ show_at()
| def robotide.editor.popupwindow._PopupWindowBase.show_at |
( |
|
self, |
|
|
|
position |
|
) |
| |
◆ size()
| def robotide.editor.popupwindow._PopupWindowBase.size |
( |
|
self | ) |
|
|
private |
◆ _current_details
| robotide.editor.popupwindow._PopupWindowBase._current_details |
|
private |
◆ _detached_title
| robotide.editor.popupwindow._PopupWindowBase._detached_title |
|
private |
◆ _details
| robotide.editor.popupwindow._PopupWindowBase._details |
|
private |
◆ color_background
| robotide.editor.popupwindow._PopupWindowBase.color_background |
◆ color_foreground
| robotide.editor.popupwindow._PopupWindowBase.color_foreground |
◆ panel
| robotide.editor.popupwindow._PopupWindowBase.panel |
◆ screen_position
| robotide.editor.popupwindow._PopupWindowBase.screen_position = property |
|
static |
◆ size
| robotide.editor.popupwindow._PopupWindowBase.size = property |
|
static |
The documentation for this class was generated from the following file: