Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.
/ toga-gtk Public archive

A GTK+ backend for the Toga widget toolkit.

License

Notifications You must be signed in to change notification settings

pybee/toga-gtk

Folders and files

NameName
Last commit message
Last commit date
Aug 16, 2014
Oct 13, 2016
Aug 16, 2014
Mar 11, 2016
Aug 16, 2014
Aug 16, 2014
Sep 21, 2016
Sep 21, 2016
Aug 16, 2014

Repository files navigation

toga-gtk

A GTK+ backend for the Toga widget toolkit.

Toga requires Python 3

This package isn't much use by itself; it needs to be combined with the core Toga library.

For more details, see the Toga project on Github.

Prerequisites

This backend requires GTK+ 3.10 or later. This is the version that ships starting with Ubuntu 14.04 and Fedora 20. You also need to install the Python 3 bindings to GTK+. If you want to use the WebView widget, you'll also need to have WebKit, plus the GI bindings to WebKit installed. This means you'll need to install the following:

  • Ubuntu 14.04 apt-get install python3-gi gir1.2-webkit2-3.0
  • Ubuntu 16.04 apt-get install python3-gi gir1.2-webkit2-4.0 or apt-get install python3-gi gir1.2-webkit2-3.0
  • Fedora 20+ ???
  • Debian ???

Community

Toga is part of the BeeWare suite. You can talk to the community through:

Contributing

If you experience problems with this backend, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.