Changes

Jump to navigation Jump to search
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.
 +
 +
= Code Snippets =
 +
 +
== Gtk.Style.fg_gc ==
 +
 +
gc = self.get_style().fg_gc[Gtk.StateType.NORMAL]
 +
 +
replaced by:
 +
 +
gc = self.get_style().fg[Gtk.StateType.NORMAL]
266

edits

Navigation menu