Robot Framework Integrated Development Environment (RIDE)
robotide.widgets.htmlwnd.HtmlWindow Class Reference
Inheritance diagram for robotide.widgets.htmlwnd.HtmlWindow:

Public Member Functions

def __init__ (self, parent, size=wx.DefaultSize, text=None)
 
def clear (self)
 
def close (self)
 
def OnKeyDown (self, event)
 
def OnLinkClicked (self, link)
 
def set_content (self, content)
 

Public Attributes

 font
 

Private Member Functions

def _add_selection_to_clipboard (self)
 
def _is_copy (self, event)
 

Detailed Description

Definition at line 33 of file htmlwnd.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.widgets.htmlwnd.HtmlWindow.__init__ (   self,
  parent,
  size = wx.DefaultSize,
  text = None 
)

Definition at line 35 of file htmlwnd.py.

Member Function Documentation

◆ _add_selection_to_clipboard()

def robotide.widgets.htmlwnd.HtmlWindow._add_selection_to_clipboard (   self)
private

Definition at line 70 of file htmlwnd.py.

◆ _is_copy()

def robotide.widgets.htmlwnd.HtmlWindow._is_copy (   self,
  event 
)
private

Definition at line 67 of file htmlwnd.py.

◆ clear()

def robotide.widgets.htmlwnd.HtmlWindow.clear (   self)

Definition at line 81 of file htmlwnd.py.

◆ close()

def robotide.widgets.htmlwnd.HtmlWindow.close (   self)

Definition at line 78 of file htmlwnd.py.

◆ OnKeyDown()

def robotide.widgets.htmlwnd.HtmlWindow.OnKeyDown (   self,
  event 
)

Definition at line 61 of file htmlwnd.py.

◆ OnLinkClicked()

def robotide.widgets.htmlwnd.HtmlWindow.OnLinkClicked (   self,
  link 
)

Definition at line 75 of file htmlwnd.py.

◆ set_content()

def robotide.widgets.htmlwnd.HtmlWindow.set_content (   self,
  content 
)

Definition at line 53 of file htmlwnd.py.

Member Data Documentation

◆ font

robotide.widgets.htmlwnd.HtmlWindow.font

Definition at line 46 of file htmlwnd.py.


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