How to use GtkBox to display values like a table

f09c601a273a90804fb5ed32dcbc8bf4.png
1. create a
GtkBox
vertical to represent the lines;
2. create a
GtkBox
horizontal to represent the columns;
3. set
GtkBox::set_homogeneous
to create homogeneous columns;
4. add each horizontal block to vertical
GtkBox
;