GSoC/GCI Archive
Google Code-in 2011 GNOME Project

Add GObject section to Python GTK+ 3 Tutorial

completed by: Lucas Baudin

mentors: Sebastian Pölsterl

  • The Python GTK+ 3 Tutorial is currently missing a section that describes how to create GObjects within Python. You should describe how to add custom signals and properties to an GObject and how to emit those signals. In addition, you should add a short example that demonstrates the usage of the aforementioned classes and methods. Unfortunately, currently no Python GTK+ 3 reference manual exists, but it is relativity easy to derive the API from the C reference manual. Helpful resources are the GObject reference manual and gtkmm3 tutorial.
  • Expected results: A new page in reStructuredText format
  • Requirements: Sphinx, Git, PyGObject, Python, English