Hacker News new | ask | show | jobs
by sp1rit 1589 days ago
> For the purpose of the demonstration, we're going to use Gtk.Grid to create a grid container widget.

why exactly? a GtkBox is would do just fine, looks better and it's easier to handle programmatically than the grid.

1 comments

No specific reason. I just pick Grid and continue with it.