Re: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()

2006-01-16 Thread Luca Donaggio
2006/1/16, Kalle Vahlman <[EMAIL PROTECTED]>: 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'

Re: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()

2006-01-16 Thread Kalle Vahlman
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 > thos

Re: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()

2006-01-16 Thread Luca Donaggio
2006/1/16, Kalle Vahlman <[EMAIL PROTECTED]>: On 1/16/06, Luca Donaggio <[EMAIL PROTECTED]> wrote:> [code]>>   main = HILDON_APPVIEW (hildon_appview_new ("Main view"));>   hildon_appview_set_fullscreen_key_allowed(main, TRUE ); >   gtk_widget_show (GTK_WIDGET (main));>   main_icon_pixbuf = create_p

Re: [maemo-developers] Usage of hildon_appview_add_with_scrollbar()

2006-01-16 Thread Kalle Vahlman
On 1/16/06, Luca Donaggio <[EMAIL PROTECTED]> wrote: > [code] > > main = HILDON_APPVIEW (hildon_appview_new ("Main view")); > hildon_appview_set_fullscreen_key_allowed(main, TRUE ); > gtk_widget_show (GTK_WIDGET (main)); > main_icon_pixbuf = create_pixbuf ("grsync.png"); > if (main_icon_p

[maemo-developers] Usage of hildon_appview_add_with_scrollbar()

2006-01-16 Thread Luca Donaggio
Hi,I'm porting an app to Maemo and I came to a point where it seems convenient to use hildon_appview_add_with_scrollbar function from hildon-lgp.Original code after minimal and preliminary hildonization looks like this: [code]  main = HILDON_APPVIEW (hildon_appview_new ("Main view"));  hildon_appvi