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

Public Member Functions

def __init__ (self, parent, size, detachable=True, autohide=False)
 
def OnKey (self, *params)
 
- 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
 

Private Member Functions

def _set_auto_hiding (self)
 

Additional Inherited Members

- Properties inherited from robotide.editor.popupwindow._PopupWindowBase
 screen_position = property
 
 size = property
 

Detailed Description

Definition at line 121 of file popupwindow.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.editor.popupwindow.MacRidePopupWindow.__init__ (   self,
  parent,
  size,
  detachable = True,
  autohide = False 
)

Definition at line 123 of file popupwindow.py.

Member Function Documentation

◆ _set_auto_hiding()

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

Definition at line 140 of file popupwindow.py.

◆ OnKey()

def robotide.editor.popupwindow.MacRidePopupWindow.OnKey (   self,
params 
)

Definition at line 143 of file popupwindow.py.

Member Data Documentation

◆ color_background_help

robotide.editor.popupwindow.MacRidePopupWindow.color_background_help

Definition at line 134 of file popupwindow.py.

◆ color_foreground_text

robotide.editor.popupwindow.MacRidePopupWindow.color_foreground_text

Definition at line 135 of file popupwindow.py.

◆ general_settings

robotide.editor.popupwindow.MacRidePopupWindow.general_settings

Definition at line 133 of file popupwindow.py.


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