wx.BusyCursor

Inheritance diagram for wx.BusyCursor:



Description

This class makes it easy to tell your user that the program is temporarily busy. Just create a wx.BusyCursor object on the stack, and within the current scope, the hourglass will be shown.

Methods Summary

Class API

Methods

__init__(cursor=wx.HOURGLASS_CURSOR)

Constructor.

Parameters:


Returns:

wx.BusyCursor