On Sat, Jun 18, 2011 at 1:15 AM, ArcherSeven <[email protected]> wrote:

> My friend and I are using Arch Linux with a few GTK+ 3 applications.  We've
> noticed that we can't by default scroll through GtkNotebook tabs using the
> scroll wheel anymore and as far as we can tell, the feature was completely
> removed, not even made an option.  I hope we're wrong and we've just missed
> documentation somewhere, if so, please let us know, but we'd really like to
> know why this is not a possible / default option anymore.
>
There ir a method to set this option on Gtk+ 3 Reference Manual, look:
void 
gtk_notebook_set_scrollable<http://developer.gnome.org/gtk3/3.1/GtkNotebook.html#gtk-notebook-set-scrollable>
(*GtkNotebook <http://developer.gnome.org/gtk3/3.1/GtkNotebook.html>*notebook
*, 
*gboolean<http://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean>scrollable
*);

Gtk+ 3 Reference Manual:
http://developer.gnome.org/gtk3/3.1/GtkNotebook.html
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to