Progress.setTextAlignment

Warning gtk_progress_set_text_alignment is deprecated and should not be used in newly-written code. Controls the alignment of the text within the progress bar area.

class Progress
void
setTextAlignment
(
float xAlign
,
float yAlign
)

Parameters

xAlign float

a number between 0.0 and 1.0 indicating the horizontal alignment of the progress text within the GtkProgress.

yAlign float

a number between 0.0 and 1.0 indicating the vertical alignment of the progress text within the GtkProgress.

Meta