<br><br><div><span class="gmail_quote">2006/7/16, Steven Hill <<a href="mailto:steveh@shscientific.com">steveh@shscientific.com</a>>:</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 "developing new application" doc:<br><br>"/* Begin the main app */
<br> gtk_widget_show ( GTK_WIDGET ( program ) );<br> gtk_main();"<br><br>where "program" 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 "visible"
<br>properties. Obviously this is wrong.<br><br>In addition - the old UI with HildonApp had the very useful method "hildon_app_set_appview"<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> :</span></td>
<td> A <span>HildonWindow</span>
</td>
</tr>
<tr>
<td>
<span><span><em>Returns</em></span> :</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>