{"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshive.hateblo.jp%2Fentry%2F20100908%2F1283949720\" title=\"wxProgressDialog - \u30b2\u30fc\u30e0\u30a8\u30f3\u30b8\u30cb\u30a2\u306a\u65e5\u3005\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","version":"1.0","height":"190","categories":["wx","python"],"type":"rich","provider_name":"Hatena Blog","author_name":"shive","provider_url":"https://hatena.blog","url":"https://shive.hateblo.jp/entry/20100908/1283949720","blog_url":"https://shive.hateblo.jp/","image_url":"https://cdn-ak.f.st-hatena.com/images/fotolife/s/shive/20100908/20100908214527.png","published":"2010-09-08 21:42:00","width":"100%","description":"\u30d7\u30ed\u30b0\u30ec\u30b9\u30d0\u30fc\u3092\u4f7f\u3063\u3066\u9032\u6357\u8868\u793a\u3002 #!/usr/bin/env python # -*- coding: utf-8 -*- import wx count = 10 app = wx.PySimpleApp() progress = wx.ProgressDialog( u'progressing ...', u' '*80, maximum = count, parent = None, style = wx.PD_APP_MODAL|wx.PD_SMOOTH|wx.PD_AUTO_HIDE|wx.PD_CAN_ABORT ) progress.SetFocus() for x in xr\u2026","blog_title":"\u30b2\u30fc\u30e0\u30a8\u30f3\u30b8\u30cb\u30a2\u306a\u65e5\u3005","title":"wxProgressDialog","author_url":"https://blog.hatena.ne.jp/shive/"}