g_signal_connect(v_slider, "move-slider", G_CALLBACK(my_move_slider), NULL);
I connected an extra callback to the "move-slider" signal and printed the value of GtkScrollType. Every time I press the PagUp key the new callback is called twice one with the enum value of GTK_SCROLL_PAGE_LEFT and one with GTK_SCROLL_PAGE_UP. The problem is that the scale modifies its value twice the value of page-increment.
Any advice?
Best regards. _______________________________________________ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list