<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://humanemulator.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://humanemulator.net/wiki/feed.php">
        <title>Human Emulator wiki en:objects:windowinterface:get_window</title>
        <description></description>
        <link>https://humanemulator.net/wiki/</link>
        <image rdf:resource="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-09-27T08:01:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_child&amp;rev=1785960177&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_next&amp;rev=1785960178&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_parent&amp;rev=1785960178&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_prev&amp;rev=1785960179&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_class&amp;rev=1785960180&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_number&amp;rev=1785960181&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_text&amp;rev=1785960181&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_count&amp;rev=1785960182&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_next&amp;rev=1785960182&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_owner&amp;rev=1785960183&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_parent&amp;rev=1785960183&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_prev&amp;rev=1785960184&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_owner&amp;rev=1785960184&amp;do=diff"/>
                <rdf:li rdf:resource="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_parent&amp;rev=1785960185&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Human Emulator wiki</title>
        <link>https://humanemulator.net/wiki/</link>
        <url>https://humanemulator.net/wiki///humanemulator.net/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_child&amp;rev=1785960177&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:02:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_all_child</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_child&amp;rev=1785960177&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the class names of the child windows Skype: &lt;br&gt;&quot;;
print_r($window-&gt;get_by_text(&quot;Skype&quot;)-&gt;get_all_child()-&gt;get_class_name());

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_next&amp;rev=1785960178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:02:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_all_next</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_next&amp;rev=1785960178&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the window titles after Skype: &lt;br&gt;&quot;;
print_r($window-&gt;get_by_text(&quot;Skype&quot;)-&gt;get_all_next()-&gt;get_text());

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_parent&amp;rev=1785960178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:02:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_all_parent</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_parent&amp;rev=1785960178&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the title of the XHE window(as a list of parents): &lt;br&gt;&quot;;
print_r($window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_by_text(&quot;Panel&quot;, false)-&gt;get_all_parent()-&gt;get_text());

//end
echo &quot;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_prev&amp;rev=1785960179&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:02:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_all_prev</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_all_prev&amp;rev=1785960179&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the titles of windows before Skype: &lt;br&gt;&quot;;
print_r($window-&gt;get_by_text(&quot;Skype&quot;)-&gt;get_all_prev()-&gt;get_text());

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_class&amp;rev=1785960180&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_child_by_class</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_class&amp;rev=1785960180&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_number&amp;rev=1785960181&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_child_by_number</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_number&amp;rev=1785960181&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the text of all XHE child windows:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
for($i = 0; $i &lt;$xhe-&gt;get_child_count(); $i ++)
echo $xhe-&gt;get_child_by_number($i)-&gt;get_text().&quot;&lt;br&gt;&quot;…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_text&amp;rev=1785960181&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_child_by_text</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_by_text&amp;rev=1785960181&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the inspector in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$inspector = $xhe-&gt;get_child_by_text(&quot;Inspector&quot;);
echo $inspector-&gt;get_x().&quot;&quot;.$inspector-&gt;get_…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_count&amp;rev=1785960182&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_child_count</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_child_count&amp;rev=1785960182&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the number of XHE child windows:&quot;;
echo $window-&gt;get_by_text(&quot;XWeb&quot;)-&gt;get_child_count();

//end
echo &quot;&lt;hr&gt; &lt;br&gt;&quot;;

//Quit
$app-&gt;quit();
?&gt;</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_next&amp;rev=1785960182&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_next</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_next&amp;rev=1785960182&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_owner&amp;rev=1785960183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_owner</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_owner&amp;rev=1785960183&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_parent&amp;rev=1785960183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_parent</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_parent&amp;rev=1785960183&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_prev&amp;rev=1785960184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_prev</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_prev&amp;rev=1785960184&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_owner&amp;rev=1785960184&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:04+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_top_owner</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_owner&amp;rev=1785960184&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
    <item rdf:about="https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_parent&amp;rev=1785960185&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-08-05T23:03:05+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>en:objects:windowinterface:get_window:get_top_parent</title>
        <link>https://humanemulator.net/wiki/doku.php?id=en:objects:windowinterface:get_window:get_top_parent&amp;rev=1785960185&amp;do=diff</link>
        <description>PHP example: 

&lt;?php $xhe_host = &quot;127.0.0.1:7010&quot;;

//connect the object to control the emulator, if not already connected
if(!isset($path))
   $path = &quot;../../../Templates/xweb_human_emulator.php&quot;;
require($path);

//Start
echo &quot;&lt;hr&gt; &lt;font color = blue&gt; windowinterface-&gt;&quot;.basename(__FILE__).&quot;&lt;/font&gt; &lt;hr&gt;&quot;;

//1
echo &quot;1.Get the coordinates of the Left Panel in XHE:&quot;;
$xhe = $window-&gt;get_by_text(&quot;XWeb&quot;);
$left_pane = $xhe-&gt;get_child_by_class(&quot;XTPDockingPaneTabbedContainer&quot;);
echo $left_pane-&gt;get_x…</description>
    </item>
</rdf:RDF>
