How to set PyGtk toolbuttons label color?
- by Voidcode
I am just beginning learning Quickly and PyGtk,
after see this info-video on Ubuntu-develperment.
As in the video I am adding a toolbar to my glade-file,
then some buttons.
To style the toolbar for ubuntu I do:
self.toolbar = self.builder.get_object("toolbar")
context = self.toolbar.get_style_context()…