On Sun, Sep 29, 2013 at 11:22:12AM -0700, Thomas Dineen wrote: > The following symbol seems to be missing or deprecated form > the Gtk+-2.0 library. I suppose you mean Gtk+ 2.x in general, not exactly version 2.0. > gtk_text_view_get_vadjustment The symbol is present in both Gtk+ 2.x and 3.x. It is deprecated *only* in 3.x where it is superseded by a method of the GtkScrollable interface. > Can you please post a simple example of Gtk Text View with scrollbar > that will compile in Gtk+-2.0. Your own example compiles fine with gcc -Wall -o example example.c $(pkg-config --cflags --libs gtk+-2.0) Regards, Yeti _______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list