 
       wx.lib.agw.pybusyinfo.PyInfoFrame¶
  wx.lib.agw.pybusyinfo.PyInfoFrame¶Base class for PyBusyInfo.
 Methods Summary¶
 Methods Summary¶| __init__ | Default class constructor. | 
| OnErase | Handles the wx.EVT_ERASE_BACKGROUNDevent forPyInfoFrame. | 
| OnPaint | Handles the wx.EVT_PAINTevent forPyInfoFrame. | 
| SetBusyShape | Sets PyInfoFrameshape using the region created from the bitmap. | 
 Class API¶
 Class API¶PyInfoFrame(wx.Frame)¶Base class for PyBusyInfo.
__init__(self, parent, message, title, icon)¶Default class constructor.
| Parameters: | 
 | 
|---|
OnErase(self, event)¶Handles the wx.EVT_ERASE_BACKGROUND event for PyInfoFrame.
| Parameters: | event – a EraseEventevent to be processed. | 
|---|
Note
This method is intentionally empty to reduce flicker.
OnPaint(self, event)¶Handles the wx.EVT_PAINT event for PyInfoFrame.
| Parameters: | event – a PaintEventto be processed. | 
|---|
SetBusyShape(self, event=None)¶Sets PyInfoFrame shape using the region created from the bitmap.
| Parameters: | event – a wx.WindowCreateEventevent (GTK only, as GTK supports setting
the window shape only during window creation). | 
|---|