2008/5/19 Till Harbaum / Lists <[EMAIL PROTECTED]>:
> How do i make an editable gtktextview inside a scrolledwindow to automatically
> scroll to the cursor position?

Something like (untested):

  gtk_text_view_scroll_to_mark( text_view,
    gtk_text_buffer_get_insert( text_buffer ),
    0.0, TRUE, 0.5, 1 );

J
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to