Robot Framework Integrated Development Environment (RIDE)
robotide.editor.popupwindow.RidePopupWindow Class Reference
Inheritance diagram for robotide.editor.popupwindow.RidePopupWindow:
robotide.editor.popupwindow._PopupWindowBase robotide.editor.popupwindow.HtmlPopupWindow

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
 

Detailed Description

Definition at line 90 of file popupwindow.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.popupwindow.RidePopupWindow.__init__ (   self,
  parent,
  size 
)

Definition at line 92 of file popupwindow.py.

Member Function Documentation

◆ _set_auto_hiding()

def robotide.editor.popupwindow.RidePopupWindow._set_auto_hiding (   self)
private

Definition at line 98 of file popupwindow.py.


The documentation for this class was generated from the following file: