On Fri, Jun 29, 2012 at 11:57 AM, Baptiste Saleil <baptiste.sal...@gmail.com> 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.NEVER, > vscrollbar_policy: Gtk.PolicyType.ALWAYS > }); > > My problem is that the scroll bar is only usable by wheel of mouse. > I would like be able to scroll with mouse (by clicking on the bar) and with > keyboard (up/down keys).
Clicking and dragging on the bar should work. Can you give a more complete example? > I tried to add this with : > > this.scrollView.set_mouse_scrolling(true); > ... without any success. > I need your help, and hope you'll help me. > > Regards, > Baptiste. > > _______________________________________________ > gnome-shell-list mailing list > gnome-shell-list@gnome.org > https://mail.gnome.org/mailman/listinfo/gnome-shell-list > -- Jasper _______________________________________________ gnome-shell-list mailing list gnome-shell-list@gnome.org https://mail.gnome.org/mailman/listinfo/gnome-shell-list