tags:

views:

14

answers:

0

Hey I am trying to make a GTK IRC client that uses webkit to display its messages.

The webview is within a ScrolledWindow, and I want the scrolledwindow to scroll to the bottom everytime it gets too big.

I've tried changing the vadjustment value of the scrolledwindow when a message is added but this doesn't seem to work at all. It keeps reseting it to 0 for some reason.

Does anyone know how I might solve this?

Cheers!