wx.lib.agw.pybusyinfo.PyInfoFrame¶Base class for PyBusyInfo.
Class Hierarchy¶
Inheritance diagram for class PyInfoFrame:
Known Superclasses¶
Methods Summary¶Default class constructor. |
|
Handles the |
|
Handles the |
|
Sets |
Class API¶Base class for PyBusyInfo.
Default class constructor.
parent – the frame parent;
message – the message to display in the PyBusyInfo;
title – the main PyBusyInfo title;
icon – an icon to draw as the frame icon, an instance of wx.Bitmap.
Handles the wx.EVT_ERASE_BACKGROUND event for PyInfoFrame.
event – a EraseEvent event to be processed.
Note
This method is intentionally empty to reduce flicker.
Handles the wx.EVT_PAINT event for PyInfoFrame.
event – a PaintEvent to be processed.
Sets PyInfoFrame shape using the region created from the bitmap.
event – a wx.WindowCreateEvent event (GTK only, as GTK supports setting
the window shape only during window creation).