GtkProgress {RGtk2} | R Documentation |
Base class for GtkProgressBar
gtkProgressSetShowText(object, show.text)
gtkProgressSetTextAlignment(object, x.align, y.align)
gtkProgressSetFormatString(object, format)
gtkProgressSetAdjustment(object, adjustment)
gtkProgressSetPercentage(object, percentage)
gtkProgressSetValue(object, value)
gtkProgressGetValue(object)
gtkProgressSetActivityMode(object, activity.mode)
gtkProgressGetCurrentText(object)
gtkProgressGetTextFromValue(object, value)
gtkProgressGetCurrentPercentage(object)
gtkProgressGetPercentageFromValue(object, value)
gtkProgressConfigure(object, value, min, max)
GObject +----GtkObject +----GtkWidget +----GtkProgress +----GtkProgressBar
GtkProgress implements AtkImplementorIface.
A GtkProgress
is the abstract base class used to derive
a GtkProgressBar
which provides a visual representation of
the progress of a long running operation.
GtkProgress
GtkProgress
struct contains private data only.
and should be accessed using the functions below.
activity-mode
[logical : Read / Write]If TRUE the GtkProgress is in activity mode, meaning that it signals something is happening, but not how much of the activity is finished. This is used when you're doing something that you don't know how long it will take. Default value: FALSE
show-text
[logical : Read / Write]Whether the progress is shown as text. Default value: FALSE
text-xalign
[numeric : Read / Write]A number between 0.0 and 1.0 specifying the horizontal alignment of the text in the progress widget. Allowed values: [0,1] Default value: 0.5
text-yalign
[numeric : Read / Write]A number between 0.0 and 1.0 specifying the vertical alignment of the text in the progress widget. Allowed values: [0,1] Default value: 0.5
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkProgress.html