I have no idea how to make this verticle, anyone know how I can pack a Gtk.Grid into a Gtk.Notebook? Using Python.

#gtk #python

@LinuxGamer you can set the orientation property of a Gtk.Grid. Another similar widget here for your use case would be GtkBox