Pike v8.0 release 1738

Method GTK1.Progress()->set_text_alignment()


Method set_text_alignment

GTK1.Progress set_text_alignment(float xalign, float yalign)

Description

The location for the text in the progress bar. xalign is between 0.0 (leftmost) and 1.0 (rightmost) yalign is between 0.0 (topmost) and 1.0 (bottommost)

Default is xalign == yalign == 0.5