[Gtk-sharp-list] how to set Adjustment.PageSize

Miguel de Icaza miguel@ximian.com
07 Nov 2002 14:07:59 -0500


Hello!

> Hello, I'm helping raciel and groith on the gtk-2.0 tutorial port,
> and I'm trying to port the range widgets example to gtk#, but I need to
> set the PageSize property of an Adjustment, but looked into the
> generated sources and found that PageSize does not have a set accessor.
> 
> any idea on, How can I get around this?

You can call the SetBounds method (but you have to provide all the
data).  The other option is to finish up the .custom file and add all
the set accessors 

Miguel