Re: [gtkmm] Scrolling in TreeView
- From: Vladislav Grinchenko <vgrinche integ com>
- To: "Andrew E. Makeev" <andrew solvo ru>
- Cc: gtkmm-main <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Scrolling in TreeView
- Date: 20 Jun 2003 16:37:37 -0400
Andrew,
try
Gtk::TreeModel::Path path = m_list_store_ref->get_path (iter);
path.next ();
m_tree_sel_ref->select (path);
m_tree_view.scroll_to_row (path);
-Vlad
On Fri, 2003-06-20 at 05:17, Andrew E. Makeev wrote:
> Good day,
>
> Could someone give me a hint, please, how to set cursor and scroll to
> last row in TreeView?
>
> thanks in advance,
> -andrew
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
--
_____________________________________________________________
Vladislav Grinchenko e-mail (w): vgrinche integ com
Software Engineer (h): vladg erols com
Integral Systems, Inc. http: www.integ.com
"Focus on quality, and productivity will follow." C. Jones
_____________________________________________________________
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]