Features/GTK3/Porting/Implode: Difference between revisions
Created page with "This page is being performed while I'm porting Implode Activity to Gtk3. There is a [http://bugs.sugarlabs.org/ticket/3715 ticket] with some useful information that I'm using..." |
No edit summary |
||
| Line 4: | Line 4: | ||
I will take [[User:Humitos/PortingGetBooks|this guide]] as reference on the Gtk3 porting. | I will take [[User:Humitos/PortingGetBooks|this guide]] as reference on the Gtk3 porting. | ||
= Focus = | |||
Replace: | |||
self.set_flags(Gtk.CAN_FOCUS) | |||
by | |||
self.set_can_focus(True) | |||