<br><br><div><span class="gmail_quote">2006/7/16, Steven Hill &lt;<a href="mailto:steveh@shscientific.com">steveh@shscientific.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
In the documentation for the new UI using HildonProgram and<br>HildonWindow, we see the following, both in the porting instructions and<br>in the &quot;developing new application&quot; doc:<br><br>&quot;/* Begin the main app */
<br>&nbsp;&nbsp;&nbsp;&nbsp;gtk_widget_show ( GTK_WIDGET ( program ) );<br>&nbsp;&nbsp;&nbsp;&nbsp;gtk_main();&quot;<br><br>where &quot;program&quot; is a pointer to HildonProgram - this statement generates a<br>pile of run-time errors because HildonProgram is not a GTK_WIDGET and has no &quot;visible&quot;
<br>properties.&nbsp;&nbsp;Obviously this is wrong.<br><br>In addition - the old UI with HildonApp had the very useful method &quot;hildon_app_set_appview&quot;<br><br>What is the replacement of this with HildonProgram and HildonWindow? - I see only methods like
<br>hildon_program_add_window and ...remove_window, but how do we know which of the registered windows<br>is the window that is currently being shown by HildonProgram??<br><br>This new UI is confusing to me... can anyone help clear up the confusion?
<br><br>Steve Hill<br><br><br><br>_______________________________________________<br>maemo-developers mailing list<br><a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br><a href="https://maemo.org/mailman/listinfo/maemo-developers">
https://maemo.org/mailman/listinfo/maemo-developers</a><br></blockquote></div><br>
<br>
Hello!<br>

<br>

<h3>hildon_window_get_is_topmost ()</h3>


<a name="10c7694a3a43edc3_id2588770"></a>
<pre>gboolean    hildon_window_get_is_topmost    (HildonWindow *self);</pre>


<p>
</p>


<p>

</p>


<div><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span><em><code>self</code></em>&nbsp;:</span></td>
<td> A <span>HildonWindow</span>
</td>
</tr>
<tr>
<td>
<span><span><em>Returns</em></span>&nbsp;:</span></td>
<td> Whether or not the <span>HildonWindow</span> is <span style="text-decoration: underline;">currenltly activated</span>
by the window manager.</td></tr></tbody></table></div>

<br>

Laci<br>