[Glade-users] Scrolled custom widget

Damon Chaplin damon@ximian.com
Wed, 21 Feb 2001 12:17:19 -0500


jgotts@linuxsavvy.com wrote:
> 
> Has anyone tried to put a Custom widget inside a GtkScrolledWindow/GtkViewport?
> I'm using a GtkSheet and the scrollbars don't work.
> 
> What do I need to do to propagate movement up the widget hierarchy?


I suspect that GtkSheet handles scrolling itself, like GtkCList/GtkText.
In which case you don't need a GtkViewport. Just place the custom widget
in the scrolled window.

Damon