gtkAdjustmentClampPage: gtkAdjustmentClampPage

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Updates the GtkAdjustment value to ensure that the range between lower and upper is in the current page (i.e. between value and value + page.size). If the range is larger than the page size, then only the start of it will be in the current page. A "changed" signal will be emitted if the value is changed.

Usage

1
gtkAdjustmentClampPage(object, lower, upper)

Arguments

object

a GtkAdjustment.

lower

the lower value.

upper

the upper value.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.