Re: GtkTreeView Scrolling.
- From: Havoc Pennington <hp redhat com>
- To: Burra <burra colorado edu>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: GtkTreeView Scrolling.
- Date: 20 Jan 2002 20:18:01 -0500
Burra <burra colorado edu> writes:
What is the best way to scroll to the bottom of the TreeView when you add
an entry into the TreeView?
I want to do this...
gtk_list_store_append (...)
gtk_list_store_set (...)
...call some here function, so that next time the TreeView redraws it will
scroll to the last row in the treeview...
Anyone know?
Have you tried the promisingly-named functions
gtk_tree_view_scroll_to_cell() and gtk_tree_view_scroll_to_point()?
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]