<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Megumi221</author_name>
  <author_url>https://blog.hatena.ne.jp/Megumi221/</author_url>
  <blog_title>理想のユーザ・インターフェイスを求めて</blog_title>
  <blog_url>https://ideal-user-interface.hatenablog.com/</blog_url>
  <categories>
    <anon>wxPython</anon>
  </categories>
  <description>wx.Notebookで、タブ切換えの複数の画面を作りたいときには、Frameの上にNotebookを置いて、以下のようにやればよい。 import wx class MyApp(wx.PySimpleApp): def OnInit(self): Frm = wx.Frame(None, -1, 'Title', size=(500, 500)) nb = wx.Notebook(Frm, -1, style=wx.CLIP_CHILDREN) pnl1 = wx.Panel(nb, -1) pnl2 = wx.Panel(nb, -1) nb.AddPage(pnl1, 'Page 1')…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fideal-user-interface.hatenablog.com%2Fentry%2F20110701%2F1309499570&quot; title=&quot; NotebookをPanelの上に置くときはSizerで調整 - 理想のユーザ・インターフェイスを求めて&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/M/Megumi221/20110701/20110701145029.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-07-01 14:52:50</published>
  <title> NotebookをPanelの上に置くときはSizerで調整</title>
  <type>rich</type>
  <url>https://ideal-user-interface.hatenablog.com/entry/20110701/1309499570</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
