<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>white_wheels</author_name>
  <author_url>https://blog.hatena.ne.jp/white_wheels/</author_url>
  <blog_title>white wheelsのメモ</blog_title>
  <blog_url>https://white-wheels.hatenadiary.org/</blog_url>
  <categories>
    <anon>programming</anon>
    <anon>python</anon>
  </categories>
  <description>メニューを選択したときのイベント処理を実装してみましょう・ イベント処理 import wx class MyFrame(wx.Frame): def __init__(self, parent, title): wx.Frame.__init__(self, parent, title=title, size=(200,100)) filemenu= wx.Menu() menuExit = filemenu.Append(wx.ID_EXIT, &quot;&amp;Exit&quot;,&quot;exit&quot;) #メニュー・イベント・イベントハンドラをリンクさせる self.Bind(wx.EVT_MENU, self.On…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwhite-wheels.hatenadiary.org%2Fentry%2F20100312%2Fp4&quot; title=&quot;wxPythonでGUIアプリを作る イベント処理 - white wheelsのメモ&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>2010-03-12 00:00:00</published>
  <title>wxPythonでGUIアプリを作る イベント処理</title>
  <type>rich</type>
  <url>https://white-wheels.hatenadiary.org/entry/20100312/p4</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
