<br><br><div><span class="gmail_quote">2006/1/16, Kalle Vahlman &lt;<a href="mailto:kalle.vahlman@gmail.com">kalle.vahlman@gmail.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;">
On 1/16/06, Luca Donaggio &lt;<a href="mailto:donaggio@gmail.com">donaggio@gmail.com</a>&gt; wrote:<br>&gt; Thanks Kalle,<br>&gt;<br>&gt; you're right I just did a gtk_widget_sow() on the HildonApp!<br>&gt;<br>&gt; Regarding the viewport, I think it acts like a container for all subsequent
<br>&gt; widgets in this app - to avoid using it I've to set up another container for<br>&gt; those widgets and add_with_scrollbar() it to the appview. Or is there<br>&gt; another way?<br><br>Both HildonAppView and GtkViewPort are GtkBins (able to hold only one
<br>child), so you need to have some additional container for multiple<br>widgets anyway, it's just a matter of having the viewport in between<br>made by you or automatically.<br><br>I would guess that the application you are porting puts more than one
<br>widget in the viewport so it probabl already has a suitable &quot;toplevel&quot;<br>container (most likely either a VBox or a HBox) that you can pack into<br>the appview instead of the viewport.<br><br>--<br>Kalle Vahlman, 
<a href="mailto:zuh@iki.fi">zuh@iki.fi</a><br>Powered by <a href="http://movial.fi">http://movial.fi</a><br>Interesting stuff at <a href="http://syslog.movial.fi">http://syslog.movial.fi</a><br></blockquote></div><br><br>
Kalle,<br><br>again, thanks, now it really works!<br><br>Luca Donaggio<br>