PPT Slide
Positioning of widgets within a window is achieved with the use of packing boxes or tables.
To display widgets one on top of another, a vertical box is used.
To display widgets side by side, a horizontal box is used.
box = gtk_vbox_new(False, 0);