Top |
void | (*gnt_reserved1) () |
void | (*gnt_reserved2) () |
void | (*gnt_reserved3) () |
void | (*gnt_reserved4) () |
GntWidget * | gnt_progress_bar_new () |
void | gnt_progress_bar_set_fraction () |
void | gnt_progress_bar_set_orientation () |
void | gnt_progress_bar_set_show_progress () |
gdouble | gnt_progress_bar_get_fraction () |
GntProgressBarOrientation | gnt_progress_bar_get_orientation () |
gboolean | gnt_progress_bar_get_show_progress () |
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