Commit 50532fed authored by Roman Alifanov's avatar Roman Alifanov

set __gtype_name__

parent 38415bf1
from gi.repository import Adw, Gtk
class ApplicationRow(Adw.ActionRow):
__gtype_name__ = 'ApplicationRow'
def __init__(self, app, is_installed, on_toggle):
super().__init__(title=app['name'], subtitle=app['dscr'])
self.app = app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment