Switch from GtkBox to GtkGrid in Cheese
completed by: Lucas Baudin
mentors: David King
- Cheese currently uses the GtkBox widget, which will soon be deprecated, in several places ( https://bugzilla.gnome.org/show_bug.cgi?id=664428 ) and it would be nice to switch to GtkGrid. There is some information on how to do the switch in the GTK+ documentation. As well as editing code, the GtkBuilder UI description will need to be edited.
- Expected results: An update to https://bugzilla.gnome.org/show_bug.cgi?id=664428 with a patch to switch from using GtkBox to GtkGrid.
- Requirements: C programming, GTK+ programming, Git, English