![]() |
![]() |
![]() |
![]() |
GntWidget *
gnt_progress_bar_new (void
);
Create a new GntProgressBar
Since: 2.6.0
void gnt_progress_bar_set_fraction (GntProgressBar *pbar
,gdouble fraction
);
Set the progress for a progress bar
Since: 2.6.0
void gnt_progress_bar_set_orientation (GntProgressBar *pbar
,GntProgressBarOrientation orientation
);
Set the orientation for a progress bar
Since: 2.6.0
void gnt_progress_bar_set_show_progress (GntProgressBar *pbar
,gboolean show
);
Controls whether the progress value is shown
Since: 2.6.0
gdouble
gnt_progress_bar_get_fraction (GntProgressBar *pbar
);
Get the progress that is displayed
Since: 2.6.0
GntProgressBarOrientation
gnt_progress_bar_get_orientation (GntProgressBar *pbar
);
Get the orientation for the progress bar
Since: 2.6.0
gboolean
gnt_progress_bar_get_show_progress (GntProgressBar *pbar
);
Get a boolean describing if the progress value is shown
Since: 2.6.0