Features/GTK3/Porting/InfoSlicer: Difference between revisions
No edit summary |
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 | ||