RE: [gtk-list] Problem with scroll bar
- From: "Damon Chaplin" <DAChaplin email msn com>
- To: <gtk-list redhat com>
- Subject: RE: [gtk-list] Problem with scroll bar
- Date: Sun, 31 May 1998 12:19:29 +0100
> 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]