<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Child Windows in Allegro 5</title>
		<link>http://www.allegro.cc/forums/view/604938</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Tue, 24 Aug 2010 02:15:52 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ve noticed that when I create multiple windows using al_create_display() that each of them has their own presence on the taskbar (I&#39;m using Windows XP and Vista). Now if I&#39;m just creating dialog windows or some such, it seems silly for each of them to have their own presence on the taskbar. If I&#39;m creating a complex interface and I&#39;m using separate displays for each element there could be 5 or 6 windows floating around at once which would flood the taskbar. Other GUI interfaced I&#39;ve played with have the concept of &quot;child windows&quot;, which are windows that &quot;belong&quot; to another window, and so don&#39;t have their own presence. (For example you can&#39;t alt-tab to a child window, only the parent.) </p><p>So my question is this: Does Allegro 5 have some equivalent child system for displays that I&#39;m overlooking? If it doesn&#39;t, is there some way to at least suppress a window&#39;s taskbar presence?</p><p>Hopefully the question makes sense, let me know if you need clarification.</p><p>Thanks in advance,<br />Damien Black
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (DamienBlack)</author>
		<pubDate>Tue, 24 Aug 2010 00:00:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>There&#39;s no (platform-independent) way right now, but I think there should be. The API could just be al_set_new_display_flags (ALLEGRO_NO_TASKBAR).</p><p>In X11 it&#39;s very easy to implement, just include _NET_WM_STATE_SKIP_TASKBAR in _NET_WM_STATE.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Tue, 24 Aug 2010 02:15:52 +0000</pubDate>
	</item>
</rss>
