[maemo-developers] GtkTreeView behaviour
From: Piñeiro apinheiro at igalia.comDate: Wed Jan 13 14:08:47 EET 2010
- Previous message: GtkTreeView behaviour
- Next message: GtkTreeView behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: George Kibardin <george-kibardin at yandex.ru> > 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 (apinheiro at igalia.com)
- Previous message: GtkTreeView behaviour
- Next message: GtkTreeView behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]