<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">It probably should, shouldn’t it… ;) I know I’m way out of my depth here - that doc tells me:<div><br></div><div><em class="property" style="box-sizing: border-box; display: inline-block; padding-right: 8px; color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: bold;">class</em><tt class="descclassname" style="box-sizing: border-box; font-family: Lato; white-space: nowrap; max-width: 100%; border: none; padding: 0px; overflow-x: auto; font-weight: bold; font-size: 100% !important;">Gtk.</tt><tt class="descname" style="box-sizing: border-box; font-family: Lato; white-space: nowrap; max-width: 100%; border: none; padding: 0px; overflow-x: auto; font-weight: bold; font-size: 100% !important;">Window</tt><big style="box-sizing: border-box; font-size: 14px; color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-weight: bold;">(</big><em style="box-sizing: border-box; color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: bold;">type=<enum TOPLEVEL of type WindowType></em><span style="color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(231, 242, 250);">, </span><em style="box-sizing: border-box; color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-size: 14px; font-weight: bold;">**kwds</em><big style="box-sizing: border-box; font-size: 14px; color: rgb(41, 128, 185); font-family: Lato, proxima-nova, 'Helvetica Neue', Arial, sans-serif; font-weight: bold;">)</big><br><div><div><br></div><div>So I’ve tried all sorts of things such as:</div><div><br></div><div>window = Gtk.Window(TOPLEVEL)</div><div>window = Gtk.Window(Type=TOPLEVEL)</div><div><div>window = Gtk.Window(“TOPLEVEL")</div><div>window = Gtk.Window(Type=“TOPLEVEL”)</div></div><div><div>window = Gtk.Window(“Gtk.TOPLEVEL")</div><div>window = Gtk.Window(Type=“Gtk.TOPLEVEL”)</div></div><div><div>window = Gtk.Window(type, TOPLEVEL)</div><div>window = Gtk.Window(type, Gtk.TOPLEVEL)</div></div><div><br></div><div>I think I'm just misunderstanding the syntax…?</div><div><br></div><div>On 8 Apr 2014, at 19:13, Sebastian Dröge <<a href="mailto:sebastian@centricular.com">sebastian@centricular.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On Di, 2014-04-08 at 16:35 +0100, TDAS wrote:<br><blockquote type="cite">Ah ok thanks - now saying ‘no attribute WINDOW_TOPLEVEL’ - I guess<br>this is where you were saying the API has changed. Would you know what<br>this has changed to, or is there any documentation on this?<br></blockquote><br>Maybe this helps: <a href="http://lazka.github.io/pgi-docs/">http://lazka.github.io/pgi-docs/</a><br><br>-- <br>Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com">http://www.centricular.com</a><br>Expertise, Straight from the Source<br>_______________________________________________<br>gstreamer-openmax mailing list<br><a href="mailto:gstreamer-openmax@lists.freedesktop.org">gstreamer-openmax@lists.freedesktop.org</a><br>http://lists.freedesktop.org/mailman/listinfo/gstreamer-openmax<br></blockquote></div><br></div></body></html>