The source project of this merge request has been removed.
Add missing brackets
has_focus
is a method of the Gtk.Window
instance so it's necessary to add brackets after the method name. Otherwise python returns just the reference to the method and not the result of the method.
Closes #311 (closed)