Thanks that would explain why I can't find it. My root problem is that I want to create two GTK TextView's which share a scrollbar. I want the two TextView's to scroll together. (Scrolling the Scrollbar updates both TextView's and Navigating in one TextView updates both the scrollbar and the other TextView)
I have put a question on stackoverflow regarding it here: http://stackoverflow.com/q/6617816/78561 Daniel On Fri, Jul 8, 2011 at 5:31 AM, Jim Orcheson <[email protected]> wrote: > ** > Daniel, > > gtk-text-view-get-vadjustment was added to gtk+ in version 2.22. > gtk# is at version 2.12 which I think corresponds to gtk+ 2.12. Certainly a > number of things added in gtk+ 2.18 are not included, so I assume the > version numbers actually correspond (i.e. gkt# 2.12 matches gtk+ 2.12). > > Jim > > > On 11-07-07 09:22 AM, Daniel Hughes wrote: > > According to the GTK documentation found here: > > http://developer.gnome.org/gtk/2.24/GtkTextView.html#gtk-text-view-get-vadjustment > TextView has get method called gtk_text_view_get_vadjustment (). However I > can't find it in the c# bindings. > > The GTK# TextView documentation seems to be missing in action. > > How do I get the VAdjustment of my TextView? > > > _______________________________________________ > Mono-list maillist - > [email protected]http://lists.ximian.com/mailman/listinfo/mono-list > > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
