gtkProgressBarGetText {RGtk2}R Documentation

gtkProgressBarGetText

Description

Retrieves the text displayed superimposed on the progress bar, if any, otherwise NULL. The return value is a reference to the text, not a copy of it, so will become invalid if you change the text in the progress bar.

Usage

gtkProgressBarGetText(object)

Arguments

object [GtkProgressBar] a GtkProgressBar

Value

[character] text.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]