How to use GtkBox to create boxed layouts

1. create
2. pass the
3. now you can add the widgets in this box using
4. you can configure how it will be added using
GtkBox;
2. pass the
GtkOrientationon constructor;
3. now you can add the widgets in this box using
pack_start;
4. you can configure how it will be added using
pack_start($child, $expand, $fill, $padding);