Features/GTK3/Shell: Difference between revisions

Erikos (talk | contribs)
Erikos (talk | contribs)
Line 44: Line 44:
  TypeError: Could not caller allocate argument 6 of callable property_get
  TypeError: Could not caller allocate argument 6 of callable property_get


=== Gdk.property_change ===
<pre>
>>> from gi.repository import Gdk
>>> Gdk.property_change
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/erikos/sources/manuqs-shell-port/install/lib/python2.7/site-packages/gi/module.py", line 266, in __getattr__
    return getattr(self._introspection_module, name)
  File "/home/erikos/sources/manuqs-shell-port/install/lib/python2.7/site-packages/gi/module.py", line 115, in __getattr__
    self.__name__, name))
AttributeError: 'gi.repository.Gdk' object has no attribute 'property_change'
</pre>


=== Port hardcoded styles to the CSS stylesheet ===
=== Port hardcoded styles to the CSS stylesheet ===