gtkProgressBarSetBarStyle {RGtk2} | R Documentation |
Sets the style of the GtkProgressBar
. The default style is
GTK_PROGRESS_CONTINUOUS
.
WARNING: gtk_progress_bar_set_bar_style
is deprecated and should not be used in newly-written code.
gtkProgressBarSetBarStyle(object, style)
|
[GtkProgressBar ] a GtkProgressBar . |
|
[GtkProgressBarStyle ] a GtkProgressBarStyle value indicating the desired style. |
Derived by RGtkGen from GTK+ documentation