Progress.getTextFromValue

Warning gtk_progress_get_text_from_value is deprecated and should not be used in newly-written code. Returns the text indicating the progress based on the supplied value. The current value for the GtkProgress remains unchanged.

class Progress
string
getTextFromValue
(
double value
)

Parameters

value double

an absolute progress value to use when formatting the progress text.

Return Value

Type: string

a string indicating the progress.

Meta