How to center multi-line text in GtkLabel

1. use
2. use
GtkLabel::set_justify(GtkJustification)to set align;
2. use
GtkJustification::CENTERto set all lines to center;