[Top]
GTK
GTK.Widget
|
Method GTK.Widget()->set_scroll_adjustments()
- Method
set_scroll_adjustments
int GTK.Widget()->set_scroll_adjustments(object(GTK.Adjustment) hadjustment, object(GTK.Adjustment) vadjustment)
- Description
-
Set the scrolling (panning) adjustment objects for this widget.
Returns 1 if it is possible to do so, and 0 otherwise.
|