AGW Logo

agw_title PyBusyInfo

Constructs a busy info window as child of parent and displays a message in it.

hierarchy Inheritance Diagram

Inheritance diagram for: PyBusyInfo

Inheritance diagram of PyBusyInfo


appearance Control Appearance


PyBusyInfo

PyBusyInfo


method_summary Methods Summary

__init__Default class constructor.
__del__Overloaded method, for compatibility with wxWidgets.

API Class API

class PyBusyInfo(object)[source]

Constructs a busy info window as child of parent and displays a message in it.



__init__(message, parent=None, title=_("Busy"), icon=wx.NullBitmap)[source]

Default class constructor.

Parameters:
  • parent – the PyBusyInfo 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.

Note

If parent is not None you must ensure that it is not closed while the busy info is shown.

Tree

Table Of Contents

Previous topic

pybusyinfo

Next topic

PyInfoFrame