Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Features/GTK3/Porting/InfoSlicer
(view source)
Revision as of 11:16, 4 July 2012
538 bytes added
,
11:16, 4 July 2012
no edit summary
Line 27:
Line 27:
from gi.repository import GObject
from gi.repository import GObject
GObject.threads_init()
GObject.threads_init()
+
+
= Missing / Problematic things (not ported yet) =
+
+
* Select text from the ''Edit View'' (TextView) and the Home View. This error happens in many places of the code.
+
** http://developer.gnome.org/gdk3/stable/gdk3-Event-Structures.html#GdkEventMotion
+
+
Traceback (most recent call last):
+
File "/home/humitos/Activities/InfoSlicer.activity/infoslicer/widgets/Readonly_Textbox.py", line 116, in motion_notify
+
self.emit("motion-notify-event", event)
+
TypeError: could not convert type EventMotion to GdkEvent required for parameter 0
= Useful links =
= Useful links =
* Ticket that removes hippo and sugar-port: http://bugs.sugarlabs.org/ticket/3743
* Ticket that removes hippo and sugar-port: http://bugs.sugarlabs.org/ticket/3743
Humitos
266
edits