PDA

View Full Version : GTK Scrolled window help


MrZaphod
June 21st, 2005, 02:54 PM
Hi all!

Quick question that is driving me mad:

What signal is sent by the GtkScrolledWindow widget when ,say, a vertical scrollbar is moved? I intend to have a hbox with two scrollbars either side which are linked together.

I await inspiration!

steve_d555
June 21st, 2005, 04:38 PM
Not really sure, but have you read the api? I'm assuming you are using ruby-gtk2.

Link to GtkScrolledWindow API (http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gtk%3A%3AScrolledWindow)

MrZaphod
July 7th, 2005, 01:32 PM
Hmm,

Still no luck! Well, here is a screen shot showing what I want to achieve!

I want the buttons on the right to be in line with the ones on the left...

Regards.