<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: VID code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 11 Oct 2008 17:50:39 GMT</pubDate>
    <description>DZone Snippets: VID code</description>
    <item>
      <title>reset-faces function</title>
      <link>http://snippets.dzone.com/posts/show/1107</link>
      <description>&lt;code&gt;&lt;br /&gt;reset-faces: func [&lt;br /&gt;    faces [block!] "Block of face objects, or words that refer to faces."&lt;br /&gt;][&lt;br /&gt;    foreach face faces [&lt;br /&gt;        reset-face either object? face [face] [get face]&lt;br /&gt;    ]&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:52:07 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1107</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
    <item>
      <title>clear-faces function</title>
      <link>http://snippets.dzone.com/posts/show/1106</link>
      <description>&lt;code&gt;&lt;br /&gt;clear-faces: func [&lt;br /&gt;    faces [block!] "Block of face objects, or words that refer to faces."&lt;br /&gt;][&lt;br /&gt;    foreach face faces [&lt;br /&gt;        clear-face either object? face [face] [get face]&lt;br /&gt;    ]&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:51:38 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1106</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
    <item>
      <title>bring-to-front and send-to-back functions</title>
      <link>http://snippets.dzone.com/posts/show/1105</link>
      <description>&lt;code&gt;&lt;br /&gt;bring-to-front: func [face] [&lt;br /&gt;    append remove find face/parent-face/pane face face&lt;br /&gt;    show face&lt;br /&gt;]&lt;br /&gt;&lt;br /&gt;send-to-back: func [face] [&lt;br /&gt;    insert head remove find face/parent-face/pane face face&lt;br /&gt;    show face/parent-face&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:50:07 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1105</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
    <item>
      <title>click-face function</title>
      <link>http://snippets.dzone.com/posts/show/1104</link>
      <description>&lt;code&gt;&lt;br /&gt;click-face: func [&lt;br /&gt;    "Simulate a mouse click" &lt;br /&gt;    face&lt;br /&gt;][&lt;br /&gt;    face/feel/engage face 'down none&lt;br /&gt;]&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:49:21 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1104</guid>
      <author>gregg.irwin (Gregg Irwin)</author>
    </item>
  </channel>
</rss>
