Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/GTK3/Shell
(view source)
Revision as of 05:23, 8 August 2012
575 bytes added
,
05:23, 8 August 2012
→gdk_property_get
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 ===
Erikos
3,267
edits