Re: Gtk Text View Question



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]