Re: [anjuta-devel] Overriding GObject properties

2011-08-28 Thread Johannes Schmid
Hi! > I cannot use g_object_set_property because I have overridden the property. > I have tried to use g_param_spec_get_redirect_target to get the original > GParamSpec but then I don't know how to use this to set the > GtkAdjustment in the GtkTextView object. Hmm, I really don't know. I think th

Overriding GObject properties

2011-08-27 Thread Sébastien Granjoux
Hi, I'm trying to write a widget which is a basic text editor able to edit huge amount of data. I have created a class derived from GtkTextView which has its own GtkAdjustment for moving in the complete data. Only a small part of the data is loaded in the GtkTextView widget and this part is