How to use GtkBox to display values like a table

1. create a
2. create a
3. set
4. add each horizontal block to vertical
GtkBoxvertical to represent the lines;
2. create a
GtkBoxhorizontal to represent the columns;
3. set
GtkBox::set_homogeneousto create homogeneous columns;
4. add each horizontal block to vertical
GtkBox;