Granite Gramplet
This is a Third-party Addon. Please use carefully on data that is backed up, and help make it better by reporting any comments or problems to the author, or issues to the bug tracker |
Unreleased addon No code available |
Granite gramplet is an experimental Gramplet using GObject Introspection, Gtk and Granite widgets.
What is Granite?
Granite is an application framework designed with the intent to build better apps with less efforts.
API
Granite is a part of ElementaryOS.
The Granite framework is something people have cooking for developers to really make it easy to develop applications on elementary. Right now it's very much a work-in-progress, but in the future they hope it will provide useful libraries for storing settings and communicating with other applications, among other things. Basically, the lead elementary developers noticed a lot of redundancy and unnecessary complications in writing applications for elementary, so Granite is their solution to these issues. Right now it is an amalgamation of some widgets and libraries whipped up by elementary developers, and some taken from the fantastic Docky/Plank projects.
See its API and custom classes.
Python
We can find some samples of python modules using Granite GObject Introspection, like:
- https://github.com/mariocesar/granite-demo
- https://gist.github.com/zodman/4069349
- https://gist.github.com/vkolev/3738745
etc ...
Further development
According to ways used on 5253:
- Play with etree Gramplet (etreeGramplet gramplet code), try to include some granite widgets and create an alternate version.
- Maybe to create a Gtk/Granite/python/Gramps script for my desktop?