<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>itokjp</author_name>
  <author_url>https://blog.hatena.ne.jp/itokjp/</author_url>
  <blog_title>itok's Lab</blog_title>
  <blog_url>https://itobass.hatenadiary.com/</blog_url>
  <categories>
    <anon>NSWindow</anon>
  </categories>
  <description>自前のイメージなんかをwindowとして使いたい場合、タイトルバーもいらないし、四角いWindowの下地もいらない、と。 タイトルバーなどは初期化時。NSBorderlessWindowMaskを使います。普通はサブクラスとして実装するかな。 [[NSWindow alloc] initWithContentRect:contentRect styleMask:NSBorderlessWindowMask backing:bufferingType defer:deferCreation]; 背景消しはまた別で二つのメソッドを併用。 [window setBackgroundColor:[NS…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitobass.hatenadiary.com%2Fentry%2F%253Fp%253D93&quot; title=&quot;Windowの背景を全て消す - itok&amp;#39;s Lab&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>2006-09-29 09:27:23</published>
  <title>Windowの背景を全て消す</title>
  <type>rich</type>
  <url>https://itobass.hatenadiary.com/entry/%3Fp%3D93</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
