Re: Enable use of mouse and keyboard in a ScrollView

2012-06-29 Thread Jasper St. Pierre
On Fri, Jun 29, 2012 at 11:57 AM, Baptiste Saleil wrote: > Hello. > > I'm developing an extension for gnome shell. I have a problem with the > ScrollView. > I created my ScrollView simply like this : > > this.scrollView = new St.ScrollView({style_class: 'vfade', > hscrollbar_policy: Gtk.PolicyType

Enable use of mouse and keyboard in a ScrollView

2012-06-29 Thread Baptiste Saleil
Hello. I'm developing an extension for gnome shell. I have a problem with the ScrollView. I created my ScrollView simply like this : this.scrollView = new St.ScrollView({style_class: 'vfade', hscrollbar_policy: Gtk.PolicyType.NEVER, vscrollbar_policy: Gtk.PolicyType.ALWAYS }); My problem is that