<?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>
    <anon>wxPython</anon>
  </categories>
  <description>自分用tips。タスクバーアイコンを使う。最小化時にはタスクバーからウィンドウを非表示。アイコンがクリックされたらウィンドウを表示。 import os, sys import wx class MainFrame(wx.Frame): def __init__(self): super(type(self), self).__init__(None) # 基底クラスのコンストラクタ呼び出し self._icon = wx.ArtProvider.GetIcon(wx.ART_QUESTION, wx.ART_OTHER, (16, 16)) # システムからアイコン取得 self._tbi …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshive.hateblo.jp%2Fentry%2F20091120%2F1258713717&quot; title=&quot;タスクバーアイコン - ゲームエンジニアな日々&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-11-20 19:41:57</published>
  <title>タスクバーアイコン</title>
  <type>rich</type>
  <url>https://shive.hateblo.jp/entry/20091120/1258713717</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
