gtkProgressConfigure: gtkProgressConfigure

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Allows the configuration of the minimum, maximum, and current values for the GtkProgress. WARNING: gtk_progress_configure is deprecated and should not be used in newly-written code.

Usage

1
gtkProgressConfigure(object, value, min, max)

Arguments

object

a GtkProgress.

value

the current progress value.

min

the minimum progress value.

max

the maximum progress value.

Author(s)

Derived by RGtkGen from GTK+ documentation


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