On 1/16/06, Luca Donaggio <[EMAIL PROTECTED]> wrote:
> Thanks Kalle,
>
> you're right I just did a gtk_widget_sow() on the HildonApp!
>
> Regarding the viewport, I think it acts like a container for all subsequent
> widgets in this app - to avoid using it I've to set up another container for
> those widgets and add_with_scrollbar() it to the appview. Or is there
> another way?

Both HildonAppView and GtkViewPort are GtkBins (able to hold only one
child), so you need to have some additional container for multiple
widgets anyway, it's just a matter of having the viewport in between
made by you or automatically.

I would guess that the application you are porting puts more than one
widget in the viewport so it probabl already has a suitable "toplevel"
container (most likely either a VBox or a HBox) that you can pack into
the appview instead of the viewport.

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to