This is a Python port of the "Bloatpad" application used as an example for GtkApplication in the GTK+ Reference Manual.
I wrote it to get a grasp of the application menu and application menubar concepts. It works for the most part. There are a few issues:
- The
F11
accellerator isn't working. Haven't looked into this yet - The GAction stuff has to be done manually rather than using
add_action_entries()
like in the C version. I've submitted Bug #678655 - Parsing command line arguments is not working. I've submitted Bug #678673