info = wx.BusyInfo( wx.BusyInfoFlags() .Parent(self) .Icon(wx.ArtProvider.GetIcon(wx.ART_PRINT, wx.ART_OTHER, wx.Size(128, 128))) .Title("Printing your document") .Text("Please wait...") .Foreground(wx.WHITE) .Background(wx.BLACK) .Transparency(4 * wx.ALPHA_OPAQUE / 5) )