Hi, It sounds like just using GtkScrolledWindow will solve your problem. I think you just have some simple bug remaining, like forgetting a gtk_widget_show() or something like that. You should not need a viewport with GtkTextView, just gtk_container_add should work. Also you probably need to scrolled_window_set_policy() to POLICY_AUTOMATIC, POLICY_AUTOMATIC.
Havoc _______________________________________________ gnome-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-devel-list
