gtkProgressSetShowText {RGtk2}R Documentation

gtkProgressSetShowText

Description

Controls whether progress text is shown. WARNING: gtk_progress_set_show_text is deprecated and should not be used in newly-written code.

Usage

gtkProgressSetShowText(object, show.text)

Arguments

object [GtkProgress] a GtkProgress.
show.text [logical] a boolean indicating whether the progress text is shown.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]