RE: [gtk-list] Problem with scroll bar




> Hi,
> 	For some reason I need to have a vertical scroll bar that ignores
> key presses. Is it possible at all(other than creating one from
> scratch!)?!?

You could try connecting your own "key_press_event" signal handler to
the scrollbar and stopping the signal from getting to the widget itself
with gtk_signal_emit_stop_by_name(GTK_OBJECT(scrollbar), "key_press_event").

Damon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]