How to center multi-line text in GtkLabel

01c9020f5dba751b9494f9b3b5f0f127.png
1. use
GtkLabel::set_justify(GtkJustification)
to set align;
2. use
GtkJustification::CENTER
to set all lines to center;