<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shive</author_name>
  <author_url>https://blog.hatena.ne.jp/shive/</author_url>
  <blog_title>ゲームエンジニアな日々</blog_title>
  <blog_url>https://shive.hateblo.jp/</blog_url>
  <categories>
    <anon>wx</anon>
    <anon>python</anon>
  </categories>
  <description>プログレスバーを使って進捗表示。 #!/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…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshive.hateblo.jp%2Fentry%2F20100908%2F1283949720&quot; title=&quot;wxProgressDialog - ゲームエンジニアな日々&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/s/shive/20100908/20100908214527.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-08 21:42:00</published>
  <title>wxProgressDialog</title>
  <type>rich</type>
  <url>https://shive.hateblo.jp/entry/20100908/1283949720</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
