Features/GTK3/Porting/Implode: Difference between revisions

Humitos (talk | contribs)
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..."
 
Humitos (talk | contribs)
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)