From: George Kibardin <[email protected]> > Thank you Alberto for your code samble. I've found the problem. > gtk_container_add() shoud be used instead of > hildon_pannable_area_add_with_viewportl().
This is because the treeview has native scrolling support, so it is wrong. There are additional information on : http://library.gnome.org/devel/gtk/stable/GtkScrolledWindow.html#gtk-scrolled-window-add-with-viewport I have just check the documentation on hildon_pannable_area_add_with_viewport, and this is not mentioned, just assumed. Probably it would be a good idea to mention it, and also add a hint to the gtk_scrolled_window_add_with_viewport for extra information. BR === API ([email protected]) _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
